* {
    margin: 0px;
    padding: 0px;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    box-shadow: none !important;
    outline: 0;
}

body {
    font-family: timeburnernormal;
}

.d-custom-none {
    display: none;
}

::placeholder {
    color: #242275 !important;
    opacity: 1;
    /* Firefox */
}

.jconfirm-holder {
    font-family: Arial, Helvetica, sans-serif;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #242275 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #242275 !important;
}

@font-face {
    src: url(../font/timeburnerbold.ttf);
    font-family: timeburnerbold;
}

@font-face {
    src: url(../font/timeburnernormal.ttf);
    font-family: timeburnernormal;
}

a {
    color: #242275;
}

.upload {
    border: 0 !important;
}

a:hover {
    text-decoration: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.35s;
}

.h70 {
    height: 70px
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 5px);
    transform: rotate(-45deg) translate(-7px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.login-bg {
    background: url(../images/login-bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: left bottom;
    width: 100%;
    height: 100vh;
}

.bg {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
}

.dashboard-container {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
}

.login-form {
    background: url(../images/sign.png) no-repeat top 10px center, rgba(255, 255, 255, .84);
    padding: 25px;
    padding-top: 80px;
    border-radius: 5px;
    margin-top: 120px;
    width: 330px;
    color: #242275;
}

.login-form .form-control {
    border: 1px solid #242275;
    color: #242275;
    background: none;
}

.login-form input[type=checkbox] {
    background: none;
}

.login-form .custom-control-label::before {
    background-color: transparent;
    border: #000 solid 1px;
    border-radius: 2px;
}

.login-form .user-name {
    margin-bottom: 30px;
}

.login-form .submit-btn {
    margin-bottom: 0;
    margin-bottom: 8px;
}

.btn-primary {
    background: #242275;
    color: #fff;
    border: 0px;
}

.btn-primary:hover {
    background: #242275;
    color: #fff;
    border: 0px;
}

.login-parent {
    position: relative;
}

.discover-text {
    position: absolute;
    left: -15px;
    bottom: -130px;
}

/* .discover-text {
    position: fixed;
    bottom: 25px;
    right: 75px;
} */

#menu-icon {
    cursor: pointer;
    float: right;
    padding: 20px 5px;
    display: none;
}

.db-logo img {
    float: left;
}

.top-nav {
    margin-top: 40px;
    font-family: Arial;
}

.top-nav ul {
    float: right;
    margin: 0;
}

.top-nav ul li {
    list-style: none;
    float: left;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
}

.top-nav ul li.phone {
    font-size: 14px;
    font-weight: bold;
}

.top-nav ul li.user-name {
    font-size: 16px;
    font-weight: bold;
}

.main-nav {
    background: #e2e3e3;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}

.main-nav .custom-search-bar .search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.main-nav .custom-search-bar input {
    height: 33px;
}

.main-nav .custom-search-bar input,
.main-nav .custom-search-bar input::placeholder {
    font-size: 17px;
}

.main-nav .custom-search-bar {
    position: relative;
}

.main-nav .custom-search-bar input {
    padding: 10px;
}

.main-nav ul {
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
}

.main-nav ul li {
    list-style: none;
    float: left;
}

.main-nav ul li:last-child {
    float: right;
}

.main-nav ul li a {
    display: block;
    padding: 5px 25px;
    font-size: 14px;
    font-family: Arial;
    transition: ease-in-out 0.35s;
}

.main-nav ul li a:hover {
    color: #5cbae6;
}

.main-nav ul li:first-child a {
    padding: 0 15px;
}

.main-nav ul li:last-child a {
    padding: 0;
}

.main-nav ul li a img {
    width: 23px;
    height: auto;
}

.main-content {
    background: #fff;
    font-family: Arial;
    position: relative;
}

.left-content {
    margin-top: 2px;
    padding-right: 0;
    padding-bottom: 10px;
}

.left-content ul li {
    border: 1px solid #5cbae6;
    border-bottom: 0;
    border-right: 0;
}

.left-content ul li img {
    width: 27px;
    margin-right: 10px;
}

.left-content ul li:last-child {
    border-bottom: 1px solid #5cbae6;
}

.left-content ul li a {
    display: block;
    font-size: 12px;
    padding: 6px 15px;
    color: #313074;
    line-height: 27px;
    transition: ease-in-out 0.35s;
}

.left-content ul li a:hover {
    color: #5cbae6;
}

.right-content {
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    position: relative;
    overflow: hidden;
    /* height: 661px; */
    overflow-y: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    /* outline: 10px solid #5cbae6;
    outline-offset: -10px; */
}

/* .right-content .col-md-12{
    border-right:10px solid red ;
} */
.right-content:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid #5cbae6;
}

.payment-portal h6 {
    background: #5cbae6;
    color: #fff;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: bold;
}

.payment-portal input,
.payment-portal input::placeholder {
    font-size: 12px;
    color: #313074;
}

.payment-portal ul li:last-child a {
    background: #5cbae6;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
}

.four-div div {
    border: 1px solid #5cbae6;
    margin: 12px 0;
    padding: 2px 15px;
}

.four-div div:first-child {
    margin-top: 0;
}

.four-div div img {
    width: 25px;
}

.notifications h3 {
    font-size: 20px;
    font-weight: bold;
    color: #313074;
}

.notifications table th,
.notifications table td {
    border: 1px solid #5cbae6;
    border-collapse: collapse;
    font-size: 12px;
    height: 35px;
    color: #313074;
    font-weight: normal;
    white-space: nowrap;
}

.notifications ul.pagination {
    display: flex;
    justify-content: center;
}

.notifications ul.pagination li {
    float: left;
}

.notifications ul.pagination li a {
    display: block;
    margin: 0 5px;
    padding: 1px 5px;
    font-family: Arial;
    font-size: 18px;
    color: #313074;
}

.notifications ul.pagination li.active a {
    background: #96d0e4;
}

.notifications table {
    table-layout: fixed;
}

.big-img {
    margin-bottom: 30px;
}

.big-img .col-md {
    padding: 0;
}

.big-img .col-md img {
    height: 60px;
    margin-bottom: 10px;
}

.big-img .col-md h6 {
    font-size: 12px;
    font-family: Arial;
    color: #313074;
    text-transform: uppercase;
}

.mb-10 {
    margin-bottom: 10px;
}

.add-company label {
    margin: 0.4em 0 0 0;
    font-size: 12px;
}

.add-company form input,
.add-company select {
    font-size: 12px;
}

.add-company form input.form-submit {
    width: auto;
    background: #5cbae6;
    color: #fff;
    padding: 6px 15px;
    margin-bottom: 10px;
}

.add-company .headbox {
    width: 100%;
    margin: 0 0 1.5em 0;
    padding: 0.4em 1em;
    display: block;
    background: #5cbae6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 2px;
}

.add-company .headbox span {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    line-height: 14px;
}

.add-company .headbox a {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0.5em;
    transition: all 0.3s;
}

.company-services {
    padding-top: 10px;
}

.company-services .card {
    border-color: #5cbae6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s;
}

.company-services .card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.company-services .card-header {
    border-color: #5cbae6;
    color: #fff;
    font-weight: 600;
    background: #5cbae6;
    font-size: 14px;
}

.company-services .card-body {
    padding: 4px;
}

.company-services .card-body ul li {
    width: 100%;
}

.company-services .card-body ul li a {
    transition: all 0.35s;
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
}

.company-services .card-body ul li a:hover {
    color: #5cbae6;
}

.view-company table {
    table-layout: fixed;
    border: 1px solid #dee2e6 !important;
}

.view-company table th,
.view-company table td {
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    border-bottom: 1px;
}

.view-company table td.icons {
    text-align: center;
}

.view-company table th,
.view-company table td {
    vertical-align: baseline;
}

.view-company table input {
    font-size: 12px;
}

.view-employee table {
    table-layout: fixed;
    border: 1px solid #dee2e6 !important;
}

.view-employee table td.icons {
    text-align: center;
}

.view-employee table th,
.view-employee table td {
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    white-space: nowrap;
    border-bottom: 1px;
}

.employee-record table th {
    background: #5cbae6;
    color: #fff;
}

.generate-btn-parent {
    padding: 0px !important;
    vertical-align: top !important;
}

.generate-btn-parent a {
    background: #5cbae6;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.generate-table table td {
    padding: 5px 0;
    height: 35px;
    text-align: center;
}

.generate-table table td input {
    border: 0;
}

.generate-table select {
    font-size: 12px;
}

.print {
    background: #5cbae6;
    color: #fff;
    padding: 0 !important;
}

.print a {
    color: #fff;
    display: block;
    padding: 5px 0;
}

.document-table td {
    padding: 5px 10px;
}

.append-document {
    background: #5cbae6;
    color: #fff;
    font-size: 12px;
}

.append-document:hover {
    color: #fff;
}

.submit-medical table {
    table-layout: auto !important;
}

.attachment-title {
    font-size: 12px;
}

.from-to-calender span {
    font-size: 12px;
    padding: 6px 0;
    display: inline-block;
}

.export-data .icons {
    color: #5cbae6;
}

.export-data p {
    font-size: 15px;
}

.services .custom-checkbox .custom-control-label {
    padding-top: 3px;
}

.services label span {
    display: inline-block;
}

.services label span:first-child {
    padding: 10px 0;
    float: left;
}

.services label span:last-child {
    padding: 9px 5px;
}

.view-btn {
    font-size: 11px;
}

.view-btn svg {
    margin-right: 5px;
}

.save-btn.close {
    display: none;
}

.follow-up-content.prospect-selected {
    display: none;
}

.add-aother-div {
    border: 1px solid #ccc;
    padding: 20px;
}

.add-aother-div {
    display: none;
}

.add-another-contact-appender {
    display: none;
}

.add-another-under-appender {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.filter-btn {
    margin-top: 10px;
    background: #5cbae6;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
}

.add-consultant-contact-person {
    border: 1px solid #ccc;
    padding: 15px;
}

.consultant-contact-appender {
    display: none;
}

.consultant-contact-under-appender {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.alot-data-info {
    display: none;
}

.table-bordered tbody td,
.table-bordered thead th {
    border-bottom-width: 2px;
    font-size: 13px;
    font-weight: normal;
}

.btn-primary {
    width: auto;
    background: #5cbae6 !important;
    color: #fff;
    padding: 6px 15px;
    margin-bottom: 10px;
    font-size: 13px !important;
}


.shareholder-box {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

/*===Schedular===*/
.schedular {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}

.schedular ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.schedular ul li {
    margin: 0;
    padding: 0;
    width: 50%;
    display: block;
    text-align: center;
    font-size: 11px;
}

.idlebox {
    width: 100%;
    margin: 0;
    padding: 5px;
    display: block;
    border: 1px solid #333;
    border-radius: 5px;
}

.idlebox ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.idlebox ul li {
    margin: 0;
    padding: 0;
    width: 50%;
    display: block;
    font-size: 11px;
}

.idlebox ul li span {
    font-size: 24px;
    font-weight: bold;
}

.pos {
    width: 100%;
    margin: 0;
    padding: 5px;
    display: block;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
}

.revenue {
    border: 1px solid #333;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 10em 0;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.mtb {
    margin: 1em 0;
    width: 100%;
    display: table;
}

.search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.search-container button:hover {
    background: #ccc;
}

.mt-2,
.my-2 {
    margin: 0 0 0 0 !important;
    position: absolute;
    top: 3.4em;
    left: 2em;
}

.bu {
    padding: .1em .5em !important;
}

.manpower-box {
    text-align: center;
    border: 1px solid #fcac87;
    border-radius: 8px;
    margin-bottom: 20px;
}

.manpower-box p {
    border: 1px solid #fcac87;
}

.manpower-box .number {
    padding: 15px 0px;
    font-size: 26px;
}

.manpower-list {
    list-style: none;
    line-height: 45px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
}

.manpower-list li {
    display: flex;
    justify-content: start;
}

.manpower-list li .manpower-span-1 {
    width: 18px;
    height: 18px;
    background-color: #fe4d00;
    border: none;
    margin: auto;
    display: inline-block;
    margin-right: 25px;
}

.manpower-list li .manpower-span-2 {
    width: 18px;
    height: 18px;
    background-color: #ff966a;
    border: none;
    margin: auto;
    display: inline-block;
    margin-right: 25px;
}

.manpower-list li .manpower-span-3 {
    width: 18px;
    height: 18px;
    background-color: #37b0e5;
    border: none;
    margin: auto;
    display: inline-block;
    margin-right: 25px;
}

.manpower-list li .manpower-span-4 {
    width: 18px;
    height: 18px;
    background-color: #bfe1ea;
    border: none;
    margin: auto;
    display: inline-block;
    margin-right: 25px;
}


#calendarSearch {
    position: relative;
    overflow: visible;
    height: auto;
    padding: 0;
}

#calendarSearch {
    width: 200px; /* Adjust width as needed */
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0;
    height: auto;
}

.no-border .list-group-item {
    border: none;
}
/*!Don't remove this!
 * jQuery DCalendar and DCalendar Picker plugin styles
 * 
 * Author: Dionlee Uy
 * Email: dionleeuy@gmail.com
 *
 * Date: Thursday, May 12 2016
 */

 @import url('https://fonts.googleapis.com/css?family=Roboto');

.calendar-overlay {
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	background-color: rgba(10,10,10,.7);
	z-index: 100001;
	overflow: hidden;
	display: none;
}
.calendar-wrapper {
	font-family: Roboto;
	font-size: 14px;
	position: relative;
	width: 100%;
}
	.calendar-wrapper.picker {
		position: absolute;
		left: 50%;
		bottom: 24px;
		min-width: 500px;
		opacity: 1;
		overflow: hidden;
		border-radius: 2px;
		-o-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-webkit-transform: translateX(-50%) scale(1);
	    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
	    -o-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
	    -moz-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
	    -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
		transition: transform .25s ease, opacity .25s ease;
		-o-transition: -o-transform .25s ease, opacity .25s ease;
		-moz-transition: -moz-transform .25s ease, opacity .25s ease;
		-webkit-transition: -webkit-transform .25s ease, opacity .25s ease;
	}
		.calendar-wrapper.picker.load {
			/*bottom: -32px;*/
			opacity: 0;
			transform: translateX(-50%) scale(1.05);
			-o-transform: translateX(-50%) scale(1.05);
			-moz-transform: translateX(-50%) scale(1.05);
			-webkit-transform: translateX(-50%) scale(1.05);
		}
.calendar-head-card {
	font-size: 18px;
	padding: 16px;
	display:none;
}
	.calendar-head-card .calendar-year,
	.calendar-head-card .calendar-date-wrapper { 
		color: rgb(220,220,220);
		display: block;
	}
	.calendar-head-card .calendar-date-wrapper {
		font-size: 30px;
		cursor: pointer;
	}
		.calendar-head-card .calendar-date-wrapper:hover { color: #fff; }
.calendar-container {
	background-color: #fff;
	padding: 10px;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	border: 1px solid #333;
	border-radius: 5px;
}
.calendar-top-selector {
	display: table;
	width: 100%;
	color: rgb(50,50,50);
}
	.calendar-top-selector span {
		display: table-cell;
		text-align: center;
		font-weight: bold;
		cursor: pointer;
	}
	.calendar-top-selector .calendar-curr-month { padding-bottom: 4px; }
.calendar-next, .calendar-prev {
	font-family: 'Times New Roman';
	font-size: 24px;
	width: 14%;
	color: rgb(50,50,50);
}
.calendar-grid {
	position: relative;
	overflow: hidden;
	transition: all .25s ease;
	-o-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
}
	.calendar-grid .calendar-labels {
		display: table;
		width: 100%;
		visibility: visible;
		opacity: 1;
		transition: opacity .25s ease;
		-o-transition: opacity .25s ease;
		-moz-transition: opacity .25s ease;
		-webkit-transition: opacity .25s ease;
	}
		.calendar-grid .calendar-labels.invis { visibility: hidden; opacity: 0; }
		.calendar-grid .calendar-labels span {
			display: table-cell;
			width: 14%;
			text-align: center;
			color: rgb(50,50,50);
			font-size: 11px;
			padding: 8px 0 4px 0;
			vertical-align: middle;
		}
	.calendar-grid .calendar-date-holder { 
		position: relative;
		width: 417px;
		height: 160px;
		overflow: hidden;
	}
.calendar-date-holder .calendar-dates {
	position: absolute;
	display: table;
	left: 0;
	width: 100%;
	transition: margin-left .3s cubic-bezier(0.4, 0.0, 0.2, 1), transform .3s ease, opacity .3s ease;
	-o-transition: margin-left .3s cubic-bezier(0.4, 0.0, 0.2, 1), transform .3s ease, opacity .3s ease;
	-moz-transition: margin-left .3s cubic-bezier(0.4, 0.0, 0.2, 1), transform .3s ease, opacity .3s ease;
	-webkit-transition: margin-left .3s cubic-bezier(0.4, 0.0, 0.2, 1), transform .3s ease, opacity .3s ease;
}
	.calendar-date-holder .calendar-dates.hasmonths {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transform: scale(.5);
		-o-transform: scale(.5);
		-moz-transform: scale(.5);
		-webkit-transform: scale(.5);
	}
	.calendar-date-holder .calendar-dates.left { margin-left: -260px; }
	.calendar-date-holder .calendar-dates.right { margin-left: 260px; }
	.calendar-date-holder .calendar-dates.months {
		position: relative;
		opacity: 1;
	}
		.calendar-date-holder .calendar-dates.months.load {
			position: absolute;
			top: 0;
			left: 0;
			opacity: 0;
			transform: scale(1.5);
			-o-transform: scale(1.5);
			-moz-transform: scale(1.5);
			-webkit-transform: scale(1.5);
		}
	.calendar-date-holder .calendar-dates .cal-row { display: table-row; }
	.calendar-date-holder .calendar-dates .date {
		display: table-cell;
		width: 14%;
		text-align: center;
		color: rgb(50,50,50);
	}
		.calendar-date-holder .calendar-dates .date a {
			text-decoration: none;
			display: block;
			color: inherit;
			padding: 0px 6px;
		    margin: 1px;
			outline: none;
			border: 2px solid transparent;
			transition: all .3s;
			-o-transition: all .3s;
			-moz-transition: all .3s;
			-webkit-transition: all .3s;
		}
    	.calendar-date-holder .calendar-dates .date.disabled a { cursor: not-allowed; color: rgb(200,200,200); }
		.calendar-date-holder .calendar-dates .date:not(.disabled):not(.selected) a:hover { border-color: rgb(100,100,100); }
		.calendar-date-holder .calendar-dates .date:not(.disabled):not(.selected) a:active { border-color: rgb(50,50,50); }
		.calendar-date-holder .calendar-dates .date.current a {
			color: #fff;
			font-weight: bold;
		}
		.calendar-date-holder .calendar-dates .date.pm, .calendar-dates .date.nm { color: rgb(150,150,150); }
		.calendar-date-holder .calendar-dates .date.selected a {
			color: #000;
		}
		.calendar-date-holder .calendar-dates .date.month a {
			display: block;
			padding: 24px 0;
		}

/* Color theme */
.calendar-wrapper[data-theme='blue'] .calendar-head-card { background-color: #1565c0; }
.calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.current a { color: #1976d2; }
.calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.selected a { border-color: #1976d2; }
.calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.selected a:hover { border-color: #0d47a1; }
.calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.selected.current a { color: #1976d2; }

.calendar-wrapper[data-theme='red'] .calendar-head-card { background-color: #c62828; }
.calendar-wrapper[data-theme='red'] .calendar-date-holder .calendar-dates .date.current a { color: #d32f2f; }
.calendar-wrapper[data-theme='red'] .calendar-date-holder .calendar-dates .date.selected a { border-color: #d32f2f; }
.calendar-wrapper[data-theme='red'] .calendar-date-holder .calendar-dates .date.selected a:hover { border-color: #b71c1c; }
.calendar-wrapper[data-theme='red'] .calendar-date-holder .calendar-dates .date.selected.current a { color: #d32f2f; }

.calendar-wrapper[data-theme='purple'] .calendar-head-card { background-color: #6a1b9a; }
.calendar-wrapper[data-theme='purple'] .calendar-date-holder .calendar-dates .date.current a { color: #7b1fa2; }
.calendar-wrapper[data-theme='purple'] .calendar-date-holder .calendar-dates .date.selected a { border-color: #7b1fa2; }
.calendar-wrapper[data-theme='purple'] .calendar-date-holder .calendar-dates .date.selected a:hover { border-color: #4a148c; }
.calendar-wrapper[data-theme='purple'] .calendar-date-holder .calendar-dates .date.selected.current a { color: #7b1fa2; }

.calendar-wrapper[data-theme='indigo'] .calendar-head-card { background-color: #283593; }
.calendar-wrapper[data-theme='indigo'] .calendar-date-holder .calendar-dates .date.current a { color: #303f9f; }
.calendar-wrapper[data-theme='indigo'] .calendar-date-holder .calendar-dates .date.selected a { border-color: #303f9f; }
.calendar-wrapper[data-theme='indigo'] .calendar-date-holder .calendar-dates .date.selected a:hover { border-color: #1a237e; }
.calendar-wrapper[data-theme='indigo'] .calendar-date-holder .calendar-dates .date.selected.current a { color: #303f9f; }

.calendar-wrapper[data-theme='teal'] .calendar-head-card { background-color: #00695c; }
.calendar-wrapper[data-theme='teal'] .calendar-date-holder .calendar-dates .date.current a { color: #00796b; }
.calendar-wrapper[data-theme='teal'] .calendar-date-holder .calendar-dates .date.selected a { border-color: #00796b; }
.calendar-wrapper[data-theme='teal'] .calendar-date-holder .calendar-dates .date.selected a:hover { border-color: #004d40; }
.calendar-wrapper[data-theme='teal'] .calendar-date-holder .calendar-dates .date.selected.current a { color: #00796b; }

.calendar-wrapper[data-theme='green'] .calendar-head-card { background-color: #2e7d32; }
.calendar-wrapper[data-theme='green'] .calendar-date-holder .calendar-dates .date.current a { color: #388e3c; }
.calendar-wrapper[data-theme='green'] .calendar-date-holder .calendar-dates .date.selected a { border-color: #388e3c; }
.calendar-wrapper[data-theme='green'] .calendar-date-holder .calendar-dates .date.selected a:hover { border-color: #1b5e20; }
.calendar-wrapper[data-theme='green'] .calendar-date-holder .calendar-dates .date.selected.current a { color: #388e3c; }
/* End color theme */
.calendar{width:100%;}
body[datepicker-display='on'] {
	overflow: hidden;
}

@media (max-width: 350px) {
	.calendar-wrapper {
		max-width: 100%;
	}
}
#calendar-mini .fc-toolbar-title {
    font-size: 20px !important;
}

#calendar-mini .fc-daygrid-body-unbalanced,  #calendar-mini .fc-daygrid-day-events {
    min-height: 0 !important;
}


.custom-search-bar .search-button {
    position: absolute;
    right: 0; 
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.search-button img {
    height: 24px;
    width: 24px;
    display: block;
}
@media only screen and (min-width:320px) and (max-width:767px){        
    
    #menu-icon{
        display: block;
    }
    .login-bg{
        padding-top: 0;
        background: #2b96c7;
    }
    .login-logo{
        text-align: center;
    }
    .login-form{        
        margin: auto;
        width: 85%;
    }
    .discover-text{
        left:0;
        right: 0;
        margin: auto;
    }
    .top-nav{
        margin: 0;        
    }
    .top-nav ul{
        display:flex;
        justify-content: space-between;
        padding: 15px 0;
        flex-wrap: wrap;
        width: 290px;
        margin: auto;
    }
    .top-nav ul li{
        flex:1 1 auto;
    }
    .dashboard-container{
        padding: 0;
    }
    .left-content{
        padding-right: 15px;
        margin-top: 15px;
    }
    .left-content ul li{
        border-right: 1px solid #5cbae6;
    }
    .right-content{
        border: 0;
        padding-right:0;
        padding-left: 0;
    }
    .right-content:before{
        border: 0;
    }
    .main-nav{
        display: none;
    }
    .main-nav ul li{
        width: 100%;
    }
    .main-nav ul li a{
        padding: 5px 0px;
        display: inline-block;
    }
    .main-nav ul li:last-child a{
        display: block;
    }
    .main-nav ul li:first-child a{
        padding: 5px 0px;
    }
    .notifications table{
        table-layout: auto;
    }
    .notifications ul.pagination li a{
        font-size: 15px;
    }
    .notifications ul.pagination{
        margin: 0;
        padding: 20px;
    }
    .big-img .col-md{
        padding: 20px 15px;
    }
    .view-company table{
        table-layout: auto;
    }
    .view-employee table{
        table-layout: auto !important;
    }
    



}

