table
{
	font-size: 0.9rem;
	font-weight: 300;
}

a {
color: #779c69;
    font-weight: 500;
}

h1,h2,h3,h4,h5,h6,ul,li,a, a:hover {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

a, a:hover {
	white-space: nowrap;	
	text-decoration: none;
}

.form-control {
	font-size: 0.9rem;
}

ul.nav-tabs
{
    background-color: #fff !important;
}

a.nav-link.active
{
    background-color: #af102a !important;
    color: #fff !important;
    border-color: none !important;
}

ul.nav-tabs li:hover
{
    background-color: rgb(247,249,249) !important;
}

h3
{
    text-transform: capitalize;
}

.dragon-error-color
{
    color: #b2374b;
    border-color: #f4516c;
}

.dragon-error-message
{
    margin-top: 0.2rem; 
	margin-left: 15px;
    font-size: .85rem;
	font-weight: bold;
}

.dataTables_wrapper.form-inline
{
    display: block !important;
} 

button.dragon-no-hover:hover
{
    background-color: transparent !important;
    color: #5867dd !important;
}

.col-form-label
{
    padding-top: 0;
    font-size: 12px;
    font-weight: 500;

}
.col-form-label.col-md-12
{
    padding-left: 0;
}

.m-subheader
{
    padding: 20px 10px 10px 20px;
}

.m-body .m-content {
    padding: 20px 10px 0px 10px;
}

.btn-dragon-back
{
    vertical-align: middle;display: inline-block;font-size: 25px;text-decoration: none !important;
}

.tabs-dragon{
    display: inline-block;margin-inline-start: -34px;text-decoration: none;
}

.kt-login__container {
    width: 400px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.kt-login__container-body {
    background-image: none;
	background-color: white;
}

.kt-login__logo {
    width: 400px;
    height: 100px;
    background-image: url('../images/logo.png');
    background-size: 430px 100px;
}

.dataTables_length
{
	float: right !important;
}

.dataTables_filter
{
	float: right !important;
	width: 50% !important;
	margin-bottom: 25px;
}

.dataTables_filter label input
{
	width: 100% !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
	border: none !important;
	background-image: none;
	background-color: #f4f5f8 !important;
	border-radius: 50px;
}

/* No menu */
.m-menu__subnav, .m-menu__link-text
{
	font-size: 15px !important;
}

.m-menu__subnav li
{
/*	padding-left: 30px !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;*/
}

.m-footer
{
	margin-left: 0px !important;
}
.topMenu-Sublevel li {
	padding-left: 0px !important;
	font-size: 15px;
	list-style: none;
}

.topMenu-Sublevel li a
{ 
	color: rgb(103, 108, 123);
}

i.m-menu__link-icon {
	margin-right: 10px;
}

.m-subheader
{
	padding-left: 20px !important;
}

.m-subheader__title
{
	line-height: 50px !important;
}

.dragon_login_warning
{
	background-color: white;
    width: 100%;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;	
}

#dashboard_action_button
{
	background-color: #137645;
	
    color: white;
    font-size: 20px;
    width: 100%;
    display: block;
    line-height: 70px;
    padding-left: 28px;
}


#dashboard_action_button:hover
{
	text-decoration: none;
	background-color: #83b76f;
}

.dashboardProcessorGoTo:hover
{
	background-color: #e5e5e5 !important;
	cursor: pointer;
}


#loading {
	position: fixed;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 2000;
    top: 0px;
    left: 0px;
}

#loading-center
{
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 260px;
    height: 160px;
}

#temporaryUnmaskNumber
{
	width: 1px;
	height: 1px;
	
	position:absolute;
	
	left: -100px;
	top: -100px;
}

#loading-cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
#loading-spinner {
    width: 90px;
    height: 90px;
    border: 4px #ddd solid;
    border-top: 4px #37ae37 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	0% { 
		transform: rotate(0deg); 
	}
	100% { 
		transform: rotate(359deg); 
	}
}

.m-topbar .m-topbar__nav.m-nav {
    margin: 0px;
}

body.draco-body {
	background-color: #eff0f5;
}

.draco-main-container {
	margin: 20px;
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
    box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
    background-color: #fff;
}
.draco-main-container-head {
	padding: 0px 0px 20px 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eff0f5;
}
.draco-main-container-head-text {
	float: left;
	font-size: 1.3rem;
    font-weight: 500;
    font-family: Roboto;
	color: #575962;
	margin-top: 7px;
}

.draco-main-container-head-text i {
	font-size: 22px;
    margin-right: 15px;
    color: #b9b9b9;
}

.draco-main-container-head-actions {
	float: right;
	display: inline-flex;
}

.draco-main-container-head-actions a {
	font-size: 1.4rem;
    font-weight: 500;
    font-family: Roboto;
	color: #51b7d2;	
	background-color: #e2f9ff;
    width: 44px;
    height: 44px;
    border-radius: 60px;
    display: block;
}

.draco-navigation-menu-icon
{
	font-size: 22px;
    margin-top: 10px;
    margin-left: 14px;
}

.dragon-form-buttons:hover, .draco-main-container-head-actions a:hover {
    background-color: #efefef;
	color: #575962;
	border-color: #575962;
}

.draco-main-container-body {
	
}


.dragon-form-buttons {
	position: relative;
    display: flex;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
	color: #3d8a3f;
    background-color: #e2ffe6;
	border-color: #3d8a3f;
    margin-right: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.dragon-form-buttons button
{
	border: none;
    padding-left: 20px;
	color: inherit;
    background-color: transparent;
    cursor: pointer;
}

.dragon-form-buttons-label {
	margin-right: 15px;
}

.dragon-form-buttons-dropdown {
	margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 15px;
    padding-left: 13px !important;
    border-left: 1px solid #cff5d0 !important;
}

.dragon-form-buttons button i
{
	margin-right: 10px;
}

.draco-top-header {
	display: inline-block; 
	width: 100%;	
	-webkit-box-shadow: 0px 1px 10px #6d6d6d;
	 -moz-box-shadow: 0px 1px 10px #6d6d6d;
	box-shadow: 0px 1px 10px #6d6d6d;
}

.draco-top-header-icon img {
	height: 40px;
	padding-bottom: 7px;
}

.draco-top-header-menu {
	display: inline-flex;
}

.draco-top-header-menu-item {
	padding: 20px;
	position: relative;
	cursor: pointer;
}

.draco-top-header-menu-item:hover {
	background-color: #1a5d3c;
}

.draco-top-header-menu-item a {
	display: flex;
}
.draco-top-header-menu-item a span {
	font-size: 15px; 
	font-family: Poppins; 
	font-weight: 400;
}

.draco-top-header-menu-arrow {
	font-size: .8rem;
    text-align: right;
	margin-left: 11px;
	margin-top: 6px;
}

.draco-top-header-menu-icon {
	margin-top: 1px;
    margin-right: 10px;
	font-size: 17px;
}

.draco_menu_submenu_li, .draco_menu_submenu_li a
{
	display: block ;
	color: #676c7b;
	font-weight: 400;
    text-transform: initial;	
    vertical-align: middle;
}

.draco_menu_submenu_li a
{
	font-size: 13px;
	padding: 5px 10px 5px 10px;
}

.draco_menu_submenu_li
{
	font-size: 15px;
	margin-bottom: 10px;	
}

.draco_top_submenu
{
	position: absolute;
	left: 0px;
	top: 62px;
	background-color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	min-width: 200px;
	-webkit-box-shadow: 5px 8px 17px -6px #222222;
	-moz-box-shadow: 5px 8px 17px -6px #222222;
	box-shadow: 5px 8px 17px -6px #222222;
	z-index: 100;
}

.draco_top_submenu ul
{
	padding: 10px;	
}

.draco_menu_submenu_li a:hover
{
	background-color: #efefef;
}

.draco-user-top {
	cursor:pointer; 
	display: inline-flex; 
	float: right; 
	line-height: 62px;	
}

.draco-user-top-display {
	display: inline-flex; 
	padding-left: 10px; 
	padding-right: 30px;
}

.draco-user-top-display .top_menu_icon_color {
	font-size: 30px; 
	margin-right: 20px;
}

.draco-user-top-username {
	line-height: 30px;
	margin-top: 7px; 
	font-size: 17px;
}

.draco-user-top-profile {
	line-height: 9px;	
}

.draco-user-top .draco_top_submenu {
	display: none; 
	left: auto; 
	right:0px;
	padding-left: 0px; 
	padding-right: 0px;
	padding-top:0px;
	min-width: 270px;
	width: fit-content;	
}

.draco-user-top .draco_top_submenu .user_menu_list {
	padding: 0px;
}

.draco-user-top .draco_top_submenu .user_menu_list li {
	line-height: 40px;
}

.draco-user-top .draco_top_submenu .user_menu_list li:hover {
	background-color: #efefef;
}

.user_menu_list_separator {
	line-height: 12px !important;
}

.user_menu_list, .user_menu_list_2
{
	padding: 0px;
}

.user_menu_list li
{
	list-style: none; 
	background-color: white;
	border-bottom: 1px solid #dfdfdf !important;	
}

.user_menu_list li a
{
	display: block;
	padding: 20px;
}

.user_menu_list_2 li
{
	list-style: none; 
	background-color: white;
    border-bottom: 1px solid grey;
	padding: 10px; 
	padding-left: 20px;
}

.user_menu_list li a, .user_menu_list_2 li a
{
    color: #000;
    font: 400 11px 'Oxygen', sans-serif;
}

.m-scrollable {
    background-color: transparent !important;
}



.user_menu_list_separator
{
    text-transform: uppercase;
    color: #fff;
    font: 400 11px 'Oxygen', sans-serif;
	background-color: #137645 !important;
	border-bottom: none !important;
}

.user_menu_list_separator i
{
	margin-right: 15px;
	padding: 10px;
	padding-left: 20px;
}

.draco-navigation-menu {
	padding: 15px;
	-webkit-box-shadow: 0px 10px 15px 1px rgba(69,65,78,0.08);
    box-shadow: 0px 10px 15px 1px rgba(69,65,78,0.08);	
}

.draco-navigation-menu ul li {
	display: inline-block;
	margin-right: 35px;
}

.draco-navigation-menu ul li a {
	color: #e4e4e4;
	font-weight: 500;
	padding-bottom: 5px;
}

.draco-navigation-menu ul li a i {
	padding-right: 10px;
}

.draco-navigation-menu ul li a.draco-navigation-menu-active, .draco-navigation-menu ul li a:hover {
	color: #fff;
	font-weight: 500;
	border-bottom: 1px solid #fff;
}

#dragonContent .draco-navigation-menu {
	margin-left: 15px;
	margin-right: 15px;
	background-color: #fff !important;
}

#submission_form {
	margin: 25px;
}

.m-portlet .m-portlet__head {
    height: 60px !important;
}

.dragonDatatableActions {
	white-space: nowrap;
}
