@font-face {
    font-family: 'aileron-regular';
    src: url('../fonts/Aileron-Regular.woff') format('woff'),
         url('../fonts/Aileron-Regular.ttf') format('truetype'),
         url('../fonts/Aileron-Regular.svg#aileron-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aileron-light';
    src: url('../fonts/Aileron-Light.woff') format('woff'),
         url('../fonts/Aileron-Light.ttf') format('truetype'),
         url('../fonts/Aileron-Light.svg#aileron-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aileron-bold';
    src: url('../fonts/Aileron-Bold.woff') format('woff'),
         url('../fonts/Aileron-Bold.ttf') format('truetype'),
         url('../fonts/Aileron-Bold.svg#aileron-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
         url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
         url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNext') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext-Bold';
    src: url('../fonts/AvenirNext-Bold.woff') format('woff'),
         url('../fonts/AvenirNext-Bold.ttf') format('truetype'),
         url('../fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStdMedium';
    src: url('../fonts/AvenirLTStd-Medium.woff') format('woff'),
         url('../fonts/AvenirLTStd-Medium.ttf') format('truetype'),
         url('../fonts/AvenirLTStd-Medium.svg#AvenirLTStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext-DemiBold';
    src: url('../fonts/AvenirNext-DemiBold.woff') format('woff'),
         url('../fonts/AvenirNext-DemiBold.ttf') format('truetype'),
         url('../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #f5f5f7 !important;
}

input[type=text]::-ms-clear {
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

#ndfs_body {
    width: 100%;
    background-color: #f5f5f7;
    position: relative;
    min-height: 100vh;
}

/* ************************ */

#ndfs_body.ofh {
    overflow: hidden;
}

#ndfs_body.index_projects_mth {
    background-color: #f5f5f7;
}

#ndfs_body .project_projects_mth {
    background-color: #f5f5f7;
}

#ndfs_body.error_page {
    background-color: #fff !important;
}

#ndfs_logo_small {
    background: transparent url(../gfx/logo/flavorstudio_logo_icon.png) no-repeat center center;
    background-size: 100% auto;
    width: 16px;
    margin-right: 35px;
    height: 62px !important;
}

#ndfs_trial_icon {
    background: #eeeef6 url(../gfx/flavorstudio_general/icon_trial.png) no-repeat center center;
    background-size: 40% auto;
    width: 40px !important;
    height: 40px !important;
    padding: 0px !important;
    margin-right: 15px;
    border-radius: 100px;
    margin-top: 11px;
}

/* Pulse animation keyframes */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(224, 62, 62, 0.25);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(224, 62, 62, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(224, 62, 62, 0);
    }
}

/* Bounce animation on hover */
@keyframes bounceIn {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(0.97);
    }
    100% {
        transform: scale(1.02);
    }
}

#ndfs_payment_issue_icon {
    width: 39px !important;
    height: 39px !important;
    margin-top: 10px;
    margin-right: 15px;
    padding: 0px !important;
    display: inline-block;
    border-radius: 50%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
    position: relative;
    color: #e03e3e !important;
    text-align: center;
    font-size: 21px !important;
    font-weight: bold;
    line-height: 42px;
    border: 2px solid #e03e3e;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.15);
    transition: box-shadow 0.3s ease, transform 0.2s ease, background-color 0.2s ease;
    animation: pulseGlow 2.5s infinite;
}

/* Hover effect includes slight bounce */
#ndfs_header .hinner a#ndfs_payment_issue_icon.menu:hover,
#ndfs_payment_issue_icon:hover {
    color: #e03e3e !important;
    background-color: #ffbfbf;
    animation: bounceIn 0.4s ease;
    box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.25);
}

/* Adjust the icon position slightly */
#ndfs_payment_issue_icon::before {
    position: relative;
    top: -3px;
}

.emptylist {
    margin-top: 50px;
    color: #fff;
    font-family: 'aileron-light';
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}

table.dataTable {
    font-family: 'aileron-light' !important;
    font-size: 14px !important;
    font-weight: normal;
}

table.dataTable thead th, table.dataTable thead td, table.deftableheader th {
    font-family: 'aileron-bold' !important;
    font-weight: normal;
    font-size: 14px !important;
    height: 52px;
}

/* Profile picture */

div.prof_pic_color {
    border-radius: 100px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block !important;
    padding: 0px;
    margin: 0px;
	cursor: default;
}

div.prof_pic_color font {
    font-family: 'AvenirLTStdMedium';
    font-weight: normal;
    font-size: 28px !important;
    color: #fff !important;
    position: relative;
    top: 1px;
	cursor: default;
}

div.user_profile_pic_letter_c font {
	left: -1px;
}

div.prof_pic_color.user_profile_pic_28_28 font {
	font-size: 18px !important;
}

div.prof_pic_color.user_profile_pic_30_30 font {
	font-size: 20px !important;
}

div.prof_pic_color.user_profile_pic_55_55 font {
	font-size: 34px !important;
	top: 2px;
}

/* Flavorstudio Search */

#ndfs_search {
	display: block;
	float: right;
	justify-content: right;
    min-width: 90px;
    width: 220px;
    position: relative;
    text-align: right;
    margin: 0px;
    margin-right: 10px;
    margin-left: 0px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#ndfs_search.force_limited {
    width: 120px !important;
	overflow: hidden;
}

#ndfs_search .scicon {
    z-index: 1;
    position: absolute;
    right: 9px;
    top: 1px;
}

#search-keyword {
    padding: 7px 40px 7px 10px;
    position: relative;
    top: -3px;
    border: 1px solid rgba(97,121,146,0.77);
    background-color: #203550;
    width: 75%;
    width: calc(100% - 52px);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

/* ***** Search Autocomplete ***** */

.search_automplete_holder.ui-widget.ui-widget-content.ui-autocomplete {
    border: 1px solid rgba(97,121,146,0.77) !important;
    background-color: #203550 !important;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05) !important;
    max-height: 232px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    z-index: 499 !important;
    box-sizing: inherit !important;
    border-radius: 3px !important;
    padding: 0px !important;
    top: 52px !important;
    position: fixed;
}

.search_automplete_holder.ui-widget.ui-widget-content .ui-menu-divider {
    display: none !important;
}

.search_automplete_holder.ui-widget.ui-widget-content li.search_automplete_item_content {
    border-bottom: 0px !important;
}

.search_automplete_holder.ui-widget.ui-widget-content li.search_automplete_item_content.ui-menu-item {
    background-color: #ffffff !important;
    border-left: 3px solid transparent !important;
    padding: 6px 3px !important;
    margin: 0px !important;
    display: block !important;
    border-bottom: 1px solid #f1f1f1 !important;
}

.search_automplete_holder.ui-widget.ui-widget-content li.search_automplete_item_content.ui-menu-item:hover {
    background-color: #f7f7f9 !important;
    border-left: 3px solid #3da4f1 !important;
}

.search_automplete_holder.ui-widget.ui-widget-content li.search_automplete_item_content.ui-menu-item a {
    text-decoration: none !important;
    color: #3e5a7f !important;
    display: block !important;
    font-size: 13px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.search_automplete_holder.ui-widget.ui-widget-content li.search_automplete_item_content.ui-menu-item:hover a {
    color: #3da4f1 !important;
}

.search_automplete_holder .search_automplete_item_content.ui-menu-item a span {
    color: #999 !important;
    font-size: 12px !important;
    font-family: 'AvenirNext' !important;
    display: block !important;
    margin-top: 2px !important;
}

.search_automplete_holder .ui-menu-item:hover .ui-menu-item-wrapper,
.search_automplete_holder .ui-menu-item .ui-menu-item-wrapper.ui-state-active,
.search_automplete_holder .ui-menu-item .ui-menu-item-wrapper.ui-state-focus {
    background: none !important;
    color: #3da4f1 !important;
    border-color: transparent !important;
}

.search_automplete_holder .search_automplete_item_content.ui-menu-item .ui-menu-item-wrapper {
    padding-right: 10px !important;
}

.search_automplete_holder .search_automplete_item_content.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: transparent !important;
    border-color: transparent !important;
    color: #555 !important;
}

.search_automplete_holder .search_automplete_item_content.ui-menu-item .ui-menu-item-wrapper {
    padding-right: 25px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 3px 1em 3px .4em !important;
}

.search_automplete_holder.ui-widget.ui-widget-content.ui-autocomplete::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    cursor: pointer;
}

.search_automplete_holder.ui-widget.ui-widget-content li.search_automplete_item_content:hover:before {
    content: "" !important;
}

/* Track */
.search_automplete_holder.ui-widget.ui-widget-content.ui-autocomplete::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #F9F9FB;
    cursor: pointer;
}
 
/* Handle */
.search_automplete_holder.ui-widget.ui-widget-content.ui-autocomplete::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #3DA4F1;
    width: 7px;
    height: 7px;
}

.search_automplete_holder.ui-widget.ui-widget-content.ui-autocomplete::-webkit-scrollbar-thumb:window-inactive {
	background: #3DA4F1; 
}

.search_automplete_holder.ui-widget.ui-widget-content.ui-autocomplete::-webkit-scrollbar-corner {
    background: #F9F9FB;
}

.search_automplete_holder .sautoc_ico:before {
    font-size: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    color: #3e5a7f;
}

.search_automplete_holder.ui-widget.ui-widget-content li.search_automplete_item_content.ui-menu-item:hover .sautoc_ico:before {
    color: #3da4f1 !important;
}

/* ************* Lock Table Heading ************* */

.locktableheading.lockedtbl thead {
    position: fixed;
    top: 65px;
    z-index: 480;
}

/* Empty listing pages design - general */

#emptylist {
    background: transparent url(../gfx/flavorstudio_projects/emptyproject_arrow.png) no-repeat right 0px top 15px;
    background-size: 400px auto;
    padding-bottom: 50px;
}

#emptylist.noarrow {
    background: transparent !important;
}

#emptylist img, #emptylist object, #emptylist svg {
    width: 300px;
    margin-bottom: 50px;
}

#emptylist p {
    color: #3e5a7f;
    font-size: 28px;
    font-family: 'AvenirNext';
    margin-bottom: 15px;
}

#emptylist span {
    color: #3e5a7f;
    opacity: 0.8;
    font-family: 'AvenirNext';
    font-size: 18px;
    line-height: 20px;
}

#emptylist span.repo {
    line-height: 30px;
}

/* Flavorstudio Header */

#ndfs_header {
    background-color: #2D4563;
    height: 62px;
    width: 100%;
    min-width: 666px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 499;
}

#ndfs_header.texthead {
    top: 36px;
}

#ndfs_header.hshadow {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.11), 0 1px 5px 0 rgba(0,0,0,0.11), 0 1px 2px -1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.11), 0 1px 5px 0 rgba(0,0,0,0.11), 0 1px 2px -1px rgba(0,0,0,0.2);
}

.disabledorgnotif_header .hinner,
#ndfs_header .hinner {
    margin-left: 80px;
    height: 62px;
    margin-right: 80px;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

#ndfs_header .hinner a.menu, #ndfs_header .hinner span.menu {
    font-family: 'AvenirNext';
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 52px;
    text-decoration: none;
    display: inline-block;
    height: 50px;
    cursor: pointer;
    float: left;
}

@-moz-document url-prefix() { 
    #ndfs_header .hinner a.menu, #ndfs_header .hinner span.menu {
        line-height: 48px;
    }
}

#ndfs_header .hinner a.menu {
    padding: 0px 12px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: color 0.5s ease, box-shadow 0.3s ease, padding 0.3s ease;
    -moz-transition: color 0.5s ease, box-shadow 0.3s ease, padding 0.3s ease;
    -o-transition: color 0.5s ease, box-shadow 0.3s ease, padding 0.3s ease;
    transition: color 0.5s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

#ndfs_header .hinner a.menu.main {
    padding: 6px 18px;
}

#ndfs_header .hinner a.menu.main {
    border-right: 1px solid transparent; 
    border-left: 1px solid transparent;
}

#ndfs_header .hinner a.menu.main:hover {
    box-shadow: 0 -1px 6px 0 rgba(0,0,0,0.26), 0 -1px 20px 0 rgba(0,0,0,0.3);
}

#ndfs_header .hinner a.menu.main.hsub {
    padding-right: 30px !important;
}

#ndfs_header .hinner a.menu.main .menuactive {
    position: absolute;
    bottom: 0px;
    left: 50%;
    left: calc(50% - 5px);
    border-left: 6px solid transparent !important;
    border-bottom: 6px solid #3da4f1 !important;
    border-right: 6px solid transparent !important;
}

#ndfs_header .hinner a#ndfs_crmmain .menuactive, #ndfs_header .hinner a#ndfs_adminmain .menuactive {
    left: calc(50% - 12px);
}

#ndfs_header .hinner a.menu.main.hsub.active, #ndfs_header .hinner a.menu.main.hsub:hover {
    background: transparent url(../gfx/flavorstudio_general/icon_arrow_light.png) no-repeat right 12px center;
    background-size: 8px auto;
    box-shadow: 0 -1px 6px 0 rgba(0,0,0,0.26), 0 -1px 20px 0 rgba(0,0,0,0.3);
}

#ndfs_header .hinner a.menu.main.hsub.active .menuactive, #ndfs_header .hinner a.menu.main.hsub:hover .menuactive {
    display: none;
}

#ndfs_header .hinner a.menu:hover,
#ndfs_header .hinner a.menu.active,
#ndfs_header .hinner span.menu:hover,
#ndfs_header .hinner span.menu.active,
#ndfs_header .hinner a.menu.main.hsub.activehsub {
    color: #fff !important;
}

#ndfs_header .hinner .hright {
    float: right;
    height: 62px;
    vertical-align: top;
}

#ndfs_header .hinner .hright a, #ndfs_header .hinner .hright span {
    float: right;
}

#ndfs_header .hinner .hright .actionb {
    margin-left: 13px;
    color: #a9b3bf !important;
}

#ndfs_header .hinner .hright .actionb:hover {
    color: #fff !important;
}

#ndfs_help_submenu {
    position: absolute;
    top: 62px;
    right: 0px;
    z-index: 2;
    width: 172px;
    background-color: #ffffff;
    box-shadow: 0px 4px 5px #999;
}

#ndfs_submenu {
    position: absolute;
    top: 62px;
    right: 0px;
    z-index: 2;
    width: 170px;
    background-color: #ffffff;
    box-shadow: 0px 4px 5px #999;
}

#ndfs_crmsubmenu,
#ndfs_adminsubmenu {
    position: absolute;
    top: 62px;
    z-index: 5;
    width: 165px;
    background-color: #ffffff;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.11), 0 4px 11px 0 rgba(0,0,0,0.25), 0 2px 4px -1px rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#ndfs_help_submenu .help_title {
    display: block !important;
    padding: 4px 20px !important;
    height: 35px !important;
    line-height: 35px !important;
    text-align: left;
    text-decoration: none;
    font-family: 'AvenirNext';
    background-color: #2D4563;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #fff;
}

#ndfs_submenu a,
#ndfs_crmsubmenu a,
#ndfs_adminsubmenu a {
    display: block !important;
    padding: 4px 20px !important;
    height: 35px !important;
    line-height: 35px !important;
    text-align: left;
    text-decoration: none;
    font-family: 'AvenirNext';
    color: #3e5a7f;
    font-size: 14px;
    border-left: 3px solid transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#ndfs_help_submenu > a,
#ndfs_help_submenu > div {
    display: block !important;
    padding: 4px 10px !important;
    height: 35px !important;
    line-height: 35px !important;
    text-align: left;
    text-decoration: none;
    font-family: 'AvenirLTStdMedium';
    color: #3e5a7f;
    font-size: 14px;
    border-left: 3px solid transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}

#ndfs_help_submenu a font,
#ndfs_help_submenu div font {
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 5px;
}

#ndfs_help_submenu div font.fs-icon-phone {
    position: relative;
    left: 3px;
}

.headerbutton.mobdarkhlink font {
    font-size: 21px;
    position: relative;
    top: 3px;
}

.headerbutton.mobdarkhlink font.fs-icon-phone {
    font-size: 23px;
    top: 6px;
}

#ndfs_submenu a.dark_lnk {
    background-color: #f5f5f7;
    border-left: 3px solid #3e5a7f;
}

#ndfs_submenu .dark_lnk_divider {
    background-color: #ededed;
    width: 100%;
    height: 1px;
}

#ndfs_submenu a:hover,
#ndfs_submenu a.active,
#ndfs_help_submenu > div:hover,
#ndfs_help_submenu > div.active,
#ndfs_help_submenu > a:hover,
#ndfs_help_submenu > a.active,
#ndfs_crmsubmenu a:hover,
#ndfs_crmsubmenu a.active,
#ndfs_adminsubmenu a:hover,
#ndfs_adminsubmenu a.active {
    color: #3da4f1;
    background-color: #f7f7f9;
    border-left: 3px solid #3da4f1;
}

#ndfs_buttonpublish {
    display: inline-block;
    width: 30px;
    line-height: 64px;
    height: 62px;
    background-size: 60% auto;
}

#ndfs_header .actionb {
    line-height: 64px !important;
    height: 62px !important;
}

#ndfs_header a.actionb {
    line-height: 65px !important;
    height: 62px !important;
}

.actionb {
    display: inline-block;
    width: 30px;
    height: 50px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none !important;
    text-align: center;
    line-height: 54px;
    color: #9baec8 !important;
    cursor: pointer;
    padding: 0px !important;
}

.actionb:hover {
    color: #3da4f1 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .actionb.fs-icon-duplicate.block_duplicateaction:before {
        position: relative;
        left: 2px;
        top: 1px;
    }

    .actionb.fs-icon-eye.block_viewaction:before {
        position: relative;
        top: 2px;
    }

    .actionb.fs-icon-post.block_posttoaction:before {
        position: relative;
        top: 1px;
        left: 1px;
    }

    .actionb.fs-icon-create-recipe.block_createrecipeaction:before {
        position: relative;
        top: 1px;
        left: 1px;
    }

    .actionb.fs-icon-share-flipped.block_sharerecipe:before,
    .actionb.fs-icon-share-flipped.block_shareinspire:before,
    .actionb.fs-icon-share-flipped.block_sharett:before {
        position: relative;
        top: 1px;
        left: -2px;
    }

    .actionb.fs-icon-delete.block_deleteaction:before {
        position: relative;
        top: 1px;
        left: 1px;
    }

    .actionb.fs-icon-history.block_historyaction:before,
    .actionb.fs-icon-history.block_history:before {
        position: relative;
        top: 1.3px;
        left: 0.3px;
    }
}
    
.btn_delete_popup {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent url(../gfx/flavorstudio_general/icon_delete.png) no-repeat center center;
    background-size: 50% auto;
    cursor: pointer;
}

.btn_delete_popup {
    width: 38px;
    height: 38px;
}

.btn_delete_popup:hover {
    background: transparent url(../gfx/flavorstudio_general/icon_delete_active.png) no-repeat center center;
    background-size: 50% auto;
}


.btn_inspireview, .btn_crmview, .btn_fsview {
    display: inline-block;
    width: 30px;
    height: 40px;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 37px;
    font-size: 18px;
    text-decoration: none !important;
    text-align: center;
    line-height: 54px;
    color: #9baec8 !important;
}

.btn_inspireview:hover, .btn_crmview:hover, .btn_fsview:hover {
    color: #3da4f1 !important;
}

.btn_inspireview.active, .btn_crmview.active, .btn_fsview.active {
    display: none;
}

#ndfs_profile {
    margin-left: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'AvenirNext';
    font-size: 15px !important;
    letter-spacing: 0px !important;
    height: 62px !important;
}

#ndfs_profile img, #ndfs_profile .prof_pic_color {
    margin-top: 10.5px;
    margin-right: 5px;
    border-radius: 100px;
    font-size: 18px !important;
}

#ndfs_profile .prof_pic_color font {
    font-size: 26px !important;
}

#outdated_browser {
    display: inline-block;
    width: 30px !important;
    height: 50px !important;
    margin: 0px !important;
    color: #fe3263 !important;
    background-image: none !important;
    font-size: 23px !important;
    position: relative;
    top: 2px;
    left: 2px;
}

/* Flavorstudio Content */

#ndfs_content {
    display: inline-block;
    width: 100%;
    min-width: 1280px;
    padding-top: 62px;
}

@media only screen 
  and (min-device-width: 600px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait), 
only screen 
  and (min-device-width: 600px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) {

    #ndfs_content {
        min-width: 1024px;
    }
}

.settings_crm_mth #ndfs_content {
    min-width: 950px;
}

#ndfs_content.nooverflow {
    overflow-x: hidden !important;
}

.reports_crm_mth #ndfs_content {
    min-width: 1150px;
}

#ndfs_content.multitabs {
    padding-top: 113px !important;
    min-width: 1150px;
}

#ndfs_content.texthead {
    padding-top: 98px;
}

#ndfs_content.texthead.multitabs {
    padding-top: 149px !important;
}

#ndfs_content .cinner {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    width: calc(100% - 160px);
}

#ndfs_content .cinner.white {
    background-color: #fff;
}

#ndfs_content .cinner.grey {
    background-color: #f5f5f7;
}

#ndfs_content .cinner.btop {
    border-top: 1px solid #ededed;
}

#ndfs_tab_row {
    width: 100%;
    margin-top: 15px;
}

.tabelem {
    display: inline-block;
    color: #98acc7 !important;
    font-size: 15px;
    font-family: 'AvenirNext';
    border-bottom: 3px solid transparent;
    min-width: 100px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    float: left;
}

.tabelem.conversations {
    min-width: 150px;
    margin-right: 15px;
}

.mnotif,
.tabelem .pnotif {
    right: 10px;
    top: 10px;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ff3364;
    box-shadow: 0 2px 10px 0 rgba(255, 50, 99, 0.39);
}

.mnotif {
    right: 22px;
    top: 20px;
}

.mnotif2 {
    right: 10px;
    top: -2px;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    width: 6px;
    height: 6px;
    background-color: #ff3364;
    box-shadow: 0 2px 10px 0 rgba(255, 50, 99, 0.39);
}

.pnotif_list {
    color: #ff3364 !important;
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    float: left;
    top: 0px;
	height: 1px;
}

.tabelem:first-child {
    min-width: 90px;
}

.tabelem.newnotif {
    padding-right: 25px;
}

.tabelem:hover {
    color: #3da4f1 !important;
}

.tabelem.active {
    color: #3da4f1 !important;
    border-bottom: 3px solid #3da4f1;
}

/* **************** Simplified tab design **************** */

#ndfs_simplified_tab {
    width: 100%;
    color: #add6f7;
    background-color: #3DA4F1;
    position: absolute;
    top: 62px;
    z-index: 498;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#ndfs_content.texthead #ndfs_simplified_tab {
    top: 98px;
}

#ndfs_simplified_tab .inner {
    padding: 12px 30px 12px 65px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.07), 0 1px 10px 0 rgba(0,0,0,0.07), 0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.07), 0 1px 10px 0 rgba(0,0,0,0.07), 0 2px 4px -1px rgba(0,0,0,0.2);
    position: relative;
}

#ndfs_simplified_tab .simpl_tab {
    min-width: 60px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #add6f7;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#ndfs_simplified_tab .simpl_tab .actarrow {
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f5f5f7;
    bottom: -21px;
    position: absolute;
    left: 49%;
    left: calc(50% - 3.5px);
    right: 0px;
}

#ndfs_simplified_tab .simpl_tab .actarrow.whitearrow {
    border-bottom: 7px solid #fff;
}

#ndfs_simplified_tab .simpl_tab:last-child {
    border-right: 0px !important;
}

#ndfs_simplified_tab .simpl_tab a {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    position: relative;
    top: -2px;
}

/* #ndfs_simplified_tab .simpl_tab:hover */
#ndfs_simplified_tab .simpl_tab.active {
    color: #fff !important;
}

#ndfs_simplified_tab .simpl_tab:hover a {
    border-bottom: 1px solid #add6f7;
}

#ndfs_simplified_tab .simpl_tab.active:hover a {
    border-bottom: 1px solid transparent !important;
}

#ndfs_simplified_tab .simpl_tab a font {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

/* **************** End of content **************** */

/* *********** Table lists / New buttons ********** */

#ndfs_list_actions, #ndfs_list_actions_placeholder {
    height: 120px;
    width: 100%;
    position: relative;
}

/* ******** Fixed action buttons ******** */

#ndfs_list_actions {
	background-color: rgba(245, 245, 247, 0);
}

#ndfs_list_actions.fixedpos {
    height: 80px;
    padding-left: 80px !important;
    padding-right: 80px !important;
    width: calc(100% - 160px) !important;
    position: fixed;
    top: 62px;
    z-index: 498;
    left: 0px;
    webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.08), 0 1px 10px 0 rgba(0,0,0,0.08), 0 2px 4px -1px rgba(0,0,0,0.1);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.08), 0 1px 10px 0 rgba(0,0,0,0.08), 0 2px 4px -1px rgba(0,0,0,0.1);
    /*background-color: #f5f5f7;*/
    background-color: rgba(245, 245, 247, 1);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

#ndfs_list_actions.fixedpos_super {
	top: 96px;
}

#ndfs_list_actions.fixedpos_super #act_like_box {
	position: absolute;
	top: 19px;
	left: 351px;
}

#ndfs_list_actions.fixedpos #block_select_actions,
#ndfs_list_actions.fixedpos #block_actions {
    margin-top: 22px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    height: 58px;
    position: relative;
    z-index: 2;
}

#ndfs_list_actions.fixedpos .fs_new_btn_large {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
}

.fixedpos_parent .top {
	position: fixed !important;
	z-index: 499 !important;
	top: 87px !important;
}

.fixedpos_parent .dataTables_wrapper .top {
    top: 72px !important;
    left: 70px !important;
}

.fixedpos_parent_super .top {
	top: 120px !important;
}

.fixedpos_parent_super .dataTables_wrapper .top {
	top: 106px !important;
}

#ndfs_list_actions.fixedpos .fs_new_btn_large_animated.fixed {
	margin-top: 13px;
}

#ndfs_list_actions.fixedpos .btn_inspireview {
	margin-top: 17px;
}

@media only screen and (max-device-width: 1300px),
only screen and (max-width: 1300px) {
    #ndfs_list_actions.fixedpos {
        padding-left: 40px !important;
        padding-right: 40px !important;
        width: calc(100% - 80px) !important;
    }
	
	.fixedpos_parent .dataTables_wrapper .top {
		left: 30px !important;
	}
}

@media only screen and (max-device-width: 1090px),
only screen and (max-width: 1090px) {
    #ndfs_list_actions.fixedpos {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 40px);
    }
	
	.fixedpos_parent .dataTables_wrapper .top {
		left: 10px !important;
	}
}

/* Fixed table action buttons */

.dataTables_wrapper .top {
    position: absolute;
    top: -85px;
    left: -10px;
}

.fs_new_btn_small, .fs_new_btn_small:visited, .fs_new_btn_small:active {
    width: 34px;
    height: 34px;
    background: #3da4f1;
    border: 2px solid #3da4f1;
    color: #fff;
    border-radius: 100px;
    position: relative;
    margin-top: -8px;
    cursor: pointer;
    line-height: 39px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.fs_new_btn_small:hover {
    box-shadow: 0 2px 30px 0 rgba(42, 164, 255, 0.45);
    color: #3da4f1;
    background: transparent;
}

.fs_new_btn_large {
    background: #3da4f1;
    border: 2px solid #3da4f1;
    border-radius: 200px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 58px;
    margin-top: 33px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 53px;
    height: 53px;
    display: inline-block;
    text-decoration: none;
}

.fs_new_btn_large:hover {
    box-shadow: 0 2px 30px 0 rgba(42, 164, 255, 0.45);
    color: #3da4f1;
    background: transparent;
}

/* ***************************** Floating action button ***************************** */

.fs_new_btn_large_floating, .fs_new_btn_large_animated {
    -webkit-transition: background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    background: rgba(61, 164, 241, 0.9);
    border: 0px solid rgba(61, 164, 241, 0.9);
    border-radius: 200px;
    color: #fff !important;
    cursor: pointer;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 55px;
    height: 55px;
    display: inline-block;
    text-decoration: none;
    position: fixed;
    bottom: 55px;
    right: 55px;
    z-index: 497;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    overflow: hidden;
}

.fs_new_btn_large_animated {
    position: relative;
}

.fs_new_btn_large_animated.pos3 {
    bottom: -40px;
    right: 5px;
}

.fs_new_btn_large_animated.fixed {
	position: static !important;
	float: right;
	margin-top: 33px;
}

.fs_new_btn_large_floating.topfloat {
    top: 95px;
}

.fs_new_btn_large_floating.topfloat2 {
    top: 147px;
}

.fs_new_btn_large_floating.topfloat3 {
    top: 159px;
    right: 85px;
}

#ndfs_content.texthead .fs_new_btn_large_floating.topfloat {
    top: 130px;
}

#ndfs_content.texthead .fs_new_btn_large_floating.topfloat2 {
    top: 195px;
}

.fs_new_btn_default {
    -webkit-transition: background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    background: rgba(61, 164, 241, 0.9);
    border: 0px solid rgba(61, 164, 241, 0.9);
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 497;
    overflow: hidden;
    margin: 0 auto;
    outline: none;
    font-family: "AvenirNext";
    font-weight: normal;
}

.fs_new_btn_default:hover, .fs_new_btn_default:focus {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    background: #3da4f1;
}

.fs_button_abs {
    position: absolute;
    right: 10px;
    top: -80px;
}

.buttonanim {
    -webkit-transition: background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    position: relative;
    z-index: 497;
    overflow: hidden;
}

.fs_new_btn_large_floating:hover, .fs_new_btn_large_floating:focus,
.fs_new_btn_large_animated:hover, .fs_new_btn_large_animated:focus {
    box-shadow: 0 0 8px rgba(0,0,0,.18), 0 8px 16px rgba(0,0,0,.36), 0 2px 4px -1px rgba(0,0,0,.2);
    background: #3da4f1;
}

.fs_new_btn_large_floating span,
.fs_new_btn_default span,
.fs_new_btn_large_animated span {
    position: relative;
    z-index: 498;
    pointer-events: none;
}

.fs_new_btn_large_floating .shade,
.fs_new_btn_default .shade,
.fs_new_btn_large_animated .shade {
    visibility: hidden;
    pointer-events: none;
}

.fs_new_btn_large_floating:hover .shade,
.fs_new_btn_default:hover .shade,
.fs_new_btn_large_animated:hover .shade {
    visibility: visible;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 497;
    background-color: #000;
    opacity: 0.08;
    border-radius: 100%;
    pointer-events: none;
}

.fs_new_btn_large_floating:after,
.buttonanim:after,
.fs_new_btn_default:after,
.fs_new_btn_large_animated:after {
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    background: #fff;
    border-radius: 100%;
    opacity: .4;
    transform: scale(0);
    z-index: 499;
    visibility: hidden;
}

.fs_new_btn_default:after {
    pointer-events: none;
    width: 500px;
    height: 500px;
    margin-left: -50%;
    margin-top: -50%;
}

.fs_new_btn_default.tinyinput {
    max-width: 80px;
    font-size: 15px;
    line-height: 35px;
}

.fs_new_btn_default.smallerinp:after {
    pointer-events: none;
    width: 100px;
    height: 100px;
    margin-left: -50%;
    margin-top: -50%;
}

.fs_new_btn_default.smallerinp2:after {
    pointer-events: none;
    width: 180px;
    height: 180px;
    margin-left: -70%;
    margin-top: -60%;
}

#new_discussion_button.fs_new_btn_default:after {
    pointer-events: none;
    margin-left: -70%;
    margin-top: -60%;
}

@keyframes ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.fs_new_btn_large_floating:after, .buttonanim:after, .fs_new_btn_large_animated:after, .fs_new_btn_default:after {
    visibility: hidden;
}

.fs_new_btn_large_floating:active:after, .buttonanim:active:after, .fs_new_btn_large_animated:active:after, .fs_new_btn_default:active:after {
    animation: ripple 0.8s ease-out;
    visibility: visible;
}

/* ***************************** End of floating action button ***************************** */

/* Custom input + label animation */

.specialinp_lbl {
    position: absolute;
    top: 19px;
    z-index: 3;
    left: 5px;
    color: #3c3c3c;
	font-family: 'AvenirNext';
	font-weight: normal;
    font-size: 14px;
    width: 70%;
    width: calc(100% - 40px);
    display: inline-block;
    -webkit-transition-property: top, bottom, font-size;
    -webkit-transition-duration: 0.4s;
    background-color: #fff;
    cursor: text;
    line-height: 30px;
}

.specialinp_lbl.hasval {
    top: 9px;
    font-size: 10px;
    color: #3DA4F1;
    font-family: 'AvenirLTStdMedium';
    background-color: transparent !important;
    line-height: 21px;
}

.specialinp.hasval {
    padding: 27px 5px 7px 5px;
}

.specialinp.error,
.specialinp.sperror {
    border-color: #fff !important;
    border-bottom: 1px solid #fb7664 !important;
    margin-bottom: 0px;
}

/* Label animation style 2 */

.labelanim_lbl {
    position: absolute;
    top: 5px;
    z-index: 3;
    left: 15px;
    color: #3c3c3c;
	font-family: 'AvenirNext';
	font-weight: normal;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff;
    cursor: text;
    line-height: 30px;
}

.labelanim:focus + .labelanim_lbl {
    color: #3DA4F1 !important;
}

.labelanim.hasval + .labelanim_lbl {
    top: -10px;
    font-size: 12px;
    color: #3E5A7F;
    font-family: 'AvenirLTStdMedium';
    background-color: #ffffff !important;
    line-height: 21px;
    padding-left: 5px;
    padding-right: 5px;
    left: 9px;
}

/* Common popup design  */

#ndfs_popup {
    min-width: 500px;
    max-width: 700px;
}

#ndfs_popup.ndfs_tt_shelflife {
    min-width: 300px;
}

#ndfs_popup.recipe {
    min-width: 100px !important;
    max-width: 3000px;
}

#ndfs_popup.new_opp {
    min-width: 560px !important;
    max-width: 560px;
}

#ndfs_popup.new_prj,
#ndfs_popup.new_tt {
    min-width: 580px !important;
    max-width: 580px;
}

#ndfs_popup.prj_publish {
    min-width: 850px !important;
    max-width: 850px;
}

#ndfs_member_popup.new_prj {
    min-width: 750px !important;
    max-width: 750px;
}

#posttoproject_box {
    width: 600px;
}

#posttoproject_box #ndfs_member_popup {
    width: auto;
}

#ndfs_member_popup.assigncc #mpop_close {
    left: 25px;
    top: 47px;
}

#mpop_titlerow, #mpop_titlerow_sub {
    font-size: 19px;
    color: #3e5a7f;
    display: block;
    border-bottom: 1px solid #ededed;
    background-color: #fff !important;
    font-family: 'AvenirLTStdMedium';
    font-weight: normal;
    text-align: left !important;
    padding: 20px 22px;
    width: calc(100% - 44px);
}

#mpop_titlerow_sub {
    padding: 20px 0px 20px 22px;
    width: calc(100% - 22px);
}

#mpop_content {
    width: 100%;
    margin: 10px 0px 20px 0px;
}

#mpop_content_inner {
    padding-left: 65px;
    padding-right: 65px;
}

#mpop_content_inner_smaller {
    padding-left: 35px;
    padding-right: 35px;
}

#mpop_content_inner_smaller h2 {
    font-size: 18px !important;
    font-family: 'AvenirLTStdMedium';
    font-weight: normal;
    color: #3e5a7f;
    margin-bottom: 7px;
}

#mpop_content p, #mpop_content span {
    font-size: 16px;
    font-family: AvenirNext;
    font-weight: normal;
    color: #3e5a7f;
}

#mpop_buttons {
    background-color: #f5f5f9;
    height: 100px;
}

#mpop_buttons.materialdesign {
    text-align: right;
    height: auto;
}

#mpop_buttons.white {
    background-color: #ffffff;
}

/* Share popup UI */

#ndfs_member_popup.sharememberpopup {
    width: 100%;
}

#ndfs_member_popup.sharememberpopup.new_prj_popup {
    width: 580px !important;
    max-width: 580px !important;
}

#ndfs_member_popup.sharememberpopup #mpop_heading {
    padding-bottom: 20px;
    box-shadow: 0 0px 8px 0 rgba(0,0,0,0.1), 0 2px 5px 0 rgba(0,0,0,0.06);
    position: relative;
    z-index: 2;
}

#ndfs_member_popup.sharememberpopup #mpop_close {
    top: 18px;
    right: 15px;
}

#ndfs_member_popup.sharememberpopup #mpop_titlerow {
    border-bottom: 0px !important;
    padding: 22px 22px 18px 22px;
}

#ndfs_member_popup.sharememberpopup .mpop_member {
    cursor: pointer;
}

#ndfs_member_popup.sharememberpopup .mpop_cc:hover,
#ndfs_member_popup.sharememberpopup .mpop_assign:hover,
#ndfs_member_popup.sharememberpopup .mpop_member:hover,
#ndfs_member_popup.sharememberpopup .mpop_customer:hover,
.mpop_participant:hover {
    background-color: #f5f5f9 !important;
    cursor: pointer;
}

#ndfs_member_popup.sharememberpopup .mpop_member .privilege_holder {
    visibility: hidden;
}

#ndfs_member_popup.sharememberpopup .mpop_member .privilege_holder .selectricWrapper .selectric .button {
    visibility: hidden;
}

#ndfs_member_popup.sharememberpopup .mpop_member .privilege_holder .selectricWrapper {
    width: 70px !important;
    left: 8px;
}

#ndfs_member_popup.sharememberpopup .mpop_member.active:hover .privilege_holder .selectricWrapper .selectric .button {
    visibility: visible;
}

#ndfs_member_popup.sharememberpopup .mpop_member.active .privilege_holder  {
    visibility: visible;
}

#ndfs_member_popup.sharememberpopup .mpop_member img, .mpop_member .prof_pic_color {
    margin-left: 0px;
    margin-right: 15px;
}

#ndfs_member_popup.sharememberpopup .cc_check,
#ndfs_member_popup.sharememberpopup .assign_check,
#ndfs_member_popup.sharememberpopup .member_check,
#ndfs_member_popup.sharememberpopup .customer_check,
.participant_check {
    visibility: hidden;
    color: #ddd;
    font-size: 22px;
	position: relative;
	top: 2px;
}

.participant_check {
	right: 6px;
}

#ndfs_member_popup.sharememberpopup .cc_check:before,
#ndfs_member_popup.sharememberpopup .assign_check:before,
#ndfs_member_popup.sharememberpopup .member_check:before,
#ndfs_member_popup.sharememberpopup .customer_check:before,
.participant_check:before {
    font-family: "ndflavorstudio" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e004";
}

#ndfs_member_popup.sharememberpopup .cc_check.active,
#ndfs_member_popup.sharememberpopup .assign_check.active,
#ndfs_member_popup.sharememberpopup .member_check.active,
#ndfs_member_popup.sharememberpopup .mpop_customer.active .customer_check,
.mpop_participant.active .participant_check {
    color: #21D344 !important;
}

#ndfs_member_popup.sharememberpopup .mpop_member.disabled .member_check,
#ndfs_member_popup.sharememberpopup .mpop_member.disabled .customer_check {
    visibility: visible;
    color: #9CAFC9 !important;
}

#ndfs_member_popup.sharememberpopup .mpop_member.active.disabled .member_check,
#ndfs_member_popup.sharememberpopup .mpop_member.active.disabled .customer_check {
    color: #21D344 !important;
}

#ndfs_member_popup.sharememberpopup .cc_check.active,
#ndfs_member_popup.sharememberpopup .assign_check.active,
#ndfs_member_popup.sharememberpopup .member_check.active,
#ndfs_member_popup.sharememberpopup .mpop_customer.active .customer_check,
#ndfs_member_popup.sharememberpopup .mpop_member:hover .cc_check,
#ndfs_member_popup.sharememberpopup .mpop_member:hover .assign_check,
#ndfs_member_popup.sharememberpopup .mpop_member:hover .member_check,
#ndfs_member_popup.sharememberpopup .mpop_customer:hover .customer_check,
.mpop_participant.active .participant_check,
.mpop_participant:hover .participant_check {
    visibility: visible;
}

#ndfs_member_popup.sharememberpopup .mpop_customer .customer_check {
    position: relative;
    top: 3px;
}

#ndfs_member_popup.sharememberpopup .mpop_user img {
    border-radius: 100px;
    vertical-align: middle;
}

#ndfs_member_popup.sharememberpopup .mpop_user p {
    margin-bottom: 0px;
    color: #3e5a7f;
    font-size: 14px;
}

#ndfs_member_popup.sharememberpopup .share_owner {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#ndfs_member_popup.sharememberpopup .share_owner, .share_privilege {
    color: #a7acb0;
}

#ndfs_member_popup.sharememberpopup .share_privilege {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    width: 45px;
}

#ndfs_member_popup.sharememberpopup .privilege_holder .selectricWrapper ,
#ndfs_member_popup.sharememberpopup .privilege_holder .selectric {
    background-color: transparent !important;
    border: 0px !important;
}

#ndfs_member_popup.sharememberpopup .privilege_holder .selectricItems {
    width: 57px !important;
    left: 4px;
    font-size: 18px !important;
    border: 0px !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 0 1px 3px 0 rgba(0,0,0,0.1);
}

#ndfs_member_popup.sharememberpopup .privilege_holder selectricWrapper:not(.selectricAbove) .selectricItems {
	top: -4px !important;
}

#ndfs_member_popup.sharememberpopup .privilege_holder .selectricItems li {
    text-align: center;
    font-size: 18px !important;
    color: #a7acb0;
    border: 0px !important;
}

#ndfs_member_popup.sharememberpopup .privilege_holder .selectricItems li.selected {
    background-color: #fff !important;
    color: #3DA4F1 !important;
}

#ndfs_member_popup.sharememberpopup .privilege_holder .selectricItems li.selected:hover {
    background-color: #f7f7f9 !important;
}

#ndfs_member_popup.sharememberpopup .privilege_holder .label {
    font-size: 18px;
    color: #a7acb0;
    position: relative;
    top: 2px;
    border: 0px !important;
}

#ndfs_member_popup.sharememberpopup #mpop_buttons {
    padding-top: 5px;
    background-color: #F9F9FB;
    border-top: 1px solid #EDEDED;
}

#ndfs_member_popup.sharememberpopup .mpop_user td,
#ndfs_member_popup.sharememberpopup .mpop_customer td,
.mpop_participant td {
    padding-top: 10px;
    padding-bottom: 10px;
}

#ndfs_member_popup.sharememberpopup .mpop_user .member_check,
#ndfs_member_popup.sharememberpopup .mpop_member .member_check,
#ndfs_member_popup.sharememberpopup .mpop_customer .member_check,
#ndfs_member_popup.sharememberpopup .mpop_user .selectricWrapper,
#ndfs_member_popup.sharememberpopup .mpop_member .selectricWrapper,
#ndfs_member_popup.sharememberpopup .mpop_customer .selectricWrapper {
    position: relative;
    top: 3px;
}

.mpop_participant p {
	margin-bottom: 0px !important;
    font-size: 15px !important;
}

.mpop_participant:last-child {
	border-bottom: 1px solid #EDEDED;
}

/* New popup button design - materialdesign */

.mpopbuttondv {
    text-align: center;
    display: inline-block;
    min-width: 50px;
    padding: 12px 10px 10px 10px;
    font-family: 'AvenirLTStdMedium';
    font-weight: normal;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 3px;
    margin: 13px 0px 13px;
    color: #fff;
    background-color: #3DA4F1;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.mpopbuttondv.dark {
    background-color: transparent  !important;
    color: #8592A9 !important;
    margin-right: 15px !important;
}

.mpopbuttondv.dark.mr0i {
    margin-right: 0px !important;
}

.mpopbuttondv:hover {
    background-color: #3797DD !important;
}

.mpopbuttondv.dark:hover {
    background-color: #E7EBEF !important;
}

.mpopbuttondv.disabled {
	background-color: #E7EBEF !important;
	cursor: default !important;
}

#mpop_buttons input[type=button], .ndfsdefbutton {
    width: 185px;
    height: 47px;
    border-radius: 3px;
    background-color: #3da4f1;
    border: 1px solid #3da4f1;
    margin: 0 auto;
    margin-top: 25px;
    color: #fff;
    cursor: pointer;
}

#mpop_buttons input.smaller {
    width: 160px;
}

#mpop_buttons input[type=button]:hover, .ndfsdefbutton:hover {
    background-color: #3797DD;
}

#mpop_close, #dis_close, #subtask_close {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    background: transparent url(../gfx/flavorstudio_general/icon_close.png) no-repeat center center !important;
    background-size: 70% auto !important;
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
}

#msubpop_close  {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    top: 23px;
    cursor: pointer;
    left: 20px;
    z-index: 1;
    font-size: 25px;
    color: #8592a9;
}

#msubpop_close:hover {
    color: #3da4f1;
}

#ndfs_member_popup.new_prj #mpop_close {
    left: auto !important;
    right: 20px !important;
}

#mpop_close:hover, #dis_close:hover {
    background: transparent url(../gfx/flavorstudio_general/icon_close_active.png) no-repeat center center !important;
    background-size: 70% auto !important;
}

/* Outdated Browser Popup */

#mpop_outdated_content_inner {
    padding-left: 90px;
    padding-right: 90px;
    text-align: center;
}

#ndfs_popup .dborwser {
    width: 65px;
    height: 65px;
    display: inline-block;
}

#ndfs_popup .borwser-chrome {
    background: transparent url("../gfx/browsers/chrome.png") no-repeat center center;
    background-size: 100%;
}

#ndfs_popup .borwser-ff {
    background: transparent url("../gfx/browsers/ff.png") no-repeat center center;
    background-size: 100%;
}

#ndfs_popup .borwser-opera {
    background: transparent url("../gfx/browsers/opera.png") no-repeat center center;
    background-size: auto 100%;
}

#ndfs_popup .borwser-ie {
    background: transparent url("../gfx/browsers/ie.png") no-repeat center center;
    background-size: 100%;
}

#ndfs_popup .borwser-safari {
    background: transparent url("../gfx/browsers/safari.png") no-repeat center center;
    background-size: 100%;
}

/* Member / Customer Popup - Projects section */

#ndfs_member_popup {
    width: 448px;
    overflow: hidden;
    position: relative;
}

#ndfs_member_popup.nutrient_database {
    overflow: visible;
}

#ndfs_member_popup.preview {
    width: 750px;
}

#ndfs_member_popup .mCSB_draggerRail
#mpop_participantsrow .mCSB_draggerRail {
    background: #f2f2f6 !important;
    width: 8px;
    border-radius: 4px;
}

#ndfs_member_popup .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
#ndfs_member_popup .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 2px;
}

#ndfs_member_popup #mpop_titlerow {
    background-color: #fff;
}

#ndfs_member_popup #mpop_titlerow.post_to_project {
    border-bottom: 1px solid #ededed;
}

#ndfs_member_popup .mpopin {
    padding: 0px 10px 0px 10px;
}

#clear_all_customers, #clear_all_members {
    margin-top: 16px;
}

#mpop_memberrow {
    background-color: #fff;
}

#mpop_participantsrow,
#mpop_usersrow,
#mpop_memberrow,
#mpop_ccrow {
    min-height: 200px;
    max-height: 305px;
}

#mpop_participantsrow {
	overflow: scroll;
}

#ndfs_member_popup.sharememberpopup.new_prj_popup #mpop_usersrow_holder {
    height: 435px !important;
}

#ndfs_member_popup.sharememberpopup.new_prj_popup #mpop_usersrow {
    height: 435px !important;
    max-height: 435px !important;
}

#mpop_participantsrow .mCSB_container,
#mpop_usersrow .mCSB_container {
    min-height: 250px;
}

#mpop_usersrow .selectricItems .mCSB_container {
    min-height: 20px !important;
}

#mpop_usersrow_holder, #mpop_ccrow_holder {
    height: 310px;
    padding-top: 7px
}

#mpop_participant_holder {
	height: 310px;
}

.mpop_participant_titlerow {
    box-shadow: 0 0px 8px 0 rgba(0,0,0,0.1), 0 2px 5px 0 rgba(0,0,0,0.06);
    position: relative;
    z-index: 2;
}

#dupl_tt_select_all, #dupl_tt_select_none {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	position: absolute;
	right: 5px;
	top: 11px;
}

#mpop_usersrow_holder .mpop_user:nth-child(1),
#mpop_ccrow_holder .mpop_user:nth-child(1),
#mpop_participant_holder .mpop_participant:nth-child(1) {
    border-top: 0px !important;
}

#mpop_memberrow_holder {
    padding-top: 15px;
}

#mpop_search_users, #mpop_search_contacts {
    border: 1px solid #9CAFC9;
    height: 45px;
    border-radius: 3px;
    width: 90%;
    width: calc(100% - 50px);
    padding: 0px 15px;
    margin: 0 10px !important;
    color: #9ba5b6;
    font-family: AvenirNext;
    font-weight: normal;
    font-size: 15px;
    background: transparent url(../gfx/flavorstudio_general/icon_search.png) no-repeat center right 15px !important;
    background-size: 20px auto !important;
}

#mpop_search_cc {
    border: 1px solid #9CAFC9;
    height: 45px;
    border-radius: 3px;
    width: 90%;
    width: calc(100% - 50px);
    padding: 0px 15px;
    margin: 0 10px !important;
    color: #9ba5b6;
    font-family: AvenirNext;
    font-weight: normal;
    font-size: 15px;
}

#mpop_search_cc::-webkit-input-placeholder,
#mpop_search_users::-webkit-input-placeholder,
#mpop_search_contacts::-webkit-input-placeholder {
    color: #9db0c9 !important;
}
#mpop_search_cc:-moz-placeholder,
#mpop_search_users:-moz-placeholder,
#mpop_search_contacts:-moz-placeholder {
    color: #9db0c9 !important;
}
#mpop_search_cc::-moz-placeholder,
#mpop_search_users::-moz-placeholder,
#mpop_search_contacts::-moz-placeholder {
    color: #9db0c9 !important;
}
#mpop_search_cc:-ms-input-placeholder,
#mpop_search_users:-ms-input-placeholder,
#mpop_search_contacts:-ms-input-placeholder {
    color: #9db0c9 !important;
}

#mpop_search_contacts:focus, #mpop_search_users:focus, #mpop_search_cc:focus {
    border: solid 1px #3DA4F1;
    color: #3E5A7F;
}

#mpop_selectall {
    width: 19%;
    text-align: left;
    display: inline-block;
}

#select_all_txt {
    font-family: AvenirNext;
    color: #3e5a7f;
    font-size: 15px;
}

.selectalltbl {
    position: relative;
    top: 10px;
    left: 3px;
    width: 38px;
}

#mpop_selectall label {
    text-align: center;
    margin-left: 10px;
    position: relative;
    top: -4px;
}

#mpop_selectall label:before {
    background-color: transparent !important;
}

.mpop_user, .mpop_customer, .mpop_participant {
    border-top: 1px solid #ededed; 
    width: 100%;
}

.mpopin .mpop_user:first-child,
.mpopin .mpop_customer:first-child,
.mpopin .mpop_customer.firstelem,
.mpopin .mpop_user.firstelem {
    border-color:  transparent !important;
}

#ndfs_member_popup .mCSB_container .mpopin {
    padding-right: 35px;
}

#ndfs_member_popup .mCSB_container.mCS_y_hidden .mpopin {
    padding-right: 20px;
}

#ndfs_member_popup .mCSB_container.mCS_y_hidden .mpopin input[type=checkbox] + label {
    margin-right: 13px;
}

/* End of popup */

/* Data Tables Updates & Box View updates */

.clear_filter,
.search_filter {
    background-color: #fff;
    color: #9cafc9;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 38px;
    line-height: 43px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: -4px;
    vertical-align: middle;
    visibility: hidden;
    width: 35px;
    border-radius: 10px;
}

.clear_filter.vis {
    visibility: visible;
}

.clear_filter:hover {
    color: #3da4f1;
}

.search_filter {
    cursor: default;
    visibility: visible;
    font-size: 15px;
}

/* Add Attachment / Upload File */

.canvas_color {
    position: fixed;
    top: 5px;
    font-size: 25px !important;
    cursor: pointer;
    background: transparent;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 56px;
    text-shadow: 1px 1px 1px rgba(1,1,1,1);
}

.canvas_color.active,
.canvas_color:hover {
    background: #3797DD !important;
}

.canvas_clear {
    position: fixed;
    top: 5px;
    left: 16px;
    font-size: 25px !important;
    cursor: pointer;
    background: transparent;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 56px;
    text-shadow: 1px 1px 1px rgba(1,1,1,1);
    color: #fff;
}

.canvas_clear:hover {
    color: #3da4f1 !important;
}

#take_screenshot,
#contactm_upload {
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

#contactm_upload {
    float: left;
}

#take_screenshot {
    float: right;
    position: relative;
    top: -5px;
}

#take_screenshot span,
#contactm_upload span {
    font-size: 15px;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

#take_screenshot:before {
    font-size: 20px;
    position: relative;
    top: 2px;
}

#take_screenshot:hover,
#take_screenshot:hover span,
#contactm_upload:hover,
#contactm_upload:hover span {
    color: #3DA4F1 !important;
}

#contactm_uploaded_files {
    margin-bottom: 30px;
}

.contactm_attatch_file_hold {
    margin-bottom: 5px;
}

#contactm_uploaded_files font {
    cursor: pointer;
    font-size: 13px;
}

#contactm_uploaded_files font:hover {
    color: #3DA4F1 !important;
}

#contactm_uploaded_files span {
    max-width: 84%;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666 !important;
    font-size: 14px !important;
    margin-left: 9px;
    position: relative;
    top: 4px;
    white-space: nowrap;
}

.remove_contactm_attachment_file {
    font-size: 15px;
    margin-left: 20px;
}

#attachment_box,
.attachment_box {
	display: none;
	width: 170px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 505;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    text-align: left;
}

#attachment_box:after, #attachment_box:before,
.attachment_box:after, .attachment_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#attachment_box.dwnarrow:after, #attachment_box.dwnarrow:before,
.attachment_box.dwnarrow:after, .attachment_box.dwnarrow:before {
    top: 100%;
}

#attachment_box:after,
.attachment_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}

#attachment_box.dwnarrow:after,
.attachment_box.dwnarrow:after {
    border-bottom-color: transparent;
    border-top-color: #fff;
}

#attachment_box:before,
.attachment_box:before {
	border-color: rgba(236, 236, 236, 0);
	border-bottom-color: #ECECEC;
	border-width: 9px;
	margin-left: -9px;
}

#attachment_box.dwnarrow:before,
.attachment_box.dwnarrow:before {
    border-bottom-color: transparent;
    border-top-color: #ECECEC;
}

#attachment_box a,
.attachment_box a {
	cursor: pointer;
	display: block;
	position: relative;
	text-decoration: none !important;
    color: #3E5A7F !important;
    padding: 7px 12px;
    font-size: 13px;
    font-family: 'AvenirLTStdMedium';
    text-align: left;
}

#attachment_box a span,
.attachment_box a span {
    font-size: 17px;
    position: relative;
    top: 3px;
    margin-right: 9px;
    color: #3E5A7F !important;
}

#attachment_box a:hover,
.attachment_box a:hover {
	background-color: #F5F5F7 !important;
	color: #3DA4F1 !important;
}

#attachment_box a:hover span,
.attachment_box a:hover span {
	color: #3DA4F1 !important;
}

/* Jquery UI Datepicker */

.ui-datepicker {
    width: auto !important;
}

#ui-datepicker-div {
    padding: 0px !important;
    border: 0px !important;
    z-index: 10001 !important;
    padding: 0px 15px 15px 15px;
    font-family: 'AvenirNext';
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #ededed;
}

#ui-datepicker-div.mt38 {
    margin-top: 38px !important;
}

#ui-datepicker-div.mt20 {
    margin-top: 20px !important;
}

#ui-datepicker-div .ui-datepicker-header {
    background: #3e5a7f !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: normal;
    border: 0px !important;
    border-radius: 0px !important;
    padding: 15px 5px;
}

#ui-datepicker-div table {
    width: 100%;
    margin: 0 auto;
}

#ui-datepicker-div .arrow {
    background: transparent url(../gfx/flavorstudio_general/datepicker_arrow.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: -15px;
    left: 47.5%;
    width: 20px;
    height: 20px;
    display: none;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background: transprent !important;
    width: 50px !important;
    height: 55px !important;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    background: transparent !important;
    border: none !important;
}

.ui-datepicker .ui-datepicker-prev span {
    background: transparent !important;
    position: relative !important;
    left: 0px !important;
    width: 100% !important;
    height: 55px !important;
    color: #9cafc9 !important;
    font-size: 26px !important;
    display: inline-block;
    top: 0px !important;
    cursor: pointer;
    margin: 0px !important;
    line-height: 61px !important;
    text-align: center !important;
}

.ui-datepicker .ui-datepicker-next span {
    background: transparent !important;
    position: relative !important;
    right: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 55px !important;
    color: #9cafc9 !important;
    font-size: 26px !important;
    display: inline-block;
    top: 0px !important;
    cursor: pointer;
    margin: 0px !important;
    line-height: 61px !important;
    text-align: center !important;
}

.ui-datepicker .ui-datepicker-prev:hover span, .ui-datepicker .ui-datepicker-next:hover span {
    color: #fff !important;
    font-size: 26px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
    top: 2px !important;
}

.ui-datepicker-calendar thead th {
	text-align: center !important;
    color: #8899b0 !important;
    font-size: 12px !important;
    font-family: 'AvenirNext' !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ededed !important;
    text-transform: uppercase !important;
}

.ui-datepicker-calendar thead th:first-child, .ui-datepicker-calendar tbody tr td:first-child {
    padding-left: 15px;
}

.ui-datepicker-calendar thead th:last-child, .ui-datepicker-calendar tbody tr td:last-child {
    padding-right: 15px;
}

.ui-datepicker-calendar tbody tr:first-child td {
    padding-top: 10px;
}

.ui-datepicker-calendar tbody tr:last-child td {
    padding-bottom: 15px;
}

.ui-datepicker td span, .ui-datepicker td a {
	background: transparent !important;
	text-align: center !important;
    font-size: 12px !important;
    font-family: 'AvenirNext' !important;
    border: none !important;
    color: #3e5a80 !important;
    margin: 1px !important;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 24.9px;
}

.ui-datepicker.ui-widget-content .ui-state-active, .ui-datepicker .ui-button.ui-state-active:hover,
.ui-datepicker .ui-state-active, .ui-datepicker .ui-state-default:hover {
    color: #fff !important;
    border-radius: 50px !important;
    background-color: #3e5a7f !important;
    text-align: center !important;
}

#ui-datepicker-div .ui-datepicker-next-hover {
	border:none;
	background:none;
	right:2px;
	top:2px;
	cursor:pointer;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border-radius: 50px !important;
    text-align: center !important;
	background-color: rgba(61, 164, 241, 0.25) !important;
}

/* Selectric class updates */

.selectricWrapper .selectricItems .toparrow {
    width: 0; 
    height: 0; 
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 11px solid #fff;
    top: -9px;
    position: absolute;
    left: 15px;
    right: 0px;
}

.selectricWrapper .selectricItems .toptext {
    display: inline-block;
    border-bottom: 1px solid #ededed;
    width: 100%;
    color: #9db0c9 !important;
    font-family: "AvenirNext";
    font-size: 14px !important;
}

.selectricWrapper .selectricItems .toptext span {
    display: inline-block;
    padding: 10px 29px 10px 12px;
}

/* Title line divider */

.tdivider {
    width: 100%;
    background-color: transparent;
    position: relative;
    text-align: center;
}

.tdivider .tline {
    position: absolute;
    background-color: #3e5a7f;
    width: 99%;
    left: 0.5%;
    top: 50%;
    height: 1px;
}

.tdivider span {
    font-family: "AvenirNext";
    font-weight: normal;
    color: #3e5a7f;
    background-color: #f5f5f7;
    position: relative;
    z-index: 1;
    font-size: 16px;
    display: inline-block;
    padding: 0px 20px;
}

.tdivider_text {
    font-family: "AvenirNext";
    font-weight: normal;
    color: #9db0c9;
    font-size: 15px;
    margin-top: 0px;
}

.accordition, .accorditionstatic {
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.accordition:hover, .accorditionstatic:hover {
    color: #3DA4F1 !important;
}

.accordition font {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.accordition.open font {
    border-left: 4px solid transparent !important;
    border-top: 4px solid #3e5a7f !important;
    border-right: 4px solid transparent !important;
    width: 0px;
    position: relative;
    left: 6px;
    top: -1px;
    height: 1px;
}

.accordition.closed font {
    border-bottom: 4px solid transparent !important;
    border-top: 4px solid transparent !important;
    border-left: 4px solid #3e5a7f !important;
    width: 0px;
    position: relative;
    left: 6px;
    top: -1px;
    height: 0px;
}

/* New button types 2019 May */

.ndbutton {
    width: 105px;
    height: 38px;
    border-radius: 2px;
    font-family: 'AvenirNext';
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
}

.ndbutton span {
    margin: 0 auto;
    text-align: center;
}

.ndbutton.ndblue {
    background: #3DA4F1;
    border: 1px solid #3DA4F1;
}

.ndbutton.ndblue:hover {
    background: #3E5A7F;
    border: 1px solid #3E5A7F;
}

.ndbutton.ndblueoutline {
    background: #fff;
    border: 1px solid #3DA4F1;
    color: #3DA4F1;
}

.ndbutton.ndblueoutline:hover {
    border: 1px solid #3DA4F1;
    background: #3DA4F1;
    color: #fff;
}

/* New settings page designs UI / UX */

.ndslider_holder {
    width: 100%;
    position: relative;
}

.ndslider_sidebar {
    text-align: left;
}

.ndslider_sidebar:not(.fixed) {
    position: absolute;
    left: 0px;
}

.ndslider_sidebar.fixed {
    position: fixed !important;
    top: 110px !important;
}

.ndslider_sidebar_item {
    color: #98ACC7;
    font-weight: normal;
    font-size: 15px;
    padding: 5px 0px 15px 0px;
    cursor: pointer;
}

.ndslider_sidebar_item:not(.active):hover {
    color: #3DA4F1;
}

.ndslider_sidebar_item.active {
    color: #3F5B7E;
    font-family: 'AvenirLTStdMedium';
}

.ndslider_middle {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 70px;
    padding-bottom: 100px;
}

@media only screen and (max-device-width: 1200px),
only screen and (max-width: 1200px) {
    .ndslider_middle {
        left: 110px;
    }
}

@media only screen and (max-device-width: 1100px),
only screen and (max-width: 1100px) {
    .ndslider_sidebar {
        display: none;
    }
}

@media only screen and (max-device-width: 1090px),
only screen and (max-width: 1090px) {
    .ndslider_middle {
        position: static;
        margin: 0 auto !important;
    }
    
    #ndfs_content.multitabs.ndfs_content_crm_settings,
    #ndfs_content.multitabs.ndfs_content_admin_project,
    #ndfs_content.multitabs.ndfs_content_admin_config {
        min-width: 780px !important;
    }
}

.ndslider_content_title {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    color: #3F5B7E;
    font-size: 21px;
    font-family: 'AvenirLTStdMedium';
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ndslider_content {
    background-color: #fff;
    max-width: 830px;
    width: 100%;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    margin: 10px auto 0 auto;
    border-radius: 4px;
    padding: 25px 30px 25px 30px;
    width: calc(100% - 60px);
}

.ndslider_content:first-child {
    margin-top: 0px !important;
}

.ndslider_content h2 {
    color: #3E5A7F;
    font-size: 16px;
    font-family: 'AvenirLTStdMedium';
    font-weight: normal;
    margin-bottom: 3px;
}

.ndslider_content h2.mb20 {
    margin-bottom: 20px;
}

/* New Accordion design - used on mobile pages */

.naccordion_holder {
    background-color: #fff;
    max-width: 830px;
    width: 100%;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    margin: 0 auto;
    margin-top: 30px;
}

.naccordion_holder .naccordion_inner {
    padding: 50px 70px;
    width: calc(100% - 140px);
}

.naccordion_line {
    border-bottom: 1px solid #F1F1F1;
    cursor: pointer;
}

.naccordion_line.open:not(.noborder) {
    border-bottom: 1px solid transparent;
}

.naccordion_line.noborder {
    border-bottom: 0px;
}

.naccordion font {
    display: inline-block;
    color: #D1D1D6;
    font-family: "ndflavorstudio" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

#costsinner .naccordion font {
    position: relative;
    top: 3px;
}

.naccordion.open font:before {
    content: "\e072";
}

.naccordion.closed font:before {
    content: "\e01a";
}

.naccordion:hover font {
    color: #43A5EE;
}

.naccordion table td {
    line-height: 60px !important;
}

#costsinner .naccordion table td {
    line-height: 45px !important;
}

.naccordion .naccordion_line_title {
    color: #3F5B7E;
    font-size: 15px;
    font-family: 'AvenirLTStdMedium';
}

.naccordion.open .naccordion_line_title, .naccordion:hover .naccordion_line_title  {
    color: #43A5EE;
}

.na_divider_line {
	height: 1px;
	display: block;
	width: 100%;
	margin: 20px auto;
	background-color: #98ACC7;
}

.na_divider_text span {
    font-size: 14px;
    font-family: "AvenirNext";
    color: #98ACC7;
    display: inline-block;
    margin-bottom: 10px;
}

.naccordion_content {
    padding-bottom: 25px;
}

#costsinner .naccordion_content {
    padding-bottom: 15px;
}

.naccordion_content.ac_opened:not(:last-child) {
    border-bottom: 1px solid #F1F1F1;
}

#costsinner .naccordion_content {
    border-bottom: 1px solid #F1F1F1 !important;
}

/* Preview & Zoom design */

#preview_conetent_name {
    max-width: 450px;
    border: 1px solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
    font-family: "AvenirNext";
    position: relative;
    top: 5px;
    height: 28px;
    cursor: pointer;
}

#preview_conetent_name:hover {
    color: #3da4f1;
}

#preview_edit_file {
    max-width: 448px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 4px;
}

#preview_edit_file input[type="text"] {
    width: auto;
    min-width: 350px;
    max-width: calc(100% - 22px);
    border: 1px solid #ededed;
    color: #3e5a7f;
    font-family: AvenirNext;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 10px !important;
    position: relative;
    border-radius: 0px;
    text-align: center;
}

.prev_preview, .next_preview, .preview_scale_minus, .preview_scale_plus {
    color: #9db0c9;
    font-size: 20px;
    margin: 0px 17px;
    position: relative;
}

.preview_scale_minus, .preview_scale_plus {
    position: relative;
    top: 2px;
}

.prev_preview.inactive, .next_preview.inactive {
    color: #f5f5f7 !important;
}

#fullscreen_preview .prev_preview.inactive, #fullscreen_preview .next_preview.inactive {
    color: #98acc7 !important;
    opacity: 0.3;
}

.prev_preview:hover, .next_preview:hover, .preview_scale_minus:hover, .preview_scale_plus:hover {
    color: #FFF !important;
}

#ndfs_member_popup.preview #mpop_titlerow {
    text-align: center;
    height: 35px;
    border-bottom: 1px solid #ededed;
}

#ndfs_member_popup.preview #mpop_close {
    top: 25px;
}

#ndfs_member_popup.preview #mpop_titlerow span {
    display: inline-block;
}

#preview_fullscreen span {
    cursor: pointer;
}

#preview_fullscreen span.maximize {
    color: #9db0c9;
}

#preview_fullscreen span.maximize:hover {
    color: #3da4f1;
}

#repo-preview .loading {
    background: transparent url('../gfx/ajax_loader.gif') no-repeat center center;
}

#preview_actions {
    background-color: transparent !important;
    height: 50px;
    position: absolute;
    top: 18px;
    right: 20px;
}

#preview_actions table td {
    vertical-align: middle;
    height: 50px;
}

#preview_content_holder {
    height: calc(100vh - 83px);
    width: 100%;
    position: relative;
}

#preview_content {
    width: 100%;
    width: calc(100% - 50px);
    padding: 25px;
    min-height: 250px;
    text-align: center;
}

#preview_content.drag {
    cursor: move;
}

#preview_content_holder #preview_content {
    width: 100% !important;
    padding: 0px !important;
    height: calc(100vh - 83px);
}

#preview_content.loading {
    background: transparent url('../gfx/ajax_loader.gif') no-repeat center center;
}

#preview_content img {
    max-width: 100%;
    height: auto;
    box-shadow: -20px 2px 30px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #a5adbd;
    max-height: 600px;
}

/* fullscreen preview */

#fullscreen_preview table {
    position: relative;
    z-index: 1000;
}

#fullscreen_preview table td {
    background-color: #3e5a7f;
    color: #fff;
    height: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
}

#fullscreen_preview #preview_conetent_name {
    color: #fff;
    position: relative;
    top: 0px;
}

#fullscreen_nav {
    position: fixed;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    max-width: 750px;
    max-width: calc(100% - 500px);
    text-align: center;
}

#fullscreen_nav.edit {
    top: 20px;
}

#fullscreen_nav .prev_preview, #fullscreen_nav .next_preview {
    position: relative;
    top: 0px;
}

#fullscreen_preview #preview_actions {
    border: 0px !important;
    height: auto !important;
    padding-right: 25px;
    top: 22px;
}

#fullscreen_preview #mpop_close {
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    top: -2px;
    left: 0px;
}

#fullscreen_preview .repoa_preview_button {
    height: 30px;
    position: relative;
    top: -2px;
}

#fullscreen_preview .repoa_preview_button.delete_attachment, #fullscreen_preview .repoa_preview_button.remove_attachment {
	line-height: 36px !important;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border: 1px solid #9DB0C9;
    background-color: #9DB0C9;
    color: #3e5a7f !important;
}

#fullscreen_preview .repoa_preview_button.delete_attachment:hover, #fullscreen_preview .repoa_preview_button.remove_attachment:hover {
	color: #FFF !important;
	background-color: #3e5a7f;
	border: 1px solid #FFF;
}

#fullscreen_preview #current_pos, #fullscreen_preview #max_pos {
    color: #fff !important;
}

#fullscreen_preview #preview_edit_file {
    max-width: 400px;
    width: 100%;
}

#fullscreen_preview #preview_edit_file input[type="text"] {
    background: transparent;
    color: #fff;
    border-color: #fff;
    width: calc(100% - 22px);
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

#current_zoom {
    position: relative;
    top: -3px;
    width: 45px;
    text-align: center;
    display: inline-block;
}

#fullscreen_preview #preview_content iframe {
    -webkit-transition: max-width .2s linear .2s, max-height .2s linear .2s;
}

#fullscreen_preview #preview_content iframe {
    max-width: 100%;
}

.repoa_preview_button {
    display: inline-block;
    margin-left: 5px;
    color: #9db0c9;
    width: 35px;
    height: 35px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 19px;
}

.repoa_preview_button:hover, .repoa_preview_button.active {
    color: #FFF;
}

.repoa_preview_button2 {
    display: block;
    padding-left: 9px;
    color: #3e5a7f;
    border-left: 3px solid transparent;
    width: calc(100% - 12px);
    height: 35px;
    line-height: 40px;
    cursor: pointer;
    text-align: left;
    font-size: 17px;
}

.repoa_preview_button2 span {
    font-size: 13px;
    position: relative;
    top: -3px;
    margin-left: 10px;
}

.repoa_preview_button2:hover, .repoa_preview_button2.active {
    color: #3da4f1;
    border-left-color: #3da4f1;
}

#more_actions {
    background-color: #fff;
    color: #3e5a7f;
    position: absolute;
    right: -18px;
    text-align: left;
    top: 62px;
    width: 132px;
    box-shadow: 0 4px 5px #999;
}

.autoinputsize {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* contact us */

#ndfs_popup.fs_contact_us {
    min-width: 310px;
    max-width: 310px;
}

#ndfs_popup.fs_contact_us.regular_view {
    min-width: 450px;
    max-width: 450px;
}

#ndfs_popup.fs_contact_us #mpop_content {
    margin-bottom: 0px !important;
}

#contact_us_frm {
    margin: 30px auto 0px auto;
    width: 80%;
}

#contact_us_frm label {
    display: block;
}

#contact_us_frm input,
#contact_us_frm textarea {
    width: 90%;
    width: calc(100% - 20px);
}

#contact_us_frm textarea {
    min-height: 80px;
    max-height: 200px;
    resize: vertical;
}

#contact_cancel, #contact_send  {
    margin-top: 0px !important;
}

#contact_send {
    margin-top: 10px !important;
    margin-right: 30px !important;
}

/* Enable / Disable switch */

input.switch_inp[type=checkbox] {
	height: 0 !important;
	width: 0 !important;
	visibility: hidden !important;
}

[type="checkbox"] + label.switch_lbl {
	cursor: pointer !important;
	text-indent: -9999px !important;
	width: 28px !important;
	height: 11px !important;
	background: #C6C5C5 !important;
	display: block !important;
	border-radius: 100px !important;
	position: relative !important;
    padding: 0px !important;
	user-select: none !important;
}

[type="checkbox"] + label.switch_lbl:before {
    display: none !important;
}

[type="checkbox"]:not(:checked) + label.switch_lbl:after,
[type="checkbox"]:checked + label.switch_lbl:after {
	content: '' !important;
	position: absolute !important;
	top: -3px !important;
	left: -5px !important;
	width: 16px !important;
	height: 16px !important;
	background: #fff !important;
	border-radius: 90px !important;
	transition: 0.3s !important;
    opacity: 1 !important;
    padding: 0px !important;
    -webkit-box-shadow: 1px 1px 4px -2px rgba(0,0,0,1) !important;
    -moz-box-shadow: 1px 1px 4px -2px rgba(0,0,0,1) !important;
    box-shadow: 1px 1px 4px -2px rgba(0,0,0,1) !important;
}

input.switch_inp:checked + label.switch_lbl {
	background: #A1D2F6 !important;
}

input.switch_inp:checked + label.switch_lbl:after {
	left: calc(100% + 5px) !important;
	transform: translateX(-100%) !important;
    background: #43A5EE !important;
}

input.switch_inp:not(:checked) + label.switch_lbl:after {
    background: #f1f1f1 !important;
}

label.switch_lbl:active:after {
	width: 130px;
}

/* Recent Box */

#recent_box_container {
    width: 100%;
    background-color: #f5f5f7;
}

#recent_box_inner {
    margin: 0 auto;
}

#recent_box_inner.cinner.recentb_section_recipe {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}

.recent_box {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 15%;
    width: calc(20% - 48px) !important;
    float: left;
    text-align: left;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 2px;
    margin-right: 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 0 1px 3px 0 rgba(0,0,0,0.1);
    border: 1px solid #fff;
}

#recent_box_inner.rno2 .recent_box { /* 50% */
    width: calc(50% - 42px) !important;
}

#recent_box_inner.rno3 .recent_box { /* 33% */
    width: calc(33.333% - 48px) !important;
}

#recent_box_inner.rno4 .recent_box { /* 25% */
    width: calc(25% - 48px) !important;
}

#recent_box_inner.rno5 .recent_box { /* 20% */
    width: calc(20% - 48px) !important;
}

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) and (stroke-color:transparent) {
		#recent_box_inner.rno2 .recent_box { /* 50% */
			width: calc(50% - 45px) !important;
		}

		#recent_box_inner.rno3 .recent_box { /* 33% */
			width: calc(33.333% - 50px) !important;
		}

		#recent_box_inner.rno4 .recent_box { /* 25% */
			width: calc(25% - 50px) !important;
		}

		#recent_box_inner.rno5 .recent_box { /* 20% */
			width: calc(20% - 50px) !important;
		}
	}
}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
		#recent_box_inner.rno2 .recent_box { /* 50% */
			width: calc(50% - 45px) !important;
		}

		#recent_box_inner.rno3 .recent_box { /* 33% */
			width: calc(33.333% - 50px) !important;
		}

		#recent_box_inner.rno4 .recent_box { /* 25% */
			width: calc(25% - 50px) !important;
		}

		#recent_box_inner.rno5 .recent_box { /* 20% */
			width: calc(20% - 50px) !important;
		}
	}
}

/* Safari 6.1-10.0 (but not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		#recent_box_inner.rno2 .recent_box { /* 50% */
			width: calc(50% - 45px) !important;
		}

		#recent_box_inner.rno3 .recent_box { /* 33% */
			width: calc(33.333% - 50px) !important;
		}

		#recent_box_inner.rno4 .recent_box { /* 25% */
			width: calc(25% - 50px) !important;
		}

		#recent_box_inner.rno5 .recent_box { /* 20% */
			width: calc(20% - 50px) !important;
		}
	}
}

.dashboard_recent_box .recent_box {
    margin-bottom: 15px;
}

/* .recent_box:nth-child(4), */
#recent_box_inner.rno2 .recent_box:nth-child(2),
#recent_box_inner.rno3 .recent_box:nth-child(3),
#recent_box_inner.rno4 .recent_box:nth-child(4),
#recent_box_inner.rno5 .recent_box:nth-child(5) {
    margin-right: 0px !important;
}

.recent_box {
    text-decoration: none !important;
    /*font-family: 'AvenirLTStdMedium';*/
    font-family: 'AvenirNext';
    font-weight: normal;
}

.recent_box span.recenticon {
    margin-right: 8px;
    /*display: inline-block;*/
    display: none !important;
    font-size: 16px;
    position: relative;
    top: 3px;
    float: left;
    color: #3e5a7f;
}

.recent_box span.recenttitle {
    width: calc(100% - 30px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    float: left;
    position: relative;
    top: 3px;
    color: #3e5a7f;
}

.recent_box:hover {
    background-color: #fbfbfb;
    border-color: #3da4f1 !important;
    box-shadow: none;
    color: #3da4f1 !important;
}

.recent_box:hover span.recenticon,
.recent_box:hover span.recenttitle {
    color: #3da4f1 !important;
}

.recent_box span.recent_info {
    display: block !important;
    color: #999 !important;
    font-size: 12px !important;
    font-family: 'AvenirNext' !important;
    font-weight: normal !important;
    position: relative;
}

.recent_box .recentinfo {
    position: absolute;
    font-size: 15px;
    margin-left: 3px;
    line-height: 10px !important;
}

.recent_box .recentinfo:hover {
    color: #3da4f1 !important;
}

#ndfs_screenshot {
    position: absolute;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(1,1,1,0.6);
}

#ndfs_screenshot canvas {
    position: absolute;
    top: 0px; left: 0px;
    opacity: 1;
    /*transform: scale(0.7);*/
    z-index: 99999999;
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s, opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

#cancel_screenshot,
#attach_screenshot {
    position: fixed;
}

#cancel_screenshot {
    right: 120px; top: -5px;
}

#attach_screenshot {
    right: 10px; top: -5px;
}

/* new button style */

.ndfs_button {
    cursor: pointer;
    min-width: 60px;
    line-height: 32px;
    min-height: 32px;
    color: #fff;
    background-color: #40A4ED;
    border: 1px solid #40A4ED;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -khtml-border-radius: 2px !important;
    border-radius: 2px !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    font-family: 'AvenirNext';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0px 10px;
    white-space: nowrap;
}

.ndfs_button.dark {
    background-color: transparent  !important;
    border-color: transparent !important;
    color: #8592A9 !important;
}

.ndfs_button:hover {
    background-color: #1F88D7;
    border-color: #1F88D7;
    color: #FFF;
}

.ndfs_button.dark:hover {
    background-color: #E7EBEF !important;
    border-color: #E7EBEF !important;
}

.ndfs_button.disabled,
.ndfs_button.disabled:hover {
	cursor: default !important;
    border-color: #E9E9E9 !important;
    background: #E9E9E9 !important;
    color: #9DB0C9 !important;
}

/* disable select class recuresively */

.noselect,
.noselect a,
.noselect b,
.noselect font,
.noselect span,
.noselect p,
.noselect div {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* Preload hover images */

#preload {
    width: 0px;
    height: 0px;
    display: inline;
    content:
        url(../gfx/flavorstudio_general/icon_cancel_active.png)
        url(../gfx/flavorstudio_general/icon_save_active.png)
        url(../gfx/flavorstudio_general/icon_search_active.png)
        url(../gfx/flavorstudio_general/icon_publish_active.png)
        url(../gfx/flavorstudio_general/icon_help_active.png)
        url(../gfx/flavorstudio_general/icon_plus_active.png)
        url(../gfx/flavorstudio_general/icon_edit_active.png);
}

.selectricSearch {
    width: 100%;
    /* padding: 5px; */
    box-sizing: border-box;

    color: #9db0c9;
    font-size: 15px !important;
    font-family: 'AvenirNext';
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    top: -3px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 0;
}

#transfer_account_data_inner .selectricScroll{
    position: fixed;
    width: 248px;
}