﻿.text-fixed {
    font-family: 'Roboto Mono', monospace;
}

.text-username {
    display: inline-block;
    max-height: 20px;
    max-width: 160px;
}

.profile-element > span > strong {
    background: #72C02C;
    width: 48px;
    height: 48px;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
}

.navbar-top-links form > a {
    color: #999c9e;
    font-size: 14px;
    padding: 20px 10px;
    min-height: 50px;
    display: block;
    font-weight: 600;
}

.profile-initial {
    width: 100px;
    height: 100px;
    background: #72C02C;
    display: block;
    text-align: center;
    line-height: 100px;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
}

.p-h-t-xs {
    padding-top: 15px;
}

.navbar-brand > img {
    margin-top: -5px;
}


.color-green {
    color: #22890e;
}

.color-yellow {
    color: #f6c60a;
}

.color-red {
    color: #ff0000;
}

.color-grey {
    background-color: #808080;
}

.circle-green {
    background-color: #22890e;
}

.circle-yellow {
    background-color: #f6c60a;
}

.circle-red {
    background-color: #ff0000;
}

.circle-grey {
    background-color: #808080;
}

.circle-orange {
    background-color: #ff6a00;
}

.project-table {
    table-layout: fixed;
    width: 100%;
    max-width:100%;
    height: 100%;
    border-color: #72C02C;
}

.table thead tr th.column-header {
    width: 100%;
    height: 45px;
    background: #72C02C;
    border-bottom: 2px solid #4B7F1D;
}


.column-header div {
    line-height: 21px;
    text-align: left;
    font-size: 16px;
    margin: 5px 2px;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table tbody tr td.custom-column {
    width: 100%;
    height: 300px;
    padding: 0px;
    background: #e8e8e8;
}

    .table tbody tr td.custom-column.over {
        background-color: #4B7F1D;
    }

.custom-column ul {
    width: 100%;
    height: 100%;
    padding: 2px;
    padding-bottom: 30px;
}

    .custom-column ul li.proj-item {
        width: 100%;
        height: 65px;
        padding: 2px;
        z-index: 2;
        margin: 2px 0 2px 0;
        position: relative;
        background-color: #ffffff;
        border-radius: 4px;
        -webkit-box-shadow: 0 8px 3px -7px #777;
        -moz-box-shadow: 0 8px 3px -7px #777;
        box-shadow: 0 8px 3px -7px #777;
        cursor: pointer;
        display: list-item;
        list-style: none;
        z-index: 2;
    }

    .custom-column ul li.proj-item:hover {
            background: #CBCBCB;
            
        }

        .custom-column ul li.proj-item.active {
            background-color: #999c9e;
            opacity: 0.8;
            border-radius: 6px;
        }

        .custom-column ul li.proj-item strong {
            width: 100%;
            line-height: 18px;
            font-size: 14px;
            font-family: 'Open Sans';
            padding: 5px;
            top: 0;
            left: 0;
            position: absolute;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .custom-column ul li.proj-item small.leadmanager {
            width: 60%;
            height: 20px;
            font-size: 13px;
            font-family: 'Open Sans';
            padding: 3px;
            position: absolute;
            bottom: 7%;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .custom-column ul li.proj-item span.nextfollowupdate {
            width: 80px;
            height: 20px;
            font-size: 12px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border: 1px medium #999c9e;
            font-family: 'Open Sans';
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            position: absolute;
            bottom: 18px;
            left: 5px;
        }

        .custom-column ul li.proj-item span.followupcircle {
            width: 20px;
            height: 20px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border: 1px medium #999c9e;
            margin: 3px;
            position: absolute;
            bottom: 5px;
            right: 5px;
        }
        .custom-column ul li.proj-item a.edit-btn {
            position: absolute;
            bottom: 7px;
            right: 35px;
            background:#2ecc71;
            z-index: 5;
        }

.newLeadNotification {
z-index: 3;
}

.newLeadCounter {
    width: 12px;
    height: 12px;
    border-radius:8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding:1px;
    background:#ff0000;
    margin: 3px;
    position:absolute;
    top:0;
    left:-4px;
    z-index: 5;
    font-size:10px;
}


.leadstatus-radio input[type="radio"] {
    display: none;
}

.leadstatus-radio {
    width: auto;
    height: 40px;
    background: #ffffff;
    padding-top: 2px;
    padding-left: 5px;
}

    .leadstatus-radio div {
        width: auto;
        height: 30px;
        margin: 2px -4px 2px -4px;
    }

    .leadstatus-radio label {
        width: 60px;
        height: 30px;
        display: inline-block;
        background: #c2c8cd;
        border-top: 1px solid #c2c8cd;
        border-bottom: 1px solid #c2c8cd;
        cursor: pointer;
    }

    .leadstatus-radio div:first-of-type label {
        border-left: 1px solid #c2c8cd;
        border-top: 1px solid #c2c8cd;
        border-bottom: 1px solid #c2c8cd;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .leadstatus-radio div:last-of-type label {
        border: 1px solid #c2c8cd;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .leadstatus-radio label:hover {
        background: #2ecc71;
        opacity: 0.85;
    }


    .leadstatus-radio label.active {
        width: 60px;
        height: 30px;
        display: inline-block;
        cursor: pointer;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") no-repeat 20px center #2ecc71;
    }

.toggle-btn {
    width: 60px;
    height: 25px;
    margin: 0 0 5px 10px;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==") no-repeat 35px center #e74c3c;
    cursor: pointer;
    -webkit-transition: background-color .40s ease-in-out;
    -moz-transition: background-color .40s ease-in-out;
    -o-transition: background-color .40s ease-in-out;
    transition: background-color .40s ease-in-out;
    cursor: pointer;
}

    .toggle-btn.active {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") no-repeat 10px center #2ecc71;
    }

        .toggle-btn.active .round-btn {
            left: 35px;
        }

    .toggle-btn .round-btn {
        width: 18px;
        height: 18px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 5px;
        top: 53%;
        margin-top: -10px;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out;
    }

    .toggle-btn .cb-value {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 9;
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
