:root {
	--main-color: #BE3455;
}

a {
	color: #03a9f4;
}

/*BTN*/
.btn {
    border-radius: 16px;
    font-size: inherit;
}

.btn-secondary {
	background-color: #fafafa;
    border-color: #dbdbdb;
    color: #565656;
	padding: 0.25rem 1.3rem;
}

.btn-secondary:hover {
	background-color: #5a6268;
	border-color: #545b62;
}



/*APPCSS*/
.top-navigation .wrapper.wrapper-content {
	padding: 15px 0;
	margin: 0 -15px;
}

.input-group-addon {
	font-size: 13px;
	padding: 7px 12px 7px 12px;
}


/*INPUTS*/
.input-group-addon {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #fafafa;
}

.query-panel .select2-container--default .select2-selection--single {
	border-top-right-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
	height: 29px;
	border-radius: 0;
}

.query-panel .input-group>.custom-select:not(:first-child), .query-panel .input-group>.form-control:not(:first-child) {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}




/*IBOX*/
.ibox.rounded {
	border-radius: 10px !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.ibox.rounded .ibox-title {
	border-radius: 10px 10px 0 0;
}

.ibox.rounded .ibox-content {
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
}

.ibox-content.query-panel {
	border-bottom: 0;
	padding-bottom: 5px;
}

.dropdown-menu > li > a {
	line-height: unset;
	border-bottom: 1px solid #e7eaec;
}

.navbar-toggler {
	background-color: transparent;
	padding: 6px 0px;
    font-size: 18px;
    margin: 0px;
}

@media all and (max-width:480px) {
	.col-auto {
		width: 100%;
	}

	.top-navigation .wrapper.wrapper-content {
		padding: 5px 0;
		margin: 0 -24px
	}

	.ibox-content {
		padding: 10px;

	}

	div.dataTables_length {
		text-align: left !important;
	}

	div.dataTables_info {
		text-align: right !important;
	}
}



/**  NAVIGATOR  **/
#topnav {
	background-color: #BE3455;
	padding: 0 15px;
}

#topnav .navbar-brand {
	background: transparent;
	font-weight: bold;
	padding: 15px 35px 15px 10px;
}

#topnav .nav > li {
	color: #fff;
}

#topnav .nav > li.active {
	background-color: #0000001a;
}

#topnav .nav > li > a {
	text-transform: uppercase;
	color: #e7e7e7;
	font-size: 14px;
	line-height: 18px;
	border-bottom: 6px solid #00000000;
	padding-top: 21px;
}

#topnav .nav > li a:hover, #topnav .nav > li a:focus {
	background-color: #0000001a;
}

#nav-left > li.active > a {
	color: #fff;
	border-color: #0000004a !important;
}

#nav-left > li a:hover, #nav-left > li a:focus {
	border-color: #00000000;
}

#nav-right {
	margin-right: -15px;
}

#nav-right > li > a {
	font-size: 18px !important;
	padding-left: 26px;
}

#nav-right > li {
	border-left: 1px solid #c56074;
}

#nav-right .caret {
	color: #f1f1f14a;
}

#nav-right .dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

#nav-right .dropdown-menu {
	border-radius: 0 0 5px 5px;
	background-color: #BE3455;
	white-space:normal;
	box-shadow: none;
	border-top: 1px solid #c56074;
	min-width: 260px;
}

#nav-right .dropdown-menu > li {
	position: relative;
}

#nav-right .dropdown-menu > li > i {
	position: absolute;
	left: 16px;
	top: 13px;
	font-size: 16px;
	color: #ffffff8f;
}

#nav-right .dropdown-menu > li > a {
	border-bottom: 1px solid #c56074;
	color: #e7e7e7;
	padding: 10px 46px !important;
}

#nav-right .dropdown.show {
	background-color: #0000001a;
}




@media (max-width: 768px) {
	.navbar-static-top .dropdown-menu {
		left: 0; 
	}
}

/*select2*/
.select2-container--default .select2-selection--single {
	border: 1px solid #E5E6E7;
	border-radius: 2px;
}


/*menu-list-group*/
.menu-list-group {
}
.menu-list-group li {
	border-left: 0;
	border-right: 0;
}
.menu-list-group .list-group-item:first-child, .menu-list-group .list-group-item:last-child {
	border-radius: 0;
}
.menu-list-group .list-group-item.active {
    color: #676a6c;
    background-color: #f7f4f4;
    border-color: #e7eaec;
    border-left: 4px solid #1ab394;
    border-radius: 0;
}

.menu-list-group .list-group-item:hover {
	background-color: #f7f4f4;
}

.menu-list-group > li > a {
	color: #676a6c;
}




/* Employee  */
.card {
	box-shadow: 0px 16px 40px 0px rgb(112 140 176 / 9%);
	border: 0;
}

.card h4 {
	color: #4B5779;
	font-size: 20px;
}


.card-header {
	background-color: transparent;
	border-bottom: 1px solid #ECF3FC;
	color: #4B5779;
	font-size: 14px;
}

.profile-image {
	width: 140px;
	height: 140px;
	object-fit: cover
}

.profile-imagediv span {
	padding: 2px 0 0 0;
	text-align: center;
	right: 10px;
	bottom: 3px;
	font-size: 19px;
	background-color: #85A4EB;
	width: 32px;
	height: 32px;
	color: #FFFFFF;
	border-radius: 50%;
}

.profile-imagediv input {
	position: absolute;
	left: 0;
	opacity: 0;
	width: 32px;
}

.card-body {
	padding: 10px 20px 0 20px;
}

.text-secondary {
	color: #BBC5D8;
}

.container {
	padding-bottom: 20px;
}

hr {
	border-top: 1px solid #ECF3FC;
}

.list-group li.list-group-item {
	cursor: pointer;
}

.list-group li.list-group-item h6 i {
	font-size: 23px;
}

.list-group li.selected {
	background-color: #F3F7FE;
}

.file {
	width: 136px;
}

.file .file-name div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}

.file .deletebutton {
	opacity: 0;
	right: 2px;
	top: 2px;
	font-size: 19px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #F3F7FE;
	padding-left: 8px;
}

.file .deletebutton:hover {
	transition: opacity 0.3s;
	opacity: 100;
}



.tooltip {
	z-index: 2050;
}


/*colorpicker*/
.colorpicker.colorpicker-visible {
	z-index: 5555;
	padding: 5px;
}

.colorpicker-2x .colorpicker-saturation {
	width: 150px;
	height: 150px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
	width: 20px;
	height: 150px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
	height: 20px;
}

.colorpicker-2x .colorpicker-selectors i {
	height: 16px;
	width: 16px
}


/*UPLOAD BTN*/
.fileinput-btn {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.fileinput-btn input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 200px !important;
	direction: ltr;
	cursor: pointer;
}