@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Inter:wght@400;500&display=swap");
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}
a {
	color: #2578a5;
}
main {
    padding: 30px 15px 0;
    margin-top: 65px;
}
td {
	font-size: .9em;
}
.headerTitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.6em;
}
.alert-info, .alert-warning, .alert-danger, .alert-success {
	font-size: .9em;
}
.bg-dark {
    background-color: #16151a !important;
	border-bottom: 1px #222227 solid;
}
.bg-dark:hover, .bg-dark:focus, .bg-dark:active, .bg-dark.active, .open>.dropdown-toggle.bg-dark {
    background-color: #222227 !important;
    border-color: #222227; /*set the color you want here*/
}
.bg-red { 
    background-color: #222227 !important; 
	border-color: #222227; /*set the color you want here*/
}
.bg-red:hover, .bg-red:focus, .bg-red:active, .bg-red.active, .open>.dropdown-toggle.bg-red {
    background-color: #222227 !important;
    border-color: #222227; /*set the color you want here*/
	color: #bbbbbb !important;
}
.bg-blue { 
    background-color: #222227 !important; 
	border-color: #222227; /*set the color you want here*/
	color: #bbbbbb !important;
}
.bg-blue:hover, .bg-blue:focus, .bg-blue:active, .bg-blue.active, .open>.dropdown-toggle.bg-blue {
    background-color: #222227 !important;
    border-color: #222227; /*set the color you want here*/
}
.modal-footer {
	border-top: 1px #222227 solid !important;
}
.btn-success {
	background-color: #2578a5;
	border-color: #2578a5;
}
.nav-link {
	color: #2578a5;
}
.navbar {
	height: 69px !important;
}
.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
    color: #999 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #999;
    padding-right: 1em;
    padding-left: 1em;
    white-space: nowrap;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: #f1f1f1 !important;
	color: #222227 !important;
	border: #f1f1f1 !important;
}
.nav-tabs, .nav-tabs .nav-link {
    border: 0 !important;
}
.card-footer {
	border-radius: 0 !important;
	padding: 0;
}
.card-footer:last-child {
    border-radius: 0 !important;
}
.list-group-item {
	border-radius: 0 !important;
}
.list-group-item.active {
	border-radius: 0 !important;
}
.accordion-button::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.accordion-item {
	border-radius: 0 !important;
}
.accordion-button { 
	border-radius: 0 !important;
}
.accordion-button:hover { 
	border-radius: 0 !important;
}

label {
    font-weight: 600;
	font-size: .9em;
}
.required:after {
    content:"*";
    color: red;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.btn-group-xsm>.btn, .btn-xsm {
    padding: .15rem .3rem;
    font-size: .675rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.strg {
    font-weight: 605;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.collapseMenu {
    display: none;
}
.table-data {
    width: 100%;
}

.table-responsive-stack tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
}
.card {
	border: 1px #f1f1f1 solid !important;
} 
  
.table-responsive-stack td, .table-responsive-stack th {
	display:block;
	-ms-flex: 1 1;
	flex: 1 1;
}
  
.table-responsive-stack .table-responsive-stack-thead {
	font-weight: bold;
}
  
@media screen and (max-width: 768px) {
	.table-responsive-stack tr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		border-bottom: 3px solid #ccc;
		display:block;
		
	 }
	 .table-responsive-stack td {
		float: left\9;
		width:100%;
	 }
}

/* Calendar */
.calendar-header {
	margin-bottom: 20px;
}

.calendar-navigation a {
	color: transparent;
	font-size: 0;
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 60px;
	margin-top: -6px;
	background-color: transparent;
	cursor: pointer;
}

.calendar-navigation a:after {
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 60px;
	content: "\f054";
	color: #333;
	padding: 0 0 0 3px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.calendar-navigation a.prev:after {
	content: "\f053";
	padding: 0 3px 0 0;
}

.calendar-navigation a:hover:after {
	color: #333;
}

.week-days,
.week-row,
.month-box {
	font-size: 0;
}

.week-days {
	position: relative;
	border-radius: 5px 6px 0 0;
	overflow: hidden;
	border-bottom: 5px solid #f1f1f1;
}

.week-days > div {
	position: relative;
	display: inline-block;
	width: 14.285714%;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	text-align: center;
	padding: 8px 0;
}

.day-cell {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 14.285714286%;
	min-height: 125px;
	cursor: pointer;
	font-size: 20px;
}
.day-cell:hover {
	background-color: #f1f1f1;
}
.link-block {
	display: block;
	vertical-align: top;
	min-height: 125px;
	width: 100%;
	font-size: 20px;
	text-decoration: none;
}
.work-time {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: .9em;
	color: #333;
	width: 100%;
	text-align: left;
}
.work-time-month {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: .8em;
	background-color: #f1f1f1;
	color: #333;
	width: 100%;
	text-align: left;
}

.day-cell + .day-cell {
	border-left: 1px solid #f1f1f1;
}

.day-cell.not-cur-month {
	cursor: default;
}

.appointment-calendar .day-cell.selected-day,
.day-cell.today {
	background-color: #dedede;
}

.day-cell.selected-day > *,
.day-cell.today > * {
	color: #333;
}

.week-row {
	border: 1px solid #f1f1f1;
}

.week-row + .week-row {
	border-top: none;
}

.week-row:last-child {
	border-radius: 0 0 5px 5px;
}

.day-date {
	color: #3c3c3c;
}

.not-cur-month .day-date {
	color: #333;
}