﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/*Choice Tech Header*/
#choicetechMenu {
    padding-top: 0px;
    min-width: 600px;
    flex-direction: row;
}

#choicetechMenu .header-item.active {
   opacity:1;
}
#choicetechMenu .header-item{
    opacity: 0.4;
}

.right-side-header-icons {
    height: 100%;
    padding-top: 18px;
    width: 40%;
    float: right;
    min-width: 440px;
}

#getting-started div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor : pointer;
}
#info-icon {
    float: left;
    padding-left: 4%;
}

#notification {
    float: left;
    padding-left: 4%;
}

#notification img {
    height: 20px; 
    width: 20px;  
    text-align: center; 
    float: left;
}

#notification div {
    color: #333333; 
    font-size: 16px; 
    font-family: Roboto; 
    float: right; 
    letter-spacing: -0.3px;
}

#locations {
    color: #333333;
    margin-top: 2px;
    padding-left: 4%;
    font-size: 14px;
    font-family: Roboto;
    line-height: 20px;
    float: left;
}

.arrow-down {
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

#user-email-div {
    float: right;
    padding-right: 4%;
    right: 0;
    position: relative;
}

#user-email-div img {
    height: 20px;
    width: 20px;
    float: left;
    text-align: center;
}

#user-email-div div {
    color: #333333;
    font-size: 14px;
    font-family: Roboto;
    float: right;
    letter-spacing:-0.3px;
}

/*Choice Tech SideBar menu*/
#side-bar-menu {
    width: 17%;
    position: absolute;
    float: left;
    height: 100%;
}

#main-siderbar-nav {
    height: 20%;
    text-align: center;
}

#jarvis-icon img {
    height: 35px;
    width: 30px;
}

#jarvis-icon a {
    height: 50px;
}

#jarvis-menu #listing-li {
    height: 100px;
    padding-top: 0px !important;
}

#jarvis-menu #listing {
    height: 25px;
    width: 20px;
}

.update-filter-opt {
    height: 55%;
    padding-top: 23px;
}

.item-view.active {
    color: #ffffff;
    border-left: 2px solid #ffffff;
}

.item-view {
    color: var(--primary-sidebar-inactive-button);
    border-left: 0px solid #ffffff;
}

#lm-link {
    margin-top: 12px;
}

#sidebar-menu-nav {
    height: 20%;
    text-align: center;
}

#sidebar-menu-nav ul #add-icon {
    padding-top: 30px;
}

#sidebar-menu-nav ul #add-icon a, #sidebar-menu-nav ul #tooltip-icon a, #sidebar-menu-nav ul #settings-icon a {
    text-align: center;
}

#sidebar-menu-nav ul #add-icon img {
    height: 20px;
    width: 15px;
}

#sidebar-menu-nav ul #tooltip-icon img, #sidebar-menu-nav ul #settings-icon img {
    height: 20px;
    width: 20px;
}

/*Choice Tech Side bar popup*/
#listing-popup {
    height: 100%;
}

#dashboard-widget {
    margin-left: 25px;
    margin-top: 10px;
    text-align: center;
}

#dashboard-widget img {
    height: 26px;
    width: 20px;
    padding-top: 10px;
}

.dashboard-widget-text, .customers-widget-text {
    padding-left: 22px;
}

#transactions-widget, #customers-widget {
    margin-left: 25px;
    margin-top: 10px;
}

#transactions-widget img {
    height: 27px; 
    width: 26px; 
    padding-top: 11px; 
    padding-left: 10px;
}

.transactions-widget-text {
    padding-left: 20px;
}

#customers-widget img {
    height: 30px;
    width: 30px;
    padding-top: 10px;
    padding-left: 10px;
}

#reports-widget {
    margin-left: 20px;
    margin-top: 10px;
}

#reports-widget img {
    height: 30px; 
    width: 30px; 
    padding-top: 9px; 
    padding-left: 9px;
}

.reports-widget-text {
    padding-left: 23px;
}

#deposits-widget {
    margin-left: 20px;
    margin-top: 10px;
    text-align: center;
}

#deposits-widget img {
    height: 26px;
    width: 20px;
    padding-top: 10px;
}

.deposits-widget-text {
    padding-left: 23px;
}

#items-widget {
    margin-left: 20px;
    margin-top: 10px;
}

#items-widget img {
    height: 31px; 
    width: 32px; 
    padding-top: 10px; 
    padding-left: 8px;
}

.items-widget-text {
    padding-left: 29px;
}

.popup-item.section3.active {
    color: #999999 !important;
}