@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body {
	font-family: 'Roboto', sans-serif;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(166,210,252,0.43) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(166,210,252,0.43)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(166,210,252,0.43) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(166,210,252,0.43) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(166,210,252,0.43) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(166,210,252,0.43) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6d2fc', GradientType=0 );
height: 100vh;
}
#header-bg {
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	height: auto;
	background-color: #ffffff;
	background-position: top center;
	background-size: 100% 100%;
	width: 100%;
	padding: 0px 0px 0px 0px;
	position: fixed;
	top: 0px;
	transition: top 0.50s ease;
}
a {
	cursor: pointer;
}
nav.navbar ul.navbar-nav a:hover, nav.navbar ul.navbar-nav a:visited, nav.navbar ul.navbar-nav a:focus, nav.navbar ul.navbar-nav a:active {
	background: #1a6dc1;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;/*border-bottom: 3px solid #64c525;*/
}
nav.navbar ul.navbar-nav a {
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.profilebg {
	background: #419efc;
}
.paddingstart {
	padding-inline-start: 20px !important;
	padding-inline-end: 10px !important;
}
.dropdowntoggleafter {
	color: #ffffff !important;
}
/*SEARCH FORM*/
.search-form {
	border-radius: 30px 0px 0px 30px;
}
.search-btn {
	border-radius: 0px 30px 30px 0px;
	cursor: pointer;
}
.navbg, .sm-menu {
	background: rgba(30,130,231,1);
	background: -moz-linear-gradient(top, rgba(30,130,231,1) 0%, rgba(30,130,231,1) 89%, rgba(94,170,247,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,130,231,1)), color-stop(89%, rgba(30,130,231,1)), color-stop(100%, rgba(94,170,247,1)));
	background: -webkit-linear-gradient(top, rgba(30,130,231,1) 0%, rgba(30,130,231,1) 89%, rgba(94,170,247,1) 100%);
	background: -o-linear-gradient(top, rgba(30,130,231,1) 0%, rgba(30,130,231,1) 89%, rgba(94,170,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,130,231,1) 0%, rgba(30,130,231,1) 89%, rgba(94,170,247,1) 100%);
	background: linear-gradient(to bottom, rgba(30,130,231,1) 0%, rgba(30,130,231,1) 89%, rgba(94,170,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e82e7', endColorstr='#5eaaf7', GradientType=0 );
}
.sm-menu a {
	color: #ffffff;
}
.sm-menu a:hover {
	color: #ffffff;
}
.navbg>div>ul>li {
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer !important;
}
.navbg>div>ul>li>a {
	color: #ffffff !important;
}
.navbg>div>ul>li>a:hover {
	text-decoration: none !important;
}
.btnup {
	right: 0;
	position: absolute;
	top: 122px;
	border-radius: 0rem!important;
	border-bottom-left-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
	cursor: pointer !important;
	z-index: 1 !important;
	padding: 0.200rem 0.200rem 0.100rem 0.200rem;
}
.textbox-radius {
	border-radius: 0.650rem !important;
}
.textbox-radius-left {
	border-top-left-radius: 0.650rem !important;
	border-bottom-left-radius: 0.650rem !important;
}
.textbox-radius-right {
	border-top-right-radius: 0.650rem !important;
	border-bottom-right-radius: 0.650rem !important;
}
.btnrounded {
	border-radius: 100% !important;
}
.hovereffect {
	transition: 0.4s;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.hovereffect:hover {
	background-color: #1a6dc1;
	color: #ffffff;
	cursor: pointer !important;
}
.user {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.navbar-navmodified li> a {
	font-weight: 400 !important;
	font-size: 14px;
!important;
	position: relative;
	z-index: 10000;
}
.navbar-navmodified li> span {
	font-weight: 500 !important;
	font-size: 14px;
!important;
}
.navbar-navmodified li> .dropdown-menu {
	font-weight: 500 !important;
	font-size: 14px;
!important;
}
.navbar-navmodified li> .dropdown-menu>.dropdown-item {
	padding: 0.35rem 0.50rem;
!important;
}
.dropdowntoggleafter {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.dropdown-submenumodified .dropdown-menumodified {
	top: 0;
	left: 100%;
 margin-left: .1rem;
 margin-right: .1rem;
}
.dropitemalign {
	font-size: 0.85rem !important;
	padding: 0rem 0.85rem !important;
}
.dropitemalign:hover {
	background: #09F;
	color: #fff;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.navtext>a:hover {
	text-decoration: none !important;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	color: black;
	text-decoration: none;
	display: block;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown-item.dropdown-notification:active, .dropdown-item.dropdown-notification.active {
	color: #1d1e1f;
	text-decoration: none;
	background-color: #f7f7f9;
}
.dropdown-notification:hover .notification-read {
	color: #34495E;
}
.dropdown-notification-all {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: oblique;
	background-color: #34495E;
	color: white;
}
.dropdown-menumodified li a:hover {
	color: #fff;
}
.dropdown-notification-all:hover {
	background-color: #34495E;
	color: white;
}
.notifications-container {
	max-height: 300px;
	overflow: auto;
}
.notification-dropdown-menu {
	padding-bottom: 0;
	min-width: 528px;
}
.notification-img {
	width: 48px;
	display: inline-block;
	vertical-align: top;
}
.notifications-body {
	display: inline-block;
}
.notification-texte {
	text-align: left;
	margin: 0;
}
.notification-read {
	margin: 0;
	height: 48px;
	vertical-align: top;
	line-height: 48px;
	padding-left: 15px;
	color: white;
	float: right;
}
.notification-date {
	text-align: left;
	color: #2980b9;
	margin: 0;
}
.notification-solo {
	margin-top: 1rem;
}
.notification-unread {
	text-decoration: none;
	background-color: #f7f7f9;
}
.notify a {
	background: #275f97;
	padding: 7px 11px;
	color: #fff;
	font-size: 12px;
}
.notify a:hover {
	background: #4374a5;
	padding: 7px 11px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
/* headingcolor*/

.headingcolor {
	color: #1a6dc1;
}
.brandname {
	color: #616161;
}
.brandnamebg {
	background: #51b410;
	color: #ffffff !important;
	padding-left: 5px;
	padding-right: 5px;
}
.contentarea {
	padding-top: 140px;
	margin-bottom: 60px;
	transition: all 0.50s ease;
}
.contentclick {
	padding-top: 60px;
	transition: all 0.50s ease;
}
/*.table-sticky>thead>tr>th,
.table-sticky>thead>tr>td {
	background: #009688;
	color: #fff;
	top: 0px;
	position: sticky;
	z-index:-99;
}
.table-height {
	height: 320px;
	display: block;
	overflow: scroll;
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td {
	border: 1px solid #ddd;
}*/

.table-wrapper-2 {
	display: block;
	max-height: 320px;
	overflow-y: auto;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	width: 100%;
}
.table-wrapper-2 table tr th {
	color: #6b7073 !important;
}
.table-wrapper-3 {
	display: block;
	max-height: 120px;
	overflow-y: auto;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	width: 100%;
}
.table-wrapper-3 table tr th {
	color: #6b7073 !important;
}
.fontawesomefontsize {
	font-size: 20px !important;
}
.fontawesomefontsizeedit {
	font-size: 16px !important;
}
.paginationsearch1 {
	width: 62px;
}
.paginationbg {
	background: #e9e9e9 !important;
}
#footer {
	bottom: 0;
	width: 100%;
	position: fixed;
	height: auto;
	background: rgba(40,140,240,1);
	background: -moz-linear-gradient(left, rgba(40,140,240,1) 0%, rgba(23,123,224,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(40,140,240,1)), color-stop(100%, rgba(23,123,224,1)));
	background: -webkit-linear-gradient(left, rgba(40,140,240,1) 0%, rgba(23,123,224,1) 100%);
	background: -o-linear-gradient(left, rgba(40,140,240,1) 0%, rgba(23,123,224,1) 100%);
	background: -ms-linear-gradient(left, rgba(40,140,240,1) 0%, rgba(23,123,224,1) 100%);
	background: linear-gradient(to right, rgba(40,140,240,1) 0%, rgba(23,123,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#288cf0', endColorstr='#177be0', GradientType=1 );
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer .footer-block {
	margin: 5px 0;
}
.copyright {
	padding: 28px 0;
	margin-top: 55px;
	background-color: #202020;
}
.copyright span, .copyright a {
	color: #878787;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.copyright a:hover {
	color: #007bff;
}
.copyright-menu ul {
	margin: 0;
	margin-top: 3px;
}
.copyright-menu ul li {
	border-right: 1px solid #FFF;
	line-height: 1;
	padding-left: 10px;
}
.copyright-menu ul li a {
	color: #ffffff;
}
.copyright-menu ul li a:hover {
	text-decoration: none;
}
.copyright-menu li {
	display: inline-block;
	padding-right: 25px;
}
/*forms*/

.focus-text {
	padding: 0 !important;
}
.focus-text:focus {
	border-bottom: 1px solid #b8bbc1 !important;
	box-shadow: none;
	outline: 0 none;
	transition: 0.6s;
	background-color: transparent !important;
}
.focus-t span {
	bottom: 30px !important;
	color: #1e82e7;
	font-size: 12px;
	transition: all 0.3s ease 0s;
	z-index: 1;
}
.focus-t input:focus {
	border-color: #d74141;
}
.text-effect input, .text-effect2 input, .text-effect3 input {
	border: none;
	border-bottom: 1px solid #cdd2dc !important;
	border-radius: 0;
	position: absolute;
	bottom: 0;
	border-style: none none solid;
	border-width: 0 0 2px;
	box-shadow: none;
	z-index: 2;
	background-color: transparent;
}
.form-controlform:focus {
	border-bottom: 2px solid #75777b !important;
	box-shadow: none;
	outline: 0 none;
	transition: 0.6s;
}
.text-effect {
	position: relative;
	height: 40px;
}.text-effect3 {
	position: relative;
	height:30px;
}
.text-effect2 {
	position: relative;
	height: 16px;
}
.text-effect span {
	bottom: 3px;
	position: absolute;
	z-index: 1;
}
.text-effect2 span {
	bottom: 3px;
	position: absolute;
	z-index: 1;
}
.text-effect3 span {
	bottom: 3px;
	position: absolute;
	z-index: 1;
}
/*innerpages*/
/*.scrollable{
  overflow-y: auto;
  max-height: 240px;
}
*/

input:focus {
	outline: none;
}
select:focus {
	outline: none;
}
/* form starting stylings ------------------------------- */
.group {
	margin-top: 10px;
}
.group::after {
	position:relative;
	top: -15px;
	bottom: 10px;
	right:0px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #023F55;
	content: "";
	pointer-events: none;
	float:right;
}
.group select {
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	cursor: pointer;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #cdd2dc;
	-webkit-appearance: none;
	border-radius: 0;
}
.text-effect textarea {
	border: none;
	border-bottom: 1px solid #cdd2dc !important;
	border-radius: 0;
	position: absolute;
	bottom: 0;
	border-style: none none solid;
	border-width: 0 0 2px;
	box-shadow: none;
	z-index: 2;
	background-color: transparent;
	border: none;
	background-color: transparent;
	resize: none;
	outline: none;
	top: 10px;
}
.customlabel:before {
	top: 0.16rem !important;
	width: 0.900rem!important;
	height: 0.900rem!important;
}
.customlabel:after {
top: .20rem !important;
	left: -1.52rem !important;
}

    .gradient-buttons .btn {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;
	border-bottom-left-radius:0px !important;
	border-bottom-right-radius:0px !important;
}

.bordergap 
{
	line-height:60px;
}