.easycal,
.easycal table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}

.easycal {
	border: 1px solid #CCC;
}

.easycal table.ec-head-table {
	border-bottom: 1px solid #CCC;
}

.easycal table.ec-head-table tr {
	height: 40px;
}

.easycal table.ec-head-table tr td {
	border-left: 1px solid #CCC;
	text-align: center;
	color: #7F8FA4;
	background: #F8F8F8;
}

.easycal table.ec-head-table tr td:FIRST-CHILD {
	border-left: 0;
	width: 59px;
}

.easycal table.ec-time-grid-table tr td {
	border-left: 1px solid #CCC;
}

.easycal table.ec-time-grid-table tr td:FIRST-CHILD {
	border-left: 0;
	width: 59px;
}

.easycal table.ec-time-grid-table tr td .table-cell {
	height: 36px;
	max-height: 36px;
	border-top: 1px solid #CCC;
	text-align: center;	/*line-height: 36px;*/
	color: #7F8FA4;
}

.easycal table.ec-time-grid-table tr td .table-cell:FIRST-CHILD {
	border-top: 0;
}

.easycal table.ec-time-grid-table tr td .table-cell.ec-slot {
	cursor: pointer;
}

.easycal table.ec-time-grid-table .table-cell .ec-time-range {
	font-size: 10px;
	padding-bottom: 3px;
}

.easycal table.ec-time-grid-table tr td .ec-slot .ec-minor-slot:FIRST-CHILD {
	border-top: 0 !important;
}

.calendar-top {
	width: 98%;
	height: calc(95% - 350px);
	margin: 1% 1% 0 1%;
}

.mycal {
	float: left;
	width: 100%;
	height: calc(100% - 60px);
	overflow-y: auto;
}

table.easycal {
	height: 100%;
	float: left;
	width: 100%;
	background-color: #f8f8f8;
}

table.easycal tbody.calendar-body {
	width: 100%;
	float: left;
	height: 100%;	/* overflow-y: auto; */
}

.nav-calendar {
	float: left;
	width: 100%;
	height: 60px;
	background-color: #4FACFE;
	color: #fff;
}

.print-calendar {
	float: left;
	width: 60px;
	height: 100%;
	border-right: 1px solid #fff;
	background: url('../images/print.svg');
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.prev-next {
	float: right;
	width: 200px;
	height: 60px;
}

.prev,
.next {
	float: left;
	width: 15px;
	height: 100%;
	line-height: 57px;
	cursor: pointer;
}

.prev-next .date {
	float: left;
	width: 150px;
	text-align: center;
	line-height: 60px;
}

.filter-calendar {
	float: right;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: url('../images/filter.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 70% 50%;
	padding-left: 13px;
	cursor: pointer;
	border: 0;
	border-left: 1px solid #fff;
	text-align: left;
}

td.ec-day-header:nth-child(7),
td.ec-day-header:nth-child(8) {
	color: red !important;
}

.table-cell.ec-time {
	background: #F8F8F8;
}

.ec-slot-col {
	background: #fff;
}

.calendar.left-part {
	width: 320px;
}

.calendar.left-part #caleandar {
	width: 100%;
}

.termins {
	float: left;
	width: calc(100% - 340px);
	height: 100%;
	margin-left: 20px;
	background-color: #fff;
	-webkit-box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
}

.termin-nav {
	float: left;
	width: 100%;
	height: 40px;
	text-align: center;
}

.termin-nav .prev-next {
	float: none;
	margin: 0 auto;
	height: 40px;
}

.termin-nav .prev-next .date {
	line-height: 40px;
}

.termin-nav .prev-next .prev,
.termin-nav .prev-next .next {
	height: 40px;
	line-height: 40px;
}

.all-termins {
	float: left;
	width: 100%;
	height: calc(290px - 40px);
	overflow-y: auto;
}

.termin {
	float: left;
	width: 250px;
	height: 270px;
	margin: 15px 0 15px 15px;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
}

.termin-info {
	float: left;
	width: calc(100% - 20px);
	height: 60px;
	margin: 0 10px;
}

.termin-info .info {
	float: left;
	width: 180px;
	height: 50px;
	padding-top: 10px;
}

.termin-info .info p.name {
	font-size: 14px;
	margin: 0;
	color: #363636;
}

.termin-info .info p.email,
.termin-info .info p.number {
	font-size: 10px;
	margin: 0px;
	width: 100%;
	height: auto;
	color: #7F8FA4;
}

.termin-priority {
	float: left;
	width: 50px;
}

.termin-priority p.priority {
	width: 40px;
	height: 40px;
	background: #FED330;
	margin: 10px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
}

.termin-description {
	float: left;
	width: calc(100% - 20px);
	height: 160px;
	margin: 0 10px;
}

p.title {
	float: left;
	width: 100%;
	border-top: 1px solid #F8F8F8;
	border-bottom: 1px solid #F8F8F8;
	font-size: 12px;
	color: #363636;
	margin: 6px 0;
	height: 20px;
	line-height: 20px;
}

p.line {
	float: left;
	width: 100%;
	margin: 1px 0;
	font-size: 12px;
	height: auto;
	line-height: normal;
	color: #363636;
	font-weight: normal;
	text-align: left;
}

p.service span {
	color: #4FACFE;
}

p.line img {
	float: right;
	margin: 2px 0;
	cursor: pointer;
	width: 16px;
	height: 16px;
}

.termin-buttons {
	float: left;
	width: calc(100% - 20px);
	height: 50px;
	margin: 0 10px;
}

.termin-buttons button {
	width: 110px;
	height: 30px;
	margin-top: 5px;
	border: 0;
}

.termin-buttons button.confirm {
	background-color: #4FACFE;
	color: #fff;
}

.termin-buttons button.move {
	background-color: #fff;
	color: #FF3C43;
}

.dropdown-menu {
	display: none;
	position: absolute;
	left: auto;
	right: 0;
	border-radius: 0;
	background: #fff;
	width: 250px;
	min-height: 420px;
	padding: 0;
	margin: 0;
}

.filter-section {
	float: left;
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #F8F8F8;
}

.filter-section .close {
	width: 50px;
	height: 60px;
	text-align: center;
	opacity: 1;
}

.filter-icon {
	float: left;
	width: 198px;
	height: 60px;
}

.filter-icon img {
	width: 24px;
	float: right;
	margin: 18px 10px;
	vertical-align: middle;
}

.close span {
	margin: auto;
	vertical-align: middle;
}

.filter-section .close img {
	width: 17px;
	height: 60px;
	transform: none;
}

.filter-text {
	float: left;
	width: 154px;
	height: 100%;
	text-align: right;
}

.filter-text p {
	color: #363636;
	line-height: 60px;
	font-size: 16px;
}

.dropdown-menu {
	display: none;
}

li.dropdown-submenu {
	float: left;
	width: 100%;
	height: 34px;
}

.dropdown-menu>li>a.test {
	height: 35px;
	line-height: 35px;
	padding: 0 15px !important;
	color: #363636;
}

li.dropdown-submenu span.caret {
	float: right;
	margin-top: 15px;
}

ul.dropdown-menu.service-inputs {
	width: 190px;
	min-height: 240px;
	top: 92px;
}

ul.dropdown-menu.service-inputs-two {
	width: 170px;
	min-height: 118px;
	top: 126px;
}

ul.dropdown-menu.service-inputs .alle {
	float: left;
	width: 100%;
	height: 29px;
	color: #4FACFE;
	text-align: center;
	line-height: 29px;
	border-bottom: 1px solid #f8f8f8;
}

ul.dropdown-menu.service-inputs .alle label {
	float: left;
	width: 149px;
	margin: 0;
	text-align: center;
}

ul.dropdown-menu.service-inputs .alle label p {
	margin: 0 auto;
	text-align: center;
}

ul.dropdown-menu.service-inputs .alle input[type="checkbox"] {
	float: left;
	margin: 8px 0 0;
}

.input-times {
	float: left;
	width: 100%;
	height: 100%;
}

.input-line {
	float: left;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #F8F8F8;
}

.input-line label {
	float: left;
	width: 145px;
	height: 29px;
	line-height: 29px;
	color: #7F8FA4;
	margin: 0;
	padding-left: 10px;
}

.input-line input[type="checkbox"],
.input-line input[type="radio"] {
	float: left;
	margin: 7px 0 0;
}

.all-service-inputs {
	float: left;
	width: 100%;
	height: 210px;
	overflow-y: auto;
}

.all-service-inputs .input-line {
	border-right: 1px solid #f8f8f8;
}

.all-service-inputs .input-line label {
	width: 90%;
	text-align: left;
}

span.company {
	float: left;	/*width: 67px;*/
}

p.big {
	font-size: 14px;
	color: #363636;
	margin: 0;
	width: auto;
	height: auto;
	line-height: 20px;
}

p.small {
	font-size: 8px;
	color: #7F8FA4;
	margin: 0;
	width: auto;
	height: auto;
	line-height: 3px;
}

.calendar-agents-filter {
	float: left;
	width: 100%;
	height: 230px;
}

.select-agent {
	float: left;
	width: 100%;
	height: 29px;
	text-align: center;
	color: #363636;
	line-height: 29px;
	border-bottom: 1px solid #f8f8f8;
}

.all-agents {
	float: left;
	width: 100%;
	height: 200px;
	overflow-y: auto;
}

.calendar-agent-filter {
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #f8f8f8;
}

span.status-agent {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 7px 10px;
	background-color: red;
}

label.label-agent-filter {
	float: left;
	width: 80%;
	height: 25px;
	margin: 0;
	color: #7F8FA4;
}

.bg-red {
	background-color: red;
}

.bg-blue {
	background-color: blue;
}

.bg-orange {
	background-color: orange;
}

.bg-grey {
	background-color: grey;
}

.button-calendar {
	float: left;
	width: 240px;
	margin: 10px 4px;
	height: 40px;
	background-color: #4FACFE;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.button-calendar a {
	color: #fff;
}

.button-calendar a:hover {
	background-color: transparent;
}

div#calendar-caleandar {
	float: left;
	width: 100%;
	height: 100%;
}

div#dncalendar-header {
	float: left;
	width: 100%;
	margin: 8px 0px;
}

div#dncalendar-links {
	top: -8px;
}

div#dncalendar-prev-month {
	background: url('../images/prev-black.svg');
	left: 0;
}

div#dncalendar-next-month {
	background: url(../images/next-black.svg);
	right: 0;
}

.dncalendar-header h2 {
	margin: 0;
	text-transform: capitalize;
}

td#calendarClick {
	height: 37px;
}

.dncalendar-body table td.calendarClick.today-date {
	border: 1px solid #4facfe;
	color: #4facfe !important;
	background: #e6f3ff;
}

.entry:hover .calendar-eventWrapper {
	display: block;
}

span.calendar-eventWrapper {
	position: absolute;
	top: 35px;
	left: 8px;
	display: none;
	min-width: 170px;
	max-width: 200px;
	height: auto;
}

span.calendar-eventWrapper::before {
	content: '';
	position: absolute;
	top: -7.5px;
	left: 7.5px;
	width: 0;
	height: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-bottom: 7.5px solid #4FACFE;
}

span.boxEvent {
	position: relative;
	width: 100%;
	float: left;
	z-index: 9999;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #4FACFE;
	border-radius: 5px;
	font-size: 12px;
	white-space: initial;
	word-wrap: break-word;
	text-align: left;
	color: #4FACFE;
	height: auto;
	max-height: 100px;
	overflow-y: auto;
}

/*td#calendarClick:nth-child(5) span.calendar-eventWrapper,
td#calendarClick:nth-child(6) span.calendar-eventWrapper,
td#calendarClick:nth-child(7) span.calendar-eventWrapper {
    left: -60px;
}
td#calendarClick:nth-child(5) span.calendar-eventWrapper::before,
td#calendarClick:nth-child(6) span.calendar-eventWrapper::before,
td#calendarClick:nth-child(7) span.calendar-eventWrapper::before {
    left: 75px;
}
tr:nth-child(4) td#calendarClick span.calendar-eventWrapper,
tr:nth-child(5) td#calendarClick span.calendar-eventWrapper,
tr:nth-child(6) td#calendarClick span.calendar-eventWrapper {
    bottom: 35px;
    top: unset;
}
tr:nth-child(4) td#calendarClick span.calendar-eventWrapper::before,
tr:nth-child(5) td#calendarClick span.calendar-eventWrapper::before,
tr:nth-child(6) td#calendarClick span.calendar-eventWrapper::before{
    top: unset;
    bottom: -7px;
    border-top: 7.5px solid #4FACFE;
    border-bottom: none;
}*/
.dncalendar-note-list {
	display: none;
}

button.collapse-button {
	width: calc(100% - 30px);
	margin: 15px 15px 0 15px;
}

#calendar .bottomPart {
	height: 290px;
}