@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');

html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	background-color: White !important; 
}

.nothing {
	min-height: 300px;
	text-align: center;
	padding-top: 120px;
}

.nothing h2 {
	font-size: 200%;
	font-weight: lighter !important;
	text-align: center;
	color: #666;
}

.nothing p {
	margin: 25px 0;
}

#page-wrapper {
	border-left:1px solid #E5E8E8;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e7eaec;
    padding: 10px 20px;

}

#side-menu {
	font-size: 110%;
	font-weight: 400;
}

#side-menu li a {
	color: #666;
	border-bottom: 1px solid #E5E8E8;
}

#side-menu li a:hover {
	background: #1c84c6 !important;
	color: White;
}

#side-menu li a:hover i {
	-webkit-text-stroke-color: White;
}

#side-menu li a i {
	font-size: 1.5em;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

#side-menu li.active a {
	background: #edf0f5;
}

#side-menu li .inner-menu {
	display: none;
	list-style: none;
	border-bottom: 1px solid #EEE;

}

#side-menu li.active .inner-menu {
	display: block;
}

#side-menu .inner-menu li a {
	border: none;
	padding: 10px 15px;
	display: block;
}

#leftbar {
	
}

#leftbar h2 {
	font-size: 150%;
}

#leftbar img.profile-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 10px auto;
	display: block;
	float: none;
}

.login-window {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	width: 700px !important;
	background: White;
	border: 1px solid #DDD;
}

.btn.btn-special {
	border-radius: 15px;
	/*-moz-border-radius: 25%;
	-webkit-border-radius: 25%;
	-o-border-radius: 25%;*/
	background: #EEE;
	border: none;
	padding:5px 15px;
}


/*  Site Heading Part */

.page-heading {
	padding: 25px 20px;
	line-height: 40px;
}

.page-heading p {
	margin:0px;
	padding: 0px;
}

.page-heading ul.breadcrumb li {
	font-size: 120% !important;
	font-weight: lighter;
}

.page-heading ul.breadcrumb li {
	

}


.page-heading .btn.btn-success {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	font-size: 110%;
	padding: 10px 15px;
}

.page-heading .btn.btn-success i {
	margin-right: 5px;
}

.ibox {
	border: none;
	position: relative;
}

.ibox #overlay-content {
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 5px;
	bottom: 0px;
	display: none;
	z-index: 100;
}

.ibox .ibox-title {
	border: none;
	padding-left: 20px;

}

.ibox .ibox-title h5 {
	font-size: 220%;
	font-weight: normal;
	color: #1c84c6;
}

.ibox .ibox-title small.description {
	display: block;
	margin-top: 10px;
	font-size: 60%;
	color: #888;
}



.ibox .ibox-content {
	border: none;
}

.ibox-tools {
	display: none;
}

form > .form-control > label.control-label, label {
	font-weight: lighter !important;
}

.form-group {
	margin-bottom: 25px;
}

form > .panel, .panel {
	border: 1px solid #E5E8E8 !important;
}

.panel-info {
	border: none;
}

.panel-info .panel-footer {
	background: transparent;
	border: none;
}

.panel-info > .panel-heading {
	background-color: #edf0f5 !important;
	border: none;
	color: #666;
}

.panel-info .summary {
	margin-bottom: 25px;
	font-weight: lighter;
}

.panel-title {
	
}

.table-responsive {
	overflow-x: hidden !important;
}

.panel-info table.table-style {
	background: none;
	border: 1px solid #D4D7D7 !important;
	border-collapse: collapse;
}

.panel-info table.table-style thead tr {
	background: #edf0f5;
}

.panel-info table.table-style thead th {
	background: transparent !important;
}


.panel-info table.table-style tr {
	background: #FDFDFD;
}

.panel-info table.table-style tr:nth-child(even) {
	background: #FEFEFE;
}

.footer, .footer strong {
	font-weight: lighter;
}

#lead-table ul {
	list-style: none;
	padding: 0px;
	margin: 5px 0;
}

#lead-table ul li {
	list-style: none;
	margin: 5px 0px;
}

#dashboard-boxes .d-box {
	border: 1px solid #EEE;
	margin: 15px 0px;
	padding: 15px;
	text-align:center;
	min-height:155px;
}

#dashboard-boxes .d-box:hover {
	background: #1c84c6;
	color: White;
}

#dashboard-boxes .d-box figure {
	font-size: 350%;
	text-align: center;
	color: #1c84c6;
	font-weight: lighter;
}

h2 small.seemore {
	display: block;
	float: right;
	margin-top: 10px;
	font-size: 50%;
}

#dashboard-boxes .d-box:hover figure {
	color: White;
}

.timewrapper {
	font-size: 120%;
	line-height: 150%;
	font-weight: lighter;
}

.timewrapper span.date {
	display: block;

}

.timewrapper span.time {
	font-size: 80%;
	display: block;
}

.btn.btn-round {
	border-radius: 25px;
	padding-top:5px;
	padding-bottom: 5px;
}


.Lbox {
	border: 1px solid #EEE;
}

.Lbox .Lbox-body {
	padding: 20px;
}

.Lbox .Lbox-heading {
	padding: 5px 20px;
	border-bottom: 1px solid #EEE;
}

.Lbox label {
	font-weight: normal;
	display: block;
}

.Lbox pre {
  overflow: auto !important;
  background-color: #FAFAFA;

  border: none;
  padding: 15px;
}

table#lead-info {
	border: 1px solid #EEE;
	width: 100%;
	border-collapse: collapse;
}

table#lead-info td, table#lead-info th {
	font-size: 16px;
	padding: 10px 15px;
	border: 1px solid #EEE;
	border-collapse: collapse;
}

.table-filter {
	background: #fdfdfd;
	text-align: right;
	padding: 5px 10px 0 10px;
	vertical-align: middle;
	margin-bottom: 5px;
	border: 1px solid #D4D7D7;

}

.table-filter input[type='text'], .table-filter select {
	padding: 5px;
	height: 200%;
	
}

.table-filter p {
	margin: 10px 0;
}

.table-filter button {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	margin:0px;
	height: 30px;
}

table.filter-form {
	margin-right: 0px;
}

table.filter-form td {
	padding: 0px 5px;
	vertical-align: middle;
}

ul.dropdown-menu.status-dropdown {
	width: 100%;
	box-shadow: none;
	border: 1px solid #DDD;
	margin-top: 0px !important;
	padding: 5px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
}

ul.dropdown-menu.status-dropdown li {
	padding:0px !important;
	margin: 0px !important;
	border-bottom: 1px solid #EEE;
}

ul.dropdown-menu.status-dropdown li:last-child {
	border: none;
}

ul.dropdown-menu.status-dropdown li a {
	padding:5px 15px !important;
	margin: 0px !important;
	font-size: 100% !important; 
}

ul.dropdown-menu.status-dropdown li a:hover {
	background: none;
	font-weight: bold;
}

.status-button {
	width: 100%;
	text-align: left;
	border: none;
	background: #EEE;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	outline: none;
	padding: 5px 10px;
	font-weight: bold;
}

.status-button i {
	display: block;
	float: right;
	font-weight: bold;
}

.status-button.status-hello {
	background: #eee;
}

.status-button.status-email {
	background: #A9F5A9;
}

.status-button.status-call {
	background: #A9BCF5;
}

.status-button.status-meeting {
	background: #81F7F3;
}

.status-button.status-quote {
	background: #F5D0A9;
}

.status-button.status-sign {
	background: #E3CEF6;
}

.status-button.status-customer {
	background: #1c84c6;
	color: #FFF;
}

.status-button.status-garbage {
	background: #ffffff;
	border: 1px solid #DDD;
}


.loading-data {
	padding: 50px;
	text-align:center;
	width: 100%;

}

.loading-data p {
	font-size: 110%;
	text-align: center;
}

ul.contact-list {
	list-style: none;
	padding: 0px;
	margin: 15px0;
}

ul.contact-list li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #EEE;
}


table.messages-table {
	border: 1px solid #DDD;
	width: 100%;
	border-collapse: collapse;
}

table.messages-table th {
 	background: #EDEDEF;
 }

table.messages-table td, table.messages-table th {
	padding: 10px 15px;
	border: 1px solid #EEE;
	border-collapse: collapse;
}

table.messages-table td {
	background: #FFF;
}

table.messages-table td a {
	color: #0000AA;
	text-decoration: underline;
}

table.messages-table tr.unread {
	font-weight: bold;
	
}

table.messages-table tr:hover td, table.messages-table tr:focus td {
	background: #FAFAFA;
}

#tabs {
	display: block;
	padding: 15px;
}

ul.tabs {
	padding: 0px;
	list-style: none;
	margin: 0px;
	display: block;
}

ul.tabs li {
	list-style: none;
	padding: 0px;
	border-bottom: none;
	margin-right: 3px;
	display: inline-block;
	background: #EEE;
	margin-bottom: -1px;
}

ul.tabs li a {
	display: block;
	padding:5px 15px;
	font-size: 110%;
	font-weight: bold;
	color: #666 !important;
}

ul.tabs li.active {
	background: #FFF;
	color: #555;
}

ul.tabs li.active a {
	color: #555 !important;
	background: transparent;
}

.entries-wrapper {
	border: 1px solid #EEE;
}

a.entry {
	display: block;
	background: #FFF;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #EEE;
}

a.entry:hover {
	background: #FBFBFB;

}

table.time-table {

}

table.time-table td {
	padding: 5px 15px;
}

.message-body {
	margin: 25px 0px;
	border-top:1px solid #EEE;
	padding: 15px 0px;
}

a.entry.unread {
	font-weight: bolder;
}

ul.messages-wrapper {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.messages-wrapper li.message-single {
	list-style: none;
	margin: 15px 0px;
	padding: 15px;
	background: #EEE;
}

.bubble-container {
	position: relative;
}

.bubble {
	display: inline-block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 3px;
	line-height: 100%;
	font-size: 80%;
	top: -5px;
	background: Gold;
	color: White;
	position: absolute;
	z-index: 15;

}

.filters {
	border: 1px solid #DDD;
	margin-bottom: 15px;
}

.filters form {
	padding: 15px;
}

.filters form .form-group {
	margin: 5px 0px;
}

.filters h2 {
	background: #EEE;
	padding: 10px 15px;
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
}

#content-tabs {
	padding: 0px;
	margin: 0px;
}

#content-tabs li {
	display: inline-block;
	list-style: none;
	padding:0px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #DDD;
	border-bottom: none;
	background: #FFF;
}

#content-tabs li.active {
	background: #FAFAFA;
	border-bottom: 1px solid #FAFAFA;
	margin-bottom: -1px;
}

#content-tabs li a {
	padding: 15px 25px;
	display: block;
	font-weight: bold;

}

#content-tabs li a:hover {
	background: #FCFCFC;
}

#content-wrapper {
	border: 1px solid #DDD;
	padding: 15px;
	background: #FAFAFA;
	border-top: none;
}

.content-box {
	border: 1px solid #DDD;
	background: #FFF;
	margin-bottom: 15px;
}

.content-box-header {
	border-bottom: 1px solid #EEE;
}

.content-box-header h2 {
	font-weight: bold;
	margin: 10px 10px;
}

.content-box-header h3 {
	font-weight: normal;
	margin: 10px 10px;
}

.content-box-body {
	padding: 15px;
}

.content-table {
	width: 100%;
}

.content-table td {
	padding: 5px;
}

.content-box h2 {
	font-weight: normal;
	font-size: 120% !important;
}


#sms-container {
	overflow: hidden;
}

#sms-container .sms-item {
	border: 1px solid #DDD;
	margin-bottom: 15px;
	max-width: 500px;
	position: relative;
}

#sms-container .sms-time {
	font-size: 80%;
	font-style: italic;
	padding: 3px;
	color: #AAA;
	text-align: center;
}

#sms-container .sms-message{
	padding: 15px;


}

#sms-container .sms-sent {
	float: right;
	overflow: hidden;
	min-width: 500px;
	background: #EEE;
}

.action-buttons {
	padding: 5px;
	text-align:right;
	overflow: hidden;
}

#durations {
	border: 1px solid #EBEBEB;
	overflow: hidden;
	display: table;
	border-collapse: collapse;
	margin-bottom: 25px;
	clear: both;
}

#durations .duration-option {
	font-size: 90%;
	border-right: 1px solid #EBEBEB;
	width: 80px;
	text-align: center;
	height: 100%;
	display: table-cell;
	border-collapse: collapse;
}

#durations .duration-option a {
	padding: 5px;
	height: 100%;
	display: block;
	text-align: center;
}

#durations .duration-option span {
	display: block;
	font-size: 125%;
	font-weight: bolder;
	padding: 5px;
	margin: 0px 0;
	height: 25px;
}

#durations .duration-option.active {
	border: 1px solid #1c84c6;
	background: #1c84c6;
	color: #FFF;
	font-weight: bold;
}

#durations .duration-option.active a {
	color: #FFF;
}

#durations .duration-option input[type='radio'] {
	display: none;
}

#durations .duration-option input[type='numeric'] {
	border: none;
	text-align: center;
	width: 75px;
	margin: 0px auto;
	font-weight: bolder;
	font-size: 125%;
	height: 20px;
	outline: none;
	background: transparent;
}

#durations .duration-option.active input[type='numeric'] {
	color: #FFF;
}

.calendar_nav {
	float: right;
	margin: 15px 15px;
}

.calendar_nav i {
	font-size: 180%;
}


#calendar-month h3 {
	text-align: left;
	padding: 15px 15px;
}

#calendar-month {
	border: 1px solid #CCC;
	display: inline-block;

}

#calendar-wrapper table.calendar {
    margin: auto;

}

#calendar-wrapper table.calendar td {
	padding: 5px;
}

#calendar-wrapper table.calendar th {
	padding: 25px auto !important;
	line-height: 40px;
	color: #1c84c6;
	text-align: center;
	font-weight: bold;
}

#calendar-wrapper table.calendar .day-off {
	width: 40px;
	height: 40px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	display: table-cell;
	font-weight: 300;
	color: #999;
}


#calendar-wrapper table.calendar a.day-number {
	width: 40px;
	height: 40px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	display: table-cell;
	font-weight: bold;
	color: #1c84c6;
}

#calendar-wrapper table.calendar a.day-number span {
	font-size: 10px;
	font-weight: normal;
	display: block;
}

#calendar-wrapper table.calendar a:hover {
	background:#1c84c6;
	color: #FFF;
}

#calendar-wrapper table.calendar a.day-number.active {
	background:#1c84c6;
	color: #FFF;
}

ul.timing {
	list-style: none;
	display: block;
	margin: 0px;
	border: 1px solid #CCC;
	padding: 15px;
	height: 350px;
	overflow-y: scroll;
	scroll-behavior: smooth;
}


ul.timing li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DDD;
	margin-bottom: 10px;
}

ul.timing li a {
	display: block;
	padding: 10px;
	font-weight: bold;
}

ul.timing li a:hover {
	color: #FFF;
	background: #1c84c6;
}

ul.timing li a.active {
	color: #FFF;
	background: #1c84c6;
}

#selected-time {
	font-size: 150%;
	margin: 0px 0px 25px 0;
}

#venue {
	font-size: 150%;
}


#calendars {
	width: 100%;
}

#calendars td {
	padding: 10px;
}

#calendars .calendar {
	width: 100%;
	border: 1px solid #EEE;
	border-collapse: collapse;
}

#calendars .calendar td, table#calendars .calendar th {
	text-align:center;
	padding: 0px;
}

#calendars .calendar td {
	border: 1px solid #DDD;
	border-collapse: collapse;
	display: table-cell;
	width: 13%;
}

#calendars .calendar a.day-number {
	margin:0px auto;
	font-weight: bold;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 5px;
}

#calendars .calendar .day-off {
	text-align: left;
	padding: 5px;
}

#calendars .calendar a:hover {
	
}

#calendars .calendar th {
	height: 30px;
	color: #1c84c6;
}

#calendars h3 {
	text-align: center;
	text-transform: uppercase;
}

.divtable {
	display: table;
}

.divtable .divcell {
	display: table-cell;
}

.activities {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.activities li {
	list-style: none;
	padding: 5px;
	margin:1px;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #DDD;
	background: #FCFCFC;
	font-weight: lighter;
	color: #666;
}


.border-box {
	border: 1px solid #DDD;
	padding: 25px;
}

.border-box h2 {
	font-size: 200%;
	margin-bottom: 50px;
}


ul.budget-boxes {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.budget-boxes li {
	list-style: none;
	padding: 15px;
	margin: 0px;
	border-right: 1px solid #DDD;
	text-align: center;
	width: 33%;
	display: inline-block;

}

ul.budget-boxes li p.icon i {
	font-size: 300%;
}

ul.budget-boxes li h3 {
	font-size: 150%;
	font-weight: lighter;
}

ul.budget-boxes li h4 {
	font-size: 150%;
	font-weight: normal;
}

ul.budget-boxes li.last {
	border-right: none;
}

ul.budget-sources {
	border: 1px solid #DDD;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.budget-sources li {
	list-style: none;
	border-bottom: 1px solid #DDD;
	display: block;
	padding: 15px 15px;
}

ul.budget-sources li:last {
	border-bottom: none;
}

ul.budget-sources li a.spend {
	font-size: 150%;
	padding-left: 15px;
	
}

ul.budget-sources li span {
	font-size: 125%;
}

p#add-source-wrapper {
	padding: 15px;
	border: 1px solid #DDD;
	margin: 15px 0px;
	text-align:center;
	font-weight: bold;
}

#email-status {
	position: absolute;
	z-index: 15;
	background: #FFF;
	padding: 20px;
	border: 1px solid #CCC;
	width: 600px;
	height: 300px;
	top: -150px;
	left: 25px;
	box-shadow: 3px  3px 5px #999;
}

.show-status {
	position: relative;
}

#meeting-link {
	display: inline-block;
	border: 1px solid #DDD;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 110%;
	font-family: sans-serif;
	margin: 15px 0;
}

#meeting-link i {
	font-size: 150%;
}

#week-calendar {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #DDD;
}

#week-calendar th {
	text-align: center;
	border: 1px solid #DDD;
	border-collapse: collapse;
	padding: 15px 5px;
	width: 13.3%;
}

#week-calendar td {
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-collapse: collapse;
	min-height: 400px;
}

#week-calendar td.empty {
	background: #EEE;
}

#week-calendar td a {
	display: block;
	color: white;
	background: skyBlue;
	margin: 2px 2px;
	padding: 3px;
}

#week-calendar td a.active {
	background: #444;
}
/*

.panel {
	background: transparent;
}

.panel-info {
	background: transparent;
	border: none;
}

.panel-footer {
	background: none;
	border: none;
}

.panel-info > .panel-heading {
	display: none;
	background: transparent;
}

.table {
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.table td {
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.table th {
	background: #
}
*/