BODY, TEXTAREA {
    BACKGROUND-COLOR: white;
    FONT-FAMILY: arial, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.backgroundcolor {
    background-color: #FFF;
}


.center_field_with_button {
    margin-top:9px;
}

.mainTable {
    width: 985px;
}

.contactListRight {
    /* width: 765px; */
    -ms-overflow-y: hidden;
    float: left;
    min-height: 630px;
    border-left: none !important;
}
.clistr_wrap {
    float: left;
    width: 80%;
    overflow-y: hidden;
    overflow-x: auto;
}

.basicpager {
    text-decoration: none;
    margin: 0 15px;
}

.bTBG {
    BACKGROUND-COLOR: #eee;
    padding: 4px;
}

.bProfile {
    float:right;
    visibility:hidden;
    width:32px;
}

.brandlogo {
position: relative;
    top: -12px;
    max-width: 200px;
    max-height: 50px;
    float: left;
    background-color: white;
}

.advfield input[type="date" i] {
    padding: 4px 4px 4px 6px;
}

.advfield input[type="date" i]:focus {
        padding: 4px 4px 4px 6px;
    }


/* ======================================================== */
/* ================= NAV 2021 ============================ */
/* ======================================================== */

.brandlogo_nav2021 {
    position: relative;
    top: -4px;
    max-width: 200px;
    max-height: 50px;
    float: left;
}

.nav2021_subnavgroup {
    width: 240px;
    float: left;
    height: auto;
    padding: 7px 1px 2px 12px;
    overflow: visible;
}

    .nav2021_subnavgroup:hover {
        background-color: #F0F9F2;
    }




.nav2021_subnavitem {
    width: 240px;
    float: left;
    height: 70px;
    padding: 7px 1px 2px 12px;
    overflow: visible;
    cursor: pointer;
}

    .nav2021_subnavitem:hover {
        background-color: #F0F9F2;
    }

.nav2021_subnavicon {
    float: left;
    color: #62A51B;
    width: 36px;
    font-size: 18px;
}

.nav2021_subnavtext {
    float: left;
    color: #0C234F;
    width: 194px;
    font-size: 12px;
}

.nav2021_subnavtitle {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 2px;
}

a.nav2021_subnavtitle {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #0C234F;
    text-decoration: none;
    display: block;
    padding: 6px;
    position: relative;
    left: -6px;
}

    a.nav2021_subnavtitle:hover {
        background-color: #F0F9F2;
        text-decoration: none;
        color: #62A51B;
    }

.nav2021_subnavname {
    color: #747474;
    font-size: 13px;
    max-width: 180px;
    overflow: hidden;
    margin-bottom: 1px;
    text-overflow: ellipsis;
    font-weight:600;
}
.nav2021_subnavemail {
    color: #747474;
    font-size: 11px;
    max-width: 180px;
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
}

.nav2021_wrap {
    background-color: #fff;
    height: 68px;
    padding-top: 11px;
    border-bottom: 1px solid #ddd;
}

.nav2021_width {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

.nav2021_profile {
    float: right;
    position: relative;
    visibility: visible;
    border-radius: 50%;
    width: 32px;
    border: 2px solid #4a50574d !important;
}

.nav2021_upgrade {
    padding: 5px 10px !important;
    position: relative;
    top: 7px;
    margin: 0 10px !important;
}

.nav2021_inneritems {
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 13px;
}

    .nav2021_inneritems a {
        color: #0C234F;
    }

        .nav2021_inneritems a:hover {
            color: #62A51B;
            text-decoration: none;
        }

.nav2021_search {
    font-size: 22px;
    color: #777;
    margin: 6px 20px 0 33px;
}

.nav2021_signoutdiv {
    margin-top: 10px;
    border-top: 1px solid #a3adc1;
    padding-top: 5px;
    position: relative;
    left: -6px;
}

.nav2021_recentcontacts {
    border-top: 1px solid #2076c030;
    width: 100%;
    padding: 15px 10px;
    overflow: auto;
}
.nav2021_recentlinks {
    width: 450px;     
    font-size: 13px;    
    overflow: hidden;    
    white-space: nowrap; 
    position:relative; 
    left:-12px; 
    height:40px;
   
}
    .nav2021_recentlinks > a {
        padding: 10px 12px;
        display: block;
        float:left;
        margin-right:10px;
    }

    .nav2021_recentlinks > a > img {
        width:22px;
        vertical-align:middle;
        border-radius: 10px;
        margin-right: 4px;
    }

        .nav2021_recentlinks > a:hover {
            background-color: #edf1f7;
            text-decoration:none;
        }

    :root {
        --submenu-fade-time: 0.25s;
    }


.menu2021 {
    position: relative;
    display: flex;
    flex-grow: 1;
    height: 100%;
    font-size: 14px;
    top: 3px;
    min-height:50px;
}

    .menu2021 a {
        text-decoration: none;
        color: #0c234f;
        cursor: pointer;
    }

.menu-item {
    position: relative;
    display: flex;
}

    .menu-item > a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 12px 0 12px;
        white-space: nowrap;
    }

        .menu-item > a > .fas {
            margin-left: 4px;
        }

    .menu-item:focus-within > a,
    .menu-item:hover > a,
    a[aria-expanded="true"] {
        text-shadow: -0.06ex 0 #0c234f, 0.06ex 0 #0c234f;
        text-decoration:none;
    }

        .menu-item:focus-within a[aria-haspopup] + .submenu,
        a[aria-expanded="true"] + .submenu {
            pointer-events: auto;
            opacity: 1;
        }


.submenu {
    position: absolute;
    top: 41px; /*was 100%*/
    left: -100px;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--submenu-fade-time);
    z-index: 999999999999999999;
}

.submenu-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    box-shadow: 2px 4px 9px rgba(47, 70, 86, 0.19);
    border: 1px solid #e7f2fb;
    background: white;
    padding: 10px 20px;
    min-width: 100px;
}

.submenu-item {
    display: flex;
    width: 50%;
    box-sizing: border-box;
    padding: 14px;
    font-size: 12px;
}

    .submenu-item .fas {
        color: #62a51b;
        width: 36px;
        flex-shrink: 0;
        font-size: 18px;
    }

    .submenu-item strong {
        font-weight: 600;
        font-size: 14px;
        display: block;
        margin-bottom: 6px;
    }

    .submenu-item:hover {
        background: #f0f9f2;
        text-decoration: none;
    }

.submenu-diamond {
    position: absolute;
    left: 0;
}

    .submenu-diamond:before {
        content: " ";
        position: absolute;
        top: -7.5px;
        left: -7.5px;
        width: 15px;
        height: 15px;
        z-index: -1;
        background-color: white;
        transform: rotate(45deg);
        box-shadow: 2px 1px 7px rgb(47 70 86 / 19%);
        border: 1px solid #e7f2fb;
    }

    .submenu-diamond:after {
        content: " ";
        position: absolute;
        top: -5.5px;
        left: -6.5px;
        width: 15px;
        height: 15px;
        z-index: 1;
        background-color: white;
        transform: rotate(45deg);
    }

/* SEARCH BOX */

nav {
    align-items: center;
}


#searchbox {
    position: relative;
    width: 0;
    height: 0;
    display:none;
}

#navsearchpos {
    position: absolute;
    left: -29px;
    top: -25px
}

#navsearchbg {
    width: 1182px;
    background-color: #ffffff;
    z-index: 2;
}

#navsearchwrap {
    margin-left: 378px;
    border-radius: 25px;
    width: 450px;
    padding: 0 0 0 20px;
    box-shadow: 0 1px 6px 0 rgb(32 33 35 / 29%);
    height: 40px;
    padding-top: 9px;
}

#txtSearch {
    padding: 0;
    border-style: none;
    width: 400px;
    font-size: 1.1em;
    position: relative;
    top: 4px;
}

    #txtSearch:focus {
        outline: none;
    }

#maginbox {
    font-size: 1.3em;
    color: #ccc;
    position: relative;
    top: 6px;
    left: -8px;
}

.nav2021_todo, .nav2021_search, .nav2021_recent {
    margin:5px 5px 0 0;
    padding:0;
}

.nav-recent-icon {
    opacity: 0.5;
    margin:0 5px 0 25px;
}
/* ================= TODO COUNTER ==========================*/
.nav2021_todo {
    font-size: 24px;
    color: #777;
    margin: 5px 25px 0 0px;
    position: relative;
}


.noti_bubble_nav {
    padding: 0px 6px 1px 6px;
    background-color: rgb(182 182 182);
    color: white;
    font-weight: 600;
    font-size: 12px;
    border-radius: 11px;
    margin-right: 1px;
}

.noti_bubble_red_nav {
    padding: 0px 6px 1px 6px;
    background-color: #e41e3f;
    color: white;
    font-weight: 600;
    font-size: 12px;
    border-radius: 11px;
    margin-right: 1px;
}

.todow {
    position: relative;
}

.navtodocounter {
    position: absolute;
    margin-top: -37px;
    margin-left: 15px;
}

.todoalert {
    cursor: pointer;
}

div#ctl00_Nav2021_upgradebutton {
    position: relative;
    top: -7px;
}

.nav2021_recent {
    font-size: 24px;
    color: #777;
    margin: 5px 15px 0 0px;
    position: relative;
}

#recent_menu_inner {
    white-space: nowrap;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #recent_menu_inner > div > a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

span#searchicon {
    position: relative;
    top: 2px;
}

/* ======================================================== */
/* ================= END: NAV 2021 ======================== */
/* ======================================================== */


.theme_red {
    color:red;
}



.c18_topbox {
    overflow:hidden; 
    width:940px;
}
.c18_flags {
    overflow: auto;
    padding: 10px 0;
}
.c18_lower{
    overflow:auto;
    width:940px;
}
.c18_social {
    position:absolute; 
    left:960px; 
    top:0px; 
    padding-top:15px;
    z-index:2;
}

.c_right_wrap {
    width: 177px;
    margin-top:11px;
}

.c_right_drop {
    width: 170px;
}

.c_right_flags {
    width: 160px;
}

.c_right_flags > label {
    padding: 0;
    margin: 0;
    position:relative;
    top: -3px;
    line-height: 24px;
}

.contact_flags_edit {
    font-size:13px; line-height:24px;width: 350px
}
.contact_flags_edit > label {
    padding: 0;
    margin: 0;
    position:relative;
    top: -3px;
    line-height: 24px;
}

.c_memo {
    margin: 15px 0;
    font-weight: bold;
    font-size: 13px;
}

.bTN {
    float: right;
    margin-top: 3px;
    Font-Size: 8pt;
    font-weight: bold;
    color: #ccc;
}

.bTi {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #DDDDDD;
    margin: 3px 30px 0px 52px;
    float: left;
}

.bLo {
    FONT-SIZE: 8pt;
    MARGIN-LEFT: 22px;
    COLOR: #CCCCCC;
    text-decoration: none;
}

.bLotx {
    position: relative;
    top: -3px;
    font-size: 11px;
}

.bContent {
    margin-LEFT: 8px;
    margin-TOP: 10px;
    text-align: left;
}

.bContentNoMargin {
    text-align: left;
}

.brsswidget {
    list-style: none;
    margin: 0;
    padding: 0;
}

.brssitem {
    margin-bottom: 10px;
}

.brsslink {
    text-decoration: none;
    color: #333;
}

    .brsslink:hover {
        text-decoration: underline;
        color: #333;
    }

    .title_invert_text {color:white;}
    .vertical-label-with-dropdown {margin-top:5px;}

.wgt-recent-icon {
    color: #777777;
    min-width: 16px;
    padding: 0;
    font-size: 16px !important;
    margin-top: 8px;
    background-color: #e6e6e682;
    padding: 8px;
    border-radius: 20px;
}
.wgt-recent-type {
    font-size:.75em; margin-top:4px; 
}

.wgt-contact-pic{
    border-width: 0px;
    float: left;
    margin: 2px 3px 0 0;
    max-width: 48px;
    max-height: 48px;
    width: 50px;
    border-radius: 26px;
}

.wgt-contact-label {
    font-size:.75em; 
    margin-top:3px; 
    color:#6a6a6a; 
    line-height:8px;
}
.wgt-contact-phone {
    float: left;
    padding: 1px 8px 0 0px;
    min-width: 105px;
}
.wgt-contact-phwrap {
    width:260px;
    margin-left:4px;
}

.wgt-recent-link {
    margin-bottom:4px;
}

.morewrap {
    white-space: nowrap;
}

.wid_refresh {
    color: #bababab3;
    font-size: 15px;
    mix-blend-mode: difference;
}
    .wid_refresh:hover {
        color: #fff;
        font-size: 15px;
        mix-blend-mode: difference;
        text-shadow: 1px 1px 2px #0000005e;
    }

.wid_wrap {
    background: #FFFFFF;
    box-shadow: 2px 4px 9px rgb(47 70 86 / 19%);
    margin: 8px 10px 20px 3px;
    padding: 0 5px 0 5px;
}

.wid_sub {
    font-size: 14px !important;
    font-weight: bold !important;
}


.wid_wrap_dark {
    color: #fff;
}

    .wid_wrap_dark .wid_sub2 {
        color: #ffffffd1;
    }

    .wid_wrap_dark .widget_low {
        color: rgb(255 255 255 / 70%);
        text-shadow: 1px 1px 3px #00000038;
    }


    .wid_wrap_dark .wgt-recent-icon {
        color: rgb(255 255 255 / 70%);
    }


    .wid_wrap_dark .h_actionwrap2 {
        background-color: #00000021;
    }

    .wid_wrap_dark a {
        color: #fff !important;
    }

.widget_color_wrap {
    margin-top: 5px;
}

.widcolor1 a, .widcolor1 .wid_sub2,
.widcolor12 a, .widcolor12 .wid_sub2,
.widcolor13 a, .widcolor13 .wid_sub2,
.widcolor15 a, .widcolor15 .wid_sub2,
.widcolor17 a, .widcolor17 .wid_sub2,
.widcolor19 a, .widcolor19 .wid_sub2,
.widcolor20 a, .widcolor20 .wid_sub2 {
    color: #000000 !important;
}


.wid_sub2 {
    font-size: 13px !important;
    line-height: 14px !important;
    padding: 10px 6px;
    margin-bottom: 3px;
    color: #3e3e3e;
}

    .wid_sub2 i {
        text-align: center;
        width: 1.25em;
        font-size: 1.1em;
    }

.widget_box {
    padding: 0 7px 0px 15px !important;
}


.widget_divider {
}



.dashboard_edit {
    position: relative;
    top: -47px;
}
.dashboard_toolbar {
    background-color: #737373;
    padding: 14px;
    overflow: auto;
    border-radius: 10px;
    margin-bottom: 5px;
}

.smsicon_txt {
    color: #009000;
    font-weight:bold;
}
.smsicon_txt_out {
    color: #900000;
    font-weight:bold;
}

.fpick_wrap {
    overflow:hidden;
    position:relative;
    top:1px;
}
.fpick_textbox{
    border:1px solid #ccc;
    min-width:400px;
    padding:4px 7px 5px 30px;
    float:left;
    color:black;
    font-size:12px;
    position:relative;
    left: -18px;
    white-space: nowrap;
    overflow: hidden;
}
.fpick_textbox:hover{
    text-decoration:none;
    color:black;
}

.fpick_button{
    float:left;
    position:relative;
    left:3px;
    top:3px;
    font-size:14px;
    color:#777;
    border-radius:3px;
    width:19px;
    text-align:right;
}
.fpick_drop {
    position:relative;
    left:-42px;
    top:2px;
    padding:1px;
    font-size:16px;
    color:#999;
}
.fpick_drop:hover {color:#999;}


.fpick_clear{
    position: relative;
    left: -38px;
    font-size: 13px;
    color: #999;
    padding: 4px;
    top: 1px;
}

.fpick_clear:hover {
    color:#999;
}

.fpick_button:hover{
    color:#ecbc4e;
}

.fpick_folderseparator{
    color:#aaa;
    padding:0 7px;
}

.fpick_foldericon {
            float: left;
            margin: 0px 9px 0 0;
            font-size: 17px;
            color: #ecbc4e;
}

.fpick_folderlist {
            font-size: 14px;
            font-weight: bold;
}

.fpick_itemlist {
    height:330px;
    overflow-x:hidden;
    overflow-y:auto;
    width:100%;
}

.fpick_item {
    line-height:29px;
    font-size:15px;
    padding:0 10px;
    color:black;
    display:table;
    margin-left:21px;
    width:600px;
}
.fpick_item:hover {
    text-decoration:none;
    background-color:#eee;
    color:black;
}
.fpick_itemfolder {
    color:#ecbc4e;
}
.fpick_itemfname {
    font-weight:bold;
    color:#666;
    padding-left:5px;
}

.fldr_librowicon {
}

.folder_libcontainer {
    overflow: visible; 
    height: 36px; 
    padding-top: 0px;
}

.folder_librow {
    color: black;
}

.folder_librow:hover {
    text-decoration: none;
}
.folder_libwrap {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom:3px;
}
.folder_liblabel {
    margin-left:3px;
}

.folder_libpickicon {
    float: left;
    margin: 1px 1px 0;
    font-size: 18px;
    color: #ffffffbd;
}


.folder_libdd, .folder_libdd:active {
    font-size: 14px !important;
    font-weight: bold;
    margin-left:5px;
}

.folder_libddrename
{
    float:left;
}
.folder_libddrenameicon{
    padding: 3px 11px;
    display:table;
}

.foldermove_list {
    width: 400px;
    padding: 10px 0;
    min-height: 100px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: White;
    line-height: 24px;
    font-size: 13px;
}

.foldermove_link {
    text-decoration: none;
    padding: 1px 0px;
    display: inline-block;
    width: 365px;
    color: Black;
}

.foldermove_link:hover {
    text-decoration: none;
}

.foldermove_linknofolder {
    text-decoration: none;
    padding: 1px 0px;
    display: inline-block;
    width: 365px;
    color: Black;
}

.foldermove_linknofolder:hover {
    text-decoration: none;
}

.apick_item {
    font-size: 15px;
    padding: 6px 10px;
    color: #252525;
    display: table;
    margin-left: 10px;
    width: 100%;
    font-weight: 600;
}

.apick_item:hover {
    text-decoration: none;
    background-color: #eee;
    color: black;
}

.apick_desc {
    font-size: .9em;
    font-weight: normal;
    color: #333;
}


.tightlist {
    padding:0; 
    margin: 5px 0;
    list-style:none;
}
.tightlist li {overflow:hidden; white-space:nowrap;}


.tdl_summary {
    width: 29%;
    min-width: 300px;
}
.tdl_contact {
    white-space:nowrap;
    overflow:hidden;
    width:160px;
}


span.returntobar_text a {
    color: #000000;
}

span.returntobar_text {
    position: relative;
    top: -12px;
}

img.returnto_separatorimg {
    height: 32px;
    position: relative;
    top: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

img.returnto_separatorend {
    height: 32px;
    position: relative;
    top: 12px;
    margin-left: 10px;
    right: -1px;
}

div.returntobar_wrap {
    background-color: #dfe8c5;
    font-size: 12px;
    padding-left: 15px;
    margin-top: 10px;
    height: 32px;
    display: inline-block;
}

.widget_font {
    font-size: 14px;
}
.widget_low {
    color:#999;
}
.widget_box {
    padding: 0 7px;
}

.lp_thumb {
    width: 80px;
    height: 64px;
    border-radius: 6px;
    position: relative;
    top: 3px;
    left: 5px;
    border: 1px solid #eee;
    margin-right: 11px;
}

.widget_lp_thumb {
    width: 72px;
    height: 54px;
    border-radius: 6px;
    border: 1px solid #eee !important;
    margin-right:10px;
}
.widget_lp_thumbw {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}

.widget_contactimg {
    border-radius:20px;
    margin-right:5px;
}

.widget_tds_wrap{
    float:left;
    text-align:center;
    width:25%;
    margin:0 4% 3px 4%;
    padding:0;
}
.widget_tds_wrap:hover{
    text-decoration:none;
}
.widget_medium_num{
    font-size:1.25em;
    font-weight:bold;
}
.widget_big_num{
    font-size:2.5em;
}
.widget_tds_label{
}

.widget_calaptday {
    font-size:11px;
    margin: 6px 0 0 9px;
}



.widget_calaptwrap {
    padding:3px 0;
    margin-top:1px;
    overflow:auto;
    border:1px solid #ddd;
    display:block;    
    color:black !important;
}

a.widget_calaptwrap:hover {
    border:1px solid #999;
    color:black;
}

.widget_calapttime {
    width:17%;
    float:left;
    font-size:11px;
    opacity:.8;
    margin-top:1px;
    text-align:right;
    padding-right:3%;
}
.widget_calaptdesc {
    float: left;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
}
.widget_calaptcont {
    font-weight:bold;
}

.samples_box {
    border: 1px solid #666;
    background-color: #fff;
    padding: 25px;
    width: 325px;
    height: 425px;
    overflow: auto;
    box-shadow: rgba(0,0,0,.4) 3px 3px 20px; 
}
.samples_title {
    font-weight:bold;
    margin: 3px 0 20px 3px;
    font-size:13px;
}

.HelpPageContent {font-size:12pt;}
.HelpPageWrap {padding:15px;}

.HelpBar{
    background-color:#D9EDF7;
    margin: 0 auto;
    text-align:right;
    padding:5px 0;
    border:1px solid #ccc;
}
.HelpBarLink {
    color:#666;
    text-decoration:none;
    margin-right:15px;
}

.HelpHover{

    position:fixed;
    bottom:0px;
    right:0px;
    z-index:100;

}

.progress {
    background-image: linear-gradient(bottom, #000000 0%, #0077C1 81%);
    background-image: -o-linear-gradient(bottom, #000000 0%, #0077C1 81%);
    background-image: -moz-linear-gradient(bottom, #000000 0%, #0077C1 81%);
    background-image: -webkit-linear-gradient(bottom, #000000 0%, #0077C1 81%);
    background-image: -ms-linear-gradient(bottom, #000000 0%, #0077C1 81%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #000000), color-stop(0.81, #0077C1) );
}

.vt_lblphone {
    position: relative;
    top: -2px;
    left: 20px;
}

.vt_ddphone {
    position: relative;
    top: -4px;
    left: 10px;
}

.vt_renamer {
    position: relative;
    top: -2px;
    left: 10px;
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate-315 {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}


.note-fa {
    color: #888;
    float: left;
    padding: 2px 5px 2px 2px;
}

.note-fa-al {
    float: left;
    color: #e9b330;
    font-size: 13px !important;
    margin-right: 4px;
}

.note-fa-ar {
    float: left;
    color: #e93030;
    font-size: 13px !important;
    margin-right: 4px;
}

.note-fa-em {
    float: left;
    color: #4986e7;
    font-size: 13px !important;
    margin-right: 4px;
}

.note-fa-sys {
    float: left;
    color: #bbb;
    font-size: 13px !important;
    margin-right: 4px;
}


.note-fa-op {
    float: left;
    color: #16a765;
    font-size: 13px !important;
    margin-right: 4px;
}

.note-fa-lp {
    float: left;
    color: #a7169a;
    font-size: 13px !important;
    margin-right: 4px;
}

.soc_head {
    background-color: #eaeaea;
    border-top: 1px solid #ccc;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    margin: 5px 0;
}

.fb_post {
    color: Black;
    font-size: 11px;
    margin: 0;
    padding: 5px;
}

.fb_date {
    color: #666666;
    padding: 3px 5px 5px 5px;
    font-size: 11px;
}

.fb_div {
    border-bottom: 1px solid #dbdbdb;
    margin: 8px 0 5px 0;
}

.soc_update {
    border: 1px solid #7bc76f;
    background-color: #caeac5;
    padding: 10px;
    margin: 3px 0;
}

.bToolbar1 {
    margin-left: 5px;
}

.bFooter {
    padding-top: 15px;
    text-align: center;
}

.bWidth {
    width: 985px;
}

.bSe {
    float: right;
    margin-right: 40px;
}

.bHelp0 {
    overflow: auto;
    margin-left: 30px;
}

.bHelp1 {
    float: right;
    padding-top: 0px;
    overflow: hidden;
}

.bLog {
    float: right;
    margin-right: 12px;
    margin-top: 1px;
}

.bH {
    DISPLAY: none;
    VISIBILITY: hidden;
}

.chgusr {
    color: #ccc;
    text-decoration: none;
}

.flnk {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
}

.ct_tx {
    float: left;
    padding-top: 2px;
    padding-left: 4px;
}


.ic {
    float: left;
    width: 16px;
    height: 16px;
    border: none;
    margin: 1px 3px 0 0;
    vertical-align: bottom;
}

.tic {
    float: left;
    width: 16px;
    height: 16px;
    border: none;
}

.icf {
    width: 16px;
    height: 16px;
    border: none;
    vertical-align: bottom;
}

.TeamIcon {
    padding-bottom: 2px;
}

.link {
    font-size: 9pt;
    text-decoration: none;
    color: #3d2cba;
    font-weight: bold;
}

    .link:hover {
        text-decoration: underline;
    }

.widget_divider{
    height:9px;
    display:table-cell;
}

.headerline {
    font-size: 11pt;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
    border-bottom: silver 1px solid;
}


.menu {
    font-size: 8pt;
    background-color: #E9E9E9;
    cursor: pointer;
}

.menuselected {
    color: White;
    background-color: #221868;
    cursor: pointer;
}

.menusub {
    background-color: #FFFFFF;
    font-size: 8pt;
    border: solid 2px gray;
    cursor: pointer;
}

.menuspacer {
    border-bottom: 1px solid black;
}

.header {
    font-size: 11pt;
    font-weight: bold;
    margin: 9px 0px 5px 0px;
}

.header2 {
    font-size: 11pt;
    font-weight: bold;
}

.subheader {
    font-size: 9pt;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
}

.search {
    font-size: 9pt;
    background-color: #FFFFFF;
    border: 0px;
    padding: 1px;
    margin-top: 2px;
    FONT-WEIGHT: bold;
    COLOR: white;
    BACKGROUND-COLOR: #9990db;
    width: 175px;
    height: 15px;
    vertical-align: top;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


.library_headwrap {
    overflow: auto;
    width: 100%;
    margin-top: 5px;
}

.library_title {
    float: left;
}

.library_tools {
    float: right;
    padding: 10px 0;
}

.search:focus {
    background-color: White;
    color: black;
}

.searchdisabled {
    margin-top: 2px;
}

.searchdisabledlink {
    color: #ddd;
}

.top_bar {
    background-color: #f7f7f7;
    margin-bottom: 25px;
    padding: 8px 14px;
    margin-top: 5px;
}

.top_bread, .top_bread > span > a {
    font-size: 14px;
    color: #888;
    text-decoration: none;
}

.bread-sep {
    font-size: 16px !important;
    margin: 0 14px;
}

.todoBG {
    padding: 6px;
    background-color: #7E77D3;
    border: solid 1px #7E77D3;
}

.todoTabOn {
    background-color: #7E77D3;
    color: White;
}


.recentWrap {
    overflow: hidden;
    margin-bottom: 5px;
    white-space: nowrap;
    width: 100%;
    max-height: 32px;
}

.recentLabel {
    padding: 6px 15px 6px 0;
    float: left;
    font-size: 12px;
    color: #606060;
}

.recentItem {
    padding: 6px 15px;
    float: left;
}



.lbNoUl {
    text-decoration: none;
    color: Black;
}

    .lbNoUl:hover {
        text-decoration: underline;
        color: inherit;
    }

.lbLink0 {
    border: outset 2px #eee;
    padding: 2px 4px 2px 4px;
    color: Black;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    background: url("images/btnbg.png") repeat-x;
}

    .lbLink0:hover {
        border: solid 2px #999;
    }

    .lbLink0:active {
        background: url("images/btnbga.png") repeat-x;
    }



.lbPad {
    margin-right: 3px;
}

.clistpic {
    border-radius: 10px;
    position: relative;
    top: 1px;
    max-height:21px;
    max-width:21px;
}

.custom_check input[type=checkbox]  {
    transform: scale(1.1);
    margin: 0 0 0 1px;
    position: relative;
    top: 2px;
}


.lbLink {
    border: solid 1px #bbb;
    padding: 2px 5px;
    color: Black;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    background: url("images/btnbg.png") repeat-x;
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 0px;
}

    .lbLink:hover {
        border: solid 1px #999;
    }

    .lbLink:active {
        background: url("images/btnbga.png") repeat-x;
        background-color: #fff;
    }






.lbLinkDisabled {
    border: solid 1px #ddd;
    padding: 2px 5px;
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    background0: url("images/btnbg.png") repeat-x;
    background-color: #eee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 0px;
}



.lbLinkPrimary {
    border: outset 2px #EEEEEE;
    padding: 2px 10px;
    background-color: #ceeabf;
    color: #183607;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

    .lbLinkPrimary:hover {
        border: solid 2px #336600;
    }


.lbLinkRed {
    border: solid 1px #bbb;
    padding: 2px 5px;
    color: Black;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    background: url("images/btnbgr.png") repeat-x;
    background-color: #ffe2e4;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .lbLinkRed:hover {
        border: solid 1px #999;
    }

    .lbLinkRed:active {
        background: url("images/btnbgra.png") repeat-x;
        background-color: #ffe2e4;
    }



.lbImage2 {
    width: 16px;
    height: 16px;
    border: 0px;
    padding-right: 5px;
    vertical-align: text-bottom;
}

.lbImage {
    width: 16px;
    height: 16px;
    border: 0px;
    padding: 1px 3px 0 0;
    vertical-align: bottom;
}


.ddImage {
    width: 16px;
    height: 16px;
    border: 0px;
    padding-right: 0px;
    vertical-align: text-bottom;
}

.graylink {
    font-size: 10px;
    color: #999999;
    text-decoration: none;
    padding: 2px;
    border: solid 2px transparent;
}

    .graylink:hover {
        color: Black;
        border: outset 2px #CCCCCC;
        background-color: #D4D0C8;
    }

    .graylink:active {
        color: Black;
        border: inset 2px #CCCCCC;
        background-color: #D4D0C8;
    }

.formtitle {
    background-color: #999;
    padding: 4px 0 2px 10px;
    color: White;
    font-weight: bold;
}

.formcentered {
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #999999;
    background-color: #EEEEEE;
    padding: 15px;
}

.form {
    overflow: auto;
    border: solid 2px #999999;
    background-color: #EEEEEE;
    padding: 15px;
}

.formfield {
    font-size: 9pt;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 4px;
}

    .formfield:focus {
        border: 1px solid #666666;
        padding: 2px 2px 2px 4px;
    }

.formfield_disabled {
    font-size: 9pt;
    background-color: #ddd;
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 4px;
}

select.formfield, select.formfield:focus, select.formfield_disabled {
    padding: 2px 2px 2px 4px;
}

.formlabel2 {
    font-size: 10px;
    color: #666;
}

.formfield2 {
    font-size: 9pt;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 4px;
}

    .formfield2:focus {
        border: 1px solid #666666;
        padding: 2px 2px 2px 4px;
    }

.formlabel {
    font-size: 9pt;
}

.formfield.bigger,.formfield.bigger:focus, select.bigger:focus {
    font-size: 14px;
    padding: 9px 15px;
}

select.formfield.bigger, select.formfield.bigger:focus {
    font-size: 14px;
    padding: 9px 15px;
}



.buttom {
    font-size: 9pt;
}

.addbutton {
    font-size: 8pt;
    padding: 0px;
    margin: 0px;
    border: outdent 1px;
}

.error {
    font-size: 9pt;
    font-weight: bold;
    color: red;
}

.list2 {
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid Silver;
}

.list3 {
    border: 1px solid #999;
}

.listheader3 {
    color: Black;
    font-size: 8pt;
    background-color: #ddd;
    font-weight: normal;
    color: #333;
}

.listitem3, .listitemalt3 {
    background-color: White;
    font-size: 9pt;
    border-bottom:1px solid #ccc;
}
.listitem3:hover, .listitemalt3:hover {
    background-color:#e2edf4;
}

tr.listheader3 th a {
    font-size: 8pt;
    color: Black;
}

.listheader {
    color: white;
    background-color: #3d2cba;
    font-weight: normal;
}

.listitem_nl {
    background-color: #fff;
    font-size: 9pt;
}

.listitem, .listitemalt {
    border-bottom: 1px solid #ddd;
    vertical-align: bottom;
    line-height: 13px;
}

.listitemsel {
    background-color: #e9f9ff !important;
}

.listheaderBlue {
    color: white;
    font-size: 9pt;
    background-image: url(images/header-bg2.gif);
}

.listitemaltBlue {
    background-color: #E9E9E9;
    font-size: 9pt;
}

.hm {
    visibility: hidden;
    background-color: #fff;
    border-style: outset;
    border-width: 1px;
    border-color: #ddd;
    padding: 3px 45px 25px 0px;
    line-height:18px;
}

.highlight {
    background-color: #ffff86;
}

.hml {
    padding:2px 15px;
    width:50px;
    display:block;
    color:black;
    font-size:13px;

}

    .hml:hover {
        cursor: pointer;
        background-color:black;
        color:white;
        text-decoration:none;
    }

.axd {
    font-size: 14px;
    line-height: 32px;
    font-family: 'Open Sans';
    font-weight: 600 !important;
    border: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    color: #2F4656;
    text-align: center;
}

a.axd {
    border: none;
    display: block;
}

    A.axd:hover {
        text-decoration: none;
        background-color: #E7F2FB;
        border-radius: 4px;
        color: #2F4656;
    }


.axdTD {
    position: relative;
    right: 30px;
    top: 10px;
}

A.listheader {
    color: White;
}

A {
    color: #004588;
}

    A.tabselector {
        text-decoration: none;
        font-size: 8pt;
        color: Gray;
        padding-left: 7px;
    }

        A.tabselector:hover {
            text-decoration: underline;
            color: Black;
        }

    A.tabselectorOn {
        color: White;
        text-decoration: none;
        padding-left: 2px;
        padding-right: 5px;
    }

.listfilter {
}

.small {
    font-size: 7pt;
}

.tbcu {
    font-size: 14px !important;
    color: #777;
    position: relative;
    top: 1px;
}

.hdsearch {
    font-size: 16px !important;
    color: #CCC;
    margin-top: 3px;
}


.postit-yellow {
    background-color: #fdfdec;
    background-repeat: no-repeat;
    padding: 20px 15px;
    min-height: 35px;
    margin-right: 12px;
    width: 17%;
    box-shadow: 1px 2px 6px #e4e5e7;
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.iconddwrap {
    background-color: white;
    padding: 1px 0 2px 4px;
    color: black;
    border: 1px solid #ccc;
    position: relative;
    top: 3px;
}

.icondd {
    border: 1px solid transparent;
}

    .icondd:focus {
        border: 1px solid transparent;
    }

.iconddicon {
    color: #999;
    padding: 0 0 0 4px;
    position: relative;
    top: 2px;
}

.c_mainwrap {
    overflow: visible;
    display: flex;
    justify-content: space-between;
}

.c_vcol1 {
    float: left;
    margin-right: 35px;
    min-width: 225px;
}

.c_vcol2 {
    float: left;
    margin-right: 15px;
    min-width: 225px;
}

.c_vcol3 {
    float: left;
}

.c_phone {
    margin: 8px 0;
}

.c_links {
    flex: 1; /* Flex-grow: 1 to fill remaining space */
    line-height: 44px;
    margin-top: 20px;
    display: flex;
    justify-content: right;
}

.c_linksbtn {
    text-wrap-mode: nowrap;
    max-width: 230px;
    min-width: 95px;
    overflow-x: clip;
    text-overflow: ellipsis;
    display: block;
    margin-left: 5px !important;
}

.c_linkspad {
    width:20px;
}

.c_custwrap {
    overflow: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    flex: 0 0 1100px; 
}

.c_cust {
    float: right;
    width: 33%;
    padding: 4px 0;
    overflow: hidden;
}

.c_custviewdiv {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 8px 0px;
}

.c_cl {
    width: 200px;
    overflow: hidden;
    margin-left:2px;
}

.cl_limit {
    font-weight: 600;
    font-size: 13px;
    margin-right: 50px;
    color: black !important;
    background-color: #ffffffcc;
    padding: 6px 12px;
    border-radius: 20px;
}

.cl_w {
    overflow: auto;
    width: 241px;
    height: 50px;
    float: left;
    padding: 0 60px;
}

.cl_lyt {
    width: 22px;
    float: left;
    text-align: center;
}
.cl_lyti {
    width: 22px;
    float: left;
    text-align: center;
    height:20px;
}
.cl_lytwrap {
    float: left;
}


.c_divider {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 18px 0px;
}

.c_spacer {
    width: 360px;
    min-height: 30px;
}

.c_note {
    padding-right: 20px;
    max-height: 210px;
    min-height: 20px;
    overflow: auto;
    overflow-x: hidden;
    max-width: 800px;
    -ms-overflow-x: hidden;
}

.cl_viewingsavedsearch {
    margin-bottom: 15px;
    font-size: 1.1em;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 7px 15px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
}

.cl_savedsearchicon {
    font-size:14px !important; 
    position:relative; 
    top:1px;
}

.cl_inct1 {
    cursor: pointer;
    color: green;
    position: relative;
    top: -5px;
    left: -7px;
}

.cl_inct0 {
    cursor: pointer;
    color: #ddd;
    position: relative;
    top: -5px;
    left: -7px;
}

.cl_incth {
    position: relative;
    left: -7px;
}

.ar_pct_complete1 {
    float: left;
    background-color: green;
    min-height: 16px;
}

.ar_pct_complete0 {
    float: left;
    background-color: #ccc;
    min-height: 16px;
}

.ar_pct_label {
    float: left;
    margin: 2px 0 0 4px;
}

.c_fieldlabel {
    font-size: 11px;
}

.c_fieldlabelvalue {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
}


.ContactName {
    font-size: 20px;
    margin-left: 5px;
    font-weight: bold;
    position: relative;
    top: -5px;
}

.ContactNameWrap {
    overflow: visible;
    width: 100%;
    margin: 10px 0 2px 0;
    padding: 10px 0 0 0;
}

.ContactEditButton {
}

.ContactMainView {
    overflow: hidden;
}

.ContactSideView {
    width: 193px;
    overflow: hidden;
    float: left;
    text-align: right;
}

.ContactLowerView {
    padding: 15px;
    width: 754px;
    float: left;
    min-height: 330px;
    border: 1px solid #ddd;
    background: #FDFDFD;
    -moz-border-radius: 2px;
    -webkit-border-bottom: 2px;
    border-radius: 2px;
}

.cophoto {
    width: auto;
    max-width: 94px;
    height: auto;
    max-height: 94px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 8px;
    border-width: 0px;
}

.vertical_tab_highlighted {
    background: #FDFDFD;
    width: 139px;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    padding: 8px 6px 8px 4px;
    border-left: solid 2px #737373;
    color: Black;
    min-height: 17px;
    font-size: 12px;
    font-weight: bold;
}


.vertical_tab {
    padding: 8px 6px 8px 4px;
    cursor: pointer;
    background-color: #e5e5e5;
    border-bottom: dotted 1px #FFFFFF;
    border-top: solid 1px #e5e5e5;
    border-left: 2px solid #e5e5e5;
    width: 140px;
    color: Black;
    min-height: 17px;
    font-size: 12px;
    -webkit-transition: border .20s, padding .20s;
    -moz-transition: border .20s, padding .20s;
    -o-transition: border .20s, padding .20s;
    transition: border .20s, padding .20s;
}

    .vertical_tab:hover {
        cursor: pointer;
        padding: 8px 6px 8px 4px;
        border-left: solid 2px #737373;
        -webkit-transition: border .20s, padding .20s;
        -moz-transition: border .20s, padding .20s;
        -o-transition: border .20s, padding .20s;
        transition: border .20s, padding .20s;
    }

    .vertical_tab:active {
        -moz-box-shadow: inset 0 0 10px #D4D4D4;
        -webkit-box-shadow: inset 0 0 10px #D4D4D4;
        box-shadow: inset 0 0 10px #D4D4D4;
    }

a.EmailOptIn, a.EmailOptIn:hover {
    padding: 5px 15px;
    background-color: #009000;
    border-radius:15px;
    color:white;
    text-decoration:none;
}

a.EmailOptOut, a.EmailOptOut:hover {
    padding: 5px 15px;
    background-color: #db7c1a;
    border-radius:15px;
    color:white;
    text-decoration:none;
}

a.EmailBounce, a.EmailBounce:hover {

    padding: 5px 15px;
    background-color: #fff783;
    border-radius:15px;
    color:black;
    text-decoration:none;


}


a.EmailSpam, a.EmailSpam:hover {
    padding: 5px 15px;
    background-color: #d34836;
    border-radius:15px;
    color:white;
    text-decoration:none;
}



a.EmailOptUnknown, a.EmailOptUnknown:hover {

    padding: 5px 15px;
    background-color: #989898;
    border-radius:15px;
    color:white;
    text-decoration:none;

}

a.EmailOptPending, a.EmailOptPending:hover {

    padding: 5px 15px;
    background-color: #4b88c7;
    border-radius:15px;
    color:white;
    text-decoration:none;
}

.modalBackground {
    background-color: #666;
    filter: alpha(opacity=50);
    opacity: 0.50;
    -moz-opacity: .50;
}

.modalWrap {

    z-index: 10000;
    border: 10px solid rgba(193, 193, 193, 0.91);
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.23);

}

.modalTitle {
    background-color: #3d2cba;
    color: White;
    font-weight: bold;
    padding: 5px;
}


.calendar_todos {
    float: right;
    border-left: solid 10px transparent;
    width: 270px;
    height: 455px;
    overflow: auto;
}



.CalToDoComplete {
    text-decoration: line-through;
    color: #666;
    background-color: #eee;
    padding: 7px;
}

.CalToDo {
    padding: 7px;
}

.btnpad {
    padding: 10px 0;
}

    .btnpad.center {
        text-align: center;
    }

.ce_clabel {
    width: 100px;
    overflow: hidden;
    border: solid 1px red;
}


.cl_fl {
    font-size: 11px;
    color: #333;
    margin: 7px 0 2px 2px;
}

.cl_fw {
    overflow: hidden;
    float: left;
    margin-right: 3px;
}

.cl_basicsearch {
    padding: 3px 5px 13px 5px;
}

.cl_titlebar {
    overflow: auto;
    border-bottom: solid 1px #BBBBBB;
    width: 945px;
}

.cl_advancedsearch {
    margin-top: 8px;
    width: 660px;
}

.cl_advancedfields {
    width: 660px;
    padding: 10px 0 11px 0;
}

.adv_field_wrap {
    margin-bottom: 6px;
}

.advfield {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #aaa;
    padding: 5px;
    background-color: #f7f7f7;
}

    .advfield:focus {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #aaa;
        padding: 5px;
        background-color: white;
    }

select.advfield {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #aaa;
    padding: 4px;
    background-color: #f7f7f7;
}

    select.advfield:focus {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #aaa;
        padding: 3px 4px 4px 4px;
        background-color: White;
    }

.cl_savedsearches {
    float: right;
    background-color: #fafafa;
    border: 1px solid #DDDDDD;
    padding: 9px;
    margin-top: 2px;
    width: 250px;
}

.cl_filterwrapper {
    padding: 4px;
    background-color: #efefef;
    overflow: visible;
}

.cl_filter_left {
    float: left;
    padding-top: 10px;
    padding-left: 5px;
}

.cl_filter_mid {
    float: right;
    text-align: center;
    padding-top: 10px;
    margin-right: 50px;
    font-weight: 600;
    font-size: 14px;
}

.cl_filter_right {
    float: right;
    text-align: right;
    padding: 12px 0;
}

.cl_returnwrapper {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 1px #BBBBBB;
    margin-bottom: 3px;
}

.cl_tabwrapper {
    overflow: hidden;
    padding: 7px 0 3px 0;
}

.cl_pager {
    border-top: solid 1px #D7D7D7;
    padding: 10px;
    background-color: #EEE;
}
.cl_pin1 {
    height: 16px;
    width: 16px;
    margin-top: 18px;
    margin-left: 7px;
    color: #000;
}
.cl_pin0 {
    height: 16px;
    width: 16px;
    margin-top: 22px;
    margin-left: -5px;
    color: #c0c0c0;
}

.h_actionwrap2 {
border: solid 1px #e3e3e3;
    overflow: visible;
    height: 30px;
    border-radius: 11px;
    padding: 11px 6px 0 4px;
    margin-bottom: 5px;
    -webkit-transition: box-shadow .40s, color .40s;
    -moz-transition: box-shadow .40s, color .40s;
    -o-transition: box-shadow .40s, color .40s;
    transition: box-shadow .40s, color .40s;
}

.h_actionwrap {
    border: solid 1px #dddddd;
    width: 200px;
    overflow: visible;
    height: 50px;
    padding: 9px 6px 0 8px;
    margin-bottom: 15px;
    background-color: #fdfdfd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: box-shadow .40s, color .40s;
    -moz-transition: box-shadow .40s, color .40s;
    -o-transition: box-shadow .40s, color .40s;
    transition: box-shadow .40s, color .40s;
}

    .h_actionwrap:hover, .h_actionwrap2:hover {
        box-shadow: rgba(0,0,0,.2) 0px 2px 6px;
        background-color: white;
        -webkit-transition: box-shadow .40s, color .40s;
        -moz-transition: box-shadow .40s, color .40s;
        -o-transition: box-shadow .40s, color .40s;
        transition: box-shadow .40s, color .40s;
    }

.h_actiona {
    text-decoration: none;
}
.h_actiona2 {
    text-decoration: none;
    width:47%;
    margin: 5px 1% 2px 1%;
    float:left;
}

.h_actionwrapper2 a {
    height: 40px;
    margin: 0px;
    display: block;
    border: none;
    text-decoration: none;
}

.h_actionwrapper a {
    height: 40px;
    width: 190px;
    margin: 0px;
    display: block;
    border: none;
    text-decoration: none;
}

.h_actiontitle {
    font-weight: bold;
    font-size: 15px;
    margin-top: 0px;
    font-family: "Roboto";
}

.h_actiontitle2 {
    font-size: 14px;
    margin-top: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.h_actiondesc {
    text-decoration: none;
    color: #666666;
    font-size: 11px;
}

.h_actionitem {
    float: left;
    width: 40px;
    text-align: center;
    min-height: 30px;
    padding-top: 12px;
    margin-right: 10px;
    border: 0px;
    font-size: 25px !important;
    text-shadow: 1px 1px 2px #ccc;
}

.h_actionitem2 {
    float: left;
    width: 27px;
    text-align: center;
    min-height: 20px;
    padding-top: 9px;
    border: 0px;
    font-size: 17px !important;
}

.h_sub {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 10px;
}

.h_sub2 {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 5px 0 5px 9px;
    background: #eee;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-radius-topright: 2px;
    font-family: Roboto, Arial, sans-serif;
}

.h_sub2dark {
    font-size: 13px;
    color: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 1px 0 5px 7px;
    background: #9d9d9d;
    font-family: Roboto, Arial, sans-serif;
}

.modalWrap .h_box  {
    border:none;
    border-radius: 0px;
}

.modalWrap .h_sub2dark {
    border:none;
}

.buttonpad {
    padding: 10px 0 10px 0; 
}
.lineabove {
    border-top: 1px solid #ccc; margin-top:15px; padding-top:15px;
}



.h_buttonbar {
    padding: 20px 0 35px 0;
    text-align: center;
}

.h_box_full {
    background-color: white;
    border: 1px solid #eee   ;
}


.h_box {
    border: 1px solid #ddd;
    padding: 7px;
    background: #FDFDFD;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-radius-bottomright: 2px;
}

.h_box_info {
    padding: 14px 14px 14px 14px;
    background: #eee;
    margin-bottom: 5px;
}

.h_box_info_light {
    border: 1px solid #ccc;
    padding: 14px;
    background: #fff;
    margin-bottom: 5px;
    color: #666;
}

.h_box_error {
    border: 1px solid #993333;
    padding: 14px 14px 14px 14px;
    background: #993333;
    margin-bottom: 5px;
    color: White;
}

.h_box_warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
    padding: 15px;
    margin-bottom: 5px;
}


.h_box_success {
    border: 1px solid #a7daa1;
    background-color: #a7daa1;
    padding: 15px 14px 14px 15px;
    margin-bottom: 5px;
    color: #0c3f0a;
    font-weight: bold;
    font-size: 12px;
}


.ctitem {
    min-height: 75px;
    padding: 15px 0 0 0;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

A.ctlink {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    line-height: 2.2em;
    display:block;
}

    A.ctlink:hover {
        text-decoration: none;
        color: Black;
    }

.ct_column {
    width: 20%;
    float: left;
    padding-right: 2%;
    margin-right: 2%;
    text-align: center;
}


.tdtoolwrap {
    overflow: auto;
    min-height: 44px;
}

.tdtoolcheck {
    float: left;
    padding: 10px 18px 0 8px;
    font-size: 20px;
}

.tdmoretools {
    float: right;
    padding: 11px 0 9px;
    width: 100px;
    text-align: right;
}

.tdteamwrap {
    float: left;
    margin-left: 50px;
    padding: 8px 0 0 0;
}

.tdfilterwrap {
    float: left;
    padding: 8px 0 0 0;
}

.tdtoollbl {
    float: left;
    width: 120px;
    padding-top: 9px;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
}

.tdtoolbtns {
    float: left;
    padding: 10px 0;
    margin-top: 2px;
}

.tdautosend {
    border: solid 1px #666666;
    background-color: #EEEEEE;
    padding: 10px;
}

.tdautohead {
    float: left;
    margin-right: 40px;
    margin-top: 4px;
}

.tdautoemp {
    text-align: center;
    border-top: dotted 1px #666666;
    padding-top: 10px;
    font-style: italic;
}

.tdmodalbg {
    z-index: 97;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.tdmodalwr {
    position: fixed;
    z-index: 98;
    width: 420px;
    top: 110px;
    margin-left: 150px;
    text-align: center;
}

.tdmode {
    float: left;
    padding: 6px;
    margin-left: 10px;
}

.tdmodelbl {
    float: left;
    margin-left: 50px;
    margin-top: 8px;
}

.tdtitle {
    padding-top: 2px;
    min-height: 29px;
}

.tdpr1 {
    background-color: #E89191;
    color: white;
    text-align: center;
    border-radius: 8px;
    padding: 2px 4px;
    width: 44px;
}

.tdpr3 {
    background-color: #fff;
    color: #666;
    text-align: center;
    border-radius: 8px;
    padding: 2px 4px;
    border: 1px solid #ddd;
    width: 44px;
}

.tdpr5 {
    background-color: #92AEEC;
    color: white;
    text-align: center;
    border-radius: 8px;
    padding: 2px 4px;
    width: 44px;
}

.boxshadow {
    -moz-box-shadow: 3px 3px 4px #a0a0a0;
    -webkit-box-shadow: 3px 3px 4px #a0a0a0;
    box-shadow: 3px 3px 4px #a0a0a0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a0a0a0')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a0a0a0');
}



.PanelHelp {
    text-align: left;
    z-index: 99;
    background-color: White;
}

.HelpEdge {
    border: 3px solid Black;
}

.HelpFrame {
    border: 3px solid #CCCCCC;
    width: 930px;
    padding: 0px;
    background-color: White;
    z-index: 100;
}

.HelpTitle {
    background-color: #CCCCCC;
    padding: 1px 0px 6px 0px;
    text-align: right;
    font-weight: bold;
}

.HelpCloseBtn {
    float: right;
    cursor: pointer;
}

.HelpCloseTxt {
    color: #666666;
    cursor: pointer;
}

.h_Help {
    text-decoration: none;
    color: Black;
    font-size: 8pt;
}

#tooltip {
    position: absolute;
    border: 1px solid #666666;
    background: #ffffcc;
    padding: 5px 7px;
    color: Black;
    display: none;
    font-size: 12px;
    z-index: 100000;
}
.tooltip {
    width:16px; 
    height:16px; 
    opacity:.8;
}

.fc {
    overflow: hidden;
    white-space: nowrap;
    color: Black;
    padding: 4px 0px 3px 1px;
    min-height: 17px;
}

.cen {
    text-align: center;
}

.rit {
    text-align: right;
    padding-right: 2px;
}

.w0 {
    width: 0px;
}

.w30 {
    width: 30px;
}

.w50 {
    width: 50px;
}

.w75 {
    width: 75px;
}

.w100 {
    width: 100px;
}

.w125 {
    width: 125px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.wName {
    /*width: 176px;*/
}

.lhead TD {
    padding: 2px;
    line-height: 24px;
}

.lhead A {
    text-decoration: none;
}

sup {
    font-size: 10px;
    vertical-align: top;
}

.dealtype_wrap:hover > .dealtype_tools {
    visibility: visible;
}

.dealtype_wrap > .dealtype_tools {
    visibility: hidden;
}

.dealtype_wrap {
    float: left;
    margin: 9px 17px;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 0px 7px 20px 7px;
    font-size: 11px;
    width: 175px;
    background-color: #f8f8f8;
    min-height: 30px;
    text-align: center;
}
    .dealtype_wrap:hover {
        background-color: #fff;
        box-shadow: 0px 0px 5px 0px #bebebe;
    }

.dealtype_wrapselected {
    float: left;
    margin: 9px 17px;
    border-radius: 5px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #333;
    border-bottom: 1px solid #666;
    padding: 0px 7px 20px 7px;
    font-size: 11px;
    width: 175px;
    background-color: #ffc;
    min-height: 30px;
    text-align: center;
}


.dealtype_fieldtype {
    color: #666;
    line-height: 16px;
}

.dealtype_tools > a > i {
    padding: 7px 5px 0px 5px;
}

.dealtype_tools {
    font-size: 15px;
}

.dealtype_label {
    color: Black;
    font-weight: bold;
    font-size: 14px;
    width: 175px;
    overflow: hidden;
    height: 16px;
}

.dimg {
    background-color: #ddd;
    border: 1px outset #ddd;
    padding: 1px;
}

    .dimg:hover {
        background-color: #ccc;
        border: 1px inset #ddd;
    }

.dealtype_arrow {
    position: absolute;
    top: 110px;
    left: 190px;
    overflow: visible;
    z-index: 50;
}

.dealtype_stages {
    border: solid 1px #999999;
    padding: 10px;
    min-height: 275px;
    background-color: #f7f7f7;
}

.dealtype_topbox {
    border: solid 1px #999999;
    padding: 10px;
    min-height: 220px;
    line-height: 24px;
    background-color: #f7f7f7;
}

.dealtype_layout {
    border: solid 1px #999999;
    padding: 10px;
    min-height: 551px;
    background-color: #f7f7f7;
    overflow: auto;
}

.dealtype_plabel {
    font-size: 10px;
    color: #666;
    margin-top: 5px;
}

.deal_sclick {
    position: relative;
    z-index: 2;
    top: -18px;
    left: -7px;
    text-align: right;
    width: 100%;
}

.deal_stitle {
    position: relative;
    z-index: 1;
}

.deal_swrap {
    overflow: hidden;
    height: 17px;
}

.deal_simg {
    padding: 2px 0 4px 915px;
}

.dealedit_fields {
    overflow: visible;
    margin: 3px 5px;
}

.dealedit_fieldrow {
    overflow: auto;
    padding: 5px 0px;
}

.dealedit_fieldwrap {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    width: 280px;
}

.dealedit_divider {
    min-height: 25px;
}

.settings_main {
    width: 740px;
}

.settings_full {
    width: 955px;
}

.ajax__calendar_container {
    z-index: 1000;
}

.acpt_list {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border: solid 1px #666;
    padding: 0;
    margin: 0;
    background-color: White;
    list-style-type: none;
}

.acpt_item {
    border-bottom: dotted 1px #ccc;
    cursor: pointer;
    padding: 6px 4px;
    color: #666;
    list-style-type: none;
}

.acpt_selected {
    color: White;
    background-color: #ddd;
    border-bottom: dotted 1px #ccc;
    color: Black;
    padding: 6px 4px;
    cursor: pointer;
    list-style-type: none;
}

.homemsg_wrap {
    background-color: #fff1e1;
    border: 1px solid #cccccc;
    padding: 5px 5px 10px 5px;
    width: 100%;
    margin: 0 0 15px 15px;
}

.homemsg_html {
    margin: 10px 10px 10px 10px;
}

.homemsg_a {
    font-weight: bold;
}

.home_vtcount {
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 5px;
    color: #006519;
}

.home_vtsummary {
}

.home_column1 {
    float: left;
    width: 250px;
}

.home_column2 {
    float: left;
    margin-left: 5px;
    width: 480px;
}

.home_column3 {
    float: right;
    width: 190px;
}

.home_actions {
    width: 470px;
    margin: 0 0 15px 12px;
    padding-left: 3px;
    overflow: auto;
}

.h_actionwrap {
    float: left;
}

.h_hh {
    margin-right: 7px;
}



.flZone {
    overflow: auto;
    min-height: 36px;
    padding:5px 0;
}

.flWrap {
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    border: 1px solid #ccc;
    padding: 4px 3px 4px 5px;
    margin: 2px 7px 3px 0;
    float: left;
    overflow: auto;
    background-image: url('/images/flbg.png');
    background-repeat: no-repeat;
    background-color: #f4f4f4;
}

    .flWrap.small {
        padding: 2px 3px 3px 4px;
        margin: 1px 4px 2px 0;
    }

    .flWrap.tiny {
        padding: 0px 3px 2px 3px;
        margin: 1px 2px 1px 0;
    }

.flNoBg {
    background-image: none;
}

.flImg {
    width: 16px;
    height: 16px;
    border: 0px;
    padding: 1px 9px 0 0;
    vertical-align: bottom;
    float: left;
}

    .flImg.small {
        width: 12px;
        height: 12px;
        padding: 3px 3px 0 0;
    }

    .flImg.tiny {
        width: 10px;
        height: 10px;
        padding: 4px 4px 0 0;
    }


.flCl {
    width: 16px;
    height: 16px;
    border: 0px;
    padding: 0 0 0 5px;
    vertical-align: bottom;
    float: left;
}

    .flCl.small {
        padding: 2px 0 0 5px;
    }

    .flCl.tiny {
        width: 14px;
        height: 14px;
        padding: 2px 0 0 2px;
    }

.flLabel {
    float: left;
    margin-top: 1px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
}

    .flLabel.small {
        font-size: 12px;
        font-weight: normal;
        color: #000;
        max-width: 150px;
    }


    .flLabel.tiny {
        font-size: 11px;
        font-weight: normal;
        color: #000;
        max-width: 120px;
    }

.flEdit {
    margin-top: 7px;
    float: left;
    margin-right: 30px;
}

.c18_flags {
    width: 100%;
}

.flZone {
    width: initial;
    float: none;
}

.flFlags {
    width: initial;
    float: none;
    display: flex;
    flex-flow: row wrap;
}
.flfaicon {
    float: left;
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 13px;
}

.flc_flag_red, .flc_x_red, .flc_square_red, .flc_happy_red {
    background-color: #ffdedb;
}

.flc_flag_blue, .flc_x_blue, .flc_square_blue, .flc_happy_blue {
    background-color: #d0f0ff;
}

.flc_flag_green, .flc_x_green, .flc_square_green, .flc_happy_green {
    background-color: #e6ffe3;
}

.flc_flag_yellow, .flc_x_yellow, .flc_square_yellow, .flc_happy_yellow {
    background-color: #fff9d4;
}

.flc_flag_violet, .flc_x_violet, .flc_square_violet, .flc_happy_violet {
    background-color: #f2d6ff;
}

.flc_flag_orange, .flc_x_orange, .flc_square_orange, .flc_happy_orange {
    background-color: #ffe3c3;
}

.flc_flag_pink {
    background-color: #ffe1ff;
}

.flc_flag_white {
    background-color: #ffffff;
}

.ccPinnedLabel {
}


.desat {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*------------------------------------*\
	            TOOLBAR
\*------------------------------------*/

.noti_bubble_red {
    position: relative;
    top: -7px;
    left: -1px;
    padding: 1px 4px;
    background-color: #db6464;
    color: white;
    font-weight: bold;
    font-size: 10px;
    border-radius: 30px;
    margin-right: 1px;
}

.noti_bubble {
    position: relative;
    top: -7px;
    left: -1px;
    padding: 1px 4px;
    background-color: #ccc;
    color: Black;
    font-weight: bold;
    font-size: 10px;
    border-radius: 30px;

}

.noti_cr {
    background-color: #db6464;
    border: 1px solid #db6464;

    position: relative;
    top: -4px;
    left: -1px;
    padding: 3px 4px;
    color: #ffffff;
    font-size: 11px;
    float: right;
    text-align: center;
    min-width: 13px;
}

.noti_c {
    position: relative;
    top: -4px;
    left: -1px;
    padding: 3px 4px;
    color: #868686;
    font-size: 11px;
    float: right;
    text-align: center;
    min-width: 13px;
    border: 1px solid #e2e2e2;
    background-color: #ffffff7d;
    box-shadow: 2px 1px #b8b8b81f;

}


.bToolbar {
    padding: 5px 0 5px 0;
    overflow: hidden;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #fafafa 74%, #e8e8e8 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(74%,#fafafa), color-stop(99%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%,#fafafa 74%,#e8e8e8 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%,#fafafa 74%,#e8e8e8 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%,#fafafa 74%,#e8e8e8 99%); /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%,#fafafa 74%,#e8e8e8 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

.hdfa {
    font-size: 18px !important;
    color: #ccc;
}


.tb {
    padding: 8px 18px;
    FONT-SIZE: 14px;
    float: left;
    overflow: hidden;
    color: Black;
    -webkit-transition: color .20s;
    -moz-transition: color .20s;
    -o-transition: color .20s;
    transition: color .20s;
}

    .tb:hover {
        cursor: pointer;
        color: #aaa;
        -webkit-transition: color .20s;
        -moz-transition: color .20s;
        -o-transition: color .20s;
        transition: color .20s;
    }

    .tb:active {
    }


.tbfa {
    font-size: 18px !important;
    -webkit-transition: color .20s;
    -moz-transition: color .20s;
    -o-transition: color .20s;
    transition: color .20s;
}

    .tbfa:hover {
        font-size: 18px !important;
        -webkit-transition: color .20s;
        -moz-transition: color .20s;
        -o-transition: color .20s;
        transition: color .20s;
    }



div.tb sup {
    color: #a6a6a6;
    margin-left: 3px;
}




/*------------------------------------*\
	ADVANCED SEARCH PICKER
\*------------------------------------*/


.fieldlist_header {
    font-weight: bold;
    color: #878787;
    margin: 20px 0 10px 0;
    font-size: 1.05em;
}

.fieldlist_window {
    width: 1000px;
    z-index: 100;
    position: absolute;
    top: 85px;
    font-size: 1.15em;
}

.fieldlist_items {
}

.fieldlist_item {
    cursor: pointer;
    display: block;
    padding: 2px 6px 2px 10px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
}

.fieldlist_item:hover {
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
}

.fieldiconwrap {
    position: relative;
    width: 0;
    height: 0;
}

.fieldicon {
    position: absolute;
    left: -18px;
    top: 3px;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.65);
}

.fielddisplay {
}

.advcustom {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    max-height:29.5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 5px 21px 5px 6px;
    margin:0;
    vertical-align:top;
}

.advdelete {
    margin-left: 3px;
    padding: 5px;
    font-size: 16px;
    position: relative;
    top: 4px;
}



.widgetcolor {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
}

.widgetcolsel {
    top: 16%;
    left: 16%;
    font-size: 16px;
    --fa-primary-color: #000;
    --fa-secondary-color: #ddd;
    --fa-secondary-opacity: 0.60
}

.widcolor1 {
    background-color: #FAA424 !important;
}

.widcolor2 {
    background-color: #DE6238 !important;
}
.widcolor3 {
    background-color: #EC6868 !important;
}
.widcolor4 {
    background-color: #A51B62 !important;
}
.widcolor5 {
    background-color: #AC1B9E !important;
}
.widcolor6 {
    background-color: #3C1D95 !important;
}
.widcolor7 {
    background-color: #1F76C1 !important;
}
.widcolor8 {
    background-color: #2F4656 !important;
}
.widcolor9 {
    background-color: #139989 !important;
}
.widcolor10 {
    background-color: #62A51B !important;
}

.widcolor11 {
    background-color: #000 !important;
}
.widcolor12 {
    background-color: #999 !important;
}
.widcolor13 {
    background-color: #CCC !important;
}
.widcolor14 {
    background-color: #7f5347 !important;
}
.widcolor15 {
    background-color: #ffcb00 !important;
}
.widcolor16 {
    background-color: #c81e38 !important;
}
.widcolor17 {
    background-color: #66ccff !important;
}
.widcolor18 {
    background-color: #1d29c5 !important;
}
.widcolor19 {
    background-color: #ff5ac4 !important;
}
.widcolor20 {
    background-color: #00c875 !important;
}
.widcolor21 {
    background-color: #ff158a !important;
}


/*------------------------------------*\
	CALENDAR COLOR PICKER
\*------------------------------------*/

.calcolwrap {
    overflow: hidden;
    padding:3px;
}

.calcol {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
}

.calcolsep {
    margin-right: 5px;
    border-right: solid 1px #ccc;
    float: left;
    height: 16px;
}

.calcol.c0 {
    background-color: rgb(255, 255, 255);
    border-color: rgb(200, 200, 200);
}

.calcol.c1 {
    background-color: rgb(164, 189, 252);
    border-color: rgb(164, 189, 252);
}

.calcol.c2 {
    background-color: rgb(122, 231, 191);
    border-color: rgb(122, 231, 191);
}

.calcol.c3 {
    background-color: rgb(219, 173, 255);
    border-color: rgb(219, 173, 255);
}

.calcol.c4 {
    background-color: rgb(255, 136, 124);
    border-color: rgb(255, 136, 124);
}

.calcol.c5 {
    background-color: rgb(251, 215, 91);
    border-color: rgb(251, 215, 91);
}

.calcol.c6 {
    background-color: rgb(255, 184, 120);
    border-color: rgb(255, 184, 120);
}

.calcol.c7 {
    background-color: rgb(70, 214, 219);
    border-color: rgb(70, 214, 219);
}

.calcol.c8 {
    background-color: rgb(225, 225, 225);
    border-color: rgb(225, 225, 225);
}

.calcol.c9 {
    background-color: rgb(84, 132, 237);
    border-color: rgb(84, 132, 237);
}

.calcol.c10 {
    background-color: rgb(81, 183, 73);
    border-color: rgb(81, 183, 73);
}

.calcol.c11 {
    background-color: rgb(220, 33, 39);
    border-color: rgb(220, 33, 39);
}

.calcol:hover {
}

.calcolsel {
    color: black;
    font-size: 15px;
    position: relative;
    top: 4.5px;
    left: 5.5px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}


/*------------------------------------*\
	            TABS
\*------------------------------------*/

.horizontal_tab_wrapper {
    overflow: visible;
    border-bottom: 1px solid #ddd;
}


.horizontal_tab {
    padding: 9px 20px 9px 10px;
    border-top: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    border-left: solid 1px #d7d7d7;
    text-decoration: none;
    color: #666;
    font-family: Roboto, Arial, sans-serif;
    font-weight: bold;
    line-height: 32px;
    font-size: 12px;
    background: #f3f3f3; /* Old browsers */
    -webkit-transition: border .20s, padding .20s, color .20s;
    -moz-transition: border .20s, padding .20s, color .20s;
    -o-transition: border .20s, padding .20s, color .20s;
    transition: border .20s, padding .20s, color .20s;
    white-space: nowrap;
}

    .horizontal_tab:hover {
        border-top: solid 2px #737373;
        padding-top: 8px;
        -webkit-transition: border .20s, padding .20s, color .20s;
        -moz-transition: border .20s, padding .20s, color .20s;
        -o-transition: border .20s, padding .20s, color .20s;
        transition: border .20s, padding .20s, color .20s;
        color: Black;
    }

    .horizontal_tab:active {
        -moz-box-shadow: inset 0 0 10px #D4D4D4;
        -webkit-box-shadow: inset 0 0 10px #D4D4D4;
        box-shadow: inset 0 0 10px #D4D4D4;
    }

.horizontal_tab_highlighted {
    background-color: #fff;
    padding: 8px 20px 9px 10px;
    text-decoration: none;
    color: Black;
    border-top: solid 2px #737373;
    border-right: solid 1px #d7d7d7;
    border-left: solid 1px #d7d7d7;
    border-bottom: solid 1px White;
    font-family: Roboto, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
}

img.lbImage.tabicon {
    position: relative;
    top: -8px;
}


/*------------------------------------*\
     SETTINGS MENU (& REPORTS)
\*------------------------------------*/


.settings_wrap {
    margin: 5px 35px 0 0;
}

.sb_Wrap {
    width: 155px;
    min-height: 560px;
    padding: 7px 0 0 7px;
    margin-right: 20px;
    border-right: 1px solid #ddd;
}

.sb_Title {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 4px;
}

.sb_Sub {
    font-size: 13px;
    margin: 1px 0 0 0;
    padding: 3px 0 3px 0px;
    color: #666;
}

.sb_ItemWrap {
    margin: 0 0 7px 5px;
    line-height: 18px;
    padding: 7px 0;
}

.sb_Item {
    text-decoration: none;
    color: Black;
    display: block;
}

    .sb_Item:hover {
        text-decoration: underline;
        color: #015b99;
    }

.sb_ItemSelected {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: Black;
    display: block;
}



/*------------------------------------*\
	            BUTTONS
\*------------------------------------*/
bt,
.bt {
    text-decoration: none;
    font: bold 11px Roboto, Helvetica, Arial, sans-serif;
    color: #444;
    line-height: 17px;
    height: 18px;
    margin: 5px 0 5px 0;
    padding: 8px 15px;
    background: #F3F3F3;
    border: solid 1px #D9D9D9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: border-color .20s;
    -moz-transition: border-color .20s;
    -o-transition: border-color .20s;
    transition: border-color .20s;
}

bt {
    height: 29px !important;
    cursor: pointer;
}

    bt.left,
    .bt.left {
        margin: 5px 0 5px 5px;
        border-top-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
    }

    bt.middle,
    .bt.middle {
        margin: 5px 0;
        border-left-color: #F4F4F4;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    bt.right,
    .bt.right {
        border-left-color: #F4F4F4;
        border-top-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
    }

    bt:hover,
    .bt:hover {
        background: #F4F4F4;
        border-color: #C0C0C0;
        color: #333;
    }

    bt:active,
    .bt:active {
        border-color: #4D90FE;
        color: #4D90FE;
        -moz-box-shadow: inset 0 0 10px #D4D4D4;
        -webkit-box-shadow: inset 0 0 10px #D4D4D4;
        box-shadow: inset 0 0 10px #D4D4D4;
    }

    bt.on,
    .bt.on {
        border-color: #BBB;
        -moz-box-shadow: inset 0 0 10px #D4D4D4;
        -webkit-box-shadow: inset 0 0 10px #D4D4D4;
        box-shadow: inset 0 0 10px #D4D4D4;
    }

        bt.on:hover,
        .bt.on:hover {
            border-color: #BBB;
            -moz-box-shadow: inset 0 0 10px #D4D4D4;
            -webkit-box-shadow: inset 0 0 10px #D4D4D4;
            box-shadow: inset 0 0 10px #D4D4D4;
        }

        bt.on:active,
        .bt.on:active {
            border-color: #4D90FE;
        }

    bt.action,
    .bt.action {
        border: 1px solid #D8D8D8 !important;
        background: #F2F2F2;
        background: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
        background: -moz-linear-gradient(top, #F5F5F5, #F1F1F1);
        background: -ms-linear-gradient(top, #F5F5F5, #F1F1F1);
        background: -o-linear-gradient(top, #F5F5F5, #F1F1F1);
        -webkit-transition: border .20s;
        -moz-transition: border .20s;
        -o-transition: border .20s;
        transition: border .20s;
    }

        bt.action:hover,
        .bt.action:hover {
            border: 1px solid #C6C6C6 !important;
            background: #F3F3F3;
            background: -webkit-linear-gradient(top, #F8F8F8, #F1F1F1);
            background: -moz-linear-gradient(top, #F8F8F8, #F1F1F1);
            background: -ms-linear-gradient(top, #F8F8F8, #F1F1F1);
            background: -o-linear-gradient(top, #F8F8F8, #F1F1F1);
        }

    bt.blue,
    .bt.blue {
        border: 1px solid #3079ED !important;
        color: #FFF !important;
        background: #4B8DF8;
        background: -webkit-linear-gradient(top, #4C8FFD, #4787ED);
        background: -moz-linear-gradient(top, #4C8FFD, #4787ED);
        background: -ms-linear-gradient(top, #4C8FFD, #4787ED);
        background: -o-linear-gradient(top, #4C8FFD, #4787ED);
        -webkit-transition: border .20s;
        -moz-transition: border .20s;
        -o-transition: border .20s;
        transition: border .20s;
    }

        bt.blue:hover,
        .bt.blue:hover {
            border: 1px solid #2F5BB7 !important;
            background: #3F83F1;
            background: -webkit-linear-gradient(top, #4D90FE, #357AE8);
            background: -moz-linear-gradient(top, #4D90FE, #357AE8);
            background: -ms-linear-gradient(top, #4D90FE, #357AE8);
            background: -o-linear-gradient(top, #4D90FE, #357AE8);
        }

    bt.green,
    .bt.green {
        border: 1px solid #29691D !important;
        color: #FFF !important;
        background: #3A8E00;
        background: -webkit-linear-gradient(top, #3C9300, #398A00);
        background: -moz-linear-gradient(top, #3C9300, #398A00);
        background: -ms-linear-gradient(top, #3C9300, #398A00);
        background: -o-linear-gradient(top, #3C9300, #398A00);
        -webkit-transition: border .20s;
        -moz-transition: border .20s;
        -o-transition: border .20s;
        transition: border .20s;
    }

        bt.green:hover,
        .bt.green:hover {
            border: 1px solid #2D6200 !important;
            background: #3F83F1;
            background: -webkit-linear-gradient(top, #3C9300, #368200);
            background: -moz-linear-gradient(top, #3C9300, #368200);
            background: -ms-linear-gradient(top, #3C9300, #368200);
            background: -o-linear-gradient(top, #3C9300, #368200);
        }


    bt.dark,
    .bt.dark {
        border: 1px solid #666666 !important;
        color: #FFF !important;
        background: #888888;
        background: -webkit-linear-gradient(top, #999999, #777777);
        background: -moz-linear-gradient(top, #999999, #777777);
        background: -ms-linear-gradient(top, #999999, #777777);
        background: -o-linear-gradient(top, #999999, #777777);
        -webkit-transition: border .20s;
        -moz-transition: border .20s;
        -o-transition: border .20s;
        transition: border .20s;
    }

        bt.dark:hover,
        .bt.dark:hover {
            border: 1px solid Black !important;
            background: #777777;
            background: -webkit-linear-gradient(top, #888888, #666666);
            background: -moz-linear-gradient(top, #888888, #666666);
            background: -ms-linear-gradient(top, #888888, #666666);
            background: -o-linear-gradient(top, #888888, #666666);
        }


    bt.red,
    .bt.red {
        border: 1px solid #D14836 !important;
        color: #FFF !important;
        background: #D64937;
        background: -webkit-linear-gradient(top, #DC4A38, #D14836);
        background: -moz-linear-gradient(top, #DC4A38, #D14836);
        background: -ms-linear-gradient(top, #DC4A38, #D14836);
        background: -o-linear-gradient(top, #DC4A38, #D14836);
        -webkit-transition: border .20s;
        -moz-transition: border .20s;
        -o-transition: border .20s;
        transition: border .20s;
    }

        bt.red:hover,
        .bt.red:hover {
            border: 1px solid #B0281A !important;
            background: #D14130;
            background: -webkit-linear-gradient(top, #DC4A38, #C53727);
            background: -moz-linear-gradient(top, #DC4A38, #C53727);
            background: -ms-linear-gradient(top, #DC4A38, #C53727);
            background: -o-linear-gradient(top, #DC4A38, #C53727);
        }

    bt.redlite,
    .bt.redlite {
        border: 1px solid #D14836 !important;
        color: #D64937 !important;
        background: #FFF;
        -webkit-transition: border .20s;
        -moz-transition: border .20s;
        -o-transition: border .20s;
        transition: border .20s;
    }

        bt.redlite:hover,
        .bt.redlite:hover {
            border: 1px solid #B0281A !important;
            background: #ffeeec;
        }

    bt.noborder,
    .bt.noborder {
        border: 1px solid transparent !important;
        background: #FFF;
        -webkit-transition: border .20s;
        -moz-transition: border .20s;
        -o-transition: border .20s;
        transition: border .20s;
    }

        bt.noborder:hover,
        .bt.noborder:hover {
            border: 1px solid #C0C0C0 !important;
            background: #F4F4F4;
        }

    bt.transparent,
    .bt.transparent {
        border: 1px solid #FFFFFF !important;
        color: #FFFFFF !important;
        background: #ffffff15;
        -webkit-transition: border .20s;
        -moz-transition: border .20s;
        -o-transition: border .20s;
        transition: border .20s;
    }

        bt.transparent:hover,
        .bt.transparent:hover {
            color: #FFFFFF !important;
            border: 1px solid #FFFFFF !important;
            background: #ffffff30;
            text-shadow: 1px 1px 4px #00000057 !important;
        }

    bt.transparentdark,
    .bt.transparentdark {
        border: 1px solid #000 !important;
        color: #000 !important;
        background: #00000010;
        -webkit-transition: border .20s;
        -moz-transition: border .20s;
        -o-transition: border .20s;
        transition: border .20s;
    }

        bt.transparentdark:hover,
        .bt.transparentdark:hover {
            color: #000 !important;
            border: 1px solid #000 !important;
            background: #00000020;
            text-shadow: 1px 1px 4px #FFFFFF57 !important;
        }




    bt.action:hover,
    .bt.action:hover {
        -moz-box-shadow: 0 1px 0px #DDD;
        -webkit-box-shadow: 0 1px 0px #DDD;
        box-shadow: iset 0 1px 0px #DDD;
    }

    bt.action:active,
    .bt.action:active {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-color: #C6C6C6 !important;
    }

    bt.blue:active,
    .bt.blue:active {
        border-color: #2F5BB7 !important;
    }

    bt.green:active,
    .bt.green:active {
        border-color: #2D6200 !important;
    }

    bt.red:active,
    .bt.red:active {
        border-color: #B0281A !important;
    }

    bt:hover .label,
    .bt:hover .label {
        color: #333;
    }

        bt:hover .label.red,
        .bt:hover .label.red {
            color: #DB4A37;
        }

        bt:hover .label.blue,
        .bt:hover .label.blue {
            color: #7090C8;
        }

        bt:hover .label.green,
        .bt:hover .label.green {
            color: #42B449;
        }

        bt:hover .label.yellow,
        .bt:hover .label.yellow {
            color: #F7CB38;
        }

    bt.blue .label,
    .bt.blue .label {
        color: #FFF !important;
    }

    bt.green .label,
    .bt.green .label {
        color: #FFF !important;
    }

    bt.red .label,
    .bt.red .label {
        color: #FFF !important;
    }

    bt.action .label,
    .bt.action .label {
        padding: 0 17px !important;
    }

    bt.action:active .label,
    .bt.action:active .label {
        color: #333 !important;
    }

    bt.blue:active .label,
    bt.green:active .label,
    bt.red:active .label,
    .bt.blue:active .label,
    .bt.green:active .label,
    .bt.red:active .label {
        color: #FFF !important;
    }

    .bt.lowkey {
        border-color: transparent !important;
        color: #999;
    }
        .bt.lowkey:hover {
            border-color: #bbb !important;
        }

.lbPad {
    margin-right: 10px;
}


A.bt_icon {
    padding: 10px 15px;
    color: #a9a9a9;
}

a.bt_icon:hover {
    background-color: #f3f3f3;
    border-radius: 20px;
    color: #000;
}


.bt[disabled] {
    color: #a7a7a7 !important;
    border-color: #ccc !important;
    background-color: #fbfbfb !important;
    cursor: default;
}


/*------------------------------------*\
	            SOCIAL
\*------------------------------------*/

.fasocial {
    font-size: 27px !important;
}

.socialphoto {
    width: auto;
    max-width: 140px;
    min-width: 140px;
    height: auto;
    max-height: 150px;
    border: 5px solid #fff;
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 2px;
}
.socialphotocount {
    background-color: rgba(255,255,255,0.5);
    color:#000;
    border-radius:4px;
    position:relative;
    top: -33px;
    right: 6px;
    float:right;
    padding:0px 3px;
    text-align:center;
    display:block;
    font-size:9px;
    text-shadow: 1px 1px 2px #b0b0b0;
}

.socialwrap {
    margin-top: 1px;
    max-width: 200px;
}

.social-drop {
    border: 1px solid #eee;
    padding: 3px;
    border-radius: 4px;
    font-size: .97em;
}

.h_wrap_modal {
    box-shadow: 0px 0px 7px #00000030;
    border-radius: 8px;
    border: 4px solid white;
    background-color: white;
    margin-bottom: 10px !important;
}

.h_wrap_modal_updateprogress {
    box-shadow: 0px 0px 7px #00000030;
    border-radius: 8px;
    border: 4px solid white;
    background-color: white;
    z-index: 98;
    width: 450px;
    padding: 25px 50px;
    margin: 0 auto;
    position: fixed;
    transform: translate(50%, 50%);
}


.modal_delete > div {
    background-color: #fff2f2;
    font-weight: 600;
    color: #870000;
}

.modal_delete {
    background-color: #fff2f2;
    border-color: #fff2f2;
    box-shadow: 0px 0px 13px 0px #720e0e96;
}

.libsearchmag {
    color: #ffffffbd;
    font-size: 20px;
}
    .libsearchmag:hover {
        color: #fff;
        text-shadow: 1px 1px black;
        transition: .5s all ease;
    }

/*------------------------------------*\
            TinyMCE
\*------------------------------------*/

.mce-btn-small i {
    line-height: 16px;
}

/* ----------------------------------- *\
              BOARDS
\* ----------------------------------- */

.brd_ccolor_0 {
    border-top: 3px solid #bdbdbdbd;
    background-color: #bdbdbd15;
}

.brd_ccolor_1 {
    border-top: 3px solid #FAA424;
    background-color: #FAA42415;
}

.brd_ccolor_2 {
    border-top: 3px solid #DE6238;
    background-color: #DE623815;
}

.brd_ccolor_3 {
    border-top: 3px solid #EC6868;
    background-color: #EC686815;
}

.brd_ccolor_4 {
    border-top: 3px solid #A51B62;
    background-color: #A51B6215;
}

.brd_ccolor_5 {
    border-top: 3px solid #AC1B9E;
    background-color: #AC1B9E15;
}

.brd_ccolor_6 {
    border-top: 3px solid #3C1D95;
    background-color: #3C1D9515;
}

.brd_ccolor_7 {
    border-top: 3px solid #1F76C1;
    background-color: #1F76C115;
}

.brd_ccolor_8 {
    border-top: 3px solid #2F4656;
    background-color: #2F465615;
}

.brd_ccolor_9 {
    border-top: 3px solid #139989;
    background-color: #13998915;
}

.brd_ccolor_10 {
    border-top: 3px solid #62A51B;
    background-color: #62A51B15;
}

.brd_ccolor_11 {
    border-top: 3px solid #000;
    background-color: #00000015;
}

.brd_ccolor_12 {
    border-top: 3px solid #999;
    background-color: #99999915;
}

.brd_ccolor_13 {
    border-top: 3px solid #CCC;
    background-color: #CCCCCC15;
}

.brd_ccolor_14 {
    border-top: 3px solid #7f5347;
    background-color: #7f534715;
}

.brd_ccolor_15 {
    border-top: 3px solid #ffcb00;
    background-color: #ffcb0015;
}

.brd_ccolor_16 {
    border-top: 3px solid #c81e38;
    background-color: #c81e3815;
}

.brd_ccolor_17 {
    border-top: 3px solid #66ccff;
    background-color: #66ccff15;
}

.brd_ccolor_18 {
    border-top: 3px solid #1d29c5;
    background-color: #1d29c515;
}

.brd_ccolor_19 {
    border-top: 3px solid #ff5ac4;
    background-color: #ff5ac415;
}

.brd_ccolor_20 {
    border-top: 3px solid #00c875;
    background-color: #00c87515;
}


.brd_ccolor_21 {
    border-top: 3px solid #ff158a;
    background-color: #ff158a15;
}

.brd-wrap {
}

.brd_list_teamcolor {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    top: 9px;
    position: relative;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.brd_header_teamcolor {
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    top: 2px;
    position: relative;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.brd_header_owner {
    font-size: 13px;
    color: #666;
}

    .brd_menu_group {
        font-size: .9em;
        color: #3b3b3b;
        line-height: 18px;
        margin-top: 10px;
    }

.brd_columns {
    display: flex;
    flex: 1 1 0px;
    justify-content: center;
}
.brd_columns_wide {
    display: flex;
    flex: 1 1 0px;
    justify-content: flex-start;
}

    .brd_columns_wide > div.brd_colwrap {
        min-width: 12.35%;
        margin: 0px 1px;
    }

    .brd_columns_wide > div.brd_colwrap > div.brd_colheader {
        font-weight: 600;
        padding: 9px 6px;
        font-size: 12px !important;
    }

        .brd_columns_wide > div.brd_colwrap > div.brd_colheader > div.brd_more_wrap {
            font-size:12px !important;
        }

    .brd_columns_wide > div.brd_colwrap > div.sortable > div.brd_widget {
        font-size: 10px;
        padding: 6px 3px 6px 3px;
    }

        .brd_columns_wide > div.brd_colwrap > div.sortable > div.brd_widget > div.brd_wpic_wrap > img.brd_wpic {
            width: 24px;
            height: 24px;
            margin-right:2px;
        }

        .brd_colheader {
            color: #00000099;
            text-align: left;
            font-size: 15px;
            font-weight: 900;
            padding: 12px;
            border-radius: 4px 4px 0 0;
            margin-bottom: 20px;
        }

.brd_colwrap {
    margin: 0 5px;
    min-width: 16.66%;
    max-width: 20%;
    min-height: 600px;
}

.brd_hcolor_0 .brd_widget {
    border-left: 12px solid #bdbdbd66;
}

.brd_hcolor_1 .brd_widget {
    border-left: 12px solid #FAA42466;
}

.brd_hcolor_2 .brd_widget {
    border-left: 12px solid #DE623866;
}

.brd_hcolor_3 .brd_widget {
    border-left: 12px solid #EC686866;
}

.brd_hcolor_4 .brd_widget {
    border-left: 12px solid #A51B6266;
}

.brd_hcolor_5 .brd_widget {
    border-left: 12px solid #AC1B9E66;
}

.brd_hcolor_6 .brd_widget {
    border-left: 12px solid #3C1D9566;
}

.brd_hcolor_7 .brd_widget {
    border-left: 12px solid #1F76C166;
}

.brd_hcolor_8 .brd_widget {
    border-left: 12px solid #2F465666;
}

.brd_hcolor_9 .brd_widget {
    border-left: 12px solid #13998966;
}

.brd_hcolor_10 .brd_widget {
    border-left: 12px solid #62A51B66;
}

.brd_hcolor_11 .brd_widget {
    border-left: 12px solid #00000066;
}

.brd_hcolor_12 .brd_widget {
    border-left: 12px solid #99999966;
}

.brd_hcolor_13 .brd_widget {
    border-left: 12px solid #CCCCCC66;
}

.brd_hcolor_14 .brd_widget {
    border-left: 12px solid #7f534766;
}

.brd_hcolor_15 .brd_widget {
    border-left: 12px solid #ffcb0066;
}

.brd_hcolor_16 .brd_widget {
    border-left: 12px solid #c81e3866;
}

.brd_hcolor_17 .brd_widget {
    border-left: 12px solid #66ccff66;
}

.brd_hcolor_18 .brd_widget {
    border-left: 12px solid #1d29c566;
}

.brd_hcolor_19 .brd_widget {
    border-left: 12px solid #ff5ac466;
}

.brd_hcolor_20 .brd_widget {
    border-left: 12px solid #00c87566;
}

.brd_hcolor_21 .brd_widget {
    border-left: 12px solid #ff158a66;
}

.brd_widget {
    font-size: 12px;
    color: #636363;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px 5px 12px 12px;
    margin: 5px 10px;
    background-color: #fffffffa;
    box-shadow: 1px 1px 3px #0000000f;
    cursor: pointer;
    min-height: 35px;
}

.brd_colheader_title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brd_more_wrap {
    float: right;
    position: relative;
    width: 25px;
}

.brd_more_dots {
    cursor: pointer;
    padding: 0px 9px;
    color: #666;
    text-align: center;
}

.brd_more_menu {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 165px;
    line-height: 34px;
    font-size: 14px;
    padding: 5px !important;
    margin-left: -100px;
}

.brd_more_menuitem {
    display: block;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    padding: 0 10px;
}

.brd_more_menu:hover {
    text-decoration: none;
}

.brd_more_menu .fa-fw {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.brd_ellipse-menu-wrap {
    padding: 0 5px;
}

.brd_wpic {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    margin-right: 5px;
    float: right;
}

.brd_widgetcolsel {
    top: -16%;
    left: 16%;
    font-size: 16px;
    --fa-primary-color: #000;
    --fa-secondary-color: #ddd;
    --fa-secondary-opacity: 0.60
}

.brd_wname {
    font-weight: 600;
    color: #373737;
    margin-bottom: 4px;
}

    .brd_wname a {
        color: #373737;
    }

.brd_addfooter {
    width: 100%;
    text-align: center;
    color: #b9b9b9;
    padding: 10px 0;
    cursor: pointer;
    font-size: 15px;
}
.brd_addfooter:hover {
    color:#000;
}

.brd_wid_item {
    margin-top: 2px;
    height: 0px;
    border-top-width: 10px;
    opacity: .8;
    border-bottom: 1px solid #ffffffba;
}

.brd_wid_head {
    flex-grow: 1;
    margin: 0 1px;
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
}


    /* ----------------------------------- *\
         ANIMATED FIELD LABELS
\* ----------------------------------- */

            .fld__heading {
    font-weight:600;
    color:#666;
    font-size:14px;
    margin: 15px 0 15px 0;
}

.fld__wrap {
    position: relative;
    margin: 6px 10px 10px 0;
    min-height: 45px;
}

.fld__buttons {
    padding: 20px 0 0 20px;
}

.fld__border {
    border: 2px solid #e1e1e1;
    border-radius: 3px;
}

.fld__borderlabel {
    font-size: 12px;
    color: #898989;
    position: relative;
    top: -10px;
    left: 12px;
    background-color: #fff;
    padding: 1px 3px;
    display: inline-block;
}

.fld__input {
    box-sizing: border-box;
    border: 2px solid #e1e1e1;
    border-radius: 3px;
    font-family: inherit;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    outline: none;
    padding: 10px 15px;
    background: none;
}

.fld__input[disabled] {
    color: #999;
}

.fld__input[type="date"] {
    padding: 9px 15px;
}


select.fld__input {
    padding: 9px 15px 9.5px 12px;
}

.fld__input:hover {
    border-color: #2264a9;
}

.fld__input:hover[disabled] {
    border-color: #e1e1e1;
}

.fld__input:focus {
    border-color: #2264a9;
    box-shadow: 0px 0px 2px 0px #2264a991;
}

.fld__label {
    position: absolute;
    padding: 1px 3px;
    left: 15px;
    top: 10px;
    color: #b4b4b4;
    cursor: text;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
    background-color: #fff;
    font-size: 16px;
}

.fld__input:focus ~ .fld__label,
.fld__input:not(:placeholder-shown).fld__input:not(:focus) ~ .fld__label {
    top: -9px;
    font-size: 12px;
    left: 13px;
    color: #898989;
}

.fld__error {
    color: #d80000 !important;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    background-color:white;
    padding:0 5px 0 15px;
}

.fld__checkbox {
    position: relative;
    top: 6px;
}

    .fld__checkbox label {
        font-size: 15px;
        position: relative;
        top: 3.5px;
        left: 3px;
        color: #656565;
        margin-right: 10px;
    }

.fld__checkbox input[type=checkbox] {
    position: relative;
    border: 2px solid #e1e1e1;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin-left: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: middle;
    height: 25px;
    width: 24px;
    -webkit-appearance: none;
}

.fld__checkbox_menu {
    position: relative;
    top: 6px;
}

    .fld__checkbox_menu label {
        font-size: 14px;
        position: relative;
        top: 1.5px;
        left: 2px;
        margin-right: 10px;
    }

    .fld__checkbox_menu input[type=checkbox] {
        position: relative;
        border: 2px solid #e1e1e1;
        border-radius: 2px;
        background: none;
        cursor: pointer;
        line-height: 0;
        margin-left: 9px;
        outline: 0;
        padding: 0 !important;
        vertical-align: middle;
        height: 18px;
        width: 18px;
        -webkit-appearance: none;
    }
.fld__checkbox_menu input[type=checkbox]:checked {
    background-color: #19336e;
    border: 2px solid #19336e;
    transition: .5s all ease;
}

        .fld__checkbox_menu input[type=checkbox]:before {
            font: var(--fa-font-solid);
            content: '\f00c';
            position: relative;
            left: 7%;
            top: 7%;
            z-index: 2;
            color: white;
            font-size: 1em;
        }

    .fld__checkbox input[type=checkbox][disabled] {
        color: #d7d7d7;
        border-color: #d7d7d7 !important;
        background-color: #eee !important;
    }

    .fld__radio input[type=radio][disabled] {
        color: #d7d7d7;
        border-color: #d7d7d7 !important;
        background-color: #eee !important;
    }


.fld__checkbox input[type=checkbox]:hover {
}

    .fld__checkbox input[type=checkbox]:checked {
        background-color: #19336e;
        border: 2px solid #19336e;
        transition: .5s all ease;
    }

    .fld__checkbox input[type=checkbox]:before {
        font: var(--fa-font-solid);
        content: '\f00c';
        position: relative;
        left: 16%;
        top: 16%;
        z-index: 2;
        color: white;
        font-size: 1.3em;
    }

.fld__radio {
    margin-top: 4px;
    display: block;
}

    .fld__radio label {
        font-size: 15px;
        position: relative;
        top: 3.5px;
        left: 3px;
        color: #656565;
        margin-right: 18px;
    }

    .fld__radio input[type=radio] {
        position: relative;
        border: 2px solid #e1e1e1;
        border-radius: 14px;
        background: none;
        cursor: pointer;
        line-height: 0;
        margin-left: 0;
        outline: 0;
        padding: 0 !important;
        vertical-align: middle;
        height: 25px;
        width: 25px;
        -webkit-appearance: none;
    }

    .fld__radio input[type=radio]:hover {
    }

        .fld__radio input[type=radio]:checked {
            background-color: #19336e;
            border: 2px solid #19336e;
            transition: .5s all ease;
        }

        .fld__radio input[type=radio]:before {
            font: var(--fa-font-solid);
            content: '\f111';
            position: relative;
            left: 28%;
            top: 30%;
            z-index: 2;
            color: white;
            font-size: .7em;
        }



.ellipsis_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    box-shadow: 2px 4px 9px rgba(47, 70, 86, 0.19);
    border: 1px solid #e7f2fb;
    background: white;
    padding: 10px 20px;
}

.ellipsis_menu {
    display: none;
    position: absolute;
    z-index: 1000;
    line-height: 34px;
    font-size: 14px;
    padding: 5px !important;
    margin-left: -100px;
}

.ellipsis_dots {
    font-size: 18px;
    cursor: pointer;
    padding: 0px 9px;
    color: #666;
    text-align: center;
    font-weight:900 !important;
}

.ellipsis_menuitem {
    display: block;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    padding: 0 10px;
}




.widget-pulse {
    animation: widget-pulse-animation 2.9s 3;
}

@keyframes widget-pulse-animation {
    0% {
        background-color: #fff;
        box-shadow: 2px 4px 9px rgb(47 70 86 / 19%);
    }

    50% {
        background-color: #fbe2e5;
        box-shadow: 2px 4px 9px red;
    }

    100% {
        background-color: #fff;
        box-shadow: 2px 4px 9px rgb(47 70 86 / 19%);
    }
}


.big-fa-icon {
    font-size: 1.6em !important;
    position: relative;
    top: 2px;
    padding-right: 5px;
}


.ai_credits_status {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 10px;
    color: #666;
    line-height: 24px;
    background-color: #efefef;
    box-shadow: inset 1px 1px 3px 0px #0000002b;
}