en {
    color: red;
}

.display_none {
    display: none;
}

.right {
    float: right;
}

.panel-sharp {
    border-radius: 0px !important;
    box-shadow: none !important;
}

.text-center {
    text-align: center;
}

.minheight {
    min-height: 500px;
}

.errmsgs {
    color: red;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
}

.imgerr,
.formerr {
    color: red;
    margin-bottom: 10px;
    font-size: 13px;
}

.form-control.error,
.err {
    border-color: red;
}

.alert_err {
    color: red;
    font-size: 13px;
}

.success {
    border-color: green;
}

.ma_top_5 {
    margin-top: 5px;
}

.ma_top_15 {
    margin-top: 15px;
}

.ma_top_25 {
    margin-top: 25px;
}

.ma_btm_15 {
    margin-bottom: 15px;
}

.ma_btm_25 {
    margin-bottom: 25px;
}

.no_display {
    display: none;
}

.table_rows p {
    font-size: 13px;
}

.table_rows p i {
    font-size: 12px;
    padding-bottom: 6px;
}

.emojione {
    width: 20px;
}

.close_menu {
    float: right;
    margin-top: 30px;
}

.heading_view_all {
    position: absolute;
    top: 10px;
    right: 15px;
}

.membership_card {
    background: #26C281;
    padding: 5px 10px;
    color: #fff;
    margin-top: 5px;
    width: 50%;
    text-align: center;
}


/*=====================
       Analoggy
=======================*/

.datatable_design {
    background: #fff;
}

.datatable_design .dataTables_length {
    padding: 5px 14px;
}

.datatable_design .dataTables_length {
    padding: 0px 0 !important;
}

.datatable_design .dataTables_filter {
    padding: 0 0 15px 0 !important;
}

.datatable_design .dataTables_filter label {
    margin: 0 !important;
}

.datatable_design .dataTables_filter input {
    background: url(../images/interface/filter.png) no-repeat 95%;
    background-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    height: 34px;
    padding: 7px 30px 8px 9px;
    width: auto;
    color: #505050;
    outline: 0;
    font-weight: 400;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.datatable_design .dataTables_filter>label>span {
    padding: 0;
}

.datatable_design .dataTables_length>label>span {
    float: left;
    line-height: 30px;
    padding: 0;
    margin-right: 0;
    font-size: 13px;
    font-weight: normal;
}

.datatable_design .dataTables_length>label>span>select {
    line-height: 1.42857143;
    height: 34px;
    padding: 6px 10px;
    width: auto;
    color: #505050;
    outline: 0;
    font-weight: 400;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 0;
}

.datatable_design .dataTables_paginate {
    float: right;
    margin: 17px 0 0;
}

.datatable_design .dataTables_paginate {
    margin: 14px;
}

.datatable_design .paging_two_button {
    height: 26px;
    line-height: 26px;
}

.datatable_design .paginate_disabled_next,
.datatable_design .paginate_disabled_previous,
.datatable_design .paginate_enabled_next,
.datatable_design .paginate_enabled_previous {
    margin-left: 1px;
    cursor: pointer;
    font-weight: 600;
    color: #505050;
    padding: 5px 10px;
    font-size: 12px;
}

.datatable_design .paginate_disabled_next:focus,
.datatable_design .paginate_disabled_next:hover,
.datatable_design .paginate_disabled_previous:focus,
.datatable_design .paginate_disabled_previous:hover,
.datatable_design .paginate_enabled_next:focus,
.datatable_design .paginate_enabled_next:hover,
.datatable_design .paginate_enabled_previous:focus,
.datatable_design .paginate_enabled_previous:hover {
    background-color: #65B688;
    color: #FFF;
}

.datatable_design .paginate_disabled_next:active,
.datatable_design .paginate_disabled_previous:active,
.datatable_design .paginate_enabled_next:active,
.datatable_design .paginate_enabled_previous:active {
    outline: 0;
}

.datatable_design .paginate_disabled_next,
.datatable_design .paginate_disabled_next:focus,
.datatable_design .paginate_disabled_next:hover,
.datatable_design .paginate_disabled_previous,
.datatable_design .paginate_disabled_previous:focus,
.datatable_design .paginate_disabled_previous:hover {
    color: #bbb;
    background: 0 0;
    cursor: default;
}

.datatable_design .paginate_disabled_next,
.datatable_design .paginate_enabled_next {
    margin-left: 1px;
}

.datatable_design .datatable_design .paging_simple_numbers {
    height: 26px;
    line-height: 26px;
}

.datatable_design .paging_simple_numbers a:active {
    outline: 0;
}

.datatable_design .paging_simple_numbers a.paginate_active,
.datatable_design .paging_simple_numbers a.paginate_button {
    margin-left: 1px;
    cursor: pointer;
    font-weight: 600;
    color: #505050;
    padding: 5px 10px;
    font-size: 12px;
}

.datatable_design .paging_simple_numbers a.paginate_button:focus,
.datatable_design .paging_simple_numbers a.paginate_button:hover {
    background-color: #65B688;
    color: #fff;
    outline: 0;
}

.datatable_design .paging_simple_numbers a.current {
    background-color: #32434D;
    outline: 0;
    color: #fff;
}

.datatable_design .paging_simple_numbers .paginate_button.paginate_button_disabled,
.datatable_design .paging_simple_numbers .paginate_button.paginate_button_disabled:hover {
    color: #999;
    background: 0 0;
    cursor: default;
}

.datatable_design .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 50px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: #fff;
}




/*=====================
 Toot tips
=======================*/

a.tooltips {
    position: relative;
    display: inline;
}

a.tooltips span {
    position: absolute;
    width: 130px;
    color: #FFFFFF;
    background: #222222;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 2px;
}

a.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #222222;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

a:hover.tooltips span {
    visibility: visible;
    opacity: 0.9;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}




/*=====================
 Analoggy
=======================*/

.analogy_list {
    padding: 0;
}

.analogy_list li {
    margin-bottom: 7px;
    list-style-type: none;
}

.analogy_list li .analogy {
    float: left;
    width: 120px;
}




/*=====================
Check Image Size
=======================*/

.check_img_size_wrap {
    margin: 15px auto;
    padding: 15px 10px;
    text-align: center;
    border: 2px dashed #F3565D;
    width: 100%;
    background: #fff;
}

.check_img_size_wrap h5 {
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
}

.compress_image_info .img_details p {
    margin-bottom: 10px;
}

.compress_image_info .img_details p span {
    width: 35%;
    margin-right: 10px;
    float: left;
    font-weight: bold;
}

.compress_image_info .alert_err {
    font-weight: normal;
    font-size: 15px;
    color: red;
}

.check_img_size_wrap hr {
    width: 80%;
    border-color: #ddd;
    margin: 50px auto;
}

.check_img_size_wrap .crop_or {
    margin: -75px auto 20px auto;
    background: #eee;
    padding: 10px;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    line-height: 23px;
    text-transform: uppercase;
}




/*=====================
  File Upload
=======================*/

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    transform: translate(-300px, 0) scale(4);
    opacity: 0;
    filter: alpha(opacity=0);
}

.fileupload {
    padding-left: 0;
    margin-bottom: 20px;
}

.fileupload h4 {
    margin: 0 0 10px;
}

.fileupload .fileupload-preview+div {
    display: inline-block;
    margin-left: 10px;
}

.fileupload .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
}

.fileupload .thumbnail>img {
    display: block;
    max-height: 100%;
    vertical-align: middle;
}

.fileupload .thumbnail.fileupload-small {
    width: 50px;
    height: 50px;
}

.fileupload .thumbnail.fileupload-small.flexible {
    width: auto;
    height: auto;
    max-width: 75px;
    max-height: 75px;
}

.fileupload .thumbnail.fileupload-large {
    width: 250px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 2px;
}

.fileupload .thumbnail.fileupload-large.flexible {
    width: auto;
    height: auto;
    max-width: 350px;
    max-height: 250px;
}

.fileupload .thumbnail+.btn {
    margin-bottom: 5px;
}

.fileupload .thumbnail+.btn+.btn {
    margin-bottom: 5px;
}

.fileupload .btn {
    vertical-align: middle;
}

.fileupload .form-control {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}

.fileupload .raw.thumbnail {
    border: none;
    border-radius: 0;
    padding: 0;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-new .input-group-addon .btn-file {
    border-radius: 0 4px 4px 0;
}

.fileupload-exists .input-group-addon .btn-file {
    border-radius: 0;
}




/*
========================
  Page Loading 
========================
*/

.page_loading {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.overlay {
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.loading_image {
    background: #FFF;
    width: 30%;
    height: 33%;
    border: 1px solid #CCC;
    position: fixed;
    top: 180px;
    left: 35%;
    z-index: 11;
    border-radius: 5px;
}

.load_img {
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
}

.load_img img {
    width: auto;
    overflow: hidden;
}

.load_text {
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    width: 100%;
}




/*
========================
  TOP MENU 
========================
*/

.ab_top_menu {
    background-color: #3170A0;
}

.ab_top_menu .navbar-header {
    background: #fff;
    margin-left: 0;
    margin-right: 0;
}

.ab_top_menu .navbar-brand {
    padding: 0 5px;
}

.ab_top_menu .sidebar-toggle {
    right: 15px;
}




/*
========================
  Search alumni box
========================
*/

#divResult {
    position: absolute;
    width: 350px;
    display: none;
    margin-top: -1px;
    border: solid 1px #dedede;
    border-top: 0px;
    overflow: hidden;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    box-shadow: 0px 1px 2px 0px #ccc;
    border-style: solid;
    border-color: #333 #DEDEDE #DEDEDE;
    background-color: white;
    z-index: 50;
}

.search_result {
    padding: 4px;
    border-top: solid 1px #dedede;
    font-size: 12px;
    height: 80px;
    position: relative;
}

.search_result a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.search_result img {
    float: left;
    width: 20%;
    border-radius: 50%;
}

.search_result .profile_info {
    float: left;
    width: 80%;
}

.search_result:hover {
    background: #3bb998;
    color: #FFFFFF;
    cursor: pointer;
}

.search_result .name {
    font-size: 14px;
    margin: 5px 0 0 5px;
}

.search_result .degree {
    font-size: 13px;
    margin: 5px 0 0 5px;
}

.profile_info {
    position: relative;
}

.profile_info .loverlay {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    top: 0;
    right: 0;
}




/*
========================
  Create Chapter
========================
*/

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 5px 1em 5px .4em;
    cursor: pointer;
    font-size: 13px;
    min-height: 0;
    /* support: IE7 */
    /* support: IE10, see #8844 */
}

.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #3BAFDA;
    background: #3BAFDA;
    font-weight: normal;
    color: #fff;
}

.chapter_rows p {
    font-size: 13px;
    text-transform: capitalize;
}

.chapter_rows p i {
    font-size: 12px;
}




/*
========================
  Alumni Directory
========================
*/

.search_box {
    margin: 30px 0 15px 0;
    background: transparent;
}

.filter_tag_wrap {
    margin: 5px 0 20px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.tag_element {
    margin: 5px 10px 5px 0;
    float: left;
    display: inline-block;
}

.directory_list {
    padding: 0;
}

.directory_list .profile {
    list-style-type: none;
    width: 18.2%;
    background: #fff;
    border-radius: 5px;
    float: left;
    margin: 0 15px 15px 0;
    box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
    min-height: 340px;
    position: relative;
}

.pro_status {
    position: absolute;
    top: -50px;
    right: 10px;
    border-radius: 50%;
}

.pro_status p,
.app_status p {
    margin: 0px;
}

.pro_status p .icon-checkmark-circle2 {
    font-size: 2em;
    color: #26C281;
}

.pro_status p .icon-file-excel {
    font-size: 2em;
    color: #217647;
    opacity: 0.9;
}

.pro_status p .icon-notification {
    font-size: 2em;
    color: #F3565D;
}

.app_status {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.app_status p .icon-android {
    font-size: 2em;
    color: #a4c639;
}

.app_status p .icon-apple {
    font-size: 2em;
    color: #25afdd;
}

.directory_list .profile:hover {
    box-shadow: 0px 5px 8px 0px rgba(4, 4, 4, 0.4);
}

.directory_list .profile img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.directory_list .profile_body {
    position: relative;
    padding: 5px 7px 7px 7px;
}

.directory_list .profile_body .name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #484848;
    text-transform: capitalize;
}

.directory_list .profile_body p {
    margin: 2px 0 3px 0;
    line-height: 16px;
}

.directory_list .profile_body p a {
    font-size: 13px;
    color: #0C5180;
}

.directory_list .profile_body p a:hover {}

.directory_list .profile_body .company {
    color: #484848;
    font-size: 13px;
}

.directory_list .profile_body .text-danger {
    font-size: 13px;
}

.directory_list .profile_body .text-danger i {
    font-size: 90%;
}

.filter_wrap {
    max-height: 200px;
    width: auto;
}

.filter_list {
    max-height: 190px;
    overflow: auto;
    background: #fff;
    padding: 0px;
    margin: 0px 5px 0 5px;
}

.filter_list li {
    list-style-type: none;
    margin-bottom: 3px;
}

.loadmore_wrap {
    margin: 15px 0;
    text-align: center;
    padding: 5px 0;
}

.loadmore {
    margin: 50px auto;
    text-align: center;
    display: none;
}

#loadbtn {}




/*----- Directory Grid Style -----*/

.directory_list {
    padding: 0;
}

.directory_list .profile {
    list-style-type: none;
    /* width: 23%;*/
    width: 18%;
    background: #fff;
    border-radius: 5px;
    float: left;
    margin: 0 15px 15px 0;
    position: relative;
    box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
}

.directory_list .profile a {
    color: inherit;
}

.directory_list .profile a:hover {
    color: inherit;
    text-decoration: none;
}

.directory_list .profile:hover {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.directory_list .profile:hover>a>div>.profile_body {
    border-color: #fff;
}

.pro_status {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
}

.pro_status p,
.app_status p {
    margin: 0px;
}

.pro_status p .fa-check-circle {
    font-size: 1.7em;
    color: #f96b08;
}

.pro_status p .icon-file-excel {
    font-size: 1.7em;
    color: #217647;
    opacity: 0.9;
}

.pro_status p .fa-exclamation-circle {
    font-size: 1.7em;
    color: #F3565D;
    opacity: 0.7;
}

.app_status {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.app_status p .fa-android {
    font-size: 1.7em;
    color: #a4c639;
}

.app_status p .fa-apple {
    font-size: 1.7em;
    color: #25afdd;
}

.directory_list .profile .image {
    border-radius: 5px 5px 0 0;
    position: relative;
    width: 100%;
    height: 180px;
}

.directory_list .profile .image img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    position: relative;
}

.directory_list .profile .college {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
}

.directory_list .profile .pyear {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
    font-size: 21px;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
}

.directory_list .profile .bg {
    height: 4rem;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(transparent, 60%, rgba(0, 0, 0, .5));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent 90%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent 90%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent 90%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.directory_list .profile_body {
    position: relative;
    padding: 5px 7px 7px 7px;
    min-height: 150px;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.directory_list .profile_body .name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #0D3354;
    text-transform: capitalize;
}

.directory_list .profile_body .degree {
    color: #3D9AE4;
    font-size: 13px;
}

.directory_list .profile_body p {
    margin: 2px 0 3px 0;
    line-height: 16px;
}

.directory_list .profile_body p a {
    font-size: 13px;
    color: #0C5180;
}

.directory_list .profile_body p a:hover {}

.directory_list .profile_body .company {
    color: #4d4d4d;
    font-size: 12px;
    line-height: 18px;
}

.directory_list .profile_body .location {
    font-size: 13px;
    color: #66757f;
}

.directory_list .profile_body .location i {
    font-size: 90%;
}

.loadmore_wrap {
    margin: 15px 0;
    text-align: center;
    padding: 5px 0;
}

.loadmore {
    margin: 50px auto;
    text-align: center;
    display: none;
}

.category_tabs {
    min-height: 320px;
}




/*=====================
  Auto Complete
=======================*/

.chapter_locations_wrap {
    margin: 15px 0;
}

.chapter_locations_wrap .selected_locations {
    background: rgba(255, 244, 182, 0.5);
    padding: 5px 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.chapter_locations_wrap .selected_locations i {
    font-size: 1.1em;
    cursor: pointer;
    color: #fc4a52;
}




/*
========================
  Alumni News statistics
========================
*/

.news_stats_info {
    margin-bottom: 15px;
    position: relative;
}

.news_stats_info h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.news_stats_info h4 {
    font-size: 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    line-height: 23px;
}

.news_stats_info h4 i {
    font-size: 90%;
    padding: 0px;
}

.news_stats_info h6 {
    font-size: 14px;
    margin: 0 0 5px 0;
    line-height: 23px;
}

.news_stats_info h6 i {
    font-size: 90%;
    padding-top: 4px;
}

.news_stats_info p {
    margin: 0;
    font-size: 13px;
}

.news_stats_info p i {
    font-size: 14px;
    padding-bottom: 5px;
}

.news_stats_wrap {
    margin-bottom: 15px;
    min-height: 330px;
}

.news_stats_wrap .reported_by {
    font-size: 13px;
}

.news_stats_wrap .reported_by a {
    font-size: 14px;
}

.news_stats_wrap .reported_by a:hover {
    text-decoration: underline;
}

.news_stats_wrap .spammed_by {
    color: #D65C4F;
}

.news_stats_wrap .spammed_by:hover {
    text-decoration: underline;
}

.news_stats_wrap .element_wrap {
    margin: 15px;
}

.news_stats_wrap .element_wrap .no_users {
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.news_stats_wrap .user_element {
    background: #FEF6CE;
    width: auto;
    float: left;
    padding: 8px 12px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
}

.news_stats_wrap .user_element a {
    color: #D65C4F;
    font-weight: bold;
}

.news_stats_wrap .user_element a:hover {
    text-decoration: underline;
}

.news_stats_wrap .user_element p {
    font-size: 13px;
    margin: 0;
}

.news_stats_wrap .user_element span {
    font-size: 13px;
}

.news_stats_wrap .user_element .resume_doc {
    font-size: 12px;
    margin-top: 3px;
}

.news_stats_wrap .user_element .resume_doc i {
    padding-bottom: 5px;
    font-size: 12px;
}

.news_stats_wrap .user_element .resume_doc a {
    color: #428BCA;
}




/*
========================
 Add Permission
========================
*/

.search_user {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.permission_user_info {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
}

.permission_user_info img {
    width: 150px;
}

.permission_user_info .profile_pic {
    text-align: center;
    margin: 10px 0;
}

.permission_user_info .name {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
}

.permission_user_info .info {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 3px 0;
}

.permission_user_info .info span {
    font-weight: normal;
}

.permission_user_info .company {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 3px 0;
    font-weight: normal;
}

.permission_user_info .company i {
    color: #3BAFDA;
    font-size: 115%;
}

.permission_user_info .location {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 3px 0;
    font-weight: normal;
}

.permission_user_info .location i {
    color: #E35B5A;
    font-size: 115%;
}

.permission_submit_section {
    margin: 0 0 25px 0;
    background: #fff;
    padding: 15px;
}

.permission_submit_section .submit {
    float: right;
}

.perror {
    float: left;
    width: 65%;
    font-size: 16px;
    font-weight: 600;
    color: red;
}




/*
========================
 Create Event form 
========================
*/

.event_form_wrap {
    margin-bottom: 100px;
    position: relative;
}

.submit_wrap {
    position: fixed;
    width: 100%;
    border-top: 2px dashed #adadad;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 25px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.submit_wrap .feedback {
    float: left;
    width: 75%;
    margin-left: 50px;
}

.agenda_wrap,
.contact_wrap {
    margin: 0 0 15px 0;
}

.agenda_head .description {
    width: 59%;
    float: left;
    margin-right: 5px;
}

.agenda_head .time_from {
    width: 13%;
    float: left;
    margin-right: 5px;
}

.agenda_head .time_to {
    width: 13%;
    float: left;
    margin-right: 5px;
}

.agenda_head .day {
    width: 8%;
    float: left;
}

.agenda_head .remove {
    width: 5%;
    float: right;
}

.agenda_content,
.contact_content {
    border-bottom: 1px dashed #ddd;
    padding: 15px 0;
}

.agenda_content .description {
    width: 59%;
    float: left;
    margin-right: 5px;
}

.agenda_content .time_from {
    width: 13%;
    float: left;
    margin-right: 5px;
}

.agenda_content .time_to {
    width: 13%;
    float: left;
    margin-right: 5px;
}

.agenda_content .day {
    width: 8%;
    float: left;
}

.agenda_content .remove {
    width: 5%;
    float: right;
}

.agenda_content .remove .btn {
    margin-top: 0;
}

.contact_head .name {
    width: 33%;
    float: left;
    margin-right: 5px;
}

.contact_head .number {
    width: 30%;
    float: left;
    margin-right: 5px;
}

.contact_head .email {
    width: 30%;
    float: left;
    margin-right: 5px;
}

.contact_content .name {
    width: 33%;
    float: left;
    margin-right: 5px;
}

.contact_content .number {
    width: 30%;
    float: left;
    margin-right: 5px;
}

.contact_content .email {
    width: 30%;
    float: left;
    margin-right: 5px;
}

.contact_content .remove {
    width: 5%;
    float: right;
}

.contact_content .remove .btn {
    margin-top: 0px;
}

#map {
    width: 100%;
    height: 350px;
    background-color: #CCC;
}

.img_event_wrap img {
    width: 50%;
    margin-right: 15px;
    float: left;
}

.img_event_wrap .remove {
    float: left;
    width: 30%;
    margin-top: 60px;
}

.img_dist_wrap img {
    width: 30%;
    margin-right: 15px;
    float: left;
}

.img_dist_wrap .remove {
    float: left;
    width: 60%;
    margin-top: 25px;
}




/*
========================
  Event Registration Statistics
========================
*/

.register_stat_head {
    margin: 15px 0 30px 0;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px dashed #ccc;
}

.register_stat_head h3 {
    font-size: 16px;
    float: left;
    margin: 0 25px 0px 0;
    line-height: 40px;
}

.register_stat_head h3 i {
    background: #F3565D;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
}

.register_stat_head p {
    float: right;
    margin: 0 0 0 15px;
}

.event_reg_user {
    font-size: 15px;
}

.event_reg_user:hover {
    text-decoration: underline;
}




/*
========================
  Online Polls
========================
*/

.poll_option {
    border-bottom: 1px dashed #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}

.poll_option .option {
    width: 90%;
    float: left;
}

.poll_option .remove {
    width: 8%;
    float: right;
}

.poll_chapter_table {
    font-size: 12px !important;
    text-transform: lowercase !important;
    font-style: italic;
    margin-top: 10px;
}

.poll_result_graph {
    margin-bottom: 15px;
}

.poll_result_graph .poll_info {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

.poll_result_graph .poll_info h2 {
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.poll_result_graph .poll_info h6 {
    font-size: 14px;
}

.poll_result_graph .poll_info h6 i {
    font-size: 85%;
    margin-top: 3px;
}

.poll_result_graph .poll_graph {
    padding: 10px 10px 20px 10px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
}

.poll_graph h4 {
    font-size: 17px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: bold;
}

.poll_graph .poll_answer {
    font-size: 16px;
    margin: 7px 0;
    line-height: 23px;
}

.poll_graph .poll_answer span {
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 15px;
}

.poll_graph .poll_answer .percents {
    color: #0085AE;
    font-weight: normal;
    margin-left: 5px;
}

.poll_ans_head {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.poll_answer_wrap {
    margin-bottom: 15px;
    min-height: 430px;
}

.poll_answer_wrap .reported_by {
    font-size: 13px;
}

.poll_answer_wrap .reported_by a {
    font-size: 14px;
}

.poll_answer_wrap .reported_by a:hover {
    text-decoration: underline;
}

.poll_answer_wrap .spammed_by {
    color: #D65C4F;
}

.poll_answer_wrap .spammed_by:hover {
    text-decoration: underline;
}

.poll_answer_wrap .element_wrap {
    margin: 15px;
}

.poll_answer_wrap .no_users {
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.poll_answer_wrap .user_element {
    background: #FEF6CE;
    width: auto;
    float: left;
    padding: 8px 12px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
}

.poll_answer_wrap .user_element a {
    color: #D65C4F;
    font-weight: bold;
    font-size: 14px;
}

.poll_answer_wrap .user_element a:hover {
    text-decoration: underline;
}

.poll_answer_wrap .user_element p {
    font-size: 13px;
    margin: 0;
    line-height: 18px;
}

.poll_answer_wrap .user_element span {
    font-size: 12px;
    font-style: italic;
    margin: 0;
}




/*
========================
  Alumni Invites home
========================
*/

.invite_wrap {
    margin-bottom: 15px;
}

.invite_stat {
    margin-bottom: 30px;
    background: #fff;
    border: #eee 1px solid;
    text-align: center;
}

.invite_stat h3 {
    text-transform: capitalize;
    display: block;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
}

.invite_stat h2 {
    border: 1px solid #ddd;
    width: 80px;
    height: 80px;
    margin: 15px auto;
    border-radius: 50%;
}

.invite_stat h2 span {
    font-size: 1.4em;
    line-height: 2.3em;
}

.invite_stat h2 .icon-file-excel {
    color: #217647;
}

.invite_stat h2 .icon-checkmark3 {
    color: #26C281;
}

.invite_stat h2 .icon-user-cancel {
    color: #F3565D;
}

.invite_stat h2 .icon-mail2 {
    color: #F6BB42;
}

.invite_stat h1 {
    margin: 15px 0;
    font-size: 2em;
    padding: 15px;
}

.invite_navigation_wrap {
    background: #fff;
    width: 75%;
    margin: 25px auto 50px auto;
    padding: 20px;
    text-align: center;
}

.invite_email_btn {
    width: 49%;
    float: left;
    padding: 15px;
}

.invite_sms_btn {
    width: 49%;
    float: left;
    padding: 15px;
}

.invite_navigation_wrap p {
    font-size: 17px;
}

.invite_navigation_wrap a img {
    width: 130px;
    margin-top: 20px;
}

.invite_navigation_wrap a img:hover {
    opacity: 0.9;
}

.invite_line {
    float: left;
    border-left: 1px solid #ccc;
    min-height: 250px;
    width: 2%;
    position: relative;
}

.invite_line h4 {
    position: absolute;
    top: 40%;
    left: -25px;
    font-size: 15px;
    font-weight: normal;
    background: #fff;
    width: 50px;
    height: 50px;
    padding-top: 13.5px;
    border-radius: 50%;
    border: 1px dashed #ccc;
}

.invite_email_stats {
    text-align: center;
    background: #fff;
    width: 45%;
    padding: 0;
    margin-bottom: 15px;
    float: left;
    margin-right: 15px;
}

.invite_email_stats h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 5px;
}

.invite_email_stats h4 {
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    margin: 5px auto;
    border-radius: 50%;
}

.invite_email_stats h6 {
    font-size: 16px;
    padding: 15px;
    line-height: 25px;
}

.invite_email_stats h4 span {
    font-size: 1em;
    line-height: 2.3em;
}

.invite_email_stats h4 .icon-mail2 {
    color: #F3565D;
}

.invite_email_stats h4 .icon-mobile {
    color: #26C281;
}

.invite_email_stats h4 .icon-envelop {
    color: #26C281;
}

.invite_email_stats h1 {
    font-size: 20px;
    border-top: 1px dashed #ddd;
    padding: 10px 5px;
    margin-top: 15px;
}

.invite_email_mail_box {}

.send_email_invite_foot {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #ccc;
}

.invites_email_wrap {
    background: #fff;
    padding: 10px;
    margin-bottom: 50px;
}

.invite_mobile_stats {
    text-align: center;
    background: #fff;
    width: 48%;
    padding: 0;
    margin-bottom: 15px;
    float: left;
    margin-right: 10px;
}

.invite_mobile_stats:last-child {
    margin-right: 0;
}

.invite_mobile_stats h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 5px;
}

.invite_mobile_stats h4 {
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    margin: 5px auto;
    border-radius: 50%;
}

.invite_mobile_stats h4 span {
    font-size: 1em;
    line-height: 2.3em;
}

.invite_mobile_stats h4 .icon-mobile {
    color: #F3565D;
}

.invite_mobile_stats h4 .icon-checkmark3 {
    color: #26C281;
}

.invite_mobile_stats h1 {
    font-size: 20px;
    border-top: 1px dashed #ddd;
    padding: 10px 5px;
    margin-top: 15px;
}




/*
========================
    Manage Recuiters
========================
*/

.rec_profile h3 {
    font-size: 18px;
    margin: 0 0 2px 0;
}

.rec_profile p {
    margin: 0 0 3px 0;
}

.job_date {
    font-style: italic;
    font-size: 12px !important;
}




/*
========================
    Manage Jobs
========================
*/

.job_detail_status {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    background: rgb(255, 255, 255, 0.8);
    text-align: center;
    margin: 0;
}

.job_detail_status p {
    color: #fff;
    padding: 5px 10px;
    margin: 0px;
}

.job_detail_status .pending {
    background: #F3565D;
}

.job_detail_status .approved {
    background: #1BBC9B;
}

.job_detail_status .deleted {
    background: #F3565D;
}

.job_info p {
    font-size: 14px;
}

.job_info p i {
    padding-bottom: 3px;
    color: #F2784B;
}

.job_info h3 {
    font-size: 18px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 7px;
}

.job_report_action {
    margin: 0 0 20px 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}




/*
========================
    Manage Image Gallery
========================
*/

.img_up_error {
    font-size: 15px;
    margin-bottom: 15px;
    color: red;
}

.img_up_error p {
    margin: 5px 0 0 0;
}

.tips_img_up {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    margin: 20px;
}

.tips_img_up h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
}




/* Alumn Images Page */

.job_stats_elements {
    margin-bottom: 20px;
    position: relative;
}

.album_stats_wrap {
    background: #fff;
    border: 1px solid #EEE;
    margin-bottom: 10px;
}

.album_stats_wrap h1 {
    float: left;
    border: 1px solid #DDD;
    padding: 10px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 10px;
    padding: 5px;
    text-align: center;
}

.album_stats_wrap h1 .icon-gift {
    font-size: 1.1em;
    padding: 3px 12px;
    color: #F3565D;
}


.album_stats_wrap h1 .icon-calendar {
    font-size: 1.1em;
    padding: 3px 12px;
    color: #3BAFDA;
}


.album_stats_wrap h1 .icon-briefcase {
    font-size: 1.1em;
    padding: 3px 15px;
    color: #F3565D;
}

.album_stats_wrap h1 .icon-bubbles {
    font-size: 1.1em;
    padding: 5px 13px;
    color: #3BAFDA;
}

.album_stats_wrap h1 .icon-trophy {
    font-size: 1.1em;
    padding: 5px 13px;
    color: #3BAFDA;
}

.album_stats_wrap h1 .icon-images {
    font-size: 1.1em;
    padding: 5px 13px;
    color: #3BAFDA;
}

.album_stats_wrap h1 .icon-users {
    font-size: 1.1em;
    padding: 3px 15px;
    color: #F3565D;
}

.album_stats_wrap h1 .icon-checkmark3 {
    font-size: 1em;
    padding: 5px 13px;
    color: #26C281;
}

.album_stats_wrap h1 .icon-coin {
    font-size: 1.2em;
    padding: 3px 14px;
    color: #26C281;
}

.album_stats_wrap h1 .icon-users2 {
    font-size: 1.2em;
    padding: 3px 14px;
    color: #3BAFDA;
}

.album_stats_wrap h1 .icon-user-plus2 {
    font-size: 1.2em;
    padding: 3px 14px;
    color: #F2784B;
}

.album_stats_wrap h1 .icon-user-cancel {
    font-size: 1.2em;
    padding: 3px 14px;
    color: #F3565D;
}

.album_stats_wrap h1 .icon-envelop {
    font-size: 1em;
    padding: 5px 13px;
    color: #F3565D;
}

.album_stats_wrap h1 .icon-shield {
    font-size: 1em;
    padding: 5px 15px;
    color: #3BAFDA;
}

.album_stats_wrap h1 .icon-mail3 {
    font-size: 1em;
    padding: 5px 15px;
    color: #F3565D;
}

.album_stats_wrap h1 .icon-vcard {
    font-size: 1em;
    padding: 5px 15px;
    color: #F3565D;
}

.album_stats_wrap h1 .icon-notification {
    font-size: 1.1em;
    padding: 4px 14px;
    color: #F3565D;
}

.album_stats_wrap h1 .fa-users {
    font-size: 1em;
    padding: 6px;
    color: #26C281;
}

.album_stats_wrap h1 .fa-file-text {
    font-size: 1em;
    padding: 6px;
    color: #26C281;
}

.album_stats_wrap h1 .fa-lock {
    font-size: 1em;
    padding: 6px;
    color: #F6C83A;
}

.album_stats_wrap .job_stat {
    float: left;
    padding: 15px;
}

.album_stats_wrap .job_stat p {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
}

.album_stats_wrap .job_stat h3 {
    margin: 0;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 30px;
}

.album_img_head {
    background: #fff;
    padding: 10px;
}

.album_img_head h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.album_img_wrap {
    margin: 20px auto;
    border-top: 2px dashed #ddd;
    padding-top: 20px;
}

.album_image_list {
    background: #fff;
    width: 18%;
    padding: 8px;
    border: 1px solid #fff;
    float: left;
    /* box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);*/
    box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
    position: relative;
    margin: 0 25px 25px 0;
}

.album_image_list.email_grp_mem {
    background: #fff;
    width: 12%;
    padding: 5px;
    border: 1px solid #fff;
    float: left;
    /* box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);*/
    box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
    position: relative;
    margin: 0 15px 15px 0;
}

.album_image_list:hover {
    border: 1px solid #ddd;
}

.album_image_list.inactive {
    background: #fdeaea;
    border: 1px solid #fdeaea;
}

.album_image_list.inactive .img_wrap img {
    opacity: 0.5;
}

.album_image_list.cover_pic {
    background: #5BC0DE;
    border: 1px solid #5BC0DE;
}

.album_image_list.selected {
    background: #FFF4B6;
    border: 1px solid #FFF4B6;
}

.album_image_list .img_wrap {
    position: relative;
}

.album_image_list .img_wrap img {
    width: 100%;
}

.album_image_list.selected .img_wrap img {
    opacity: 0.8;
}

.album_image_list .select_item {
    position: absolute;
    top: 3px;
    right: 3px;
    background: rgba(255, 255, 255, 0.8);
    padding: 6px 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.album_image_list .select_item input {
    text-align: center;
}

.album_image_list .img_cover {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    width: 100%;
}

.album_image_list .chapter_role {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 1;
    padding: 5px;
}

.album_image_list .chapter_role p {
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.album_image_list .details h4 {
    font-size: 16px;
    margin: 5px 0 5px 0;
}

.album_image_list .details h5 {
    font-size: 13px;
    padding-bottom: 5px;
    margin: 0 0 5px 0;
    border-bottom: 1px dashed #ddd;
}

.album_image_list.email_grp_mem .details h4 {
    font-size: 14px;
    margin: 5px 0 5px 0;
}

.album_image_list.email_grp_mem .details h5 {
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: normal;
    margin: 0 0 5px 0;
    border-bottom: 1px dashed #ddd;
}

.album_image_list .img_status {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
}

.album_image_list .img_status p {
    margin: 0;
}

.album_image_list .img_status p .icon-checkmark-circle2,
.album_image_list .img_status p .icon-notification {
    font-size: 1.5em;
}

.album_image_list .img_status .icon-checkmark-circle2 {
    color: #26C281;
    opacity: 0.9;
}

.album_image_list .img_status .icon-notification {
    color: #F3565D;
}

.album_image_list .details {
    position: relative;
    margin: 5px 0 0 0;
}

.album_image_list .details p {
    font-size: 13px;
    margin: 0;
}

.album_image_list .details .date {
    font-size: 11.5px;
}

.album_image_list .details .delete_item {
    position: absolute;
    right: 0;
    bottom: 0;
}

.album_image_list .details .delete_item a {
    margin: 0;
    padding: 0;
    color: #F3565D;
    font-size: 15px;
    opacity: 0.6;
}

.album_image_list .details .delete_item a:hover {
    opacity: 1;
}

.no_album_img {
    background: #fff;
    text-align: center;
    width: 50%;
    margin: 50px auto;
    padding: 30px;
    border: 2px dashed #1BBC9B;
}

.no_album_img h1 span {
    font-size: 3em;
    color: #F3565D;
}

.foot_submit_wrap {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    padding: 15px 25px;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.foot_submit_wrap .foot_select_all {
    float: left;
    margin-left: 15em;
    padding: 7px 10px;
    background: #ddd;
    border-radius: 2px;
}

.foot_submit_wrap .foot_action {
    float: left;
    margin: 0 5px;
    width: 200px;
}

.foot_submit_wrap .foot_select_all p {
    margin: 0;
}

.foot_submit_wrap .feedback {
    float: left;
    margin-left: 20px;
}

.foot_submit_wrap .feedback .error {
    background: #FFF4B6;
    color: red;
    margin: 0;
    line-height: 23px;
    padding: 5px 10px;
    display: none;
}

.alb_created_by {
    font-size: 14px;
}

.alb_created_by p {
    font-size: 13px;
    font-style: italic;
}




/*
========================
    Email Group Management
========================
*/

.email_group_preview {}

.email_group_user_count {
    text-align: center;
    margin: 0 auto 15px auto;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}

.email_group_user {
    width: 32%;
    border: 1px solid #ddd;
    float: left;
    margin: 0 5px 5px 0;
    min-height: 72px;
}

.email_group_user .pic {
    float: left;
    width: 30%;
    padding: 5px;
}

.email_group_user .name {
    float: right;
    width: 70%;
    padding: 5px;
}

.email_group_user .name h4 {
    font-size: 13px;
    margin: 0;
    font-weight: normal;
}

.email_group_user .name p {
    font-size: 12px;
    margin: 0;
}

.email_group_user .name p i {
    font-size: 10px;
    padding-bottom: 4px;
}

#email_group_preview .view_all {
    margin: 15px 20px 0 0;
    text-align: right;
}




/*===========================
   Alumni Profile Manegement 
=============================*/

.profile_user_info {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
    position: relative;
    margin-bottom: 30px;
}

.profile_user_info img {
    width: 150px;
}

.profile_user_info .profile_pic {
    text-align: center;
    margin: 10px 0;
}

.profile_user_info .name {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
}

.profile_user_info .info {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 3px 0;
}

.profile_user_info .info span {
    font-weight: normal;
}

.profile_user_info .company {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 3px 0;
    font-weight: normal;
}

.profile_user_info .company i {
    color: #3BAFDA;
    font-size: 115%;
}

.profile_user_info .location {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 3px 0;
    font-weight: normal;
}

.profile_user_info .location i {
    color: #E35B5A;
    font-size: 115%;
}

.profile_user_info .status_m {
    position: absolute;
    top: 5px;
    left: 5px;
    width: auto;
    padding: 5px;
}

.profile_user_info .status_m span {
    margin: 0;
}

.profile_user_info .status_m .verified,
.profile_user_info .status_m .unverified {
    font-size: 13px;
}

.profile_user_info .status_m .verified span {
    color: #26C281;
    font-size: 1.5em;
}

.profile_user_info .status_m .unverified span {
    color: #F3565D;
    font-size: 1.5em;
}

.profile_user_info .profile_pic_action {
    position: absolute;
    top: 17%;
    right: 10%;
}

.profile_user_info .profile_pic_action p {
    margin: 0 0 5px 0;
}

.profile_user_info .profile_pic_action p .icon-remove {
    color: #F3565D;
    opacity: 0.8;
}

.profile_created {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
}

.profile_created h1 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    float: left;
    width: 50%;
    font-weight: normal;
}

.profile_created h1 span {
    color: #F2784B;
    font-size: 14px;
    padding-bottom: 3px;
}

.profile_status_wrap {
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
}

.profile_status_wrap .current_stat {
    margin: 5px 0 10px 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}

.profile_status_wrap .current_stat p {
    margin: 5px 0 0 0;
}

.profile_status_wrap .current_stat p .active {
    background: #26C281;
    padding: 5px 10px;
    color: #fff;
    margin-top: 5px;
}

.profile_status_wrap .current_stat p a {
    float: right;
    margin-right: 4%;
}

.profile_status_wrap .current_stat p .inactive {
    background: #F3565D;
    padding: 5px 10px;
    color: #fff;
    margin-top: 5px;
}

.profile_status_wrap .profile_action {
    padding: 5px 10px;
}

.profile_status_wrap .profile_action p {
    float: left;
    width: 33%;
    margin: 0;
}

.profile_status_wrap .profile_action p label {
    margin-top: 5px;
}

.general_profile_info .icon-file-excel {
    color: #217647;
    padding-bottom: 3px;
}

.general_profile_info .icon-android {
    color: #A4C639;
    padding-bottom: 3px;
}

.general_profile_info .icon-apple {
    color: #25afdd;
    padding-bottom: 3px;
}

.general_profile_info .icon-list {
    color: #2A6496;
    padding-bottom: 3px;
}

.general_profile_info .icon-briefcase {
    color: #F3565D;
    padding-bottom: 3px;
}

.profile_contact_info span {
    font-size: 13px;
    float: right;
}

.profile_contact_info i {
    font-size: 125%;
}

.profile_contact_info .verified i {
    color: #26C281;
}

.profile_contact_info .unverified i {
    color: #F3565D;
}




/* Related Activity */

.related_activity_wrap {
    margin-bottom: 30px;
}

.related_activity_wrap h3 {
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
}

.related_activity_wrap .prf_act_item {
    background: #fff;
    padding: 7px;
    margin: 0 0 5px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.07);
}

.related_activity_wrap .prf_act_item:nth-child(odd) {
    background: #edfaff;
}

.related_activity_wrap .prf_act_item:hover {
    -webkit-box-shadow: 0px 3px 0px #dbdfe0;
    -moz-box-shadow: 0px 3px 0px #dbdfe0;
    box-shadow: 0px 3px 2px #dbdfe0;
}

.related_activity_wrap .prf_act_item p {
    float: left;
    font-size: 14px;
}

.related_activity_wrap .prf_act_item p span {
    font-size: 1.1em;
    color: #F3565D;
}

.related_activity_wrap .prf_act_item h6 {
    float: right;
    font-size: 13px;
    font-weight: normal;
    margin-left: 15px;
}

.related_activity_wrap .prf_act_item h6 strong {
    color: #26C281;
    text-transform: capitalize;
}

.related_activity_wrap .prf_act_item h5 {
    font-size: 15px;
    margin: 0;
}

.related_activity_wrap .prf_act_item h5 a:hover {
    border-bottom: 1px dotted #428bca;
}




/* Profile Work and education info */

.profile_info .profile_detail {
    margin: 0 0 3px 0;
    font-size: 13.5px;
    line-height: 15px;
    text-transform: capitalize;
}

.profile_info .profile_domain {
    margin: 0;
    font-size: 13px;
}

.profile_info .profile_detail a:hover {
    text-decoration: none;
}

.profile_info .profile_location {
    font-weight: normal;
    font-size: 13px;
    color: #E9573F;
    margin: 0;
}

.profile_info .profile_location a {
    font-size: 13px;
    color: #1BBC9B;
}

.profile_info .profile_location a:hover {
    color: #E9573F;
    text-decoration: none;
}

.interested_roles {
    margin-bottom: 30px;
}

.interested_roles h4 {
    font-size: 15px;
    border-bottom: 1px dashed #ddd;
    margin: 0 0 5px 0;
    padding-bottom: 3px;
}

.interested_roles ul {
    padding: 0;
}

.interested_roles ul li {
    list-style-type: none;
    margin: 3px 0;
}

.interested_roles ul li i {
    color: #26C281;
}




/*===========================
   Alumni Talk Manegement 
=============================*/

.talk_user_list {
    padding: 0;
}

.talk_user_list li {
    list-style-type: none;
    border: 1px solid #ddd;
    width: 250px;
    padding: 5px;
    float: left;
    margin-right: 10px;
}

.talk_user_list li img {
    float: left;
    width: 30%;
    margin-right: 10px;
}

.talk_user_list li .profile_body {
    width: 65%;
    float: left;
}

.talk_user_list li .profile_body .name {
    font-size: 15px;
    font-weight: bold;
}

.talk_user_list li .profile_body .edu,
.talk_user_list li .profile_body .company {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 3px;
}

.remove_users_talk {
    margin-top: 15px;
}

.dept_talk {
    margin: 0 0 5px 0;
}

.manage_talk_user {
    margin-bottom: 10px;
}

.manage_talk_user img {
    width: 60px;
    float: left;
    margin-right: 5px;
}

.manage_talk_user .profile_body {
    float: left;
    width: 70%;
}

.manage_talk_user .profile_body .name {
    font-size: 14px;
    font-weight: bold;
}

.manage_talk_user .profile_body .edu,
.talk_user_list .profile_body .company {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 2px;
}




/*===========================
   Alumni Invites Email
=============================*/

.send_invite_list_wrap {
    background: #fff;
}

.send_invite_list {
    padding: 0;
}

.send_invite_list li {
    list-style-type: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
    margin-bottom: 15px;
}

.send_invite_list li:nth-child(odd)>.number>p {}

.send_invite_list li .number {
    background: #fff;
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    border-radius: 5px 0 0 5px;
}

.send_invite_list li .number p {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    border: 2px solid #369;
    width: 70px;
    height: 70px;
    padding-top: 18px;
    border-radius: 50%;
    margin: 15px auto;
    background: #369;
    text-align: center;
}

.send_invite_list li .number.sent p {
    background: #26C281;
    border: 2px solid #26C281;
}

.send_invite_list li .stats {
    width: 66%;
    float: left;
}

.send_invite_list li .stats h3 {
    font-size: 17px;
    line-height: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}

.send_invite_list li .stats h3 span {
    padding: 8px;
    background: #fff;
    font-size: 13px;
    border-radius: 50px;
    margin: 0 10px 5px 0;
    color: #F2784B;
    border: 1px dashed #F2784B;
}

.send_invite_list li .stats p {
    font-size: 14px;
    margin: 0;
    line-height: 25px;
    float: left;
    margin: 0 10px 0 10px;
}

.send_invite_list li .stats h5 {
    font-weight: normal;
    font-size: 13px;
    float: right;
    line-height: 25px;
    margin: 0;
    opacity: 0.8;
}

.send_invite_list li .stats h5 span {
    font-size: 13px;
    padding-bottom: 4px;
    display: none;
}

.send_invite_list li .action {
    float: right;
    padding: 15px;
    margin-right: 5px;
}

.send_invite_list li .action p {
    margin-top: 18px;
}




/*===========================
   Event campaign Import Email Page
=============================*/

.ec_import_wrap {
    padding: 15px;
    width: 90%;
    margin: 10px auto;
}

.ec_select_wrap {
    background: #fff;
    padding: 10px 30px;
    min-height: 370px;
}

.ec_select_wrap .submit_btn {
    text-align: center;
    margin: 10px auto;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
}

.ec_all {
    background: #fff;
    padding: 15px;
    min-height: 370px;
    text-align: center;
}

.ec_all h3 {
    margin: 100px 0 0 0;
}

.ec_or_divider {
    position: absolute;
    top: 140px;
    right: -45px;
    z-index: 2;
}

.ec_or_divider h2 {
    background: #F2784B;
    padding: 20px;
    margin: 0;
    text-align: center;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    font-size: 18px;
    line-height: 38px;
    border: 7px solid #fff;
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(4, 4, 4, 0.3);
}

.preview_import_wrap {
    margin-top: 30px;
}




/*===========================
  Approve Comment List Page
=============================*/

.new_comment_list {
    background: #fff;
    width: 18%;
    padding: 8px;
    border: 1px solid #fff;
    float: left;
    /* box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);*/
    box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
    position: relative;
    margin: 0 25px 25px 0;
}

.new_comment_list:hover {
    border: 1px solid #ddd;
}

.new_comment_list.inactive {
    background: #fdeaea;
    border: 1px solid #fdeaea;
}

.new_comment_list.inactive .comment {}

.new_comment_list.inactive .comment h4 {}

.new_comment_list.cover_pic {
    background: #5BC0DE;
    border: 1px solid #5BC0DE;
}

.new_comment_list.selected {
    background: #FFF4B6;
    border: 1px solid #FFF4B6;
}

.new_comment_list .comment {
    position: relative;
}

.new_comment_list .comment h4 {
    font-size: 14px;
}

.new_comment_list.selected .img_wrap img {
    opacity: 0.8;
}

.new_comment_list .select_item {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(2, 2, 2, 0.15);
    padding: 6px 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.new_comment_list .select_item input {
    text-align: center;
}

.new_comment_list .img_cover {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    width: 100%;
}

.new_comment_list .chapter_role {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 1;
    padding: 5px;
}

.new_comment_list .chapter_role p {
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.new_comment_list .details h4 {
    font-size: 16px;
    margin: 5px 0 5px 0;
}

.new_comment_list .details h5 {
    font-size: 13px;
    padding-bottom: 5px;
    margin: 0 0 5px 0;
    border-bottom: 1px dashed #ddd;
}

.new_comment_list .img_status {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
}

.new_comment_list .img_status p {
    margin: 0;
}

.new_comment_list .img_status p .icon-checkmark-circle2,
.new_comment_list .img_status p .icon-notification {
    font-size: 1.5em;
}

.new_comment_list .img_status .icon-checkmark-circle2 {
    color: #26C281;
    opacity: 0.9;
}

.new_comment_list .img_status .icon-notification {
    color: #F3565D;
}

.new_comment_list .details {
    position: relative;
    margin: 5px 0 0 0;
}

.new_comment_list .details p {
    font-size: 13px;
    margin: 0;
}

.new_comment_list .details .date {
    font-size: 11.5px;
}

.new_comment_list .details .delete_item {
    position: absolute;
    right: 0;
    bottom: 0;
}

.new_comment_list .details .delete_item a {
    margin: 0;
    padding: 0;
    color: #F3565D;
    font-size: 15px;
    opacity: 0.6;
}

.new_comment_list .details .delete_item a:hover {
    opacity: 1;
}




/*===========================
      Sent SMS history
=============================*/

.sms_sent_table td {
    font-size: 14px !important;
}

.sms_referer {
    margin: 0;
    font-size: 13px;
}

.sms_referer .icon-android {
    color: #A4C639;
    padding-bottom: 3px;
    font-size: 1.5em;
    margin-right: 3px;
}

.sms_referer .icon-earth {
    color: #F3565D;
    padding-bottom: 3px;
    font-size: 1.5em;
    margin-right: 3px;
}

.sent_time {
    font-size: 14px;
    margin: 0;
}

.sent_time.sent_today {
    font-weight: bold;
    color: #F2784B;
}

.sent_today {
    background-color: #fdf8da;
}




/*===========================
      Dashboard
=============================*/

.dashboard_counts {
    background-color: #fff;
    padding: 5px;
    width: 31%;
    margin: 0 10px 10px 0;
    float: left;
}

.dashboard_counts h1 {
    width: 33%;
    float: left;
    text-align: center;
    margin: 0;
    line-height: 0;
}

.dashboard_counts h1 i {
    font-size: 1em;
    text-align: center;
    width: 60px;
    height: 60px;
    border: 1px solid #DDD;
    border-radius: 50%;
    margin-bottom: 5px;
}

.dashboard_counts h1 .icon-bubble-user {
    color: #F3565D;
    padding-top: 15px;
}

.dashboard_counts h1 .icon-briefcase {
    color: #1BBC9B;
    padding-top: 12px;
}

.dashboard_counts .item {
    width: 65%;
    float: left;
    margin: 10px 0 0 3px;
}

.dashboard_counts .item p {
    margin: 0 0 5px 0;
}

.dashboard_counts .item h3 {
    margin: 0;
    font-size: 20px;
}

.dash_stats {
    background-color: #fff;
    padding: 0;
    position: relative;
    margin-bottom: 30px;
}

.dash_stats h2 {
    font-size: 1.35em;
    padding: 20px 20px 20px 0;
    text-align: right;
    margin: 0;
}

.dash_stats h1 i {
    font-size: 0.7em;
    border: 1px solid #ccc;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    padding-top: 13px;
}

.dash_stats h1 {
    position: absolute;
    top: 3px;
    left: 10px;
    margin: 0;
}

.dash_stats h1 .icon-mail3 {
    color: #F2784B;
}

.dash_stats h1 .icon-users {
    color: #3BAFDA;
}

.approval_stats {
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
}

.approval_stats .check_icon {
    width: 100px;
    height: 100px;
    float: left;
    border-right: 1px dashed #ddd;
}

.approval_stats .check_icon p {
    font-size: 2.0em;
    margin: 15px 0 5px 0;
}

.approval_stats .check_icon p span {
    font-size: 1.5em;
    color: #26C281;
}

.approval_stats .check_icon h3 {
    font-size: 16px;
}

.approval_stats .approve_list {
    padding: 0;
    float: left;
    margin: 0;
    width: auto;
}

.approval_stats .approve_list ul {
    padding: 0;
    margin: 0;
}

.approval_stats .approve_list ul li {
    list-style-type: none;
    float: left;
}

.approval_stats .approve_list li a {
    display: block;
    color: inherit;
    width: 100px;
    padding: 15px 5px;
}

.approval_stats .approve_list li a p {
    margin: 0;
    padding: 0 0 5px 0;
}

.approval_stats .approve_list li a h3 {
    margin: 0;
    padding: 10px 0 5px 0;
    color: #F3565D;
}

.approval_stats .approve_list li a:hover>h3 {
    color: #3BAFDA;
}

.dash_calendar {
    background: #fff;
    padding: 5px;
    margin-bottom: 30px;
}

.dash_calendar h2 {
    font-size: 1.3em;
    padding: 12px 10px 15px 12px;
    text-align: left;
    margin: 0 0 0 50px;
}

.dash_calendar h2 a {
    font-size: 12px;
    font-weight: normal;
    text-transform: lowercase;
    float: right;
}

.dash_calendar h2 a:hover {
    border-bottom: 1px dotted #428bca;
}

.dash_calendar h1 {
    position: absolute;
    top: 3px;
    left: 25px;
    margin: 0;
}

.dash_calendar h1 i {
    font-size: 0.66em;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    padding-top: 8px;
}

.dash_calendar ul {
    padding: 0;
}

.dash_calendar ul li {
    list-style-type: none;
    float: left;
    padding: 0;
    text-align: center;
    width: 33%
}

.dash_calendar ul li h4 {
    font-size: 15px;
    margin: 0;
    padding-top: 12px;
}

.dash_calendar ul li p {
    font-size: 14px;
    margin: 0;
    padding-bottom: 5px;
}

.dash_active_event {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}

.dash_active_event a {
    color: inherit;
}

.dash_active_event:hover {
    box-shadow: 0px 3px 2px #DBDFE0;
}

.dash_active_event .date {
    background: #ccc;
    width: 120px;
    height: 120px;
    float: left;
    text-align: center;
}

.dash_active_event .date h3,
.dash_active_event .date h4,
.dash_active_event .date h5,
.dash_active_event .date p {
    margin: 0;
}

.dash_active_event .date h3 {
    font-size: 21px;
    background: #F2784B;
    padding: 5px 0 0 0;
    color: #fff;
}

.dash_active_event .date h4 {
    font-size: 16px;
    background: #F2784B;
    color: #fff;
    padding: 0 0 5px 0;
}

.dash_active_event .date h5 {
    font-size: 15px;
    font-weight: normal;
    padding: 7px 0 0 0;
    background: #3A4B55;
    color: #fff;
    opacity: 1;
}

.dash_active_event .date p {
    background: #3A4B55;
    color: #fff;
    font-size: 14px;
    padding: 2px 0 7px 0;
}

.dash_active_event .content {
    float: left;
    width: 75%;
    margin-left: 5px;
    padding: 10px 10px 0 10px;
}

.dash_active_event .content h1 {
    font-size: 18px;
    margin: 0 0 5px 0;
}

.dash_active_event .content p {
    font-size: 14px;
    padding: 0 0 5px 0;
    margin: 0;
}

.dash_active_event .content h5 {
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.dash_active_event .content h5 i {
    font-size: 82%;
    margin-right: 3px;
}

.dash_active_event .content .stats {
    padding: 0;
    margin-top: 20px;
}

.dash_active_event .content .stats li {
    list-style-type: none;
    float: left;
    font-size: 13px;
    padding-right: 5px;
    margin-right: 10px;
}

.dash_active_event .content .stats li i {
    font-size: 95%;
    padding-bottom: 5px;
}

.dash_active_event .content .stats li .icon-bubbles {
    color: #26C281;
}

.dash_active_event .content .stats li .icon-heart {
    color: #F3565D;
}

.dash_active_event .content .stats li .icon-eye {
    color: #3BAFDA;
}

.dash_active_event .reg_count {
    position: absolute;
    top: 11px;
    right: 15px;
    background: #FFF4B6;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
}

.dash_active_event .reg_count .icon {
    margin: 15px 0 5px 0;
}

.dash_active_event .reg_count .icon i {
    font-size: 1.8em;
    color: #F3565D;
}

.dash_active_event .reg_count p {
    font-size: 13px;
    margin: 0 0 2px 0;
    color: #F3565D;
}

.dash_active_event .reg_count h2 {
    margin: 0;
    font-size: 16px;
}

.dash_login_type {
    padding: 0;
    float: right;
}

.dash_login_type li {
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0 10px;
    position: relative;
}

.dash_login_type li p {
    margin-left: 20px;
}

.dash_login_type li .web {
    width: 15px;
    height: 15px;
    background: rgba(151, 187, 205, 1);
    position: absolute;
    top: 3px;
}

.dash_login_type li .app {
    width: 15px;
    height: 15px;
    background: rgba(164, 198, 57, 1);
    position: absolute;
    top: 3px;
}




/*===========================
      Alumni Needs
=============================*/

.need_description {
    font-size: 18px;
    font-style: none;
    font-weight: normal;
}




/*===========================
      Sent email Section
=============================*/

.sent_recp_wrap {
    position: relative;
}

.sent_recp_wrap .close_btn {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 5;
}

.sent_recp_wrap h3 {
    font-size: 16px;
    border-bottom: 2px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.sent_recp_list {}

.sent_recp_item {
    background: #fff;
    padding: 5px;
    width: 18%;
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    color: inherit;
    box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
}

.sent_recp_item .pic {
    width: 100%;
}

.sent_recp_item .details {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    width: 100%;
}

.sent_recp_item .details h5 {
    font-size: 13px;
    margin: 0 0 5px 0;
    line-height: 13px;
}

.sent_recp_item .details p {
    font-size: 11px;
    margin: 0 0 3px 0;
    line-height: 11px;
}

.sent_recp_item .details p.email {
    font-style: italic;
    color: #428bca;
}

.sent_recp_item:hover {
    box-shadow: 0px 3px 2px #DBDFE0;
}

.sent_recp_item:hover>.details {
    background: #1BBC9B;
    color: #fff;
}

.sent_recp_item:hover>.details>p.email {
    color: #fff;
}




/*===========================
        SMS Invite Section
=============================*/

.sms_preview {
    background: #FFF4B6;
    padding: 7px 10px;
    min-height: 80px;
    border: 1px dashed #ccc;
    border-radius: 5px;
}




/*===========================
     Activity Section
=============================*/


/* Activity list Left */

.act_minheight {
    min-height: 600px;
}

.activity_div_wrap {
    background: #fff;
    margin-bottom: 25px;
}

.activity_header {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.activity_header .activity_filter .type {
    margin-right: 15px;
}

.activity_header .activity_filter {
    float: right;
    padding: 6px 10px 4px 10px;
}

.activity_header .activity_filter .radio-inline {
    padding-bottom: 3px;
    border-bottom: 1px dotted #fff;
}

.activity_header .activity_filter .current_filter {
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    color: #26C281;
    padding-bottom: 3px;
}

.activity_list_tbl .act_row,
.activity_list_tbl .aact_row,
.activity_list_tbl .aract_row {
    width: 100%;
    cursor: pointer;
    position: relative;
}

.activity_list_tbl .act_row.active_row,
.activity_list_tbl .aact_row.active_row,
.activity_list_tbl .aract_row.active_row {
    background: #FFF4B6;
}

.activity_list_tbl .act_row:hover,
.activity_list_tbl .aact_row:hover,
.activity_list_tbl .aract_row:hover {
    background: #edfaff;
}

.activity_list_tbl .act_row.active_row:hover,
.activity_list_tbl .aact_row.active_row:hover,
.activity_list_tbl .aract_row.active_row:hover {
    background: #FFF4B6;
}

.activity_list_tbl .act_row .item_date,
.activity_list_tbl .aact_row .item_date,
.activity_list_tbl .aract_row .item_date {
    padding: 8px 0 8px 10px;
}

.activity_list_tbl .act_row .item_date i,
.activity_list_tbl .aact_row .item_date i,
.activity_list_tbl .aract_row .item_date i {
    color: #F3565D;
}

.activity_list_tbl .act_row .item_type,
.activity_list_tbl .aact_row .item_type,
.activity_list_tbl .aract_row .item_type {
    text-transform: capitalize;
}

.activity_list_tbl .act_row.active_row .item_subject,
.activity_list_tbl .aact_row.active_row .item_subject,
.activity_list_tbl .aract_row.active_row .item_subject {
    font-weight: bold;
}

.activity_list_tbl .act_row .item_subject,
.activity_list_tbl .aact_row .item_subject,
.activity_list_tbl .aract_row .item_subject {
    padding: 7px 5px;
}

.activity_list_tbl .act_row .item_action .act_actions,
.activity_list_tbl .aact_row .item_action .act_actions,
.activity_list_tbl .aract_row .item_action .act_actions {
    padding: 0;
}

.activity_list_tbl .act_row .item_action .act_actions li,
.activity_list_tbl .aact_row .item_action .act_actions li,
.activity_list_tbl .aract_row .item_action .act_actions li {
    list-style-type: none;
    float: left;
    margin-right: 8px;
}

.activity_list_tbl .act_row .item_action .act_actions li:last-child,
.activity_list_tbl .aact_row .item_action .act_actions li:last-child,
.activity_list_tbl .aract_row .item_action .act_actions li:last-child {
    margin-right: 0;
}

.activity_list_tbl .act_row .item_action .act_actions li a.flag_off,
.activity_list_tbl .aact_row .item_action .act_actions li a.flag_off,
.activity_list_tbl .aract_row .item_action .act_actions li a.flag_off {
    color: #F3565D;
}

.activity_list_tbl .act_row .item_action .act_actions li a.archive,
.activity_list_tbl .aact_row .item_action .act_actions li a.archive,
.activity_list_tbl .aract_row .item_action .act_actions li a.archive {
    color: #ccc;
}

.activity_list_tbl .act_row .item_action .act_actions li a.rem_off,
.activity_list_tbl .aact_row .item_action .act_actions li a.rem_off,
.activity_list_tbl .aract_row .item_action .act_actions li a.rem_off {
    color: #3BAFDA;
}

.activity_list_tbl .act_row .item_action .act_actions li a.count_al,
.activity_list_tbl .aact_row .item_action .act_actions li a.count_al,
.activity_list_tbl .aract_row .item_action .act_actions li a.count_al {
    background: #26C281;
    padding: 3px 7px;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    line-height: 0;
}

.activity_list_tbl .act_row .item_action .act_actions li a.count_res,
.activity_list_tbl .aact_row .item_action .act_actions li a.count_res,
.activity_list_tbl .aract_row .item_action .act_actions li a.count_res {
    background: #F2784B;
    padding: 3px 7px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}




/* Activity Details right */

.act_loading {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.act_loading img {
    margin: 50% 0 0 0;
}

.act_loading p {
    margin-top: 20px;
}

.activity_details_wrap {
    background: transparent;
    margin-bottom: 30px;
    position: fixed;
    top: 50px;
    right: 25px;
    width: 38%;
    height: 100%;
}

.actvity_details_scrol {
    height: 70%;
    background: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: auto;
    padding: 10px;
    position: relative;
}

.actvity_details_content {
    background: #fff;
}

.actvity_details_head {
    position: fixed;
    background: #FFF4B6;
    z-index: 2;
    width: 38%;
    height: 50px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.actvity_details_head h3 {
    font-size: 15px;
    padding: 15px 10px;
    line-height: 23px;
    margin: 0;
    float: left;
    width: 63%;
}

.actvity_details_head .dated {
    float: right;
    padding: 15px;
}

.actvity_details_head .dated h5 {
    font-size: 14px;
    float: left;
    margin-right: 15px;
    line-height: 22px;
}

.actvity_details_head .dated .icon-calendar {
    color: #F3565D;
}

.actvity_details_head .dated a {
    float: right;
    font-size: 14px;
    color: #484848;
    opacity: 0.4;
}

.actvity_details_head .dated a i {
    font-size: 13px;
}

.actvity_details_head .dated a:hover {
    color: #F3565D;
    opacity: 1;
}

.actvity_details_content .description {
    border-bottom: 1px dotted #ddd;
}

.actvity_details_content .description h3,
.actvity_details_content .users h3,
.actvity_details_content .posted_by h3,
.actvity_details_content .activity_response h3 {
    font-size: 15px;
    font-weight: bold;
}

.actvity_details_content .description h4 {
    font-size: 14px;
    font-weight: normal;
}

.actvity_details_content .description h4 a {
    font-weight: bold;
}

.actvity_details_content .description h4 a:hover {
    border-bottom: 1px dotted #ccc;
}

.actvity_details_content .description p {
    font-size: 14px;
    margin: 10px 0;
    text-indent: 30px;
    padding-bottom: 10px;
}

.actvity_details_reply {
    position: absolute;
    width: auto;
    bottom: 50px;
    right: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-top: 2px solid #ddd;
}

.actvity_details_content .users {
    margin: 10px 0 10px 0px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}

.actvity_details_content .users .act_users {
    padding: 0;
}

.actvity_details_content .users .act_users li {
    list-style-type: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px;
    margin: 0 10px 10px auto;
    width: 48%;
    float: left;
    position: relative;
}

.actvity_details_content .users .act_users li:hover {
    background: #EDFAFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), -1px 0px 0px rgba(0, 0, 0, 0.03), 1px 0px 0px rgba(0, 0, 0, 0.03), 0px 1px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid #EDFAFF;
}

.actvity_details_content .users .act_users li a img {
    width: 25px;
    margin-right: 3px;
}

.actvity_details_content .users .act_users li a {
    font-size: 13px;
    color: #D65C4F;
}

.actvity_details_content .users .act_users li .react_user {
    float: right;
    z-index: 2;
    margin-right: 2px;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border-radius: 50px;
    display: none;
    cursor: pointer;
}

.actvity_details_content .users .act_users li .react_user p {
    line-height: 15px;
}

.actvity_details_content .users .act_users li .react_user p i {
    font-size: 0.6em;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
}

.actvity_details_content .users .act_users li .react_user:hover {
    border: 1px solid #F3565D;
    background: #fff;
    color: #fff;
}

.actvity_details_content .users .act_users li .react_user:hover>p>i {
    color: #F3565D;
}

.actvity_details_content .users .act_users li a:hover {
    text-decoration: none;
    font-weight: bold;
    font-size: 12.5px;
}

.actvity_details_content .users .act_users li:hover>.react_user {
    display: block;
}

.actvity_details_content .activity_response .act_resp_lists {
    margin: 25px 0;
}

.actvity_details_content .activity_response .act_resp_lists li {
    list-style-type: none;
    background: rgba(0, 0, 0, 0.01);
    width: 90%;
    margin: 10px 0 10px 20px;
    border-left: 3px solid #3BAFDA;
    padding: 2px 5px;
}

.actvity_details_content .activity_response .act_resp_lists li h6 {
    margin: 0 0 7px 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

.actvity_details_content .activity_response .act_resp_lists li p {
    font-size: 12px;
    float: left;
    margin-bottom: 3px;
}

.actvity_details_content .activity_response .act_resp_lists li span {
    float: right;
    font-size: 11px;
    font-style: italic;
    margin: 3px 10px 0 0;
    opacity: 0.7;
}

.activity_div_wrap .activity_pagination {
    background: #ddd;
}

.activity_div_wrap .activity_pagination .page_lists {
    padding: 0;
    float: right;
    margin: 0;
}

.activity_div_wrap .activity_pagination .page_lists li {
    list-style-type: none;
    float: left;
    margin: 10px 10px 10px 0;
}

.activity_div_wrap .activity_pagination .page_lists li a {
    display: block;
    background: #32434D;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #32434D;
}

.activity_div_wrap .activity_pagination .page_lists li a.current_page {
    background: #26C281;
    border: 1px solid #26C281;
}




/*------- Add to remainder ------ */

.add_remainder_warp {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.add_remainder_warp .add_remainder_from {
    width: 50%;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    position: absolute;
    top: 100px;
    left: 25%;
    box-shadow: 0 5px 15px #222;
}

.add_remainder_warp .add_remainder_from .header {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 8px;
    margin-bottom: 15px;
    position: relative;
}

.add_remainder_warp .add_remainder_from .header h3 {
    font-size: 18px;
    margin: 0;
}

.add_remainder_warp .add_remainder_from .header h3 .icon-alarm2 {
    color: #F3565D;
    font-size:
}

.add_remainder_warp .add_remainder_from .header a {
    position: absolute;
    top: -30px;
    right: -30px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
    display: block;
    color: #F3565D;
    box-shadow: 0 1px 3px #222;
}

.add_remainder_warp .add_remainder_from .header a:hover {
    color: #fff;
    background: #F3565D;
    box-shadow: 0 1px 3px #222;
}

.add_remainder_warp .add_remainder_from .header .icon-close {
    font-size: 15px;
    line-height: 32px;
}




/*------- Remainder Detailss ------ */

.today_remainder {
    background: #FFF4B6 !important;
    font-weight: bold !important;
}




/*==============================
    Alumni VIsits Page New
================================*/

.alumnivisit_wrap {
    position: relative;
}

.visit_add_wrap {
    background: #FFF4B6;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), -1px 0px 0px rgba(0, 0, 0, 0.03), 1px 0px 0px rgba(0, 0, 0, 0.03), 0px 1px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 25px;
}

.visit_add_wrap h2 {
    font-size: 16px;
    margin: 10px 0 15px 0;
    text-align: center;
    font-weight: bold;
}

.visit_list {
    padding: 0;
}

.visit_list li {
    list-style-type: none;
    float: none;
    margin: 5px 10px 5px 0;
    float: left;
}

.visit_list li label {
    font-weight: normal;
}

.visit_add_wrap .btn {
    margin-top: 15px;
}

.visit_head {
    margin-bottom: 90px;
    position: relative;
    width: 30%;
    float: left;
}

.visit_head .year {
    position: absolute;
    top: 0;
    left: 0px;
    width: 75px;
    height: 75px;
    background-color: #F2784B;
    border-radius: 50%;
    z-index: 5;
    border: 6px solid #fff;
    box-shadow: -1px 0px 5px 0px rgba(4, 4, 0, 0.1);
}

.visit_head .year h2 {
    margin: 0;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 57px;
    color: #fff;
}

.visit_head .year h2 span {
    text-align: center;
    font-size: 1.1em;
}

.visit_head .title {
    position: absolute;
    left: 60px;
    top: 12px;
    background-color: #fff;
    padding: 15px 23px;
    z-index: 2;
    border-radius: 0 50px 50px 0;
    box-shadow: 0px 0px 5px 0px rgba(4, 4, 4, 0.1);
}

.visit_head .title h3 {
    margin: 0;
    font-weight: bold;
    font-size: 1.2em;
}

.visit_actions {
    float: right;
    background: #fff;
    width: 60%;
    padding: 10px 10px 0 10px;
    margin-top: 10px;
}

.visit_actions label {
    margin-top: 7px;
}

.visit_actions p {
    float: right;
    margin: 0;
}

.visit_content {
    padding: 10px;
    min-height: 350px;
}

.visit_content .visit_item {
    background: #fff;
    width: 11%;
    margin: 0 10px 10px 0;
    float: left;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), -1px 0px 0px rgba(0, 0, 0, 0.03), 1px 0px 0px rgba(0, 0, 0, 0.03), 0px 1px 0px rgba(0, 0, 0, 0.12);
}

.visit_content .visit_item .img {
    position: relative;
}

.visit_content .visit_item img {
    border-radius: 3px 3px 0 0;
}

.visit_content .visit_item .info {
    width: 100%;
    min-height: 100px;
    background: #fff;
    padding: 5px;
    border-radius: 0 0 3px 3px;
}

.visit_content .visit_item .info h5 {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0px 0;
    color: #484848;
}

.visit_content .visit_item .info p {
    font-size: 10px;
    margin: 3px 0 0 0;
    color: #3BAFDA;
}

.visit_content .visit_item .info h6 {
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0 0 0;
    color: #F3565D;
    line-height: 15px;
}

.visit_content .visit_item:hover {
    box-shadow: 0px 3px 2px 0px rgba(4, 4, 4, 0.2);
}

.visit_content .visit_item .date {
    position: absolute;
    margin: 0;
    top: 10px;
    right: 0;
    width: auto;
    background: rgba(0, 0, 0, 0.60);
    padding: 3px 5px;
    border-radius: 2px 0 0 2px;
}

.visit_content .visit_item .date h1 {
    color: #fff;
    margin: 0;
    font-size: 12px;
    margin: 0;
}

.visit_content .visit_item .date h1 i {
    opacity: 0.8;
}

.vist_pagination_wrap {
    padding: 10px;
    margin: 15px 0;
}

.vist_pagination_wrap .left,
.vist_pagination_wrap .right {
    text-align: center;
    margin-right: 15px;
}

.vist_pagination_wrap button {
    width: 120px;
    background: #fff;
    padding: 12px 0;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #26C281;
    background: #26C281;
    color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), -1px 0px 0px rgba(0, 0, 0, 0.03), 1px 0px 0px rgba(0, 0, 0, 0.03), 0px 1px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
}

.vist_pagination_wrap button.disabled {
    opacity: 0.5;
}

.vist_pagination_wrap button.disabled:hover {
    color: #fff;
    border: 1px solid #26C281;
    background: #26C281;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), -1px 0px 0px rgba(0, 0, 0, 0.03), 1px 0px 0px rgba(0, 0, 0, 0.03), 0px 1px 0px rgba(0, 0, 0, 0.12);
}

.vist_pagination_wrap button:hover {
    color: #F3565D;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.vist_pagination_wrap a i {
    background: #fff;
    width: 20px;
    height: 20px;
}




/*==============================
    Alumni VIsits Page New
================================*/

.calendar_content {
    padding: 10px;
    min-height: 300px;
    margin-top: 15px;
}

.calendar_content .calendar_item {
    background: #fff;
    width: 23.5%;
    margin: 0 15px 15px 0;
    float: left;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), -1px 0px 0px rgba(0, 0, 0, 0.03), 1px 0px 0px rgba(0, 0, 0, 0.03), 0px 1px 0px rgba(0, 0, 0, 0.12);
}

.calendar_content .calendar_item.expired {
    background: #f9f9f9;
}

.calendar_content .calendar_item.expired .info {
    opacity: 0.5;
}

.calendar_content .calendar_item .img {
    position: relative;
    float: left;
    width: 50%;
}

.calendar_content .calendar_item img {
    border-radius: 3px 0 0 3px;
}

.calendar_content .calendar_item .date {
    position: absolute;
    margin: 0;
    top: 10px;
    left: 0;
    width: auto;
    background: rgba(243, 86, 93, 0.80);
    padding: 3px 5px;
    border-radius: 0 2px 2px 0;
}

.calendar_content .calendar_item.expired .date {
    position: absolute;
    margin: 0;
    top: 10px;
    left: 0;
    width: auto;
    background: rgba(0, 0, 0, 0.60);
    padding: 3px 5px;
    border-radius: 0 2px 2px 0;
}

.calendar_content .calendar_item .img .name {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 0 3px;
    padding: 5px;
    width: 100%;
}

.calendar_content .calendar_item .img .name p {
    font-size: 10px;
    margin: 3px 0 0 0;
    color: #3BAFDA;
}

.calendar_content .calendar_item .date h1 {
    color: #fff;
    margin: 0;
    font-size: 12px;
    margin: 0;
}

.calendar_content .calendar_item .date h1 i {
    opacity: 0.8;
}

.calendar_content .calendar_item .info {
    width: 50%;
    min-height: 100px;
    padding: 5px;
    border-radius: 0 3px 3px 0;
    float: right;
}

.calendar_content .calendar_item .info h5 {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 3px 0;
    color: #484848;
    font-weight: bold;
}

.calendar_content .calendar_item .info h1 {
    font-size: 11px;
    margin: 0 0 3px 0;
    font-weight: normal;
    line-height: 13px;
    color: #484848;
}

.calendar_content .calendar_item .info h6 {
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0 0 0;
    color: #F3565D;
    line-height: 15px;
}

.calendar_content .calendar_item:hover {
    box-shadow: 0px 3px 2px 0px rgba(4, 4, 4, 0.2);
}

.activity_dash {
    margin-bottom: 30px;
}

.activity_dash .head {
    font-size: 17px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}

.activity_dash .head a {
    float: right;
    font-size: 13px;
    font-weight: normal;
    text-transform: lowercase;
}

.activity_dash .head a:hover {
    border-bottom: 1px dotted #428bca;
}

.activity_dash .dash_act_item {
    background: #FFF4B6;
    margin-bottom: 10px;
}

.activity_dash .dash_act_item .date {
    width: 100px;
    background: #FFF4B6;
    float: left;
    text-align: center;
    padding: 5px;
}

.activity_dash .dash_act_item .date h3 {
    line-height: 23px;
    margin: 5px 0 0 0;
}

.activity_dash .dash_act_item .date h3 span {
    font-size: 1.2em;
    color: #F3565D;
}

.activity_dash .dash_act_item .date h1 {
    font-size: 14px;
    margin: 5px 0;
}

.activity_dash .dash_act_item .info {
    width: 83%;
    background: #fff;
    float: right;
    padding: 5px;
}

.activity_dash .dash_act_item .info h2 {
    font-size: 14px;
    margin: 0 0 5px 0;
    line-height: 21px;
}

.activity_dash .dash_act_item .info h3 {
    font-size: 13px;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.activity_dash .dash_act_item .info h4 {
    font-size: 13px;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.activity_dash .dash_act_item .info .viewall {
    font-size: 13px;
    text-transform: capitalize;
    border-bottom: 1px dotted #fff;
    float: right;
    color: #484848;
}

.activity_dash .dash_act_item .info .viewall:hover {
    color: #428bca;
    border-bottom: 1px dotted #428bca;
}




/*==============================
    Alumni Approvals
================================*/

.approval_profile_wrap {
    background: #fff;
    margin-bottom: 70px;
}

.approval_profile_wrap .header {
    background: #fff;
    padding: 10px;
    border-bottom: 2px solid #ddd;
}

.approval_profile_wrap .header h5 {
    font-size: 16px;
    margin: 0;
}

.approval_profile_wrap .header h5 i {
    color: #F3565D;
}

.profile_table .profile_rows.selected {
    background: #FFF4B6;
}

.profile_table .profile_rows .icon-checkmark-circle2 {
    color: #1BBC9B;
}

.profile_table .profile_rows .icon-notification {
    color: #F3565D;
}

.profile_table .profile_rows.duplicate .icon-notification {
    color: #F3565D;
    opacity: 0.3;
}

.profile_table .profile_rows.duplicate .icon-file-excel {
    color: #217647;
}

.profile_table .profile_rows.duplicate .icon-earth {
    color: #3BAFDA;
}

.profile_table .profile_rows.duplicate .icon-mobile {
    color: #F2784B;
}

.profile_table .profile_rows .icon-checkmark-circle2 {
    color: #1BBC9B;
    opacity: 0.3;
}

.approval_profile_wrap .bottom {
    background: #ddd;
}

.approval_profile_wrap .bottom .page_lists {
    padding: 0;
    float: right;
    margin: 0;
}

.approval_profile_wrap .bottom .page_lists li {
    list-style-type: none;
    float: left;
    margin: 10px 10px 10px 0;
}

.approval_profile_wrap .bottom .page_lists li a {
    display: block;
    background: #32434D;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #32434D;
}

.approval_profile_wrap .bottom .page_lists li a.current_page {
    background: #26C281;
    border: 1px solid #26C281;
}

.approval_profile_wrap .bottom .page_lists li a:hover {
    background: #26C281;
    border: 1px solid #26C281;
}




/*==============================
    Add Profile Pic
================================*/

#profilpic {
    width: 300px;
    height: 300px;
    position: relative;
    border: 1px solid #CCC;
    margin: 15px auto;
}




/*==============================
    Home Banner
================================*/

#homeBanner {
    width: 1000px;
    height: 600px;
    position: relative;
    border: 1px solid #ccc;
    margin: 10px auto;
}




/*==============================
    Contact Management
================================*/

.message_read_wrap p {
    font-size: 14px;
}

.message_read_wrap h5 {
    font-size: 14px;
    font-weight: normal;
    display: none;
}

.message_read_wrap span {
    cursor: pointer;
}




/*==============================
    Message Details Page
================================*/

.need_information_wrap {
    padding: 0px;
    position: relative;
    background: #fff;
    padding: 10px 5px;
    border-bottom: 1px dashed #ccc;
}

.need_information_wrap .user_info {
    width: 30%;
    padding: 5px;
    text-align: center;
    float: left;
}

.need_information_wrap .user_info .completed_tag {
    position: absolute;
    font-size: 13px;
    margin: 0;
    bottom: 10px;
    right: 17px;
    background: rgba(0, 0, 0, 0.04);
    padding: 10px 12px;
    border: 1px dashed #F3565D;
    border-radius: 3px;
    font-weight: bold;
}

.need_information_wrap .user_info .completed_tag strong {
    color: #1BBC9B;
}

.need_information_wrap .user_info img {
    width: 90px;
    margin: 10px 0 5px 0;
}

.need_information_wrap .user_info .profile {
    margin: 5px 0 0 0px;
}

.need_information_wrap .user_info .profile a {
    font-size: 16px;
    font-weight: bold;
}

.need_information_wrap .user_info .profile p {
    font-size: 13px;
    margin: 5px 0 10px 0;
}

.need_information_wrap .need_description {
    background: #fff4b6;
    padding: 20px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    position: relative;
}

.need_information_wrap .need_description.completed {
    background: #fff4b6;
    padding: 20px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    position: relative;
    text-decoration: line-through;
}

.need_information_wrap .need_total_trap {
    margin: 0;
    position: relative;
    float: right;
    width: 66%;
}

.need_information_wrap .need_description_wrap {
    position: relative;
    margin: 50px 0 45px 0;
}

.need_information_wrap .need_description h1 {
    margin: 0;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}

.need_information_wrap .need_description_wrap .pointer {
    border-left: 0 solid transparent;
    border-bottom: 25px solid transparent;
    border-top: 0 solid #fff4b6;
    border-right: 25px solid #fff4b6;
    width: 20px;
    position: absolute;
    top: 0;
    left: -20px;
}

.need_information_wrap .need_total_trap .need_actions {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 100%;
    font-size: 13px;
}

.need_information_wrap .need_total_trap .need_actions p {
    float: left;
    text-align: left;
    margin-top: 7px;
}

.need_information_wrap .need_total_trap .need_actions .need_save {
    float: right;
}

.need_information_wrap .need_total_trap .need_actions .need_save li {
    float: left;
    list-style-type: none;
    margin-left: 10px;
}

.need_information_wrap .need_total_trap .need_actions .need_save li p {
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.need_information_wrap .need_total_trap .need_actions .need_save li p i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-size: 16px;
    padding-top: 6px;
}

.need_information_wrap .need_total_trap .need_actions .need_save li p i.fa-check {
    color: #1BBC9B;
}

.need_information_wrap .need_total_trap .need_actions .need_save li p i.fa-bookmark-o {
    color: #F3565D;
}

.need_information_wrap .need_total_trap .need_actions .need_save li p.closed i.fa-bookmark {
    background: #F3565D;
    border: 1px solid #F3565D;
    color: #fff;
}

.need_information_wrap .need_total_trap .need_actions .need_save li p.closed i.fa-check {
    background: #1BBC9B;
    border: 1px solid #1BBC9B;
    color: #fff;
}

.need_reply_area {
    margin: 0 0 35px 0;
    padding: 10px;
    background: #fff;
}

.need_reply_area .user_img {
    float: left;
}

.need_reply_area .user_img img {
    width: 40px;
    border-radius: 4px;
}

.need_reply_area .reply_input {
    float: left;
    width: 79%;
    padding-left: 10px;
}

.need_reply_area .reply_input textarea {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ddd;
    background: transparent;
    font-size: 14px;
    padding: 5px;
    margin-top: 0px;
    line-height: 18px;
    height: 40px;
}

.need_reply_area .reply_input textarea.empty_msg {
    border-color: red;
}

.need_reply_area .reply_input textarea:focus {
    height: 80px;
    border-color: #3BAFDA;
    transition: height 0.4s;
}

.need_reply_area .reply_submit {
    float: right;
    width: 13%;
    padding: 10px 5px 0 5px;
    margin-bottom: 5px;
    text-align: right;
}

@media (max-width: 768px) {
    .need_information_wrap .user_info {
        width: 100%;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
    }
    .need_information_wrap .user_info img {
        width: 70px;
        float: none;
    }
    .need_information_wrap .user_info .profile {
        float: left;
        margin: 12px 0 0 15px;
    }
    .need_information_wrap .user_info .profile a {
        font-size: 16px;
        font-weight: bold;
    }
    .need_information_wrap .user_info .profile p {
        font-size: 14px;
        margin: 5px 0;
    }
    .need_information_wrap .need_total_trap {
        margin: 0;
        position: relative;
        float: right;
        width: 100%;
    }
    .need_information_wrap .need_description_wrap {
        position: relative;
        margin: 50px 0 45px 0;
    }
    .need_information_wrap .need_description {
        background: #FFF4B6 none repeat scroll 0% 0%;
        padding: 10px;
        margin: 0px 10px;
        border-radius: 5px;
        position: relative;
    }
    .need_information_wrap .need_description h1 {
        margin: 0;
        font-size: 15px;
        line-height: 23px;
    }
    .need_information_wrap .need_description_wrap .pointer {
        border-left: 0 solid transparent;
        border-bottom: 25px solid transparent;
        border-top: 0 solid #fff4b6;
        border-right: 25px solid #fff4b6;
        width: 20px;
        position: absolute;
        top: 0;
        left: -20px;
        display: none;
    }
    .need_information_wrap .need_total_trap .need_actions {
        position: absolute;
        top: 5px;
        left: 5px;
        right: 10px;
        width: 100%;
        font-size: 13px;
    }
    .need_information_wrap .need_total_trap .need_actions .need_save {
        float: right;
        margin-right: 5px;
    }
    .need_information_wrap .need_total_trap .need_actions .need_save li {
        float: left;
        list-style-type: none;
        margin-left: 5px;
    }
    .need_reply_area .reply_input {
        float: left;
        width: 85%;
        padding-left: 10px;
    }
    .need_reply_area .reply_submit {
        float: right;
        width: 50%;
        padding: 10px 5px 0px 5px;
        margin-bottom: 0px;
        text-align: right;
    }
}




/*-------------------------
    New Directory
---------------------------*/


/*---- Search Filter Styles -----*/

.filter_warp_indi {
    min-height: 200px;
    position: relative;
}

.filter_loader {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 195px;
    display: none;
}

.filter_loader p {
    text-align: center;
    margin-top: 60px;
}

.filter_loader img {
    width: 70px;
    opacity: 0.5;
}

#alumbook_filters.fixed {
    position: fixed;
    top: 100px;
    left: 15px;
    width: 23%;
}

.abk_search_filter_left {
    background: #fff;
    margin: 15px auto;
}

.filter_head {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.filter_head p {
    margin: 0;
}

.filter_wrap {
    max-height: 200px;
    padding: 0 10px;
    width: auto;
}

.filter_list_wrap {
    max-height: 190px;
    overflow: auto;
    background: #fff;
    padding: 0px;
    margin: 0px 0px 0 5px;
}

.filter_list li {
    list-style-type: none;
    margin-bottom: 3px;
}

.alumbook_search {
    background-color: #fff;
}

.alumbook_search .panel {
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
}

.alumbook_search .panel .panel_title {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.alumbook_search .panel .panel_title.last {
    border-bottom: none !important;
}

.alumbook_search .panel .panel_title a,
.alumbook_search .panel .panel_title a:focus {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    display: block;
    text-decoration: none;
    padding: 15px 10px;
    margin-bottom: 0px;
    border-radius: 0;
    background-color: #fff;
    color: #151f48;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.alumbook_search .panel .panel_title a:before {
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 15px;
    content: "\f078";
    font-size: 13px;
}

.alumbook_search .panel .panel_title a[aria-expanded="true"]:before {
    font-family: FontAwesome;
    content: "\f077";
}

.alumbook_search .panel .panel_title a[aria-expanded="true"] {
    background: #fff;
    color: #151f48;
}

.alumbook_search .panel .panel_title a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #1e2f44;
}

.alumbook_search .panel .panel_title a i {
    width: 25px;
    text-align: center;
}

.alumbook_search .panel .panel-body {
    padding: 0px 0 15px 0;
    background: #fff !important;
    border-bottom: 1px solid #ddd;
}

.alumbook_search .panel .panel-body.last {
    border-bottom: none;
}

.alumbook_search .panel .panel-body.no_search {
    padding: 10px 0;
}

.alumbook_search .abk_f_tabs {
    background: #fff;
}

.alumbook_search .form-group {
    padding: 15px;
    margin: 0;
}

.alumbook_search .tabs-section-nav.tabs-section-nav-inline .nav {
    display: block;
    border: 1px solid #d8e2e7;
    border-top: none;
    border-left: none;
    border-right: none;
    zoom: 1;
    background: #fff;
}

.alumbook_search .tabs-section-nav.tabs-section-nav-inline .nav-item {
    display: inline-block;
    float: none;
    background: 0 0;
    margin: 0 0px -1px;
}

.alumbook_search .tabs-section-nav.tabs-section-nav-inline .nav-item .nav-link {
    display: block;
    /*padding: 0px 15px;*/
    padding: 0px 10px;
    font-size: 12px;
    line-height: 42px;
}

.alumbook_search .tabs-section-nav.tabs-section-nav-inline .nav-link.active {
    border-bottom: solid 3px #00a8ff;
}

@media (max-width: 768px) {
    .directory_list .profile {
        list-style-type: none;
        width: 46%;
        background: #fff;
        border-radius: 5px;
        float: left;
        margin: 0 10px 15px 0;
        box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
        min-height: 280px;
        position: relative;
    }
    .directory_list .profile a {
        color: inherit;
    }
    .directory_list .profile a:hover {
        color: inherit;
        text-decoration: none;
    }
    .directory_list .profile:hover {
        box-shadow: 0px 5px 8px 0px rgba(4, 4, 4, 0.4);
    }
    .pro_status {
        top: 10px;
        right: 10px;
        border-radius: 50%;
    }
    .pro_status p .fa-check-circle {
        font-size: 1.5em;
    }
    .pro_status p .icon-file-excel {
        font-size: 1.5em;
        opacity: 0.9;
    }
    .pro_status p .fa-exclamation-circle {
        font-size: 1.5em;
        opacity: 0.7;
    }
    .app_status p .fa-android {
        font-size: 1.5em;
        color: #a4c639;
    }
    .directory_list .profile_body .location {
        font-size: 12px;
        color: #66757f;
    }
    .directory_list .profile_body .location i {
        font-size: 90%;
    }
}




/*------ Page Split Desingn -----*/

.split_page_wrap {
    /*margin: -85px 0 50px 0;*/
    margin: 30px 0 50px 0;
    z-index: 2000;
}

.split_page_left {
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 0px;
}

.split_page_right {
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.split_page_left .user_info {
    text-align: center;
}

.split_page_left .user_info h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.split_page_left .user_info h6 {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.split_page_left .user_info p {
    font-size: 13px;
    font-weight: 500;
    color: #66757f;
}

.split_page_left .user_info h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #66757f;
    text-align: left;
}

.split_page_left .user_info h5:last-child {
    margin-bottom: 20px;
}

.split_page_left .user_info h5 i {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 31px;
    border-radius: 50%;
    margin-top: -3px;
}

.split_page_left .user_info img {
    width: 120px;
}

.xzoom-container img {
    width: 32% !important;
    padding-bottom: 5px;
    height: 150px;
}

@media only screen and (max-width: 768px) {
    .split_page_left {
        background: #fff;
        padding: 15px;
        box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 30px;
    }
    .split_page_right {
        background: #fff;
        padding: 15px;
        box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 30px;
    }
}




/*---------------------------
    Support Tickets
----------------------------*/

.need_reply_area .user_img img {
    width: 40px;
    border-radius: 4px;
}

.need_description h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.need_description p {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 15px 0;
}




/*---- Need Reply Area -----*/

.need_reply_area {
    margin: 0 0 0px 0;
    padding: 10px;
    background: #fff;
}

.need_reply_area .user_img {
    float: left;
}

.need_reply_area .user_img img {
    width: 40px;
    border-radius: 4px;
}

.need_reply_area .reply_input {
    float: left;
    width: 79%;
    padding-left: 10px;
}

.need_reply_area .reply_input textarea {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ddd;
    background: transparent;
    font-size: 14px;
    padding: 5px;
    margin-top: 0px;
    line-height: 18px;
    height: 40px;
}

.need_reply_area .reply_input textarea.empty_msg {
    border-color: red;
}

.need_reply_area .reply_input textarea:focus {
    height: 80px;
    border-color: #3BAFDA;
    transition: height 0.4s;
}

.need_reply_area .reply_submit {
    float: right;
    width: 13%;
    padding: 10px 5px 0 5px;
    margin-bottom: 5px;
    text-align: right;
}




/*.btn {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #00a8ff;
    background: #00a8ff;
    color: #fff;
    font-weight: 600;
}*/


/*==============================
     Replies
================================*/

.need_replies {
    margin: 30px 0 30px 40px;
}

.need_replies h2 {
    font-size: 15px;
    font-weight: 600;
    margin-left: -20px;
}

.reply_element {
    margin: 20px 0;
}

.reply_element .user_pic {
    width: 70px;
    float: left;
    border: 2px solid #fff;
}

.reply_element .content_wrap {
    width: 85%;
    float: left;
    position: relative;
}

.reply_element .content_wrap .user a {
    float: left;
    font-size: 14px;
    margin: 0 0 0 10px;
    font-weight: 500;
}

.reply_element .content_wrap .user p {
    font-family: 'Montserrat', sans-serif;
    float: right;
    margin: 0;
    font-weight: 700;
    font-size: 13px;
    color: #66757f;
}

.reply_element .content_wrap .user p i {
    color: #F2784B;
}

.reply_element .content p {
    padding: 10px;
    margin: 5px 0 0 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    position: relative;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), -1px 0px 0px rgba(0, 0, 0, 0.03), 1px 0px 0px rgba(0, 0, 0, 0.03), 0px 1px 0px rgba(0, 0, 0, 0.12);
}

.reply_element .content {
    margin: 0 0 5px 10px;
}

.reply_element .content .pointer {
    border-left: 0 solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 0 solid #fff;
    border-right: 15px solid #fff;
    width: 15px;
    position: absolute;
    z-index: 5;
    left: 7px;
}

.reply_element .content_wrap .reply_actions p {
    margin: 0;
    padding: 0px;
    text-align: right;
    margin-bottom: 10px;
    width: 15px;
    float: right;
    cursor: pointer;
}

.reply_element .content_wrap .reply_actions p .fa-trash-o {
    color: #F3565D;
}

.reply_element .content_wrap .reply_actions h5 {
    padding: 0px;
    text-align: right;
    float: right;
    cursor: pointer;
    font-size: 12px;
    margin: 2px 5px 10px 0;
    opacity: 0.5;
    line-height: 18px;
}

.reply_element .content_wrap .reply_actions h5 .fa-check {
    color: #26C281;
}

.reply_element .content_wrap .reply_actions p .fa-exclamation-circle {
    color: #369;
}


.panel.attachment .form-group:first-child {
    margin-top: -16px;
}

.panel.attachment .form-group {
    margin-bottom: 0px;
}


.alumni_registered_events {}

.alumni_registered_events ul {
    padding: 0;
    margin: 0;
}

.alumni_registered_events li {
    background: #fff;
    margin-bottom: 20px;
    list-style-type: none;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 3px 2px #dbdfe0;
}

.alumni_registered_events h1 {
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
    color: #333;
}


.alumni_registered_events h2 {
    font-size: 16px;
    color: #333;
}

.alumni_registered_events h4 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.alumni_registered_events h5 {
    font-size: 13px;
    font-weight: normal;
    color: #333;
}

.alumni_registered_events h5 span {
    padding-left: 15px;
    color: #333;
}


.well.stats_info {}

.well.stats_info h4 {
    font-weight: normal;
    font-size: 18px;
}

.well.stats_info h5 {
    font-weight: normal;
    font-size: 18px;
}

.well.stats_info h6 {
    font-weight: normal;
    font-size: 14px;
}

.well.images {
    margin-bottom: 30px;
}

.well.stats_info.bazzar {
    margin-bottom: 30px;
}

.current_search_keyword{

}
.current_search_keyword h2{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.current_search_keyword button{
    position: absolute;
    top: 0 ;
    right: 55%;
}



/*==============================
        URL Stats
================================*/

.url_stats_iframe {
    width: 100%;
    height: 700px;
    border: 0;
    margin: 20px 0 20px 0;
}
