@font-face { 
	font-family: jost; 
	src: url('Jost-VariableFont_wght.ttf'); 
} 
* {
 font-family: jost; 
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: jost; 
}
.skin-blue .main-header .navbar {
    background-color: #0d6efd;
}
.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.skin-blue .main-header li.user-header {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
a {
    color: #121c33;
}
a:hover {
    color: #121c33;
}
.content-header {
	color: #1f3159;
}
.content-header h1 {
	font-size:1.6em;
}
.skin-blue .main-header .logo {
    background-color: #082657;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #082657;
}
.skin-blue .sidebar-menu>li.header {
    color: #4b646f;
    background: none;
}
.btn-warning {
    background-color: #FF5900;
    border-color: #e08e0b;
}
.rowListBGAlt {
    background-color: #F2F2F2;
}
#tabModifica .row {
    border-bottom: none;
    padding: 0.2em;
}
#filterForm .row {
	padding-bottom: 0.2em;
    padding-top: 0.2em;
}
.rowGray {
    background-color: #f2f2f2;
    color: #082657;
    border-radius: 20px 20px 0px 0px;
}
.box {
    position: relative;
    border-radius: 3px;
    background: none;
    border: none;
    box-shadow: 0;
}
.content-wrapper, .right-side {
	background-color: white;
}
.fa {
	color: #0d6efd;
}
.btn .fa {
	color: white;
}
.navbar .fa {
	color: white;
}
.row-alternate {
	background-color: unset;
}
#home-dash .panel-primary {
	border-color: unset;
	border: none;
}
#home-dash .panel-primary>.panel-heading {
	display: none;
}
.widget-user-2 {
	background: #F2F2F2;
    border: solid thin #F2F2F2;
    box-shadow: 4px 4px #f2f2f2;
}
.skin-blue .sidebar a {
	color: white;
}
#viewData {
    padding-top: 1em;
    overflow-x: scroll;
    min-height: 700px;
}

.box {
    position: relative;
    border-radius: 7px !important;
    background: #ffffff;
    border-top: none;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 0px 15px rgb(0 0 0 / 10%);
    padding: 15px;
}

#tabModifica .row {
	border :none;
}

#stickyTop {
	    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    padding: 15px 0;
    z-index: 100;
    background: white !important;
}

#stickyTop .col-xs-12 div  {
	background:none;
}

.img-circle {
	border-radius: 50%;
  object-fit: cover;
  width: 230px;
  height: 100px;

}

.sidebar-menu .fa-angle-left {
	opacity: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
}

.row {
    
    display: flex;
    margin-top: 10px ;
	margin-bottom: 10px ;
    align-items: center;
}

.col-sm-9 > .container-fluid {
	padding-left:0px;
	padding-right:0px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #47525d;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.main-sidebar, .left-side {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: calc(100%/5);
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.content-wrapper, .right-side, .main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
   margin-left: calc(100%/5);
   z-index: 820;
}

.main-header > .navbar {
	margin-left: calc(100%/5);
}

.login-logo a img {
	max-width: 100px !important;
}

.login-page, .register-page {
	background:none !important;
}

html, body {

    background:#082657 url("../config/Background-2.jpg");
}

input.form-control {
	background: #ebebeb;
}


.btn {
    border: none;
    padding: 10px 20px;
}
.main-header .logo {
   width: calc(100%/5);
}
.checkbox label, .radio label {
	font-size:1em;
}
.user-panel .pull-left {
	text-align: center;
    float: none!important;
}
.user-panel > .image {
	    display: block;
    margin: 0 auto;
	padding-top: 15px ;
}
.user-panel > .info {
	position:relative;
	    display: block;
    margin: 0 auto;
	left: 0px;
	padding: 15px 5px 5px 5px;

}
.logo-lg > small {
	display:none;
}
#needHelp {
		padding: 5px 15px 5px 15px;
		margin: 30px 15px 15px 15px;
		border-radius: 10px;
		background: gray;
		color:white;

	font-size: 1.2em;
}
.widget-kycfy .row-bordered {
    border-bottom: dotted 3px #e7e7e7;
    padding-bottom: 6px;
    margin-bottom: 15px;
	}
.widget-kycfy h5 {
	font-weight: bold;
	color: #c0c0c0;
}
.widget-kycfy h3 {
	margin-top: 10px;
	
}
.widget-kycfy {
	min-height: 370px;
}
.profile-user-img
{
	    width: 100%;
    max-width: 83px;
    height: auto;
}
.navbar-nav > .user-menu .user-image {
	width: 100%;
    max-width: 25px;
    height: auto;
	border-radius: 50%;

}
/*GRIGIO #6a6d81*/
/*BLU SCURO #082657*/
/*BLU CHIARO #0d6efd*/
/*ARANCIO #FF5900*/
/*GRIGIO SCURO #2A2536*/
/*GRIGIO CHIARO #F2F2F2 */