/***************************************************************
*                                                              *
*                                                              *
*              Document Level                                  *
*                                                              *
*                                                              *
***************************************************************/
.row{
    max-width: unset;
}
.main-content{
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
}

.main-navbar{
    flex: 0 0 auto;
}

.navbar-search{
    background: #F5F6F8;
}

.navbar-search:focus{
    background: #F5F6F8;
}


.div-content{
    flex: 1 1 auto;
}

.main-footer{
    flex: 0 0 auto;
}

a:hover{
    text-decoration: none;
}
div.close{
    cursor: pointer;
}

.color-switcher-toggle i{
    top: 2px;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
    background-position: center right calc(1.5em + .1875rem);
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-position: center right calc(1.5em + .1875rem);

}

.div-textarea{
    border: 1px solid #999999;
    padding: 0 15px;
}


.tooltip-inner{
    font-size: 14px;
    font-weight: 500;
}

li.li-nav-communities{
    background: #F5F6F8;
}

.main-sidebar .nav li.li-nav-communities:hover{
    background: #F5F6F8;
    color: #5A6169;
}

.p-main-sidebar-communities-title{
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}

.p-main-sidebar-communities-content{
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}


i.material-icons{
    font-size: 24px;
}

i.material-icons.small{
    font-size: 14px;
}

.jumbotron{
    padding: 2rem;
}

.table tr td,
.table tr th{
    vertical-align: middle;
}


.table-sticky th,
.table-sticky thead tr th,
.table-fixed th,
.table-fixed thead tr th{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #eeeeee;
}

/* ensure first header cell sits atop everything else when scrolling right */
table.table-sticky th:first-child,
table.table-fixed th:first-child {
	position:sticky;
	left:0;
	z-index:3;

}
/* make first column sticky when scrolling right */
table.table-sticky td:first-child,
table.table-fixed td:first-child{
	position:sticky;
	left:0;
    background-color: #eeeeee;
}

.text-yellow{color: #006079;}
.text-red{color: #c01414;}
.text-blue{color: #2862ce;}
.text-green{color: #107e10;}
.text-orange{color: #b96b05;}
.text-purple{color: #ac0fac;}
.text-brown{color: #643c21;}
.text-gray{color: #a9a9a9;}
.text-turquoise{color: #40e0d0;}
.text-white{color: #FFFFFF;}
.text-black{color: #000000;}




.background-competitor{background-color: #fea3aa ;}
.background-client{background-color: #b2cefe ;}
.background-coming-soon-client{background-color: #f8b88b;}
.background-red{background-color: #c01414;}
.background-blue{background-color: #2862ce;}
.background-green{background-color: #055505;}
.background-medium-green{background-color: #16b116;}
.background-light-green{background-color: #44c544;}
.background-orange{background-color: #b96b05;}
.background-peach{background-color: #e96d77 ;}
.background-purple{background-color: #ac0fac;}
.background-brown{background-color: #643c21;}
.background-gray{background-color: #a9a9a9;}
.background-turquoise{background-color: #40e0d0;}
.background-white{background-color: #FFFFFF;}
.background-black{background-color: #000000;}

.background-gold{background-color: #39a768}
.background-silver{background-color: #b69730}
.background-bronze{background-color: #b9b9b9}

.background-agent{background-color: #0c959f ;}


@media screen and (max-width: 768px){
    h1{
        font-size: 2rem;
    }

    .navbar-nav{
        border-left: none !important;
    }

    /*li.nav-item{
        border-right: none !important;
    }*/

    a.nav-link{
        border-left: none !important;
    }

    .navbar-nav .dropdown-menu{
        position: absolute;

    }


}


/***************************************************************
*                                                              *
*                                                              *
*              Materio Scroll Top                              *
*                                                              *
*                                                              *
***************************************************************/
/**
* material-scrolltop
*
* Author: Bartholomej
* Website: https://github.com/bartholomej/material-scrolltop
* Docs: https://github.com/bartholomej/material-scrolltop
* Repo: https://github.com/bartholomej/material-scrolltop
* Issues: https://github.com/bartholomej/material-scrolltop/issues
*/

.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor: hand;
    border-radius: 50%;
    background: #4caf50;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}

.material-scrolltop:hover {
    background-color: #4caf50;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}

.material-scrolltop::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    border-radius: 100%;
    background: #66bb6a;
}

.material-scrolltop:active::before {
    width: 120%;
    padding-top: 120%;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.material-scrolltop.reveal {
    width: 56px;
    height: 56px;
}

.material-scrolltop span {
    display: block;
    font-size: 25px;
    color: #fff;
}

.material-scrolltop,
.material-scrolltop::before {
    background-image: url("https://impactnorthcrm.com/css/icons/top-arrow.svg");
    background-position: center 50%;
    background-repeat: no-repeat;

}




/***************************************************************
*                                                              *
*                                                              *
*              Validation Element                              *
*                                                              *
*                                                              *
***************************************************************/
div.error{
    display: block;
}

div.error-message{
    color: #fad7de;
    background-color: #c4183c;
    padding: .75rem 1.25rem;
    margin: 1rem 0;
    border: none;
    border-radius: 0;
    height: initial;
}


.background-success{
    background-color: #e1f7d5;
}
.background-failure{
    background-color: #ffbdbd;
}

.background-warning{
    background-color: #bddf00;
}

.background-danger{
    background-color: #f78aa1;
}

/***************************************************************
*                                                              *
*                                                              *
*               Select Elements                                *
*                                                              *
*                                                              *
***************************************************************/
.ms-parent{
    margin: 0 15px;
}

div.datetime{
    margin-top: 15px;
}
select{
    margin: 0;
    height: auto;
    padding: .4375rem .75rem;
    font-size: .8125rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e1e5eb;
        border-top-color: rgb(225, 229, 235);
        border-right-color: rgb(225, 229, 235);
        border-bottom-color: rgb(225, 229, 235);
        border-left-color: rgb(225, 229, 235);
    font-weight: 300;
    will-change: border-color,box-shadow;
    border-radius: .25rem;
    box-shadow: none;
    transition: box-shadow 250ms cubic-bezier(.27,.01,.38,1.06),border 250ms cubic-bezier(.27,.01,.38,1.06);
}

select:hover{
    border-color: #b3bdcc;
}
/***************************************************************
*                                                              *
*                                                              *
*              Table Element                                   *
*                                                              *
*                                                              *
***************************************************************/
.table thead th{
    padding: 5px;
    border: 1px solid #dddddd;
}

.table tbody th,
.table tbody td{
    padding: 5px;
    border: 1px solid #dddddd;
}


.table .thead-dark th
{
    padding: 5px;
    border: 1px solid #dddddd;
}
/***************************************************************
*                                                              *
*                                                              *
*              Alert Element                                   *
*                                                              *
*                                                              *
***************************************************************/
.alert-dismissible{
    padding-right: 4rem;

}


/***************************************************************
*                                                              *
*                                                              *
*              Dropdown Element                                *
*                                                              *
*                                                              *
***************************************************************/
.p-dropdown-options{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    margin: 0;
}

@media screen and (max-width: 991px){
    .nav-administrator{
        border-right: 1px solid #e1e5eb !important;
    }
}

/***************************************************************
*                                                              *
*                                                              *
*              Sidebar Element                                 *
*                                                              *
*                                                              *
***************************************************************/
.div-has-sidebar{
    padding: 0 0 0 10px;
}
.div-sub-sidebar{
    margin-top: 15px;
    padding-bottom: 15px;
    background-color: #f5f5f5;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border: 1px solid #ececec;
}

.div-dropdown-sub-sidebar{
    padding-bottom: 15px;
    background-color: #f5f5f5;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border: 1px solid #ececec;
}

.hr-border{
    border-bottom: 2px solid #dddddd;
    margin-bottom: 0;
}
.ul-sub-sidebar{
    list-style: none;
    margin: 15px 0;
    padding: 0 15px;

}


.li-sub-sidebar a{
    color: #007bff;
    padding: 15px 0 0 0;
    display: block;
}

.li-sub-sidebar a:hover{
    color: #333333;
}

.img-main-sidebar-logo{
    max-width: 150px;
}

@media screen and (max-width: 991px){
    .li-sub-sidebar:last-child a{
        border-bottom: none;
    }
    .div-has-sidebar{
        padding: 0;
    }

    .li-sub-sidebar{
        margin: 0;
    }
    .div-dropdown-sub-sidebar{
        text-align: center;
    }
    .div-dropdown-sub-sidebar ul{
        font-size: 1.1rem;

    }
}


/***************************************************************
*                                                              *
*                                                              *
*              Pagination Element                              *
*                                                              *
*                                                              *
***************************************************************/
.pagination .prev,
.pagination .next{
    margin: 0 15px;
}



/***************************************************************
*                                                              *
*                                                              *
*              Form Elements                                   *
*                                                              *
*                                                              *
***************************************************************/
.select-dropdown-element{
    max-width: 175px;
    width: 100%;
    /*margin-left: 15px;*/
}

.p-dropdown-element-label{
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 15px;
    font-size: 1rem;
}

.submit{
    margin-top: 15px;
}

.btn-transparent-link{
    background: transparent;
    color: #007bff;
    font-size: 1rem;

}





@media screen and (max-width:767px){
    .select-dropdown-element{
        margin-bottom: 15px;
    }

    .btn-submit-dropdown-element{
        margin-top: 15px;
        margin-bottom: 30px;
    }
}


/***************************************************************
*                                                              *
*                                                              *
*              Canvas Elements                                 *
*                                                              *
*                                                              *
***************************************************************/
.div-canvas-graph{
    position: relative;
    margin: 2rem auto;
    height: 50vh;
    width: 80vw;
}


@media screen and (max-width: 767px){
    .div-canvas-graph{
    height: 50vh;
    width: 80vw;
    }
}


/***************************************************************
*                                                              *
*                                                              *
*              Header Element Section                          *
*                                                              *
*                                                              *
***************************************************************/
.p-community-names{
    font-size: 1rem;
    font-weight: 700;
    margin-left: 15px;
    margin-top: 15px;
}


/***************************************************************
*                                                              *
*                                                              *
*              Button Elements                                 *
*                                                              *
*                                                              *
***************************************************************/
.btn-anchor-links{
    background: #057738;
    color: #FFFFFF;
}

.btn-anchor-links:hover{
    color: #FFFFFF;
    background-color: #057738;
    border-color: #057738;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05), 0 4px 10px rgba(255, 180, 0, .25);
}


/***************************************************************
*                                                              *
*                                                              *
*              Avatar Element                                  *
*                                                              *
*                                                              *
***************************************************************/
.img-avatar-settings{
    max-width: 300px;
}



/***************************************************************
*                                                              *
*                                                              *
*              Pagination Element                              *
*                                                              *
*                                                              *
***************************************************************/
ul.pagination > li{
    margin-left: 8px;
    margin-right: 8px;
}


/***************************************************************
*                                                              *
*                                                              *
*              Login Page                                      *
*                                                              *
*                                                              *
***************************************************************/
.img-login-logo{
    max-width: 350px;
}
/***************************************************************
*                                                              *
*                                                              *
*              Stats Page                                      *
*                                                              *
*                                                              *
***************************************************************/
.td-stats-page{
    font-size: 3rem;
    text-align: center;
}


/***************************************************************
*                                                              *
*                                                              *
*              Home Page                                       *
*                                                              *
*                                                              *
***************************************************************/
.h2-dashboard-overdue-contacts{
    font-size: 1.5rem;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;

}

.div-all-contacted{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
/***************************************************************
*                                                              *
*                                                              *
*              Search Page                                     *
*                                                              *
*                                                              *
***************************************************************/
.p-search-text{
    font-size: 1.2rem;
}



/***************************************************************
*                                                              *
*                                                              *
*              Hot Leads Page                                  *
*                                                              *
*                                                              *
***************************************************************/
.div-hot-leads-promotion{
  display: flex;
  flex-flow: row wrap;
}

/***************************************************************
*                                                              *
*                                                              *
*              Hot Leads Activities                            *
*                                                              *
*                                                              *
***************************************************************/
.div-flex-wrap{
  flex-flow: row wrap;
}

/***************************************************************
*              Web Lead Page                                  *
***************************************************************/
.div-history-section{
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;

}

.div-notes-history{
    flex: 1 1 65%;
}
.div-status-history{
    flex: 1 1 30%;
}

@media (min-width: 1199px) {
  .modal-lg {
    max-width: 1000px;
  }
}

@media (min-width: 1399px) {
  .modal-lg {
    max-width: 1200px;
  }
}


/***************************************************************
*              DataTables JS                                  *
***************************************************************/
div.dt-buttons{
    margin-top: 1rem;
}

.dt-search{
    margin-top:1rem;
}