﻿.text-gray-300 {
    color: #dddfeb !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.btn-huge {
    padding: 1.5rem 3rem;
    font-size: 3.75rem;
    line-height: 1.5;
    border-radius: 0.9rem;
}

/*-----------------------------------------------------------------------------------*/
/*MAIN*/
/*-----------------------------------------------------------------------------------*/

.agentFeature {
    display: none;
}

.agentFeature2 {
    display: none;
}

.form-control {
    font-size: 14px;
    height: 36px;
}

.redBorder {
    border: solid 2px red;
}

html {
}

body {
    background: url('../Images/Background-Texture3.png') fixed;
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif !important;
    font-size: 14px !important;
    overflow-x: hidden;
}

#container {
    display: flex;
    overflow: hidden;
    height: 100vh;
    margin-top: -76px;
    padding-top: 76px;
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    will-change: overflow;
}

.menu,
.content {
    overflow: auto;
    height: auto;
    padding: .5rem;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    border-top: 2px solid #363b32;
    border-bottom: 2px solid #363b32;
}

.menu {
    width: 60px;
}

.content {
    padding: 5px;
    flex: 1;
    margin-bottom: 21px;
}

.header {
    background: url('../Images/Background-Texture4.png') fixed;
    text-align: center;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.headerLogoContainer {
    display: block;
    width: calc(100% - 120px);
    margin: 0px 60px 0px 60px;
}

#flasher {
    display: none;
    animation: blinker 2.5s linear infinite;
} 

    #flasher span i {
        color: white;
    }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.footer {
    height: 21px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*INPUTS*/
/*-----------------------------------------------------------------------------------*/

.banner {
    width: calc(100% - 10px);
    text-align: center;
    background-color: #363b32;
    padding: 4px;
    color: #91c3dc;
    border-radius: 10px;
    margin: 0px 5px 5px 5px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #91c3dc !important;
    color: black;
    margin: 5px;
}

.nav-pills a {
    background-color: #363b32 !important;
    color: white;
    margin: 5px;
    /*font-size: 1rem;*/
}

    .nav-pills a:hover {
        color: white;
    }

.agentBox {
    display: none;
}

.noBottomMargin {
    margin-bottom: 0;
}

.pullRight {
    float: right !important;
}

.row {
    margin: 0;
    /*margin-bottom: 5px;*/
}

#loginForm {
    margin: auto;
}

.input-group-text {
    padding: 10px;
}

.control-label {
    /*font-size: 14px;*/
    vertical-align: middle;
    margin: 0;
}

.form-group {
    padding: 5px;
    margin-bottom: 0;
}

.fullWidth {
    width: 100%;
}

.dropdown-menu {
    min-width: 15rem !important;
}

.btn-default {
    background-color: #91c3dc !important;
    color: black;
}

.btn-filter {
    margin: 0 2px;
    padding: 0 0.5rem;
}

.btn-light {
    background-color: #e9ecef;
    color: black;
}

/*-----------------------------------------------------------------------------------*/
/*COLORS*/
/*-----------------------------------------------------------------------------------*/

.badge {
    font-size: 14px;
}

.searchHighlight {
    background-color: Yellow;
    color: Red;
}

.blueColor {
    background-color: #91c3dc !important;
    color: black;
}

.greyColor {
    background-color: #363b32 !important;
    color: white;
}

.New {
    background-color: red;
    color: white;
}

.allocatedGreen {
    background-color: lightgreen;
}

.quoteSent {
    background-color: hotpink;
}

.followUpCustom {
    background-color: palevioletred;
}

.followUp24 {
    background-color: lightblue;
}

.followUp48 {
    background-color: deepskyblue;
}

.followUp72 {
    background-color: dodgerblue;
}

.newDuplicateRed {
    background-color: indianred;
    color: white;
}

.pendingYellow {
    background-color: yellow;
}

.lost {
    background-color: plum;
}

.completed {
    background-color: orange;
}

.disqualified {
    background-color: sandybrown;
    color: white;
}

/*-----------------------------------------------------------------------------------*/
/*GRAPH STYLE*/
/*-----------------------------------------------------------------------------------*/

.full-panel-box {
    float: left;
    /*background-color: ghostwhite;*/
    background-color: rgba(250, 250, 250, 0.75);
    width: calc(100% - 10px);
    padding: 10px;
    border: 2px solid #91c3dc;
    border-radius: 10px;
    margin: 0px 5px 5px 5px;
    /*box-shadow: rgba(0,0,0,0.4) 1px 1px 10px;*/
}

/*.full-panel-box:hover {
        box-shadow: #91c3dc 0px 10px 100px inset;
    }*/

.small-panel-box {
    float: left;
    /*background-color: ghostwhite;*/
    background-color: rgba(250, 250, 250, 0.75);
    width: 350px;
    padding: 10px;
    border: 2px solid #91c3dc;
    border-radius: 10px;
    margin: 0px 5px 5px 5px;
    /*box-shadow: rgba(0,0,0,0.4) 1px 1px 10px;*/
}

.panel-box {
    float: left;
    background-color: rgba(250, 250, 250, 0.75);
    width: 420px;
    padding: 10px;
    border: 2px solid #91c3dc;
    border-radius: 10px;
    margin: 0px 5px 5px 5px;
    /*box-shadow: rgba(0,0,0,0.4) 1px 1px 10px;*/
}

.graph-panel-box {
    width: calc(33.3% - 10px);
    margin: 0px 5px 5px 5px;
}

/*.panel-box:hover {
    box-shadow: #91c3dc 0px 10px 100px inset;
}*/

.panel-box-header {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px #91c3dc solid;
}

.panel-rectangle {
    float: left;
    background-color: rgba(250, 250, 250, 0.75);
    width: calc(50% - 10px);
    padding: 10px;
    border: 2px solid #91c3dc;
    border-radius: 10px;
    margin: 0px 5px 5px 5px;
    /*box-shadow: rgba(0,0,0,0.4) 1px 1px 15px;*/
}

.panel-rectangle-action {
    float: left;
    background-color: rgba(235, 194, 232, 0.75);
    width: calc(50% - 10px);
    padding: 10px;
    border: 2px solid maroon;
    border-radius: 10px;
    margin: 0px 5px 5px 5px;
    /*box-shadow: rgba(0,0,0,0.4) 1px 1px 15px;*/
}

/*.panel-rectangle:hover {
        box-shadow: #91c3dc 0px 10px 100px inset;
    }*/

/*-----------------------------------------------------------------------------------*/
/*LOADING STYLE*/
/*-----------------------------------------------------------------------------------*/

#loading {
    position: fixed;
    z-index: 999;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    text-align: center;
    width: 300px;
    height: 300px;
}

    #loading > img {
        padding-top: 10%;
    }

    #loading:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

.lds-dual-ring {
    display: inline-block;
    width: 300px;
    height: 300px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 280px;
        height: 280px;
        margin: 10px;
        border-radius: 50%;
        border: 10px solid #363b32;
        border-color: #363b32 #91c3dc #363b32 #91c3dc;
        animation: lds-dual-ring 1.2s linear infinite;
        background-image: url('/Images/Logo Only.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100px;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*-----------------------------------------------------------------------------------*/
/*PAGEDLIST*/
/*-----------------------------------------------------------------------------------*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

/*-----------------------------------------------------------------------------------*/
/*MENU*/
/*-----------------------------------------------------------------------------------*/

.main-menu .fa-2x {
    font-size: 2em;
}

.main-menu .fa {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.main-menu:hover, nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
}

.main-menu {
    background: #363b32;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 1000;
}

    .main-menu > ul {
        margin: 7px 0;
    }

    .main-menu li {
        position: relative;
        display: block;
        width: 250px;
    }

        .main-menu li > a {
            position: relative;
            display: table;
            border-collapse: collapse;
            border-spacing: 0;
            color: white;
            font-size: 14px;
            text-decoration: none;
            -webkit-transform: translateZ(0) scale(1,1);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
        }

    .main-menu .nav-icon {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
    }

    .main-menu .nav-text {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 190px;
    }

    .main-menu .nav-text-header {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 190px;
        font-weight: bold;
    }

    .main-menu > ul.logout {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }

a:not(.noHover):hover, a:focus {
    text-decoration: none;
    color: inherit;
}

.noHover {
    color: white;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    nav ul, nav li {
        outline: 0;
        margin: 0;
        padding: 0;
    }

    .main-menu li:not(.noHover):hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:not(.noHover):hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:not(.noHover):hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:not(.noHover):hover a, .dashboard-page nav.dashboard-menu ul li.active a {
        color: black;
        background-color: #91c3dc;
    }

/*-----------------------------------------------------------------------------------*/
/*TABLES*/
/*-----------------------------------------------------------------------------------*/

.table-responsive tbody tr:hover {
    background-color: #8C8C8C;
    color: white;
}

.table-responsive {
    display: block;
    width: calc(100% - 10px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid darkgray;
    border-radius: 10px;
    margin: 5px;
    /*box-shadow: rgba(0,0,0,0.4) 1px 1px 10px;*/
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    background-color: white;
}

    .table th {
        border-top: 0;
        border-bottom-width: 1px;
        font-weight: bolder;
        /*font-size: .875rem;*/
        /*text-transform: uppercase;*/
        background-color: #91c3dc;
    }

    .table td {
        /*font-size: 0.875rem;*/
        padding: .875rem 0.9375rem;
    }

.badge {
    border-radius: 10px;
    /*font-size: 12px;*/
    line-height: 1;
    padding: .375rem .5625rem;
    font-weight: normal;
    color: #363b32;
}

.progress {
    border-radius: 3px;
    height: 8px;
    margin-top: 7px;
}