/* Global
-------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;	
}

.container-fluid {
	padding: 0;	
}

.popover {
	max-width: 340px;	
}

.error			{
	padding:14px;
	font-size:16px;
	color: #ba8c11;
	font-weight: normal;
	z-index: 300;
	margin-bottom: 20px;
	border: solid #f0c000 1px;
	border-top-color: #ffd800;
	border-bottom-color: #f0b500;
	border-radius: 2px;
	box-shadow: 0px 7px 4px -5px #d7d9de;
	background: #fdd600;
	background-image: -webkit-linear-gradient(top, #ffe50e,#fdd600);
	text-align:center;
}

.text-margin {
	margin-left: 61px;	
}

/* Login
-------------------------------------------------- */
.container-login {
	width: 460px;
	margin: 25vh auto;
	padding: 25px;
	border-radius: 5px;	
    background: #fff;
}

.login-logo {
	height: 65px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	line-height: 65px;
}

.login-logo1 {
	float: left;
	padding: 0 20px;
	background-color: #802528;	
}

.login-logo2 {
	text-align: center;
	background-color: #000;	
}

.login-text-input {
	font-size: 20px;
    height: 55px;
    line-height: 55px;
    padding: 0 12px;	
}

.login-text-input.top {
	border: none;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #d1d3d4;
}

.login-text-input.bottom {
	margin-bottom: 15px;
	border: 1px solid #d1d3d4;;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.login-submit {
	width: 100%;
    height: 50px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
    border-radius: 8px;
	background-color: #253746;
}

.login-submit .fa {
	float: right;
	line-height: 30px;
}

.login-submit .svg-inline--fa {
	float: right;
	height: 30px;	
}

.login-password-reset {
	width: 100%;
	text-align: center;	
}

.error {
	text-align: center;
    font-weight: bold;	
}

/* Navigation
-------------------------------------------------- */
.main-nav {
	width: 100%;
	height: 45px;
	background-color: #BF9474;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}

.nav-logo {
	width: 180px;
	height: 30px;
	margin: 7px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	line-height: 27px;
	background-color: #000;
}

.nav-logo1 {
	height: 28px;
	padding: 0 4px;
	float: left;
	background-color: #802528;
}

.nav-main-menu-btn {
	height: 45px;
	font-size: 15px;
	line-height: 45px;
	color: #fff;
	margin-left: 20px;
	cursor: pointer;	
}

.nav-main-menu-btn:active,
.nav-main-menu-btn:hover,
.nav-main-menu-btn:focus,
.nav-main-menu-btn:visited {
	color: #fff;
	text-decoration: none;	
	outline: none;
}

.nav-sub-menu-btn {
	height: 45px;
	font-size: 15px;
	line-height: 45px;
	color: #000;
	margin: 0 30px 0 20px;
	cursor: pointer;
}

.nav-search {
	margin-top: 7px;
}

.nav-main-menu-btn .fa,
.nav-sub-menu-btn .fa {
	margin: 5px;	
}

#main-menu {
	width: 300px;
	padding-top: 10px;	
}

#main-menu-popover,
#sub-menu-popover {
	display: none;	
}

.menu-item {
	width: 100px;
	height: 90px;
	color: #6D6E71;
	text-align: center;
	cursor: pointer;
}

#main-menu .active {
	color: #000;	
}

a.menu-item:active,
a.menu-item:hover,
a.menu-item:focus,
a.sub-menu-item:active,
a.sub-menu-item:hover,
a.sub-menu-item:focus {
	color: #000;
	text-decoration: none;
}

.menu-item .fa {
	height: 50px;
	width: 100px;
}

#sub-menu {
	width: 95px;
	padding-top: 5px;	
}

.sub-menu-item {
	width: 95px;
	height: 35px;
	color: #6D6E71;
	text-align: left;
	cursor: pointer;
}

.sub-menu-item .fa {
	height: 30px;
	width: 25px;
	text-align: center;	
}

/* Sub Navigation
-------------------------------------------------- */
#sub-navigation {
	width: 75px;
    height: 500px;
	position: relative;
    border-right: 1px solid #E6E7E8;
	background-color: #f2f3f4;
	float: left;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(193,194,194,1);
	-moz-box-shadow: 2px 0px 5px 0px rgba(193,194,194,1);
	box-shadow: 2px 0px 5px 0px rgba(193,194,194,1);
}

#sub-navigation ul {
	padding-left: 0;
}

#sub-navigation li {
	list-style-type: none;
    font-size: 12px;
	padding: 10px 0;
	cursor: pointer;
	border-bottom: 1px solid #c1c2c2;
	text-align: center;
	color: #333;
}

#sub-navigation li:hover,
#sub-navigation .active {
	background-color: #E6E7E8;	
}

#sub-navigation .fas,
#sub-navigation .far,
#sub-navigation .svg-inline--fa {
	font-size: 30px;	
}

/* Sidebar
-------------------------------------------------- */
#sidebar {
	width: 250px;
    height: 500px;
	padding-top: 20px;
    border-right: 1px solid #E6E7E8;
	float: left;
}

#sidebar.websites {
	padding-top: 0;	
}

#sidebar ul {
	padding-left: 0;	
}

#sidebar li {
	list-style-type: none;
    padding: 10px 0;
    font-size: 17px;
	cursor: pointer;	
}

#sidebar li:hover,
#sidebar li.active {
	background-color: #E6E7E8;	
}

#sidebar li.featured {
	background: linear-gradient(#253746, #005A6F);
    margin: 7px 15px 12px;
    border-radius: 10px;
    padding: 5px 0px;
    color: white;
	font-size: 15px;
}

#sidebar li.featured:hover,
#sidebar li.featured.active {
	background: #005A6F;	
}

#sidebar .fa,
#sidebar .fas,
#sidebar .far,
#sidebar .svg-inline--fa {
	margin: 0 5px 0 30px
}

#sidebar li.featured .fa,
#sidebar li.featured .fas,
#sidebar li.featured .far,
#sidebar li.featured .svg-inline--fa {
	margin: 0 5px 0 15px
}

#sidebar li#sidebar-h1 {
	background-color: #58595B;
	color: #fff;
	cursor: default;	
}

#sidebar li#sidebar-h2 {
	background-color: #939598;
	color: #fff;	
	cursor: default;
}

#sidebar li#sidebar-h3 {
	color: #000;
	font-size: 15px;
	border-bottom: 1px solid #939598;
}

#sidebar li#sidebar-h1,
#sidebar li#sidebar-h2,
#sidebar li#sidebar-h3 {
	padding: 6px 0 6px 15px
}

/* Content
-------------------------------------------------- */
#content-container {
	position: relative;
	margin-left: 325px;	
}

#content {
	padding: 30px 30px 0 30px;
}

#content-title {
	padding-left: 20px;
    height: 62px;
    background: linear-gradient(#253746, #005A6F);
    font-size: 50px;
    color: #fff;
    line-height: 62px;
	border-bottom: 1px solid #fff;
}

#content-subtitle {
	padding-left: 20px;
    height: 33px;
    background: #BF9474;
    font-size: 22px;
    color: #000;
    line-height: 33px;
	border-top: 1px solid #fff;
}

#content-date {
	padding: 10px 20px 0px;
	font-size: 22px;
	font-weight: 100;	
}

.tag-line {
	font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 29px;
}

#birthdays-container,
#anniversaries-container,
#promotions-container,
#crm-container,
#hd-container,
#cc-container,
#crc-container,
#mm-container,
#lec-container,
#dss-container,
#ft-container,
#fs-container,
#ho-container,
#admin-calendar-container,
#admin-category-web-container,
#admin-category-doc-container,
#admin-news-feed-container,
#admin-news-logger-container,
#admin-survey-container,
#admin-users-container,
#admin-promotions-container,
#admin-jobs-container,
#admin-dashboard-container,
#parts-calendar-container,
#service-calendar-container,
#company-events-container,
#service-events-container,
#event-calendar-container,
#building-container,
#photo-container,
#password-container,
#cost-saving-container {
	display: none;	
}

#news-items,
#user-items,
#event-items,
#category-doc-items,
#ed-items,
#crm-items,
#hd-items,
#cc-items,
#crc-items,
#mm-items,
#lec-items,
#dss-items,
#ft-items,
#fs-items,
#ho-items,
#content-links,
#content-docs,
#executive-items,
#management-items,
#admin-items, 
#detail-items,
#finance-items,
#auto-credit-items,
#parts-items,
#internet-items,
#service-items,
#event-calendar-items,
#dashboard-items,
#promotion-items,
#lot-calendar-items {
	overflow: auto;
	overflow-x: hidden;	
}

.panel-title {
	height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #000;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
}

.panel-category0,
.panel-category1,
.panel-category2,
.panel-category3 {
	height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #58595B;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    padding-left: 20px;
	cursor: pointer;
}

.panel-category0 .fa,
.panel-category0 .svg-inline--fa,
.panel-category1 .fa,
.panel-category1 .svg-inline--fa,
.panel-category2 .fa,
.panel-category2 .svg-inline--fa,
.panel-category3 .fa,
.panel-category3 .svg-inline--fa {
	margin-right: 10px;
}

.panel-category-title {
	padding-left: 20px;
    height: 30px;
    line-height: 30px;
    color: #33460c;
    background: #cfcfcf;
}

.title-span {
	margin-right: 15px;
    width: 175px;
    float: left;
    border-right: 1px solid #fff;
}

.title-span.first {
    width: 50px;
}

.title-span.manage {
    width: 300px;
}

.title-span.manage2 {
    width: 175px;
}

.title-span.password {
    width: 100px;
}

.title-span.photo {
    width: 130px;
}

.panel-content {
    text-indent: 20px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f2f2f2;
}

.panel-content1,
.panel-content2,
.panel-content3,
.panel-content4 {
	height: 30px;
    line-height: 30px;
    font-size: 16px;
    background-color: #E6E7E8;
    padding-left: 20px;
	border-bottom: 1px solid #fff;
}

.panel-content1 .fa,
.panel-content1 .svg-inline--fa,
.panel-content2 .fa,
.panel-content2 .svg-inline--fa,
.panel-content3 .fa,
.panel-content3 .svg-inline--fa,
.panel-content4 .fa,
.panel-content4 .svg-inline--fa {
	height: 30px;
}

.panel-content1 .fa,
.panel-content1 .far,
.panel-content2 .fa,
.panel-content2 .far,
.panel-content3 .fa,
.panel-content3 .far,
.panel-content4 .fa,
.panel-content4 .far {
	line-height: 30px;
}

.panel-content.ticket {
	cursor: pointer;	
}

.panel-content.ticket:hover {
	background-color: #E6E7E8;
}

.sub-content {
	margin-right: 15px;
    width: 175px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

.sub-content.total {
    width: 50px;
}

.sub-content-address.question {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.sub-content.manage {
    width: 300px;
}

.sub-content.manage2 {
    width: 175px;
}

.sub-content.promotion {
    width: 100%;
}

.sub-content.password {
    width: 100px;
}

.sub-content.photo {
    width: 130px;
}

.panel_notes {
	height: 30px;
    background-color: #E6E7E8;
    margin-bottom: 20px;	
}

.payload {
    float: left;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

.payload-delete {
	float: right;
    font-size: 16px;
    text-decoration: none;
    line-height: 14px;
    color: #000;
    margin-right: 10px;
}

.payload-status {
	float: right;
    font-size: 16px;
    text-decoration: none;
    line-height: 14px;
    color: #000;
    margin-right: 12px;
}

.payload-dsc,
.payload-dsc2 {
	width: 25%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

.add-file,
.add-category {
	float: right;
	margin-right: 5px;	
}

a.edit {
	text-decoration: none;
    color: #090;
    padding-right: 7px;
}

a.delete {
	text-decoration: none;
    color: #C00;
    padding-right: 7px;
}

a.status {
	text-decoration: none;
    color: #03C;
    padding-right: 20px;
}

a.reset {
    text-decoration: none;
    color: #d4a523;
    padding-right: 7px;
}

/* News Feed
-------------------------------------------------- */
.news-item {
	padding: 10px 20px;	
}

.news-datetime {
	font-size: 22px;
    font-weight: 100;	
}

.news-title {
	font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E7E8;	
}

.news-feed-image {
    border: 3px solid #000;
    margin: 10px 0;
}

#birthday-items,
#anniversary-items {
	min-width: 890px;	
}

/* Calendar
-------------------------------------------------- */
.calendar-item {
	padding: 10px 20px;	
}

.calendar-title {
	font-size: 18px;
    font-weight: 700;
}

.calendar-date {
	font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E7E8;
}

/* Account
-------------------------------------------------- */
#personal-items,
#password-items {
	width: 50%;	
	padding: 20px;
}

/* Users
-------------------------------------------------- */
.user-item {
	width: 255px;
	margin: 20px 20px 20px 0px;
	float: left
}

.user-item-photo {
	width: 255px;
	height: 255px;
	overflow: hidden;
}

.user-item-info {
	width:255px;
	padding-top:10px;
	position: relative;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#admin-container,
#detail-container,
#finance-container,
#auto-credit-container,
#parts-container,
#sales-container,
#service-container,
#management-container,
#internet-container,
#executive-container {
	display: none;	
}

.selectable {
	cursor: pointer;
}

/* Jobs
-------------------------------------------------- */
.job-item {
	padding: 10px;
	border-bottom: 1px solid #E6E7E8;
}

.job-full-item {
	padding: 10px;
	margin-bottom: 20px;
}
/*
.job-item:hover {
	background-color: #E6E7E8;	
}
*/
.job-title {
	font-size: 16px;
	font-weight: 500;
	color: #802528;
	line-height: 33px;	
}

.job-desc {
	font-size: 14px;
	font-weight: 500;
}

.job-posted {
	float: right;
	font-size: 16px;
}


/* Buttons
-------------------------------------------------- */
.button-admin {
	margin: 5px 10px;
}

/* Calendar text adjustment
-------------------------------------------------- */
.fc-title {
	font-weight: bold;	
}

/* Chat
-------------------------------------------------- */
.chat-container {
	width: 100%;
	height: calc(100% - 80px);
	padding: 10px;
	border:1px solid #000;
}
#DIV_CHAT {
	width:100%;
	height:100%;
	overflow-y:scroll;
}
.chat-message-container {
	padding: 10px 0;
	margin-right: 10px;
	border-bottom: 1px solid #E6E7E8;  
}
.chat-user {
	font-weight: bold;   
}
.chat-input-container {
	margin-top: 12px;	
}
#txtmsg,
#Submit2 {
	width: 100%;	
}
.chat-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	
}
.delete-msg,
.edit-msg {
	padding-right: 5px;
	color: #a0a0a0;
	cursor: pointer;	
}

/* Help desk
-------------------------------------------------- */
#helpdesk-inbox-container {
	min-width: 910px;	
}
#ticket-container {
	padding: 10px 20px;
	min-width: 700px;
	overflow: auto;
    overflow-x: hidden;	
}
.title-right-align {
	text-align: right;
	padding-right: 0px;
}