/* /registries/register_collaborator */
.grecaptcha-badge{
    z-index: 5;
}
/*page /registries/newedit/ tab Contatti*/
.hold-warning{
	border: 1px solid var(--theme-color);
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #4a4a4a;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	padding: 9px;
	justify-content: flex-start;
	text-align: left;
	word-wrap: break-word;
	z-index: 1;
}
.hold-warning:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--theme-color);
	opacity: 0.3;
	z-index: -1;
}
.hold-warning i{
	font-size: 20px;
	font-weight: 900;
	color: var(--theme-color);
	margin: 0 6px 0 0;
}	
.hold-warning .hold-icon{
	flex-basis: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--theme-color);
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin: 0 6px 0 0;
	flex-shrink: 0;
}
.hold-warning .hold-icon svg{
	width: 100%;
	height: 100%;
}
.hold-warning .hold-icon svg *{
	fill: #fff !important;
}
.hold-warning small{
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	word-wrap: break-word;
}
.form-control{
	line-height: 20px;
}
.iti {
	position: relative;
	width: 100%; 
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
}
.iti__hide { display: none; }
.iti__v-hide {
    visibility: hidden; 
}
.iti__flag-container {
	width: 100%;
	margin: 0 0 10px;
}
.iti__selected-flag{
	display: flex;
	align-items: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #495057;
    background-color: #fff;
    border: 1px solid rgba(37,37,37,0.25);;
    border-radius: 9px;
    position: relative;
    padding: 11px 35px 11px 5px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}
.iti__selected-flag:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}
.iti__selected-flag:focus {
    border-color: #3c8dbc !important;
    box-shadow: none;
    outline: none;
}
.iti__arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid rgba(37,37,37,0.25);;
    border-bottom: 2px solid rgba(37,37,37,0.25);;
    position: absolute;
    top: 50%;
    right: 18px;
    margin: -7px 0 0;
    transform: rotate(-45deg);
    cursor: pointer;
}
.iti__arrow--up,
.iti__flag-container.active .iti__arrow{
    transform: rotate(132deg);
	margin: -4px 0 0;
}
.phonecode{
	padding-left: 56px !important;
	flex: unset;
}
.country-code{
	position: absolute;
	top: auto;
	bottom: 0;
	left: 10px;
	width: 35px;
	height: 50px;
	display: block;
	text-align: center;
	opacity: 0.5;
	font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #495057;
    padding: 15px 0;
}
.iti__country-list{
	width: 100%;
}
.iti__country-list {
	position: absolute;
	left: 0;
	top: 58px;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	border-radius: 8px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	background-color: white;
	max-height: 213px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
}
.iti__country-list li{
	display: block;
	padding: 5px 30px 5px 59px;
	outline: none;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px;
	cursor: pointer;
}
.iti__country-list li.iti__search{
	padding: 0;
}
.iti__country-list .iti__divider{
	display: none;
}
.iti__country-list li.iti__active:before{
	content: '\f058';
	font-size: 20px;
	font-family: "Font Awesome 5 Pro";
    color: #B7B7B7;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
}
.iti__country-name,
.iti__dial-code{
	display: inline;
	margin: 0 5px 0 0;
}
.iti__flag-box {
	display: inline-block;
	width: 40px; 
	margin: 0 7px 0 0;
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
}
.iti--container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px; 
}
.iti--container:hover {
	cursor: pointer; 
}
.iti__flag {
	width: 40px;
	height: 30px;
	background: url(/img/sprites/flags@2x.png) no-repeat 40px 0;
	transform: scale(0.8);
	border: 1px solid rgba(37,37,37,0.25);
	flex: 0 0 40px;
} 
.iti__flag.iti__be {width: 36px; }
.iti__flag.iti__ch {width: 30px; }
.iti__flag.iti__mc {width: 38px; }
.iti__flag.iti__ne {width: 36px; }
.iti__flag.iti__np {width: 26px; }
.iti__flag.iti__va {width: 30px; }
.iti__flag { background-size: 11304px 30px; }
.iti__flag.iti__ac {
	height: 20px;
	background-position: 0px 0px; 
}
.iti__flag.iti__ad {
	height: 28px;
	background-position: -44px 0px; 
}
.iti__flag.iti__ae {
	height: 20px;
	background-position: -88px 0px; 
}
.iti__flag.iti__af {
	height: 28px;
	background-position: -132px 0px; 
}
.iti__flag.iti__ag {
	height: 28px;
	background-position: -176px 0px; 
}
.iti__flag.iti__ai {
	height: 20px;
	background-position: -220px 0px; 
}
.iti__flag.iti__al {
	height: 30px;
	background-position: -264px 0px; 
}
.iti__flag.iti__am {
	height: 20px;
	background-position: -308px 0px; 
}
.iti__flag.iti__ao {
	height: 28px;
	background-position: -352px 0px; 
}
.iti__flag.iti__aq {
	height: 28px;
	background-position: -396px 0px; 
}
.iti__flag.iti__ar {
	height: 26px;
	background-position: -440px 0px;
}
.iti__flag.iti__as {
	height: 20px;
	background-position: -484px 0px; 
}
.iti__flag.iti__at {
	height: 28px;
	background-position: -528px 0px; 
}
.iti__flag.iti__au {
	height: 20px;
	background-position: -572px 0px; 
}
.iti__flag.iti__aw {
	height: 28px;
	background-position: -616px 0px; 
}
.iti__flag.iti__ax {
	height: 26px;
	background-position: -660px 0px; 
}
.iti__flag.iti__az {
	height: 20px;
	background-position: -704px 0px; 
}
.iti__flag.iti__ba {
	height: 20px;
	background-position: -748px 0px; 
}
.iti__flag.iti__bb {
	height: 28px;
	background-position: -792px 0px; 
}
.iti__flag.iti__bd {
	height: 24px;
	background-position: -836px 0px; 
}
.iti__flag.iti__be {
	height: 30px;
	background-position: -880px 0px; 
}
.iti__flag.iti__bf {
	height: 28px;
	background-position: -920px 0px; 
}
.iti__flag.iti__bg {
	height: 24px;
	background-position: -964px 0px; 
}
.iti__flag.iti__bh {
	height: 24px;
	background-position: -1008px 0px; 
}
.iti__flag.iti__bi {
	height: 24px;
	background-position: -1052px 0px; 
}
.iti__flag.iti__bj {
	height: 28px;
	background-position: -1096px 0px; 
}
.iti__flag.iti__bl {
	height: 28px;
	background-position: -1140px 0px; 
}
.iti__flag.iti__bm {
	height: 20px;
	background-position: -1184px 0px; 
}
.iti__flag.iti__bn {
	height: 20px;
	background-position: -1228px 0px; 
}
.iti__flag.iti__bo {
	height: 28px;
	background-position: -1272px 0px; 
}
.iti__flag.iti__bq {
	height: 28px;
	background-position: -1316px 0px; 
}
.iti__flag.iti__br {
	height: 28px;
	background-position: -1360px 0px; 
}
.iti__flag.iti__bs {
	height: 20px;
	background-position: -1404px 0px; 
}
.iti__flag.iti__bt {
	height: 28px;
	background-position: -1448px 0px; 
}
.iti__flag.iti__bv {
	height: 30px;
	background-position: -1492px 0px; 
}
.iti__flag.iti__bw {
	height: 28px;
	background-position: -1536px 0px; 
}
.iti__flag.iti__by {
	height: 20px;
	background-position: -1580px 0px; 
}
.iti__flag.iti__bz {
	height: 28px;
	background-position: -1624px 0px; 
}
.iti__flag.iti__ca {
	height: 20px;
	background-position: -1668px 0px; 
}
.iti__flag.iti__cc {
	height: 20px;
	background-position: -1712px 0px; 
}
.iti__flag.iti__cd {
	height: 30px;
	background-position: -1756px 0px; 
}
.iti__flag.iti__cf {
	height: 28px;
	background-position: -1800px 0px; 
}
.iti__flag.iti__cg {
	height: 28px;
	background-position: -1844px 0px; 
}
.iti__flag.iti__ch {
	height: 30px;
	background-position: -1888px 0px; 
}
.iti__flag.iti__ci {
	height: 28px;
	background-position: -1922px 0px; 
}
.iti__flag.iti__ck {
	height: 20px;
	background-position: -1966px 0px; 
}
.iti__flag.iti__cl {
	height: 28px;
	background-position: -2010px 0px; 
}
.iti__flag.iti__cm {
	height: 28px;
	background-position: -2054px 0px; 
}
.iti__flag.iti__cn {
	height: 28px;
	background-position: -2098px 0px; 
}
.iti__flag.iti__co {
	height: 28px;
	background-position: -2142px 0px;
}
.iti__flag.iti__cp {
	height: 28px;
	background-position: -2186px 0px; 
}
.iti__flag.iti__cr {
	height: 24px;
	background-position: -2230px 0px; 
}
.iti__flag.iti__cu {
	height: 20px;
	background-position: -2272px 0px; 
}
.iti__flag.iti__cv {
	height: 24px;
	background-position: -2318px 0px; 
}
.iti__flag.iti__cw {
	height: 28px;
	background-position: -2362px 0px; 
}
.iti__flag.iti__cx {
	height: 20px;
	background-position: -2406px 0px; 
}
.iti__flag.iti__cy {
	height: 28px;
	background-position: -2450px 0px; 
}
.iti__flag.iti__cz {
	height: 28px;
	background-position: -2494px 0px; 
}
.iti__flag.iti__de {
	height: 24px;
	background-position: -2538px 0px; 
}
.iti__flag.iti__dg {
	height: 20px;
	background-position: -2582px 0px; 
}
.iti__flag.iti__dj {
	height: 28px;
	background-position: -2626px 0px; 
}
.iti__flag.iti__dk {
	height: 30px;
	background-position: -2670px 0px; 
}
.iti__flag.iti__dm {
	height: 20px;
	background-position: -2714px 0px; 
}
.iti__flag.iti__do {
	height: 28px;
	background-position: -2758px 0px; 
}
.iti__flag.iti__dz {
	height: 28px;
	background-position: -2802px 0px; 
}
.iti__flag.iti__ea {
	height: 28px;
	background-position: -2846px 0px; 
}
.iti__flag.iti__ec {
	height: 28px;
	background-position: -2890px 0px; 
}
.iti__flag.iti__ee {
	height: 26px;
	background-position: -2934px 0px; 
}
.iti__flag.iti__eg {
	height: 28px;
	background-position: -2978px 0px; 
}
.iti__flag.iti__eh {
	height: 20px;
	background-position: -3022px 0px; 
}
.iti__flag.iti__er {
	height: 20px;
	background-position: -3066px 0px; 
}
.iti__flag.iti__es {
	height: 28px;
	background-position: -3110px 0px; 
}
.iti__flag.iti__et {
	height: 20px;
	background-position: -3154px 0px; 
}
.iti__flag.iti__eu {
	height: 28px;
	background-position: -3198px 0px; 
}
.iti__flag.iti__fi {
	height: 24px;
	background-position: -3242px 0px; 
}
.iti__flag.iti__fj {
	height: 20px;
	background-position: -3286px 0px; 
}
.iti__flag.iti__fk {
	height: 20px;
	background-position: -3330px 0px; 
}
.iti__flag.iti__fm {
	height: 22px;
	background-position: -3374px 0px; 
}
.iti__flag.iti__fo {
	height: 30px;
	background-position: -3418px 0px; 
}
.iti__flag.iti__fr {
	height: 28px;
	background-position: -3462px 0px; 
}
.iti__flag.iti__ga {
	height: 30px;
    background-position: -3506px 0px; 
}
.iti__flag.iti__gb {
	height: 20px;
	background-position: -3550px 0px; 
}
.iti__flag.iti__gd {
	height: 24px;
	background-position: -3594px 0px; 
}
.iti__flag.iti__ge {
	height: 28px;
	background-position: -3638px 0px; 
}
.iti__flag.iti__gf {
	height: 28px;
	background-position: -3682px 0px; 
}
.iti__flag.iti__gg {
	height: 28px;
	background-position: -3726px 0px; 
}
.iti__flag.iti__gh {
	height: 28px;
	background-position: -3770px 0px; 
}
.iti__flag.iti__gi {
	height: 20px;
	background-position: -3814px 0px; 
}
.iti__flag.iti__gl {
	height: 28px;
	background-position: -3858px 0px; 
}
.iti__flag.iti__gm {
	height: 28px;
	background-position: -3902px 0px; 
}
.iti__flag.iti__gn {
	height: 28px;
	background-position: -3946px 0px; 
}
.iti__flag.iti__gp {
	height: 28px;
	background-position: -3990px 0px; 
}
.iti__flag.iti__gq {
	height: 28px;
	background-position: -4034px 0px; 
}
.iti__flag.iti__gr {
	height: 28px;
	background-position: -4078px 0px; 
}
.iti__flag.iti__gs {
	height: 20px;
	background-position: -4122px 0px; 
}
.iti__flag.iti__gt {
	height: 26px;
	background-position: -4166px 0px; 
}
.iti__flag.iti__gu {
	height: 22px;
	background-position: -4210px 0px; 
}
.iti__flag.iti__gw {
	height: 20px;
	background-position: -4254px 0px; 
}
.iti__flag.iti__gy {
	height: 24px;
	background-position: -4298px 0px; 
}
.iti__flag.iti__hk {
	height: 28px;
	background-position: -4342px 0px; 
}
.iti__flag.iti__hm {
	height: 20px;
	background-position: -4386px 0px; 
}
.iti__flag.iti__hn {
	height: 20px;
	background-position: -4430px 0px; 
}
.iti__flag.iti__hr {
	height: 20px;
	background-position: -4474px 0px; 
}
.iti__flag.iti__ht {
	height: 24px;
	background-position: -4518px 0px; 
}
.iti__flag.iti__hu {
	height: 20px;
	background-position: -4562px 0px; 
}
.iti__flag.iti__ic {
	height: 28px;
	background-position: -4606px 0px; 
}
.iti__flag.iti__id {
	height: 28px;
	background-position: -4652px 0px; 
}
.iti__flag.iti__ie {
	height: 20px;
	background-position: -4694px 0px; 
}
.iti__flag.iti__il {
	height: 30px;
	background-position: -4738px 0px; 
}
.iti__flag.iti__im {
	height: 20px;
	background-position: -4782px 0px; 
}
.iti__flag.iti__in {
	height: 28px;
	background-position: -4826px 0px; 
}
.iti__flag.iti__io {
	height: 20px;
	background-position: -4870px 0px; 
}
.iti__flag.iti__iq {
	height: 28px;
	background-position: -4914px 0px; 
}
.iti__flag.iti__ir {
	height: 24px;
	background-position: -4958px 0px; 
}
.iti__flag.iti__is {
	height: 30px;
	background-position: -5002px 0px; 
}
.iti__flag.iti__it {
	height: 28px;
	background-position: -5046px 0px; 
}
.iti__flag.iti__je {
	height: 24px;
	background-position: -5090px 0px; 
}
.iti__flag.iti__jm {
	height: 20px;
	background-position: -5134px 0px; 
}
.iti__flag.iti__jo {
	height: 20px;
	background-position: -5178px 0px; 
}
.iti__flag.iti__jp {
	height: 28px;
	background-position: -5222px 0px; 
}
.iti__flag.iti__ke {
	height: 28px;
	background-position: -5266px 0px; 
}
.iti__flag.iti__kg {
	height: 24px;
	background-position: -5310px 0px; 
}
.iti__flag.iti__kh {
	height: 26px;
	background-position: -5354px 0px; 
}
.iti__flag.iti__ki {
	height: 20px;
	background-position: -5398px 0px; 
}
.iti__flag.iti__km {
	height: 24px;
	background-position: -5442px 0px; 
}
.iti__flag.iti__kn {
	height: 28px;
	background-position: -5486px 0px; 
}
.iti__flag.iti__kp {
	height: 20px;
	background-position: -5530px 0px; 
}
.iti__flag.iti__kr {
	height: 28px;
	background-position: -5574px 0px; 
}
.iti__flag.iti__kw {
	height: 20px;
	background-position: -5618px 0px; 
}
.iti__flag.iti__ky {
	height: 20px;
	background-position: -5662px 0px; 
}
.iti__flag.iti__kz {
	height: 20px;
	background-position: -5706px 0px; 
}
.iti__flag.iti__la {
	height: 28px;
	background-position: -5750px 0px; 
}
.iti__flag.iti__lb {
	height: 28px;
	background-position: -5794px 0px; 
}
.iti__flag.iti__lc {
	height: 20px;
	background-position: -5838px 0px; 
}
.iti__flag.iti__li {
	height: 24px;
	background-position: -5882px 0px; 
}
.iti__flag.iti__lk {
	height: 20px;
	background-position: -5926px 0px; 
}
.iti__flag.iti__lr {
	height: 22px;
	background-position: -5970px 0px; 
}
.iti__flag.iti__ls {
	height: 28px;
	background-position: -6014px 0px; 
}
.iti__flag.iti__lt {
	height: 24px;
	background-position: -6058px 0px; 
}
.iti__flag.iti__lu {
	height: 24px;
	background-position: -6102px 0px; 
}
.iti__flag.iti__lv {
	height: 20px;
	background-position: -6146px 0px; 
}
.iti__flag.iti__ly {
	height: 20px;
	background-position: -6190px 0px; 
}
.iti__flag.iti__ma {
	height: 28px;
	background-position: -6234px 0px; 
}
.iti__flag.iti__mc {
	height: 30px;
	background-position: -6278px 0px; 
}
.iti__flag.iti__md {
	height: 20px;
	background-position: -6320px 0px; 
}
.iti__flag.iti__me {
	height: 20px;
	background-position: -6364px 0px; 
}
.iti__flag.iti__mf {
	height: 28px;
	background-position: -6408px 0px; 
}
.iti__flag.iti__mg {
	height: 28px;
	background-position: -6452px 0px; 
}
.iti__flag.iti__mh {
	height: 22px;
	background-position: -6496px 0px; 
}
.iti__flag.iti__mk {
	height: 20px;
	background-position: -6540px 0px; 
}
.iti__flag.iti__ml {
	height: 28px;
	background-position: -6584px 0px; 
}
.iti__flag.iti__mm {
	height: 28px;
	background-position: -6628px 0px; 
}
.iti__flag.iti__mn {
	height: 20px;
	background-position: -6672px 0px; 
}
.iti__flag.iti__mo {
	height: 28px;
	background-position: -6716px 0px; 
}
.iti__flag.iti__mp {
	height: 20px;
	background-position: -6760px 0px; 
}
.iti__flag.iti__mq {
	height: 28px;
	background-position: -6804px 0px; 
}
.iti__flag.iti__mr {
	height: 28px;
	background-position: -6848px 0px; 
}
.iti__flag.iti__ms {
	height: 20px;
	background-position: -6892px 0px; 
}
.iti__flag.iti__mt {
	height: 28px;
	background-position: -6936px 0px; 
}
.iti__flag.iti__mu {
	height: 28px;
	background-position: -6980px 0px; 
}
.iti__flag.iti__mv {
	height: 28px;
	background-position: -7024px 0px; 
}
.iti__flag.iti__mw {
	height: 28px;
	background-position: -7068px 0px; 
}
.iti__flag.iti__mx {
	height: 24px;
	background-position: -7112px 0px; 
}
.iti__flag.iti__my {
	height: 20px;
	background-position: -7156px 0px; 
}
.iti__flag.iti__mz {
	height: 28px;
	background-position: -7200px 0px; 
}
.iti__flag.iti__na {
	height: 28px;
	background-position: -7244px 0px; 
}
.iti__flag.iti__nc {
	height: 20px;
	background-position: -7288px 0px; 
}
.iti__flag.iti__ne {
	height: 30px;
	background-position: -7332px 0px; 
}
.iti__flag.iti__nf {
	height: 20px;
	background-position: -7372px 0px; 
}
.iti__flag.iti__ng {
	height: 20px;
	background-position: -7416px 0px; 
}
.iti__flag.iti__ni {
	height: 24px;
	background-position: -7460px 0px; 
}
.iti__flag.iti__nl {
	height: 28px;
	background-position: -7504px 0px; 
}
.iti__flag.iti__no {
	height: 30px;
	background-position: -7548px 0px; 
}
.iti__flag.iti__np {
	height: 30px;
	background-position: -7592px 0px; 
}
.iti__flag.iti__nr {
	height: 20px;
	background-position: -7622px 0px; 
}
.iti__flag.iti__nu {
	height: 20px;
	background-position: -7666px 0px; 
}
.iti__flag.iti__nz {
	height: 20px;
	background-position: -7710px 0px; 
}
.iti__flag.iti__om {
	height: 20px;
	background-position: -7754px 0px; 
}
.iti__flag.iti__pa {
	height: 28px;
	background-position: -7798px 0px; 
}
.iti__flag.iti__pe {
	height: 28px;
	background-position: -7842px 0px; 
}
.iti__flag.iti__pf {
	height: 28px;
	background-position: -7886px 0px; 
}
.iti__flag.iti__pg {
	height: 30px;
	background-position: -7930px 0px; 
}
.iti__flag.iti__ph {
	height: 20px;
	background-position: -7974px 0px; 
}
.iti__flag.iti__pk {
	height: 28px;
	background-position: -8018px 0px; 
}
.iti__flag.iti__pl {
	height: 26px;
	background-position: -8062px 0px; 
}
.iti__flag.iti__pm {
	height: 28px;
	background-position: -8106px 0px; 
}
.iti__flag.iti__pn {
	height: 20px;
	background-position: -8150px 0px; 
}
.iti__flag.iti__pr {
	height: 28px;
	background-position: -8194px 0px; 
}
.iti__flag.iti__ps {
	height: 20px;
	background-position: -8238px 0px; 
}
.iti__flag.iti__pt {
	height: 28px;
	background-position: -8282px 0px; 
}
.iti__flag.iti__pw {
	height: 26px;
	background-position: -8326px 0px; 
}
.iti__flag.iti__py {
	height: 22px;
	background-position: -8370px 0px; 
}
.iti__flag.iti__qa {
	height: 16px;
	background-position: -8414px 0px; 
}
.iti__flag.iti__re {
	height: 28px;
	background-position: -8458px 0px; 
}
.iti__flag.iti__ro {
	height: 28px;
	background-position: -8502px 0px; 
}
.iti__flag.iti__rs {
	height: 28px;
	background-position: -8546px 0px; 
}
.iti__flag.iti__ru {
	height: 28px;
	background-position: -8590px 0px; 
}
.iti__flag.iti__rw {
	height: 28px;
	background-position: -8634px 0px; 
}
.iti__flag.iti__sa {
	height: 28px;
	background-position: -8678px 0px; 
}
.iti__flag.iti__sb {
	height: 20px;
	background-position: -8722px 0px; 
}
.iti__flag.iti__sc {
	height: 20px;
	background-position: -8766px 0px; 
}
.iti__flag.iti__sd {
	height: 20px;
	background-position: -8810px 0px; 
}
.iti__flag.iti__se {
	height: 26px;
	background-position: -8854px 0px; 
}
.iti__flag.iti__sg {
	height: 28px;
	background-position: -8898px 0px; 
}
.iti__flag.iti__sh {
	height: 20px;
	background-position: -8942px 0px; 
}
.iti__flag.iti__si {
	height: 20px;
	background-position: -8986px 0px; 
}
.iti__flag.iti__sj {
	height: 30px;
	background-position: -9030px 0px; 
}
.iti__flag.iti__sk {
	height: 28px;
	background-position: -9074px 0px; 
}
.iti__flag.iti__sl {
	height: 28px;
	background-position: -9118px 0px; 
}
.iti__flag.iti__sm {
	height: 30px;
	background-position: -9162px 0px; 
}
.iti__flag.iti__sn {
	height: 28px;
	background-position: -9206px 0px; 
}
.iti__flag.iti__so {
	height: 28px;
	background-position: -9250px 0px; 
}
.iti__flag.iti__sr {
	height: 28px;
	background-position: -9294px 0px; 
}
.iti__flag.iti__ss {
	height: 20px;
	background-position: -9338px 0px; 
}
.iti__flag.iti__st {
	height: 20px;
	background-position: -9382px 0px; 
}
.iti__flag.iti__sv {
	height: 24px;
	background-position: -9426px 0px; 
}
.iti__flag.iti__sx {
	height: 28px;
	background-position: -9470px 0px; 
}
.iti__flag.iti__sy {
	height: 28px;
	background-position: -9514px 0px; 
}
.iti__flag.iti__sz {
	height: 28px;
	background-position: -9558px 0px; 
}
.iti__flag.iti__ta {
	height: 20px;
	background-position: -9602px 0px; 
}
.iti__flag.iti__tc {
	height: 20px;
	background-position: -9646px 0px; 
}
.iti__flag.iti__td {
	height: 28px;
	background-position: -9690px 0px; 
}
.iti__flag.iti__tf {
	height: 28px;
	background-position: -9734px 0px; 
}
.iti__flag.iti__tg {
	height: 26px;
	background-position: -9778px 0px; 
}
.iti__flag.iti__th {
	height: 28px;
	background-position: -9822px 0px; 
}
.iti__flag.iti__tj {
	height: 20px;
	background-position: -9866px 0px; 
}
.iti__flag.iti__tk {
	height: 20px;
	background-position: -9910px 0px; 
}
.iti__flag.iti__tl {
	height: 20px;
	background-position: -9954px 0px; 
}
.iti__flag.iti__tm {
	height: 28px;
	background-position: -9998px 0px; 
}
.iti__flag.iti__tn {
	height: 28px;
	background-position: -10042px 0px; 
}
.iti__flag.iti__to {
	height: 20px;
	background-position: -10086px 0px; 
}
.iti__flag.iti__tr {
	height: 28px;
	background-position: -10130px 0px; 
}
.iti__flag.iti__tt {
	height: 24px;
	background-position: -10174px 0px; 
}
.iti__flag.iti__tv {
	height: 20px;
	background-position: -10218px 0px; 
}
.iti__flag.iti__tw {
	height: 28px;
	background-position: -10262px 0px; 
}
.iti__flag.iti__tz {
	height: 28px;
	background-position: -10306px 0px; 
}
.iti__flag.iti__ua {
	height: 28px;
	background-position: -10350px 0px; 
}
.iti__flag.iti__ug {
	height: 28px;
	background-position: -10394px 0px; 
}
.iti__flag.iti__um {
    height: 22px;
    background-position: -10438px 0px; 
}
.iti__flag.iti__un {
    height: 28px;
    background-position: -10482px 0px; 
}
.iti__flag.iti__us {
    height: 22px;
    background-position: -10526px 0px; 
}
.iti__flag.iti__uy {
    height: 28px;
    background-position: -10572px 0px; 
}
.iti__flag.iti__uz {
    height: 20px;
    background-position: -10614px 0px; 
}
.iti__flag.iti__va {
	height: 30px;
	background-position: -10658px 0px; 
}
.iti__flag.iti__vc {
	height: 28px;
	background-position: -10692px 0px; 
}
.iti__flag.iti__ve {
	height: 28px;
	background-position: -10736px 0px; 
}
.iti__flag.iti__vg {
	height: 20px;
	background-position: -10780px 0px; 
}
.iti__flag.iti__vi {
	height: 28px;
	background-position: -10824px 0px; 
}
.iti__flag.iti__vn {
	height: 28px;
	background-position: -10870px 0px; 
}
.iti__flag.iti__vu {
	height: 24px;
	background-position: -10912px 0px; 
}
.iti__flag.iti__wf {
	height: 28px;
	background-position: -10956px 0px; 
}
.iti__flag.iti__ws {
	height: 20px;
	background-position: -11000px 0px; 
}
.iti__flag.iti__xk {
	height: 30px;
	background-position: -11044px 0px; 
}
.iti__flag.iti__ye {
	height: 28px;
	background-position: -11088px 0px; 
}
.iti__flag.iti__yt {
	height: 28px;
	background-position: -11132px 0px; 
}
.iti__flag.iti__za {
	height: 28px;
	background-position: -11176px 0px; 
}
.iti__flag.iti__zm {
	height: 28px;
	background-position: -11220px 0px; 
}
.iti__flag.iti__zw {
	height: 20px;
	background-position: -11264px 0px; 
}

.iti__flag.iti__np {
  background-color: transparent; }

.iti__country{
	position: relative;
}
.iti__country:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iti__flag-container.active .iti__country-list{
	display: block !important;
}
.iti__country-list li.iti__search{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 51px;
	z-index: 25;
	padding: 4px 14px 5px 16px;
	background-color: #ffffff;
}
.iti__country-list li.iti__search .hold-search{
	position: static;
}
.hold-search .form-control{
	border-radius: 0px;
	font-size: 14px;
	height: 36px;
	border: none;
	padding: 5px 15px 9px 18px;
	box-shadow: none;
	border-bottom: 1px solid #DBDBDB;
}
.hold-search  input[type=text].form-control:focus{
	box-shadow: none;
}
.hold-search .icon-search{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
    left: 16px;
}
.iti__selected-dial-code{
	display: none;
}
.country-name{
	display: block;
	margin: 0 0 0 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
    overflow: hidden;
    flex: 1;
    cursor: pointer;
	position: absolute;
	top: 14px;
	left: 45px;
}

@media(min-width: 990px) {
	.hold-warning{
		font-size: 16px;
		padding: 14px;
		justify-content: center;
		text-align: center;
	}
	.hold-warning small{
		font-size: 16px;
	}
	.iti{
		flex-direction: row;
	}
	.iti__flag-container {
	    width: 81px;
	    margin: 0;
	}
	.iti__selected-dial-code,
	.country-name {
	    display: none;
	}
	.iti__selected-flag{
		width: 69px;
		margin: 0 12px 0 0;
		padding: 11px 22px 11px 5px;
	}
	.iti__arrow{
		right: 8px;
	}
	.country-code{
		top: 0;
		bottom: 0;
		left: 94px;
	}
	.iti__country-list li.iti__search{
		height: 70px;
		padding: 16px 14px 10px 16px;
	}
	.hold-search .form-control{
		font-size: 16px;
		border-radius: 21px;
		height: 42px;
		border: none;
		padding: 10px 15px 10px 33px;
		box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.16);
	}
	.hold-search  input[type=text].form-control:focus{
		box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.16);
	}
	.hold-search .icon-search{
		left: 30px;
		top: 26px;
	}
	.phonecode{
		flex: 1;
	}
}

/*start new style page /dossiers/view3*/
#links{
	display: flex;
	flex-direction: column;
}
#links a{
	order: 2;
	margin: 0 0 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#links a.active{
	order: 1;
}
#links a[aria-expanded="false"],
#links a{
	background-color: #fff !important;
	color: var(--theme-color);
}
#links a[aria-expanded="true"],
#links a:hover,
#links a.active{
	background-color: var(--theme-color)  !important;
	color: #fff;
}
#divs .collapse{
	height: auto !important;
}
#divs .collapse.in{
	display: none;
	visibility: hidden;
}
#divs .collapse.active{
	display: block;
	visibility: visible;
	height: auto !important;
}
#a_2 .row{
	display: flex;
	flex-direction: column-reverse;
}
@media(min-width: 990px) {
	#a_2 .row{
		flex-direction: row;
	}
}
/*end new style page /dossiers/view3*/

/*
 * Component: Sidebar
 * ------------------
 */
/*new style sidebar*/
.fixed .sidebar{
	height: auto;
	overflow: visible;
}
.logo svg{
	max-width: 184px;
	width: 100%;
}
.info-card{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
	padding: 13px 0 13px 3px;
	border-bottom: 1px solid rgba(112,112,112, 0.25);
}
.pull-left.image svg *{
	fill: #b7b7b7 !important;
}
.user-panel > .info > p,
.info .link-profile{
	font-size: 18px;
	line-height: 20px;
	color: #4A4A4A !important;
	white-space: nowrap;
	margin: 0 0 2px;
}
.info .online-text{
	color: #4A4A4A !important;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	margin: 0 0 0 3px;
}
.online-status {
    color: #34E179 !important;
    font-size: 14px;
}
.pull-left.info{
	padding: 5px 0 0 11px;
}
.main-sidebar{
    position: fixed;
    top: 0;
    left: -300px !important;
    height: 100%;
    width: 300px;
    padding: 0 8px;
    transform: translate3d(0, 0, 0) !important;
    background-color: #fff !important;
    background-image: none !important;
    z-index: 1000;
    box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-menu{
	list-style: none;
	padding: 11px 0 0;
	margin: 0;
	height: calc(100vh - 288px);
	position: relative;
	overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.sidebar-menu::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}
.sidebar-menu li{
	margin: 0 0 8px;
}
.main-sidebar.open{
	left: 0 !important;
}
/*.main-sidebar.open ~ #content-wrapper,*/
.main-sidebar.full-sidebar.open ~ #content-wrapper{
	margin-left: 0;
}
#content-wrapper {
    margin: 0;
    -webkit-transition: margin-left 0.3s ease;
    -moz-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
}
.main-sidebar.full-sidebar ~ #content-wrapper{
	margin: 0;
}
.full-sidebar.sidebar-hold{
	padding: 0 40px;
}
.main-sidebar.open{
	width: 350px;
}
.main-sidebar.full-sidebar{
	width: 350px;
	left: -350px !important;
}
.main-sidebar.full-sidebar.open{
	left: 0 !important;
}
.main-sidebar.open .user-panel .pull-left.info,
.main-sidebar.open .page-logo,
.main-sidebar.full-sidebar .user-panel .pull-left.info,
.main-sidebar.full-sidebar .page-logo{
	display:block;
}
.skin-convieneonline .main-sidebar.open .page-logo,
.skin-convieneonline .main-sidebar.full-sidebar .page-logo,
.main-sidebar.open .sidebar-menu li a>.nav-link-text,
.main-sidebar.full-sidebar .sidebar-menu li a>.nav-link-text,{
	display: flex;
}
.main-sidebar.open .sidebar-menu li a span,
.main-sidebar.open .sidebar-menu li a .pull-right,
.main-sidebar.full-sidebar .sidebar-menu li a .pull-right,
.main-sidebar.full-sidebar .sidebar-menu li a span,
.main-sidebar.open .list-lang .hold-text,
.main-sidebar.full-sidebar .list-lang .hold-text{
	display: inline-flex;
}
.hold-online{
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	margin: 0 0 2px 5px;
}
.sidebar-menu li a{
	white-space: nowrap;
}
.sidebar-menu li a>.ni,
.sidebar-menu li a>[class*=fa-]{
	margin: 0;
}
.main-sidebar .sidebar-menu li a>.ni,
.main-sidebar .sidebar-menu li a>[class*=fa-]{
	color: #707070 !important;
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.main-sidebar.open .sidebar-menu li a>.ni,
.main-sidebar.open .sidebar-menu li a>[class*=fa-],
.main-sidebar:hover .sidebar-menu li a>.ni,
.main-sidebar:hover .sidebar-menu li a>[class*=fa-],
.main-sidebar.open .sidebar-menu li a .hold-icon svg,
.main-sidebar:hover .sidebar-menu li a .hold-icon svg{
	color: var(--theme-color) !important;
	fill: var(--theme-color) !important;
}
.main-sidebar .sidebar-menu li a .hold-icon{
	display: inline-flex !important;
	max-width: 32px;
	padding: 0;
	flex: 0 0 32px;
	height: 32px;
    align-items: center;
    justify-content: center;
}
.main-sidebar .sidebar-menu li a .hold-icon svg{
	max-width: 100%;
	max-height: 100%;
	fill: #707070 !important;
	-webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.hold-toogle{
	padding: 20px 3px 20px 10px;
}
.main-sidebar .sidebar-toggle,
.skin-convieneonline .main-header .navbar .sidebar-toggle {
	display: flex;
	align-items: center; 
	position: relative; 
	width: 40px;
	height: 30px;  
	cursor: pointer;
	z-index: 1;
	padding: 0;
	margin: 0;
	border: none;
	opacity: 1;
}
.skin-convieneonline .main-header .navbar .sidebar-toggle{
	margin: 16px 0 0;
}
.sidebar-toggle:hover,
.sidebar-toggle.header-btn.btn:hover{
	background: none;
	opacity: 0.85;
}
.sidebar-toggle > span,
.sidebar-toggle > span:before,
.sidebar-toggle > span:after {
	display: block;
	position: absolute;  
	width: 100%;
	height: 4px;  
	border-radius: 4px;
	background-color: #707070;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-toggle > span:before {
	content: '';
	top: -10px;
}
.sidebar-toggle > span:after {
	content: '';
	top: 10px;
	width: 84%;
}
.sidebar-toggle.open-sidebar > span {
	transform: rotate(45deg);
}
.sidebar-toggle.open-sidebar > span:before {
	top: 0;
	transform: rotate(0);
}
.sidebar-toggle.open-sidebar > span:after {
	top: 0;
	width: 100%;
	transform: rotate(90deg);
}
.skin-convieneonline .main-sidebar .page-logo{
	padding: 13px 8px;
	margin: 0 0 3px;
	border-bottom: 1px solid rgba(112,112,112, 0.25);
	justify-content: flex-start;
}
.page-logo .logo{
	width: 44px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.page-logo .logo svg{
	width: 180px;
}
.main-sidebar.open .page-logo .logo,
.main-sidebar.full-sidebar .page-logo .logo{
	width: 180px;
}
.user-panel>.image>img{
	width: 49px;
    height: 49px;
}
.pull-left.image{
	width: 49px;
    height: 49px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(112,112,112,0.25);
    flex: 0 0 49px;
}

.sidebar-menu>li:last-child{
	margin: 0 0 20px;
}
.sidebar-menu>li>a{
	display: flex;
	align-items: center;
	padding: 8px 13px;
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
	color: #4A4A4A !important;
	text-decoration: none;
}
.sidebar-menu>li>a i{
	font-size: 30px;
	line-height: 30px;
	width: 38px;
	text-align: center;
	flex: 0 0 38px;
}
.skin-convieneonline .main-sidebar .sidebar a{
	color: #4A4A4A !important;
}
.skin-convieneonline .main-sidebar .sidebar-menu > li:hover > a,
.skin-convieneonline .main-sidebar .sidebar-menu > li.active > a{
	color: #4A4A4A !important;
	background: none;
}
.sidebar-menu li a span{ 
	padding: 0 0 0 19px; 
}
.main-sidebar .sidebar-menu li > a:hover .pull-right,
.main-sidebar .sidebar-menu li a:hover>[class*=fa-]{
	color: var(--theme-color) !important;
}
.sidebar-menu li a .pull-right{
	transform: rotate(180deg);
	color: var(--theme-color);
	font-size: 30px;
    margin: -2px 0 0 0;
    vertical-align: middle;
    font-weight: normal;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.sidebar-menu li.active a .pull-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #777777 !important;
    font-weight: normal;
    margin: -3px 2px 0 0;
}
.main-sidebar .sidebar-menu li a:hover .pull-right{
	color: #777777 !important;
}

.skin-convieneonline .sidebar-menu li>ul,
.skin-convieneonline .sidebar-menu li>ul li a:hover{
	background: none;
}
.skin-convieneonline .sidebar-menu ul.treeview-menu.menu-open li a:after{
	display: none;
}
.main-sidebar .sidebar-menu .treeview-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	display: none;
}
.main-sidebar .sidebar-menu .treeview-menu li{
	padding: 0 0 0 40px;
}
.skin-convieneonline .main-sidebar .sidebar-menu > li > .treeview-menu:before{
	content: "";
	border-left: 1px solid #DBDBDB;
	left: 28px;
	top: 8px;
    bottom: 12px;
    display: block;
    position: absolute;
    z-index: 1;
}
.sidebar-menu li a>.nav-link-text{
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
}
.sidebar-menu .treeview-menu li a>.nav-link-text{
	padding: 0;
	white-space: normal;
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.sidebar-menu .treeview-menu li a:hover .nav-link-text{
	color: var(--theme-color) !important;
}
.sidebar-menu li a:hover .nav-link-text,
.sidebar-menu li:hover a .nav-link-text{
	background: none !important;
	color: #4A4A4A !important;
}
.skin-convieneonline .sidebar-menu li>ul li a{
	display: block;
	padding: 5px 20px 5px 25px;
	text-decoration: none;
}
.sidebar-toggle:before{
	display: none;
}
.nav-function-hidden:not(.nav-function-top) .main-header [data-class=nav-function-hidden],
.skin-convieneonline .main-header .navbar.navbar-static-top .sidebar-toggle:hover,
.skin-convieneonline .main-header .navbar.navbar-static-top .sidebar-toggle{
	background: none !important;
	background-color: rgba(0,0,0,0) !important;
	border: none !important;
	box-shadow: none !important;
}
.skin-convieneonline .main-header .navbar .sidebar-toggle{
	display: flex;
}
.fixed footer.main-footer{
    width: 100%;
    margin-left: 0;
}
.fixed .full-sidebar ~ footer.main-footer{
    width: 100%;
    margin-left: 0;
}
.fixed.sidebar-collapse.sidebar-open.nav-function-hidden footer.main-footer{
	width: 100%;
	margin-left: 0;
}
.sidebar-menu li a>.nav-link-text {
	flex: 1;
	display: inline-flex;
	align-items: center;
	position: relative;
    padding: 0 20px 0 19px;
}
.sidebar-menu > li > a > .nav-link-text:before{
	content: '';
	width: 14px;
	height: 14px;
	border-right: 3px solid #777;
	border-bottom: 3px solid #777;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -9px 0 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}
.sidebar-menu > li:not(.treeview) > a > .nav-link-text:before {
	transform: rotate(-45deg);
	border-color:  var(--theme-color);
}
.sidebar-menu li a:hover .nav-link-text:before{
	border-color:  #777;
}
.sidebar-menu li.active a .nav-link-text:before{
	margin: -5px 0 0;
	border-color:  var(--theme-color);
    transform: rotate(-45deg);
}

.main-footer{
	border: none;
	padding: 0;
}
.container-footer{
	max-width: 1200px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 20px 20px 0 0;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	padding: 20px 30px;
}
.main-sidebar ~ .modal-new{
	left: 0;
}
.main-header{
	z-index: 998;
}
.modal-new{
	z-index: 1040;
}
.modal-new .modal-backdrop{
	position: absolute;
}
.main-sidebar.full-sidebar ~ .modal-new{
	left: 0;
}
.main-sidebar.open ~ .modal-new,
.main-sidebar.full-sidebar.open ~ .modal-new{
	left: 0;
}
.modal-new .modal-backdrop.in{
	opacity: 0.4;
}
.modal-new .modal-dialog{
	max-width: 696px;
	width: 100%;
	margin: 30px auto;
}
.modal-new.modal .box-header>.box-tools{
	top: 16px;
	right: 21px;
	transform: translateY(0);
	position: absolute;
}
.modal-new .box{
	box-shadow: none;
	background:  #FBF8FA;
	box-shadow: none !important;
	border: none !important;
}
.modal-new  .modal-body{
	padding: 0 20px 20px;
}
.modal-new .modal-content > .box > .box-header{
	padding-left: 16px;
    padding-right: 50px;
}
.modal-new .modal-content{
	border-radius: 8px;
	margin: 0 10px;
	width: calc(100% - 20px);
	-webkit-box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.35 ) !important;
	box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.35 ) !important;
}
.modal-new .box-header .box-title{
	display: block;
	font-size: 24px;
	line-height: 28px;
}
.modal-setting  .settings-panel{
	display: flex;
	flex-wrap: wrap;
}
.modal-setting .settings-panel .col-3{
	width: 100%;
	padding: 0 15px;
	position: relative;
}

.settings-panel .title{
	font-size: 18px;
	line-height: 22px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px;
}
.modal-setting .settings-panel .expanded{
	padding: 0;
}
.modal-setting .settings-panel .expanded ul{
	margin: 0 -7px 10px !important;
	display: flex;
	flex-wrap: wrap;
	width: auto;
	justify-content: center;
}
.modal-setting .settings-panel .expanded ul li{
	width: 52px;
	margin: 0 7px 17px;
}
.modal-setting .settings-panel .expanded.theme-colors>ul>li [data-action]{
	width: 52px;
	height: 52px;
	margin: 0 auto;
	border-radius: 70px;
	box-shadow: none;
}
.modal-setting .settings-panel .expanded.theme-colors>ul>li a.active:after{
	content: '';
	width: 19px;
	height: 12px;
	border: none;
	border-radius: 0px;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -9px;
	transform: rotate(-45deg);
}
.chek-sidebar{
	position: relative;
}
.label-choose,
.list-lang a{
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #4A4A4A;
	font-weight: normal;
	padding: 16px 45px 16px 15px;
	margin: 0 0 17px;
	border-radius: 40px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.10);
}
.label-choose{
	padding: 17px 45px 17px 30px;
}
.list-lang a{
	display: flex;
	align-items: center;
}
.label-choose:before,
.list-lang a:before{
	content: '';
	width: 24px;
	height: 24px;
	border: 1px solid #707070;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	-webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.label-choose:after,
.list-lang a:after{
	content: '';
	width: 16px;
	height: 16px;
	background: var(--theme-color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.chek-sidebar .custom-radio{
	display: none;
}
.chek-sidebar .custom-radio:checked + .label-choose,
.list-lang a.active{
	font-weight: bold;
}
.chek-sidebar .custom-radio:checked + .label-choose:before,
.list-lang a.active:before{
	border-color: var(--theme-color);
}
.chek-sidebar .custom-radio:checked + .label-choose:after,
.list-lang a.active:after{
	opacity: 1;
}
.list-lang a .icon-flag{
	width: 24px;
	height:  24px;
	display: inline-block;
	flex: 0 0 24px;
	margin: 0 9px 0 0;
}
.modal-lang .list-lang a .icon-flag svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal-lang .list-lang a {
    padding: 8px 0;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid var(--bg-main);
    border-radius: 0;
}
.modal-lang .list-lang a:last-child {
	border: none;
}
.list-lang a {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
}
/* .list-lang a .icon-flag.it{
	background: url(/img/flag-it.png) no-repeat 0 0; 
}
.list-lang a .icon-flag.en{
	background: url(/img/flag-en.png) no-repeat 0 0;
} */
 .modal-logout .hold-btn,
.modal-logout .hold-btn-inner{
	position: relative;
}
.modal-logout .hold-btn .btn-modal,
.modal-logout .hold-btn-inner .btn-modal{
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #4A4A4A;
	padding: 15px 20px;
	margin: 0 0 12px;
	text-align: center;
	text-decoration: none;
	border-radius: 84px;
	background: #FBF8FA;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	-moz-transition: background 0.3s ease, color 0.3s ease;
	-o-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
}
.modal-logout .hold-btn-inner .btn-modal{
	text-decoration: underline;
}
.modal-logout .hold-btn .btn-modal.btn-primary:hover,
.modal-logout .hold-btn-inner .btn-modal.btn-primary:hover{
	color: #FFFFFF;
	background:  var(--theme-color);
}
.modal-logout .hold-btn .btn-modal.btn-primary,
.modal-logout .hold-btn-inner .btn-modal.btn-primary{
	color: #FFFFFF;
	opacity: 1;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
.main-sidebar.open ~ .modal-setting .settings-panel .col-3 {
    padding: 0;
}
.main-sidebar.open ~ .modal-setting .settings-panel .expanded.theme-colors>ul>li [data-action] {
    width: 52px;
	height: 52px;
}
.fixed footer.main-footer{
	padding: 0 15px;
	-webkit-transition: margin-left 0.3s ease;
    -moz-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
}

.main-sidebar.open ~ .modal-setting .settings-panel .col-3{
	width: 100%;
	margin: 0 0 10px;
}
.main-sidebar.open ~ .modal-setting .settings-panel .col-3:before{
	display: none;
}
.hold-notification,
.quicknav .hold-phone,
.hold-logout{
	font-size: 16px;
	line-height: 18px;
	color: #4A4A4A;
	cursor: pointer;
	margin: 0 17px 0 0;
	height: auto;
}
.hold-logout{
	margin: 0;
}
.quicknav .hold-phone a:hover,
.hold-logout a{
	text-decoration: none;
	color: #4A4A4A;
}
.navbar-custom-menu .quicknav{
	height: auto;
}
.main-header ul.nav.navbar-nav .open .hold-phone .header-icon:after{display: none;}
.hold-notification a,
.quicknav .hold-phone a,
.hold-logout a{
	font-size: 16px;
	line-height: 18px;
	color: #4A4A4A;
	display: flex;
	align-items: center;
	opacity: 1;
}
.hold-notification a path,
.quicknav .hold-phone a path,
.hold-logout a path{
	fill:#828282;
	-webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease
}
.hold-notification a:hover svg,
.quicknav .hold-phone a:hover svg,
.hold-logout a:hover svg,
.hold-notification a:hover path,
.quicknav .hold-phone a:hover path,
.hold-logout a:hover path,
.quicknav .hold-phone.open a path{
	fill: var(--theme-color);
}

.hold-notification .hold-icon{
	width: 25px;
	height: 29px;
	position: relative;
	display: block;
}
.hold-notification .hold-icon .menu-number{
	position: absolute;
	top: -13px;
    right: 56%;
	font-size: 14px;
	line-height: 16px;
	min-width: 24px;
	text-align: center;
	padding: 4px 5px;
	border-radius: 12px;
	background: var(--theme-color);
	color: #FFFFFF;
}
.hold-notification .hold-text,
.hold-phone .hold-text,
.hold-logout .hold-text{
	padding: 0 5px;
	display: none;
}
.hold-phone .hold-icon{
	width: 26px;
	height: 26px;
	position: relative;
	display: block;
}
.hold-phone .hold-icon img,
.hold-phone .hold-icon svg{
	width: 100%;
	height: auto;
	display: block;
}
.hold-logout .hold-icon{
	width: 14px;
	height: 25px;
	position: relative;
	display: block;
}
.main-sidebar.open ~ .modal-setting .settings-panel .expanded ul li{
	width: 50px;
}
.main-sidebar.open ~ .modal-setting .settings-panel .expanded ul{
	justify-content: center;
}
.nav .hold-phone.open>a,
.nav .hold-phone.open>a:hover,
.nav .hold-phone.open>a:focus{
	background-color: #fff;
    border: none;
}
.navbar-custom-menu .hold-phone .dropdown-menu{
	padding: 0;
}
.modal.modal-small .modal-dialog{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	width: 300px;
	box-shadow: none;
	margin: 0;
}
.modal-small .modal-content{
	margin: 0 15px;
	width: auto;
}
.modal-new.modal-small .modal-body {
    padding: 16px;
}
.modal-new.modal-small .box-header .box-title{
	justify-content: center;
	margin: 0;
	font-size: 22px;
	line-height: 24px;
}
.modal-logout .hold-btn{
	position: relative;
}
.modal-logout .hold-btn .btn-modal{
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #4A4A4A;
	padding: 15px 20px;
	margin: 0 0 12px;
	text-align: center;
	text-decoration: none;
	border-radius: 84px;
	background: #FBF8FA;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}
.modal-logout .hold-btn .btn-modal:hover{
	color: #FFFFFF;
	background:  var(--theme-color);
}
.modal-logout .hold-btn .btn-modal.btn-primary{
	color: #FFFFFF;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.modal.modal-small.modal-new .box-header>.box-tools{
	position: absolute;
	top: 14px;
	right: 18px;
	transform: translateY(0%);
}
.navbar-nav .settings,
.navbar-nav .quick-shortcut,
.navbar-nav .user-menu{
	display: none;
}
.navbar-nav{
	padding: 21px 0;
}
.modal-setting .settings-panel .col-6,
.modal-setting .settings-panel .col-4{
	padding: 0;
	width: 100%;
}
.modal-setting .settings-panel .col-6{
	flex: 0 0 100%;
	max-width: 100%;
}
.main-sidebar .list-lang{
	border-top: 1px solid #DBDBDB; 
	padding: 0 0 0 11px;
	margin: 0 0 11px;
	position: relative;
}
.main-sidebar .list-lang:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 5;
}
.main-sidebar.open .list-lang{
	border-top: 1px solid #DBDBDB; 
}
.main-sidebar .list-lang a{
	display: none;
	box-shadow: none;
	font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 9px 13px 9px 0px;
}
.main-sidebar .list-lang a.active{
	display: flex;
	align-items: center;
}
.main-sidebar .list-lang a:after,
.main-sidebar .list-lang a:before{
	display: none;
}
.main-sidebar .list-lang a .icon-flag{
	width: 39px;
	flex: 0 0 39px;
	display: inline-flex;
	margin: 0 3px 0 0;
}
.main-sidebar .list-lang .hold-text{
	position: relative;
	display: inline-flex;
	padding: 0 20px 0 10px;
	font-size: 18px;
    line-height: 22px;
    font-weight: 500;
	flex: 1;
	align-items: center;
	position: relative;
}
.main-sidebar .list-lang .hold-text:before{
	content: '';
	width: 14px;
	height: 14px;
	border-right: 3px solid var(--theme-color);
	border-bottom: 3px solid var(--theme-color);
	position: absolute;
	top: 50%;
	right: 0;
	margin: -6px 0 0;
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.main-sidebar .list-lang:hover .hold-text:before{
	border-color: #777777;
}
.modal-lang .list-lang a{
	padding: 13px 45px 13px 18px;
}
.navbar-custom-menu .hold-phone .dropdown-menu{
	width: 300px !important;
	border-radius: 15px;
	padding: 0 15px;
	box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.16) !important;
	margin: 14px 0 0;
	right: 0px !important;
}
.navbar-custom-menu .hold-phone .dropdown-menu:before{
	content: '';
	position: absolute;
	top: -6px;
	right: 40px;
	width: 20px;
	height: 20px;
	box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.16) !important;
	background-color: #fff;
	transform: rotate(-45deg);
}
.navbar-custom-menu .hold-phone .dropdown-menu:after{
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
    width: 100px;
    height: 20px;
	background: #ffffff;
}
.hold-phone .show-phone-icon{
	font-size: 30px;
	line-height: 32px;
	color: #4A4A4A;
	font-weight: 700;
	margin: 0 0 19px;
	border-bottom: 1px solid #DBDBDB;
	padding: 24px 0 14px;
	height: auto;
}
.hold-phone .main-phone{
	display: flex;
	align-items: center;
}
.hold-phone .main-phone .hold-icon{
	width: 33px;
	height: 33px;
	margin: 0 8px 0 0;
}
.phone-content{
	padding: 0 0 24px;
}
.phone-content .date-row{
	margin: 0 0 6px;
}
.phone-content .date-row__day{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	width: 80px;
}
.phone-content .date-row__time{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-transform: capitalize;
}
.list-stati{
	padding: 0;
	list-style: none;
}
.list-stati li{
	padding: 0 0 0 8px;
	position: relative;
}
.list-stati li:before{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #555;
	position: absolute;
	top: 9px;
	left: 0px;
}
/*Start style page Statistic*/
.container-statistic{
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.container-statistic .box-title{
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	color: #4A4A4A;
	padding: 19px 30px 0;
	margin: 0 0 27px;
}
.container-statistic h1{
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	margin: 0 0 8px;
}
.container-statistic .custom-row{
	margin: 0 -23px;
	width: auto;
}
.container-statistic .custom-row__col{
	padding: 0 23px;
}
.container-statistic .card-statistic{
	width: 100%;
	background: #FFFFFF;
	border-radius: 16px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	margin: 0 0 35px;
}
.card-statistic .hold-head{
	padding: 12px 18px 0;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border-radius: 16px 16px 0 0;
}
.card-statistic .hold-head h2{
	font-size: 21px;
	line-height: 28px;
	margin: 0 0 10px;
	font-weight: 700;
}
.card-statistic .nav-tabs {
    flex-direction: column;
    display: flex;
    height: 100%;
    margin: 0;
	border: none;
}
.card-statistic .tab-content{
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-statistic ul.nav{
	position: relative;
	padding: 0 0 9px;
    margin: 0 0 -9px;
    width: 100%;
    white-space: nowrap;
    text-align: center;
	overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.card-statistic ul.nav::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}
.card-statistic ul.nav li{
	display: inline-block;
	margin: 0 11px !important;
}
.card-statistic ul.nav li a{
	background: none;
	font-size: 16px;
	line-height: 21px;
	color: #4A4A4A;
	padding: 7px 18px;
	position: relative;
	margin: 0;
	white-space: nowrap;
}
.card-statistic ul.nav li a:before{
	content: '';
	width: 100%;
	height: 9px;
	border-radius: 0 0 9px 9px;
	background: var(--theme-color);
	position: absolute;
	bottom: -9px;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.card-statistic ul.nav li.active a,
.card-statistic ul.nav li a:hover,
.card-statistic ul.nav li.active a:hover{
	color: #4A4A4A !important;
	font-weight: bold;
	border: none;
}
.card-statistic ul.nav li a:hover{font-weight: normal;}
.card-statistic ul.nav li.active a:before{
	opacity: 1;
}
.grafic-circles{
	width: 242px;
	height: 317px;
	padding: 24px 0 55px;
	margin: 0 auto 60px;
	position: relative;
}
.grafic-circles:before{
	content: '';
	width: 168px;
	height: 168px;
	border: 6px solid #DBDBDB;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.grafic-circles .block{
	width: 92px;
	height: 92px;
	position: absolute;
	top: 24px;
	left: 50%;
	margin: 0 0 0 -46px;
}
.grafic-circles .block:nth-child(2) {
	top: 50%;
	left: auto;
	right: 0;
	margin: -46px 0 0 0;
}
.grafic-circles .block:nth-child(3) {
	top: auto;
	bottom: 30px;
	margin: 0 0 0 -46px;
}
.grafic-circles .block:nth-child(4) {
	top: 50%;
	left: 0;
	margin: -46px 0 0 0;
}
.hold-circle {
	background: #55B0D2;
	width: 91px;
	height: 91px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 10px;
}
.info-circle{
	width: 200px;
	text-align: center;
	position: absolute;
}
.hold-circle .hold-icon{
	transform: scale(0.76);
}
.info-circle .title{
	font-size: 21px;
	line-height: 29px;
	font-weight: 700;
	text-align: center;
}
.info-circle .hold-number{
	display: block;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
}
.row-progress{
	padding: 46px 0 0;
	max-width: 560px;
	display: flex;
	margin: 0 auto 19px;
	justify-content: center;
}
.row-progress .col-3{
	width: 88px;
	padding: 0 10px;
}
.vertical-progress{
	max-width: 78px;
	height: 340px;
	margin: 0 auto 6px;
	position: relative;	
}
.vertical-progress .hold-progress{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-radius: 6px;
}
.hold-progress .text-percent{
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	color: rgba(74,74,74,0.5);
	text-align: center;
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
}
.row-progress .hold-year{
	font-size: 21px;
	line-height: 28px;
	font-weight: 700;
	display: block;
	text-align: center;
}
.card-statistic .hold-button{
	padding: 0 10px 21px;
	text-align: center;
}
.card-statistic .btn-pdf{
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	max-width: 310px;
	color: #4A4A4A;
	border-radius: 25px;
	padding: 10px 14px;
	border: 1px solid #707070;
	margin: 0 auto 10px;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.card-statistic .btn-pdf:hover{
	opacity: 0.85;
}
.card-statistic .btn-pdf .hold-icon{
	width: 21px;
	height: 21px;
	margin: 0 4px 0 0;
}
.card-statistic .btn-pdf .hold-icon svg,
.card-statistic .btn-pdf .hold-icon path{
	fill: var(--theme-color);
}
.statistic-table{
	width: 100%;
	background: #FFFFFF;
	border-radius: 16px;
	margin: 0 0 35px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.26);
}
.statistic-table .box{
	border-radius: 16px;
}
.statistic-table .box#main-view{
	margin: 0;
}
.statistic-table .box-title h2{
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	margin: 0 0 8px;
	color: #4A4A4A !important;
}
.statistic-table .box-header{
	padding: 20px 27px 10px;
}
.statistic-table .box-header h3{
	font-size: 22px;
	line-height: 26px;
	color: #4A4A4A;
	font-weight: 700;
	padding: 0;
	margin: 0 0 10px;
}
.container-statistic .box-title{
	padding: 27px 0 0;
	margin: 0 0 71px;
}
.statistic-table .table-new th:first-child,
.statistic-table .table-new td:first-child{
	flex-grow: 3 !important;
}
.statistic-table .table-new tr:last-child:before{
	display: none;
}
.box-more-details{
	max-width: 400px;
	margin: 0 auto 65px;
	text-align: center;
}
.box-more-details .text{
	display: block;
	font-size: 16px;
	line-height: 21px; 
	margin: 0 0 7px;
}
.box-more-details .btn-more{
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	border-radius: 25px;
	font-weight: 700;
	min-width: 100%;
	width: 100%;
	border: none;
	padding: 13px 45px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	position: relative;
}
.box-more-details .btn-more i{
	color: #707070;
	font-size: 22px;
	line-height: 24px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	-webkit-transition: right 0.3s ease;
	-moz-transition: right 0.3s ease;
	-o-transition: right 0.3s ease;
	transition: right 0.3s ease;
}
.box-more-details .btn-more:hover i{
	right: 10px;
}
.grafic-circles{
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}
.grafic-circles[data-class=circle3] {
	transform: rotate(0);
}
.grafic-circles[data-class=circle1] {
	transform: rotate(180deg);
}
.grafic-circles[data-class=circle2]{
	transform: rotate(90deg);
}
.grafic-circles[data-class=circle4] {
	transform: rotate(270deg);
}
.grafic-circles[data-class=circle1] .hold-circle{
	transform: rotate(-180deg);
}
.grafic-circles[data-class=circle2] .hold-circle{
	transform: rotate(-90deg);
}
.grafic-circles[data-class=circle4] .hold-circle{
	transform: rotate(-270deg);
}
.grafic-circles .info-circle{
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.grafic-circles[data-class=circle1] .block[data-circle=circle1] .info-circle,
.grafic-circles[data-class=circle2] .block[data-circle=circle2] .info-circle,
.grafic-circles[data-class=circle3] .block[data-circle=circle3] .info-circle,
.grafic-circles[data-class=circle4] .block[data-circle=circle4] .info-circle{
	display: block;
	top: 104%;
    right: 50%;
    left: auto;
    transform: translateX(50%);
    width: 210px;
    opacity: 1;
}
.hold-period-select{
	max-width: 844px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 20px;
}
.hold-period-select .box-selectMonths,
.hold-period-select .customselect{
	width: 100%;
	margin: 0 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.hold-period-select .customselect label{
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 7px;
}
.hold-period-select .bootstrap-select{
	max-width: 315px;
	margin: 0 auto;
}
.hold-period-select .bootstrap-select>.dropdown-toggle{
	border: 1px solid #707070 !important;
	margin: 6px 0 0;
	padding: 12px 48px 12px 23px;
	background-image: none;
}
.hold-period-select .bootstrap-select>.dropdown-toggle.bs-placeholder,
.hold-period-select .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.hold-period-select .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.hold-period-select .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
	color: #4A4A4A;
}
.hold-period-select .bootstrap-select .dropdown-toggle:focus,
.hold-period-select .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
	outline: none !important; 
    outline-offset: 0;
    box-shadow: none !important;
}
.hold-period-select .btn-default:hover,
.hold-period-select .btn-default:focus,
.hold-period-select .btn-default.focus,
.hold-period-select .btn-default:active,
.hold-period-select .btn-default.active,
.hold-period-select .open>.dropdown-toggle.btn-default{
	background-color: #fff;
	box-shadow: none !important;
}
.hold-period-select .open>.dropdown-toggle.btn-default{
	border-radius: 8px 8px 0 0;
	border-bottom: none !important;
}
.hold-period-select .dropdown-toggle.btn-default:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 17px;
	right: 17px;
	width: auto;
	height: 1px;
	background-color: #DBDBDB;
	display: none;
}
.hold-period-select .open>.dropdown-toggle.btn-default:before{
	display: block;
}
.hold-period-select .dropdown-menu{
	margin: 0;
	box-shadow: none;
	border-radius: 0 0 8px 8px;
	border: 1px solid #707070;
	border-top: none;
	padding: 6px 0 14px;
}
.hold-period-select .bootstrap-select .dropdown-menu.inner{
	padding: 6px 0 0;
}
.hold-period-select .dropdown-menu>li>a{
	padding: 4px 23px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #B7B7B7;
}
.hold-period-select .dropdown-menu>li.selected>a,
.hold-period-select .dropdown-menu>li>a:hover{
	color: #4A4A4A;
	background-color: #fff;
}
.hold-period-select .inner.open{
	max-height: 332px !important;
}
.hold-period-select .glyphicon-ok{
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}
.hold-period-select .glyphicon-ok:before {
    content: "\f058";
    color: var(--theme-color);
}
.hold-period-select .dropup .dropdown-menu,
.hold-period-select .navbar-fixed-bottom .dropdown .dropdown-menu{
	top: 100%;
	bottom: auto;
	margin: 0;
}
.hold-period-select .bs3.bootstrap-select .dropdown-toggle .filter-option{
	padding: 0;
}
.hold-period-select .filter-option-inner-inner{
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.hold-period-select .bootstrap-select>.dropdown-toggle .bs-caret{
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
}
.hold-period-select .bootstrap-select .dropdown-toggle .caret{
	width: 12px;
	height: 12px;
	border: none;
	border-left: 3px solid #707070;
	border-bottom: 3px solid #707070;
	position: relative;
	top: 0;
	right: 0;
	margin: -3px 0 0;
	transform: rotate(-45deg);
	transition: transform 0.3s ease;
}
.hold-period-select .bootstrap-select.open .dropdown-toggle .caret{
	transform: rotate(-225deg);
	margin: 1px 0 0;
}
.hold-period-select .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
	right: 4px;
}
.container-statistic .statistic-table  .box-title{
	padding: 21px 0 0;
	margin: 0 0 35px;
}
.statistic-filter-box{
	border-radius: 16px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	padding: 18px 20px 4px;
	margin: 0 0 35px;
}
.statistic-filter-box h2{
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	margin: 0 0 22px;
	text-align: center;
}
/*End style page Statistic*/
/*start style new modal success*/
.new-modal-success{
	max-width: 600px;
	margin: 0 auto 41px;
}
.new-modal-success .hold-image{
	max-width: 297px;
	margin: 0 auto;
}
.new-modal-success .hold-image img {
	width: 100%;
	height: auto;
}
.new-modal-success .title{
	font-size: 22px;
	line-height: 24px;
	display: block;
    text-align: center;
}
.new-modal-success ~ .hold-btn_narrow{
	max-width: 434px;
	margin: 0 auto 22px;
}
.new-modal-success ~ .hold-btn_narrow .btn{
	background-color: var(--theme-color)!important;
    border-color: var(--theme-color);
    color: #fff!important;
    width: calc(100% - 10px) !important;
}
/*end style new modal success*/

#divs .title-table{
	display: block;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 10px;
}
#divs .table-responsive{
	overflow-x: visible;
	overflow-y: visible;
}
#divs .popover-content a.confirmation:first-child,
#divs .btn + .btn{
	margin: 0 0 10px;
}
#divs .table-mobile td .popover-content .btn i{
	color: #fff;
}
#divs .text-old-value{
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
	position: relative;
}
#divs .text-old-value:before{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #555;
}
#divs .table-mobile td a{
	text-decoration: none;
}
#divs .box-body{
	padding: 0;
}
.statistic-table .box-title > strong,
.container-statistic .box-title > strong{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 0 20px;
	margin: 0 0 9px;
}
.line-delimiter{
	width: 100%;
	max-width: 1170px;
	height: 1px;
	background-color: #DBDBDB;
	padding: 0 20px;
	margin: 0 auto 35px;
}
/*start style month picker*/
.btn-month{
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
	padding: 13px 30px;
	color: #FFFFFF;
	background-color: var(--theme-color)!important;
	position: relative;
	z-index: 2;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.btn-month:hover{
	color: #FFFFFF;
	opacity: 0.9;
}
#input-month{
	position: relative;
	bottom: 20px;
	opacity: 0;
	width: 100%;
	max-width: 315px;
	height: 0;
	padding: 0;
	margin: 0 auto;
	height: 0;
	border: none; 
	overflow: hidden;
	z-index: 1;
}
.rangePicker {
	position: absolute;
	top: 51px;
	left: 50% !important;
	width: 521px;
	opacity:0;
	z-index: -1;
	transition:0.12s ease-out;
	transition-property:margin, padding, opacity;
	transform: translateX(-50%) translateY(0px) translateZ(0px) !important;
}
.customselect + .box-selectMonths .rangePicker{
	top: 75px;
	left: auto !important;
	right: 0;
}
.rangePicker>.wrap {
	position:relative;
	min-width: 300px;
	max-width: 450px;
	white-space: nowrap;
	background: #FFFFFF;
	box-shadow: 0 0 16px rgba(0,0,0,0.22);
	border-radius: 21px;
	overflow: hidden;
	max-height: 0;
	transition: 0.12s ease-out;
	transition-property:margin, padding, max-height
}
.hold-period-select .box-selectMonths{
	position: relative;
}
.rangePicker.show {
	z-index: 999;
	margin-top: 25px;
	opacity: 1;
}
.customselect + .box-selectMonths .rangePicker{
	transform: translateX(0px) translateY(0px) translateZ(0px) !important;
}
.rangePicker.RTL::before {
	left:auto;
	right:10px
}
.rangePicker.RTL>.wrap>.preset>button {
	text-align:right
}
.rangePicker.RTL>.wrap>.preset>button[value="custom"]::after {
	content:'\25C2';
	right:auto;
	left:5px
}
.rangePicker.RTL>.wrap>.custom {
	left:0;
	right:auto;
	direction:rtl
}
.rangePicker.RTL>.wrap>.custom>.calendar>strong {
	text-align:right
}
.rangePicker.RTL>.wrap>.custom>.calendar.from {
	float:right
}
.rangePicker>.wrap>.custom>.calendar button,
.rangePicker>.wrap>.preset button {
	border: none;
	border-radius: 0px;
}
.rangePicker .calendar button:before{
	content: '';
	background: var(--theme-color);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.rangePicker>.wrap>.custom>.calendar button:hover:before,
.rangePicker>.wrap>.preset button:hover:before {
	opacity: 0.3;
}
.rangePicker>.wrap>.custom>.calendar button[disabled]:before,
.rangePicker>.wrap>.preset button[disabled]:before,
.rangePicker>.wrap>.custom>.calendar button.selected:before,
.rangePicker>.wrap>.preset button.selected:before{
	display: none;
}
.rangePicker>.wrap>.custom>.calendar button.selected,
.rangePicker>.wrap>.preset button.selected {
	background: var(--theme-color);
	color: #FFFFFF;
}
.rangePicker>.wrap>.custom>.calendar button[disabled],
.rangePicker>.wrap>.preset button[disabled] {
	cursor:default;
	color: #B7B7B7;
}
.rangePicker>.wrap .preset {
	display:block;
	text-transform:capitalize;
	min-width:110px;
	padding:3px;
	width:200px;
	box-shadow:0 100px #FFF;
	position:relative;
	z-index:1;
	background:#FFF;
	box-sizing:border-box
}
.rangePicker>.wrap .preset button {
	display:block;
	width:100%;
	margin:0;
	background:none;
	padding:4px 8px;
	text-align:left;
	position:relative
}
.rangePicker>.wrap .preset button[value="custom"]::after {
	content:'\25B8';
	position:absolute;
	right:5px;
	font-size:21px;
	opacity:0.7
}
.rangePicker>.wrap .custom {
	padding: 25px 9px;
	display: flex;
	flex-wrap: wrap;
	transition: 0.4s cubic-bezier(0.77, 0.11, 0.22, 1)
}
.rangePicker>.wrap .custom>.calendar {
	margin: 0 0 14px;
	width: 100%;
	padding: 0 11px;
	position: relative;
}
.rangePicker>.wrap .custom strong {
	display: none;
}
.rangePicker>.wrap .custom strong span {
	text-transform:capitalize;
	opacity:0.9;
	font-weight:normal;
	display:inline-block;
	margin-left:6px;
}
.rangePicker .text-to,
.rangePicker .text-from{
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #4A4A4A;
	display: block;
	margin: 0 0 6px;
}
.rangePicker .calendar.to .text-from{display: none;}
.rangePicker>.wrap .custom strong span:before {
	content:'-';
	margin-right:6px
}
.rangePicker footer {
	display:block;
	padding: 12px 11px 0;
	overflow:hidden;
	transition:0.2s ease-out;
	position: relative;
}
.rangePicker footer:before{
	content: '';
	width: auto;
	height: 1px;
	position: absolute;
	top: 0;
	left: 11px;
	right: 11px;
	background-color: #DBDBDB;
}
.calendar-notification{
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
	white-space: normal;
	margin: 0 0 12px;
}
.rangePicker .hold-btn{
	display: flex;
	width: auto;
	margin: 0 -5px;
	flex-direction: row-reverse;
}

.rangePicker footer button {
	width: calc(50% - 10px);
	margin: 0 5px 6px !important;
}
.rangePicker .cancel{
	background-color: #fff;
	font-size: 16px;
	line-height: 18px;
	color: #4A4A4A;
	padding: 15px 20px;
	border: 1px solid #707070;
}
.rangePicker .confirm {
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 16px 20px;
	height: 50px;
}
.rangePicker .set ~ footer {
	max-height:0;
	padding:0 5px;
	border-color:transparent
}
.rangePicker select {
	width:100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #4A4A4A;
	padding: 10px 30px 10px 13px;
	border-radius: 8px;
	margin: 0 0 7px;
	border: 1px solid #707070;
	background: #fff url(/img/sprites/select-arrow-grey-month.svg) !important;
	background-size: 11px 7px !important;
	background-repeat: no-repeat !important;
	background-position: calc(100% - 13px) 50% !important;
	-o-appearance: none;
   -ms-appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   outline: none;
   cursor: pointer;
}
.rangePicker select:after{
	display: none;
}
.rangePicker .calendar.from:before {
	content: '';
	width: auto;
	height: 1px;
	background-color: #DBDBDB;
	position: absolute;
	top: auto;
	right: 25px;
	left: 25px;
	bottom: 0;	
}
.rangePicker .wrap {
	display:inline-block
}
.rangePicker .months{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.rangePicker .months button {
	background:none;
	width: 33.3333%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #4A4A4A;
	padding: 5px 10px;
	margin: 0 0 11px;
	text-align: center;
	text-transform:capitalize;
	position: relative;
}
.selectMonthsselect {height: 30px; }
.selectMonths > i{ 
	position:absolute; 
	right:5px; top:5px; 
	opacity:0.35; 
	font-style:normal; 
	font-size:18px; 
	transition:0.2s; 
	pointer-events:none; 
}
.selectMonths > input{ 
	text-transform:capitalize; 
	padding-left:10px; 
	cursor:default; 
	cursor:pointer; 
}
.selectMonths:hover > i{ opacity:.7; }
.selectMonths + .selectMonths{ float:none; }
.rangePicker > .wrap{
    max-height: inherit !important;
}
.rangePicker > .wrap .preset{display: none  !important;}
.rangePicker > .wrap .custom{
    position: relative  !important;
}
.selectMonths{
	position: relative;
	height: 51px;
}
.close-data-month{
	position: absolute;
	top: 11px;
	right: 30px;
	width: 20px;
	height: 30px;
	color: #4A4A4A;
	z-index: 5;
	text-decoration: none;
	display: none;
}
.close-data-month:before{
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
	line-height: 1;
}
/*end style month picker*/
/*start style page /usermgmt/UserGroupPermissions/permissionGroupMatrix */
.hold-um-panel{
	border-radius: 10px;
	padding: 0;
	float: none;
	clear: both;
}
.hold-um-panel .scroll-table{
	position: relative;
	overflow-x: auto;
    /*scrollbar-width: none;
    -ms-overflow-style: none;*/
}
.hold-um-panel .table-new::-webkit-scrollbar {
	/*width: 0;
	height: 0;
	display: none;*/
}
.hold-um-panel .custom-checkbox{
	margin: 0;
}
.hold-um-panel .box-header{
	flex-wrap: wrap;
}
.hold-um-panel .text-pre-load{
	width: 100%;
}
.um-panel-description{
	padding: 20px;
}
.form-um-panel{
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.form-um-panel form{
	width: 100%;
	clear: both;
	position: relative;
	display: flex;
}
.form-um-panel .col-50{
	width: 50%;
}
.form-um-panel .col-50 .table{width: 100%;}
.form-um-panel .col-50 .table th .custom-checkbox label{
	font-weight: 700;
}
.form-um-panel .col-50 .table .custom-checkbox label{
	word-break: break-word;
}
.form-um-panel .hold-stiky-btn{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
	z-index: 5;
}
.form-um-panel .hold-stiky-btn .submit{
	max-width: 795px;
    margin: 0 auto;
	padding: 18px 76px;
	border-radius: 20px 20px 0 0;
	background: #fff;
	box-shadow: 0 -3px 6px rgba(0,0,0,0.16);
}
/*end style page /usermgmt/UserGroupPermissions/permissionGroupMatrix */
/*start style pie-chart*/
.holder-chart {
	display: flex;
	flex-direction: column;
	padding: 21px 50px;
}
.holder-chart .legend {
	width: 100%;
}
.holder-chart .title {  
	font-size: 21px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 30px;
	display: block;
	text-align: center;
}
.caption-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.caption-item {
	position: relative;
	margin: 0 0 15px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
}
.caption-item:hover {
	opacity: 0.8;
}
.holder-chart .hold-chart .tooltip{
	position: absolute;
	pointer-events: none;
	display: none;
}
.holder-chart .hold-chart .tooltip.open{
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
}
.holder-chart .tooltip{
	position: relative;
	pointer-events: none;
	opacity: 0;
	display: none;
	background-color: rgba(255,255,255,0.98);
	color: #4A4A4A;
	padding: 15px;
	max-width: 250px;
	font-size: 12px;
	line-height: 14px;
}
.holder-chart .tooltip .title{
	font-size: 12px;
	line-height: 14px;
	display: block;
	margin: 0 0 5px;
	text-align: left;
	/*white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;*/
}
.holder-chart .tooltip .text-information,
.holder-chart .tooltip .text-percent,
.holder-chart .tooltip .text-count{
	display: block;
	margin: 0 0 5px;
}
.holder-chart .tooltip .text-information span{
	font-weight: 400;
}
.holder-chart .tooltip .text-count{
	padding: 0 0 0 10px;
	position: relative;
}
.holder-chart .tooltip .text-count:before{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #fff;
}
.caption-item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 8px;
	transform: translateY(-50%);
}
.caption-item:nth-child(1):before,
.hold-tooltip .tooltip:nth-child(1) .text-count:before,
.unit:nth-child(1) .tooltip .text-count:before,
.caption-item:nth-child(21):before,
.hold-tooltip .tooltip:nth-child(21) .text-count:before,
.unit:nth-child(21) .tooltip .text-count:before,
.caption-item:nth-child(41):before,
.hold-tooltip .tooltip:nth-child(41) .text-count:before,
.unit:nth-child(41) .tooltip .text-count:before{background-color: #1FA95A;}
.caption-item:nth-child(2):before,
.hold-tooltip  .tooltip:nth-child(2) .text-count:before,
.unit:nth-child(2) .tooltip .text-count:before,
.caption-item:nth-child(22):before,
.hold-tooltip  .tooltip:nth-child(22) .text-count:before,
.unit:nth-child(22) .tooltip .text-count:before,
.caption-item:nth-child(42):before,
.hold-tooltip  .tooltip:nth-child(42) .text-count:before,
.unit:nth-child(42) .tooltip .text-count:before {background-color: #D1DC38;}
.caption-item:nth-child(3):before,
.hold-tooltip .tooltip:nth-child(3) .text-count:before,
.unit:nth-child(3) .tooltip .text-count:before,
.caption-item:nth-child(23):before,
.hold-tooltip .tooltip:nth-child(23) .text-count:before,
.unit:nth-child(23) .tooltip .text-count:before,
.caption-item:nth-child(43):before,
.hold-tooltip .tooltip:nth-child(43) .text-count:before,
.unit:nth-child(43) .tooltip .text-count:before {background-color: #E78BF8;}
.caption-item:nth-child(4):before,
.holder-chart .tooltip:nth-child(4) .text-count:before,
.unit:nth-child(4) .tooltip .text-count:before,
.caption-item:nth-child(24):before,
.holder-chart .tooltip:nth-child(24) .text-count:before,
.unit:nth-child(24) .tooltip .text-count:before,
.caption-item:nth-child(44):before,
.holder-chart .tooltip:nth-child(44) .text-count:before,
.unit:nth-child(44) .tooltip .text-count:before {background-color: #FFA876;}
.caption-item:nth-child(5):before,
.hold-tooltip  .tooltip:nth-child(5) .text-count:before,
.unit:nth-child(5) .tooltip .text-count:before,
.caption-item:nth-child(25):before,
.hold-tooltip  .tooltip:nth-child(25) .text-count:before,
.unit:nth-child(25) .tooltip .text-count:before,
.caption-item:nth-child(45):before,
.hold-tooltip  .tooltip:nth-child(45) .text-count:before,
.unit:nth-child(45) .tooltip .text-count:before {background-color: #55B0D2;}
.caption-item:nth-child(6):before,
.hold-tooltip  .tooltip:nth-child(6) .text-count:before,
.unit:nth-child(6) .tooltip .text-count:before,
.caption-item:nth-child(26):before,
.hold-tooltip  .tooltip:nth-child(26) .text-count:before,
.unit:nth-child(26) .tooltip .text-count:before,
.caption-item:nth-child(46):before,
.hold-tooltip  .tooltip:nth-child(46) .text-count:before,
.unit:nth-child(46) .tooltip .text-count:before {background-color: #EE5C84;}
.caption-item:nth-child(7):before,
.hold-tooltip  .tooltip:nth-child(7) .text-count:before,
.unit:nth-child(7) .tooltip .text-count:before,
.caption-item:nth-child(27):before,
.hold-tooltip  .tooltip:nth-child(27) .text-count:before,
.unit:nth-child(27) .tooltip .text-count:before,
.caption-item:nth-child(47):before,
.hold-tooltip  .tooltip:nth-child(47) .text-count:before,
.unit:nth-child(47) .tooltip .text-count:before {background-color: #55D2BD;}
.caption-item:nth-child(8):before,
.hold-tooltip .tooltip:nth-child(8) .text-count:before,
.unit:nth-child(8) .tooltip .text-count:before,
.caption-item:nth-child(28):before,
.hold-tooltip .tooltip:nth-child(28) .text-count:before,
.unit:nth-child(28) .tooltip .text-count:before,
.caption-item:nth-child(48):before,
.hold-tooltip .tooltip:nth-child(48) .text-count:before,
.unit:nth-child(48) .tooltip .text-count:before {background-color: #CA408A;}
.caption-item:nth-child(9):before,
.holder-chart .tooltip:nth-child(9) .text-count:before,
.unit:nth-child(9) .tooltip .text-count:before,
.caption-item:nth-child(29):before,
.holder-chart .tooltip:nth-child(29) .text-count:before,
.unit:nth-child(29) .tooltip .text-count:before,
.caption-item:nth-child(49):before,
.holder-chart .tooltip:nth-child(49) .text-count:before,
.unit:nth-child(49) .tooltip .text-count:before {background-color: #5370A8;}
.caption-item:nth-child(10):before,
.hold-tooltip .tooltip:nth-child(10) .text-count:before,
.unit:nth-child(10) .tooltip .text-count:before,
.caption-item:nth-child(30):before,
.hold-tooltip .tooltip:nth-child(30) .text-count:before,
.unit:nth-child(30) .tooltip .text-count:before,
.caption-item:nth-child(50):before,
.hold-tooltip .tooltip:nth-child(50) .text-count:before,
.unit:nth-child(50) .tooltip .text-count:before {background-color: #D89C68;}
.caption-item:nth-child(11):before,
.hold-tooltip .tooltip:nth-child(11) .text-count:before,
.unit:nth-child(11) .tooltip .text-count:before,
.caption-item:nth-child(31):before,
.hold-tooltip .tooltip:nth-child(31) .text-count:before,
.unit:nth-child(31) .tooltip .text-count:before,
.caption-item:nth-child(51):before,
.hold-tooltip .tooltip:nth-child(51) .text-count:before,
.unit:nth-child(51) .tooltip .text-count:before{background-color: #1FA95A;}
.caption-item:nth-child(12):before,
.hold-tooltip .tooltip:nth-child(12) .text-count:before,
.unit:nth-child(12) .tooltip .text-count:before,
.caption-item:nth-child(32):before,
.hold-tooltip .tooltip:nth-child(32) .text-count:before,
.unit:nth-child(32) .tooltip .text-count:before,
.caption-item:nth-child(52):before,
.hold-tooltip .tooltip:nth-child(52) .text-count:before,
.unit:nth-child(52) .tooltip .text-count:before {background-color: #D1DC38;}
.caption-item:nth-child(13):before,
.hold-tooltip .tooltip:nth-child(13) .text-count:before,
.unit:nth-child(13) .tooltip .text-count:before,
.caption-item:nth-child(33):before,
.hold-tooltip .tooltip:nth-child(33) .text-count:before,
.unit:nth-child(33) .tooltip .text-count:before,
.caption-item:nth-child(53):before,
.hold-tooltip .tooltip:nth-child(53) .text-count:before,
.unit:nth-child(53) .tooltip .text-count:before {background-color: #E78BF8;}
.caption-item:nth-child(14):before ,
.hold-tooltip .tooltip:nth-child(14) .text-count:before,
.unit:nth-child(14) .tooltip .text-count:before,
.caption-item:nth-child(34):before ,
.hold-tooltip .tooltip:nth-child(34) .text-count:before,
.unit:nth-child(34) .tooltip .text-count:before,
.caption-item:nth-child(54):before ,
.hold-tooltip .tooltip:nth-child(54) .text-count:before,
.unit:nth-child(54) .tooltip .text-count:before{background-color: #FFA876;}
.caption-item:nth-child(15):before,
.hold-tooltip .tooltip:nth-child(15) .text-count:before,
.unit:nth-child(15) .tooltip .text-count:before,
.caption-item:nth-child(35):before,
.hold-tooltip .tooltip:nth-child(35) .text-count:before,
.unit:nth-child(35) .tooltip .text-count:before,
.caption-item:nth-child(55):before,
.hold-tooltip .tooltip:nth-child(55) .text-count:before,
.unit:nth-child(55) .tooltip .text-count:before {background-color: #55B0D2;}
.caption-item:nth-child(16):before,
.hold-tooltip .tooltip:nth-child(16) .text-count:before,
.unit:nth-child(16) .tooltip .text-count:before,
.caption-item:nth-child(36):before,
.hold-tooltip .tooltip:nth-child(36) .text-count:before,
.unit:nth-child(36) .tooltip .text-count:before,
.caption-item:nth-child(56):before,
.hold-tooltip .tooltip:nth-child(56) .text-count:before,
.unit:nth-child(56) .tooltip .text-count:before {background-color: #EE5C84;}
.caption-item:nth-child(17):before,
.hold-tooltip .tooltip:nth-child(17) .text-count:before,
.unit:nth-child(17) .tooltip .text-count:before,
.caption-item:nth-child(37):before,
.hold-tooltip .tooltip:nth-child(37) .text-count:before,
.unit:nth-child(37) .tooltip .text-count:before,
.caption-item:nth-child(57):before,
.hold-tooltip .tooltip:nth-child(57) .text-count:before,
.unit:nth-child(57) .tooltip .text-count:before {background-color: #55D2BD;}
.caption-item:nth-child(18):before,
.hold-tooltip .tooltip:nth-child(18) .text-count:before,
.unit:nth-child(18) .tooltip .text-count:before,
.caption-item:nth-child(38):before,
.hold-tooltip .tooltip:nth-child(38) .text-count:before,
.unit:nth-child(38) .tooltip .text-count:before,
.caption-item:nth-child(58):before,
.hold-tooltip .tooltip:nth-child(58) .text-count:before,
.unit:nth-child(58) .tooltip .text-count:before {background-color: #CA408A;}
.caption-item:nth-child(19):before,
.hold-tooltip .tooltip:nth-child(19) .text-count:before,
.unit:nth-child(19) .tooltip .text-count:before,
.caption-item:nth-child(39):before,
.hold-tooltip .tooltip:nth-child(39) .text-count:before,
.unit:nth-child(39) .tooltip .text-count:before,
.caption-item:nth-child(59):before,
.hold-tooltip .tooltip:nth-child(59) .text-count:before,
.unit:nth-child(59) .tooltip .text-count:before {background-color: #5370A8;}
.caption-item:nth-child(20):before,
.hold-tooltip .tooltip:nth-child(20) .text-count:before,
.unit:nth-child(20) .tooltip .text-count:before,
.caption-item:nth-child(40):before,
.hold-tooltip .tooltip:nth-child(40) .text-count:before,
.unit:nth-child(40) .tooltip .text-count:before,
.caption-item:nth-child(60):before,
.hold-tooltip .tooltip:nth-child(60) .text-count:before,
.unit:nth-child(60) .tooltip .text-count:before {background-color: #D89C68;}

.unit {
	fill: none;
	stroke-width: 31.8;
	cursor: pointer;
	animation-name: render;
	animation-duration: 1.5s;
	transition-property: stroke-dasharray; 
	transition-duration: 1.5s;
}
.unit:hover,
.hovered {
	opacity: 0.7;
}
.unit:nth-child(1),
.unit:nth-child(21),
.unit:nth-child(41) {stroke: #1FA95A;}
.unit:nth-child(2),
.unit:nth-child(22),
.unit:nth-child(42) {stroke: #D1DC38;}
.unit:nth-child(3),
.unit:nth-child(23),
.unit:nth-child(43) {stroke: #E78BF8;}
.unit:nth-child(4),
.unit:nth-child(24),
.unit:nth-child(44) {stroke: #FFA876;}
.unit:nth-child(5),
.unit:nth-child(25),
.unit:nth-child(45) {stroke: #55B0D2;}
.unit:nth-child(6),
.unit:nth-child(26),
.unit:nth-child(46) {stroke: #EE5C84;}
.unit:nth-child(7),
.unit:nth-child(27),
.unit:nth-child(47) {stroke: #55D2BD;}
.unit:nth-child(8),
.unit:nth-child(28),
.unit:nth-child(48) {stroke: #CA408A;}
.unit:nth-child(9),
.unit:nth-child(29),
.unit:nth-child(49) {stroke: #5370A8;}
.unit:nth-child(10),
.unit:nth-child(30),
.unit:nth-child(50) {stroke: #D89C68;}
.unit:nth-child(11),
.unit:nth-child(31),
.unit:nth-child(51) {stroke: #1FA95A;}
.unit:nth-child(12),
.unit:nth-child(32),
.unit:nth-child(52) {stroke: #D1DC38;}
.unit:nth-child(13),
.unit:nth-child(33),
.unit:nth-child(53) {stroke: #E78BF8;}
.unit:nth-child(14),
.unit:nth-child(34),
.unit:nth-child(54) {stroke: #FFA876;}
.unit:nth-child(15),
.unit:nth-child(35),
.unit:nth-child(55) {stroke: #55B0D2;}
.unit:nth-child(16),
.unit:nth-child(36),
.unit:nth-child(56) {stroke: #EE5C84;}
.unit:nth-child(17),
.unit:nth-child(37),
.unit:nth-child(57) {stroke: #55D2BD;}
.unit:nth-child(18),
.unit:nth-child(38),
.unit:nth-child(58) {stroke: #CA408A;}
.unit:nth-child(19),
.unit:nth-child(39),
.unit:nth-child(59) {stroke: #5370A8;}
.unit:nth-child(20),
.unit:nth-child(40),
.unit:nth-child(60) {stroke: #D89C68;}
.hold-chart{
	max-width: 640px;
	max-height: 640px;
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
}
.hold-chart svg{
	width: 100%;
	height: 100%;
}

@keyframes render {
	0% {
		stroke-dasharray: 0 100;
	}
}
/*end style pie-chart*/
.table-new  .btn svg{
	display: inline-flex;
	vertical-align: middle;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin: -2px 5px 0;
}
.box-icons-campaign{
	display: flex;
	padding: 5px 0 0;
}
.box-icons-campaign .link-icon,
.btn-main.btn-edit svg{
	font-size: 17px !important;
    width: 20px;
    height: 18px;
    margin: 0 2px 7px;
}
.btn-main.btn-edit svg{
	margin: 0 5px 0;
}
.box-icons-campaign .link-icon svg,
.box-icons-campaign .link-icon i{
	position: relative;
	top: 0;
	left: 0;
	transform: translateY(0px);
}
.box-check-user{
	max-width: 430px;
	width: 100%;
}
.custom-checkbox.box-check-user label{
	width: 100%;
}
.custom-checkbox.box-check-user label:before{
	top: 0;
	transform: translateY(0);
}
.custom-checkbox.box-check-user label:after{
	top: 7px;
}
.custom-checkbox.box-check-user label i{
	margin: 0 10px 0 0;
}
.custom-checkbox.box-check-user .user-image{
	display: none;
}
.form-horizontal .checkbox.box-check-user{
	padding: 0;
	margin: 0 0 10px;
}
.box-header h1.box-title{
	font-size: 22px;
	line-height: 24px;
}
.btn-box-tool:focus {
	box-shadow: none !important;
	outline: none;
}
.btn-box-tool .icon-arrow{
	display: block;
	width: 14px;
	height: 14px;
	border-left: 3px solid #707070;
	border-bottom: 3px solid #707070;
	margin: 1px 0 0;
	transform: rotate(-224deg);
	transition: transform 0.3s ease;
}
.add-data .btn-box-tool .icon-arrow{
	width: 14px;
	height: 14px;
	border-left: 3px solid #707070;
	border-bottom: 3px solid #707070;
}
.table-new tr.add-data .box-main .box-header > .box-tools{
	right: 17px;
}
.btn-box-tool[aria-expanded="false"] .icon-arrow{
	margin: -9px 0 0;
	transform: rotate(-45deg);
}
.wizard-box.wizard-collapse{
	margin-bottom: 30px;
}
.wizard-collapse > .box-body{
	border-top: 3px solid  var(--theme-color);
	border-radius: 0;
}
.wizard-collapse .box-header{padding: 18px 45px 18px 15px;}
.wizard-collapse .box-header .box-title{margin: 0;}
.wizard-collapse .box-header > .box-tools{
	height: 22px;
	position: absolute;
	right: 15px;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
}
.info-prize{
	position: relative;
	padding: 16px 13px;
	border: 1px solid var(--theme-color);
	position: relative;
	z-index: 1;
}
.info-prize:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--theme-color);
	opacity: 0.1;
	z-index: -1;
}
.info-commissions{
	padding: 4px 0 0;
	margin: 0 0 16px;
}
.info-prize dl,
.info-commissions dl{
	width: 100%;
	display: flex;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 3px;
}
.info-commissions dl{
	align-items: center;
}
.info-prize dd,
.info-prize dt,
.info-commissions dd,
.info-commissions dt{
	line-height: 18px;
	font-weight: 600;
}
.info-commissions dd{
	font-weight: 700;
}
.info-prize dt{
	width: 50%;
	padding: 0 10px 0 0;
}
.info-prize dt{
	width: 50%;
}
.info-commissions dt{
	min-width: 235px;
	margin: 0 10px 0 0;
	font-style: italic;
	font-weight: normal;
}
.info-prize h4 {
	text-align: center;
	margin: 0 0 15px;
	font-weight: 700;
}
.form-group-vertical{
	display: flex;
	flex-wrap: wrap;
}
.form-group-vertical .col-md-4,
.form-group-vertical .col-md-3,
.form-group-vertical .col-md-6,
.form-group-vertical .col-md-12{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.form-group-vertical .holder-tooltip-form{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.form-group-vertical .col-md-4 .form-control,
.form-group-vertical .col-md-3 .form-control,
.form-group-vertical .col-md-6 .form-control{
	margin-top: auto;
}
.add-item-element a .hold-icon{
	width: 40px;
	height: 40px;
	background-color: var(--theme-color);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 10px;
	padding: 5px;
}
.add-item-element a .hold-icon svg{
	font-size: 17px !important;
    width: 22px;
    height: 22px;
    margin: 0 2px;
    fill: #fff;
}
.title-group-check{
	display: block;
	margin: 0 0 15px;
}
.btn-hold-table{
    padding: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-hold-table .btn + .btn{
	margin: 5px 7px;
}
.box-body .tab-content > .active,
.modal-body .tab-content > .active{
	padding: 10px 0;
}
.holder-tooltip-form{
	position: relative;
}
.holder-tooltip-form .custom-tooltip{
	position: absolute;
	top: 6px;
	right: 0;
	width: 20px;
	height: 20px;
}
.holder-tooltip-form  .custom-tooltip__icon{
	width: 20px;
	height: 20px;
}
.holder-tooltip-form  .custom-tooltip__icon svg{
	height: 100%;
}
.holder-tooltip-form .custom-tooltip__drop{
	left: auto;
	right: 0;
	width: 100%;
	min-width: 225px;
}
.holder-tooltip-form .custom-tooltip__drop:before,
.holder-tooltip-form .custom-tooltip__drop:after{
	left: auto;
	right: 3px;
}
.holder-tooltip-form label{
	padding: 0 30px 0 0;
}
.row-border{
	padding: 0 0 25px;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 15px;
}
.row.row-border{
	border: none;
	position: relative;
}
.row.row-border:before,
.row.row-top-border:before,
.form-group.form-top-border:before{
	content: '';
	width: auto;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	background-color: #DBDBDB;
	display: block;
}
.row.row-top-border,
.form-group.form-top-border{
	position: relative;
	padding-top: 25px;
}
.row.row-top-border:before,
.form-group.form-top-border:before{
	top: 0;
}
.select-grid.form-group{
	margin-left: -15px;
	margin-right: -15px;
}
.select-grid_2 .select-btn.card-author{
	padding: 20px;
	position: relative;
	text-align: left;
	border-radius: 19px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	align-items: flex-start;
	width: 100%;
}
.select-btn.card-author .icon{
	height: 55px;
	width: 62px;
	align-items: center;
	justify-content: center;
	position: static;
	margin: 0 auto 10px;
}
.select-btn.card-author .title{
	font-weight: 700;
	margin: 0 0 7px;
	text-align: left;
}
.select-btn.card-author .list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.select-btn.card-author .list li{
	padding: 0 0 0 15px;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 3px;
}
.select-btn.card-author .list li:before{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--theme-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.select-btn.card-author.activeButton .list li:before{
	background-color: #fff;
}
.form-group-vertical .element-container{
	width: 100%;
}
.select-grid_2.form-group .col-md-6{
	width: 100%;
	display: flex;
}
.hold-brands-info{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 12px;
}
.hold-immagine{
	position: relative;
	padding: 15px 0 0;
	margin: 0 0 20px;
}
.hold-brands-info .brands-logo{
	width: 100%;
	padding: 10px;
	border: 1px solid #DBDBDB;
	align-items: center;
	max-height: 118px;
	margin: 0 auto 15px;
}
.hold-brands-info  .brands-logo img{
	max-height: 100%;
}
.hold-brands-info .brands-logo-upload{
	width: 100%;
}
.hold-brands-info .brands-logo-upload .btn-white,
.hold-immagine .custom-file .btn{
	border: none;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	font-weight: 400;
	padding: 10px 30px;
}
.brands-logo-upload .text-italic,
.hold-immagine .text-italic{
	display: block;
}
.brands-logo-upload .custom-file,
.hold-immagine .custom-file{
	overflow: visible;
	margin: 0 0 5px;
}
.hold-immagine  .title{
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	display: block;
	margin: 0 0 17px;
}
.hold-immagine .hold-input{
	width: 100%;
}
.hold-immagine .card-immagine{
	display: flex;
	flex-wrap: wrap;
}

.hold-immagine .hold-image{
	flex-basis: 100%;
	width: 100%;
	text-align: center;
	margin: 0 0 19px;
}
.hold-immagine .hold-image .holder-img{
	border: 4px solid #B7B7B7;
	border-radius: 50%;
	overflow: hidden;
	width: 118px;
	height: 118px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.hold-immagine .hold-image .img-thumbnail{
	border: none;
	padding: 0;
	width: 100%;
	height: auto;
}
.hold-immagine .hold-info{
	padding: 0;
	margin: 0 0 8px;
	flex: 1;
}
.text-italic{
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
}
.brands-logo-upload .custom-file__path,
.hold-immagine .hold-info .custom-file__path{
	padding: 6px 0 0;
}
.brands-logo-upload .custom-file .text,
.brands-logo-upload .custom-file .text::placeholder,
.hold-immagine .custom-file .text,
.hold-immagine .custom-file .text::placeholder{
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	font-style: italic;
}
.hold-immagine .custom-file .btn{
	width: 100% !important;
}
.box-header-inner{
	padding: 0;
	margin: 0 0 16px;
}
.table-btn > svg .fill-white{
	fill: #fff !important;
}
.btn-block.fiscal_code{
	max-width: 270px;
}
.box-table.box-table_col4 .btn{
	margin: 0 0 12px;
}
.table.box-table.box-table_col4 > tbody > tr > td{
	padding: 8px;
}
.table.box-table.box-table_col4 tr.parent td:first-child{
	padding-left: 8px;
	word-break: break-word;
}
.table.box-table.box-table_col4 tr.parent td:last-child{
	padding-right: 8px;
}
.box-table.box-table_col4 .custom-input input{
	margin: 3px 0 10px;
}
.modal-header{
	padding-left: 34px;
}
h2.modal-title,
.box-header h2.box-title,
h4.modal-title{
	font-size: 18px !important;
	line-height: 22px !important;
	font-weight: 600 !important;
}
h2.modal-title > span,
.box-header h2.box-title > span,
h4.modal-title > span{
	padding: 0 5px;
	display: inline-block;
}
.form-control.datepicker{
	border-radius: 9px;
	padding: 14px;
}
.box-body hr{
	border-top: 1px solid #dbdbdb;
}
textarea.form-control{
	height: auto !important;
	width: 100% !important;
	min-width: 100% !important;
}
.modal-dialog .box-body .box-footer,
.modal-dialog .box-body .modal-footer{
	margin: 0 -15px;
}
.table-new tr.add-data .modal-content .box{
	margin: 0;
}
.table-new tr.add-data .modal-content .box .box-header.with-border{
	border-bottom: 3px solid var(--theme-color);
}
.box-cross-sell{
	max-width: 855px;
	margin: 0 auto 22px;
	padding: 11px 0 0;
}
.box-cross-sell > p{
	margin: 0 0 20px;
}
.list-sell{
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-sell li{
	padding: 0 0 0 10px;
	position: relative;
	color: #4A4A4A;
}
.list-sell li:before{
	content: '';
	width: 4px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: currentColor;

}
.box-card-sell{
	max-width: 855px;
	margin: 0 auto;
}
.box-card-sell_small{
	max-width: 350px;
	margin: 0 auto;
	padding: 40px 0 0;
}
.box-card-sell .row-card-sell{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	width: auto;
}
.box-card-sell .item-card{
	width: 100%;
	margin: 0 0 20px;
}
.hold-card-sell{
	display: block;
	margin: 0 0 25px;
}
.card-cross-sell{
	display: block;
	padding: 18px;
	border-radius: 10px;
	background-color: #fff;
	text-decoration: none;
	box-shadow: 0 0 6px rgba(0,0,0,0.26)
}
.card-cross-sell:hover,
.card-cross-sell:focus{
	text-decoration: none;
}
.card-cross-sell .hold-img {
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 21px;
}
.card-cross-sell .hold-img img {
	max-width: 100%;
	max-height: 100%;
}
.title-cross-sell {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 2px;
	font-weight: 700;
	color: #4a4a4a;
}
.list-group_cell.list-group .list-group-item{
	border: 1px solid #B7B7B7;
	border-radius: 8px;
	color: #4A4A4A;
	margin: 0 0 15px;
	padding: 10px 15px 10px 9px;
	display: flex;
	align-items: center;
}
.list-group_cell .hold-icon-search{
	flex-basis: 32px;
	margin: 0 5px 0 0;
}
.list-group_cell .data-text{
	flex: 1;
}
.modal-group_cell .title-category{
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	display: block;
	margin: 0;
}
.modal-group_cell{
	padding: 21px 43px;
}
.modal-group_cell .list-group_cell.list-group .list-group-item{
	padding: 12px 45px 12px 9px;
}
.modal-group_cell a.list-group-item:hover,
.modal-group_cell a.list-group-item:focus{
	background-color: #fff;
	color: #4A4A4A;
}
.modal-group_cell .list-group-item .icon-arrow{
	width: 12px;
	height: 12px;
	border-left: 3px solid #707070;
	border-bottom: 3px solid #707070;
	position: absolute;
	top: 50%;
	right: 17px;
	margin: -7px 0 0;
	transform: rotate(-45deg);
	transition: transform 0.3s ease;
}
.modal-group_cell .list-group-item[aria-expanded="true"] .icon-arrow{
	transform: rotate(-224deg);
	margin: -4px 0 0;
}
.modal-group_cell .list-group-item[aria-expanded="true"]{
	border-color: #707070;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	margin: 0;
}
.modal-group_cell .list-group-item[aria-expanded="true"] + .list-group{
	border-radius: 0 0 8px 8px;
	border: 1px solid #707070;
	border-top: 0;
	margin: 0 0 15px;
}
.modal-group_cell .list-group > .form-group{
	margin-bottom: 0;
}
.modal-group_cell .list-group .checkbox-wraper{
	padding: 0;
}
.modal-group_cell .holder-list-group{
	padding: 10px;
	position: relative;
}
.modal-group_cell .holder-list-group:before{
	content: '';
	width: auto;
	height: 1px;
	background-color: #DBDBDB;
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
}
.list-profile{
	display: flex;
	flex-wrap: wrap;
}
.list-profile .profile-portfolio{
	width: calc(100% - 30px);
	margin: 0 15px 15px;
	text-align: center;
}
.list-profile .profile-portfolio .hold-img{
	border: 4px solid #B7B7B7;
	border-radius: 50%;
	overflow: hidden;
	width: 118px;
	height: 118px;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-profile .profile-portfolio .img-thumbnail{
	padding: 0;
	max-width: 100%;
}
.list-group_new{
	max-width: 548px;
	margin: 0 auto;
}
.list-group_new .list-group-item{
	border: none;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-footer .table-buttons{
	margin: 0 0 5px;
	width: 100%;
}
/*START STYLE PAGE PLAYES*/

.playes-todo-list.todo-list{
	padding: 7px 0 0;
}
.playes-todo-list.todo-list > li{
	padding: 0;
	display: flex;
	margin: 0 0 24px;
	border-radius: 0;
}
.playes-todo-list.todo-list > li .custom-checkbox{
	margin: 0;
	flex: 1;
}
.playes-todo-list.todo-list .custom-checkbox label{
	font-weight: 400;
	word-break: break-word;
}
.playes-todo-list .handle{
	width: 27px;
	flex-basis: 27px;
	height: 25px;
	margin: 0 21px 0 0;
	position: relative;
	display: flex;
	align-items: center;
}
.playes-todo-list .handle .icon-bar:after,
.playes-todo-list .handle .icon-bar:before,
.playes-todo-list .handle .icon-bar,
.item-question .icon-bar,
.item-question .icon-bar:after,
.item-question .icon-bar:before{
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	background-color: #707070;
	position: absolute;
	top: 0;
	left: 0;
}
.playes-todo-list .handle .icon-bar:after,
.playes-todo-list .handle .icon-bar:before,
.item-question .icon-bar:after,
.item-question .icon-bar:before{
	content: '';
	top: 11px;
}
.playes-todo-list .handle .icon-bar:before,
.item-question .icon-bar:before{
	top: 22px;
}
.setting-check .custom-checkbox{
	margin: 0 5px 10px;
}
.setting-check .custom-checkbox label{
	padding: 0 0 0 44px;
}

#setting .box-footer{
	padding: 20px 10px;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}
.wizard-collapse .box-header.box-header_icon{
	padding: 21px 40px;
}
.box-header_icon .text-muted{
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
}
.box-header_icon .text-muted svg{
	width: 100%;
	height: 100%;
}
.wizard-collapse .box-header.box-header_icon > .box-tools{
	right: auto;
	left: 7px;
	height: 22px;
}
.products-list-new{
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.products-list-new .product-labels .label{
	word-break: break-word;
	padding: 17px 7px;
}
.product-list-in-box.products-list-new  > .item{
	border-bottom: none;
	padding: 45px 25px 17px;
	position: relative;
}
.product-list-in-box.products-list-new  > .item:before{
	content: '';
	width: auto;
	height: 1px;
	background-color: #DBDBDB;
	position: absolute;
	bottom: 0;
	left: 25px;
	right: 25px;
	display: block;
}
.product-list-in-box.products-list-new  > .item.item.current{
	background-color: #DBDBDB;
	margin-top: -1px;
}
.product-list-in-box.products-list-new  > .item:first-child{
	border-top: none;
	padding: 15px 25px 17px;
}
.product-list-in-box.products-list-new  > .item:last-child:before{
	display: none;
}
.products-list.products-list-new .product-img{
	max-width: 283px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #DBDBDB;
	padding: 10px;
}
.products-list.products-list-new .product-info > .product-title{
	color: #4A4A4A;
	text-decoration: underline;
	margin: 0 0 11px;
	display: inline-block;
	font-size: 18px;
}
.products-list-new .product-title-inner{
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
	text-align: center;
	display: block;
}
.products-list-new .product-controls,
.table-play .hold-btn{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px;
}
.table-play .hold-btn{
	margin: 0 0 3px;
}
.products-list-new .product-controls .table-btn,
.table-play .hold-btn .table-btn{
	margin: 0 8px 10px 0;
	max-width: 88px;
	min-width: 60px;
	width: 22%;
}
.products-list-new .product-description dl{
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin: 0 -6px 7px;
	white-space: normal;
	font-size: 14px;
	font-weight: 400;
}
.products-list-new .product-description dt,
.products-list-new .product-description dd{
	width: 100%;
	padding: 0 6px;
	font-weight: 400;
	color: #4A4A4A;
}
.products-list-new .product-description dd{
	font-weight: 600;
	word-break: break-word;
}
.products-list-new .product-labels{
	display: flex;
	align-items: center;
	width: auto;
	margin: 0 -12px;
}
.products-list-new .product-labels .info-status,
.products-list-new .product-labels .info-price{
	width: 50%;
	padding: 0 12px;
}
.products-list-new .product-labels .info-price{
	font-size: 21px;
	line-height: 23px;
	font-weight: 700;
}
.table-play tbody > tr > td{
	width: 100%;
	display: block;
	border: none;
	word-break: break-word;
	padding: 0;
	font-size: 14px;
}
.table-play tbody > tr > td:last-child{
	padding: 0 0 9px;
	font-weight: 500;
}
.table-play tbody > tr.row-border + tr td{padding: 11px 0 0;}
.table-play tbody > tr.row-border + tr td:last-child{
	padding: 0 0 9px;
}
.table-play tbody > tr.grey-row > td{
	background-color: #F5F5F5;
}
.table-play tbody > tr.grey-row{
	border: 1px solid #B7B7B7;
	border-bottom: none;
}
.table-play tbody > tr.grey-row td,
.table-play tbody > tr.grey-row td:last-child,
.table-play tbody > tr.grey-row td:first-child{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}
.table-play tbody > tr.grey-row td:last-child{
	padding-bottom: 8px;
}
.table-play tbody tr.grey-row + tr:not(.grey-row) td{
	padding-top: 8px;
}
.table-play tbody tr.grey-row + tr.grey-row{
	border-top: none;
}
.table-play tbody tr.grey-row + tr:not(.grey-row){
	border-top: 1px solid #B7B7B7; 
}
.table-play tbody tr.grey-row .label{
	max-width: inherit;
}
.table-play .title{
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	margin: 0 0 6px;
	display: block;
}
.table-play tbody > tr > td a{
	color: #4A4A4A;
}
.wizard-box.wizard-box_buttons{
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 6px;
}
.wizard-box_buttons .box-body{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	width: auto;
}
.wizard-box_buttons .table-btn{
	font-weight: 500;
	width: 100%;
	margin: 0 0 10px;
	padding: 12px 10px;
	border: 1px solid #B7B7B7;
}
.wizard-box_buttons .table-btn > svg{
	width: 20px;
	height: 20px;
}
.wizard-collapse .box-header.box-header_icon_small{
	padding: 21px 45px;
}
.wizard-collapse .box-header_icon_small .icon-title{
	width: 20px;
	height: 20px;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.wizard-collapse .box-header.box-header_icon_small > .box-tools{
	right: auto;
	left: 15px;
}
.wizard-collapse .icon-title svg{
	width: 100%;
	height: 100%;
}
.wizard-collapse .icon-title svg *{
	fill: var(--theme-color) !important;
}
.wizard-box .nav-stacked.list-states{
	padding: 16px 0;
}
.wizard-box .nav-stacked.list-states li,
.wizard-box .nav-stacked.list-states li:hover,
.wizard-box .nav-stacked.list-states li.active{
	background: #fff;
	border: none;
}
.wizard-box .nav-stacked.list-states li{
	margin: 0 0 10px;
}
.wizard-box .nav-stacked.list-states li a{
	background: #fff;
	font-size: 16px;
	line-height: 20px;
	color: #4A4A4A;
	text-transform: uppercase;
}
.wizard-box .nav-stacked.list-states li a:hover{
	color: #4A4A4A;
	background: #fff !important;
}
.box-statistics{
	padding: 15px;
}
#statistics .box-statistics .small-box-footer{
	background: #fff;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #DBDBDB;
	padding: 11px 0 0;
	margin: 0 0 15px;
}
.box-statistics p,
#statistics .box-statistics .small-box-footer > span{
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	margin: 0 0 13px;
}
#statistics .box-statistics .small-box-footer > span{
	margin: 0 0 5px;
	display: block;
}
.box-statistics .total-practices{
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	display: block;
	margin: 0 0 8px;
	letter-spacing: -2.2px;
}
.box-statistics .inner-call{
	width: 100%;
	display: flex;
}
.box-statistics .inner-call .data-call{
	width: 50%;
	padding: 0 5px;
	margin: 0 0 5px;
}
.data-call .hold-call,
#statistics .inner .tooltip-link{
	font-size: 35px;
	line-height: 1;
	font-weight: 700;
	color: #4A4A4A;
	white-space: nowrap;
	letter-spacing: -2.2px;
	text-align: center;
}
.data-call .hold-call.hold-call-green,
#statistics .inner .hold-call-green .tooltip-link{
	color: #47E95B;
}
.inner-call .data-call p.text-italic{
	font-size: 14px;
	line-height: 18px;
}
#setting .box-footer.submit-panel .submit{
	text-align: center;
}
#setting .box-footer.submit-panel .btn{
	min-width: inherit;
	float: none;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	max-width: inherit;
}
.nav-tabs-custom.custom-tab_play{
	margin: 5px 0 0;
}
div.custom-tab.custom-tab_play ul.nav.nav-tabs{
	padding-bottom: 0;
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

div.custom-tab.custom-tab_play ul.nav.nav-tabs::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}
div.custom-tab.custom-tab_play ul.nav.nav-tabs > li > a{
	overflow: hidden;
	white-space: nowrap;
}
div.custom-tab.custom-tab_play ul.nav.nav-tabs > li{
	margin: 8px 10px 0 0;
}
.btn-hold-table.btn-holder .btn{
	min-width: inherit;
	width: calc(100% - 30px)
}
/*END STYLE PAGE PLAYES*/
#a_2 .hold-alphabet{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 0 15px;
}
.hold-alphabet .all_result{
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #4A4A4A;
	border: 1px solid #707070;
	padding: 10px 5px;
	text-align: center;
	border-radius: 44px;
	background-color: #fff;
	text-decoration: none;
	max-width: inherit;
	display: block;
	width: 100%;
}
.list-filter-alphabet.glossario_list{
	padding: 0 10px 0 0;
	margin: 0;
	flex: 1;
	overflow-y: auto;
	width: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.list-filter-alphabet.glossario_list::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}
.glossario_list.list-filter-alphabet li{
	margin: 0 10px 10px 0;
}
.list-filter-alphabet li a{
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #4A4A4A;
	width: 35px;
	height: 40px;
	border: 1px solid #707070;
	padding: 10px 5px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.list-filter-alphabet li a.active,
.list-filter-alphabet li a:hover{
	color: #FFFFFF;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
/*START PAGE QUESTION*/
.hold-title-question{
	text-align: center;
	width: 100%
}
.hold-title-question h1{
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 18px;
}
.item-question{
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	padding: 11px 14px 19px;
	margin: 0 0 25px;
	position: relative;
}
.item-question .hold-icon-bar{
	width: 18px;
	height: 12px;
	position: absolute;
	top: 16px;
	left: 14px;
	transform: translateY(0);
	cursor: move;
	z-index: 2;
}
.item-question .icon-bar,
.item-question .icon-bar:after,
.item-question .icon-bar:before{
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 10px;
	background-color: #707070;
	position: absolute;
	top: 0;
	left: 0;
}
.item-question .icon-bar:after,
.item-question .icon-bar:before{
	content: '';
	top: 6px;
}
.item-question .icon-bar:before{
	top: 12px;
}
.item-question .hold-title{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	position: relative;
}
.item-question .hold-title h2{
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	margin: 0 0 22px;
	display: inline-flex;
}
.item-question .btn-edit{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	width: 24px;
	height: 24px;
	background-color: var(--theme-color);
	border-radius: 50%;
	margin: 0 0 22px;
	position: absolute;
	top: 0;
	right: 0;
}
.item-question .btn-edit svg{
	width: 11px;
	height: 11px;
	fill: #fff;
}
.item-question .list-options{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1028px;
}
.item-question .list-options li{
	width: 100%;
	margin: 0 0 10px;
}
.item-question .list-options li a,
.item-question .list-options li .hold-input{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #B7B7B7;
	background-color: #F5F5F5;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #4A4A4A;
	padding: 11px 10px;
}
.item-question .list-options li.active a{
	border-color: var(--theme-color);
}
.list-options a .hold-text{
	padding: 0 0 0 19px;
	position: relative;
	display: inline-block;
}
.list-options a .hold-text .hold-icon{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid var(--theme-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-options a .hold-text .hold-icon svg{
	width: 6px;
	height: 6px;
}
.item-question .list-options li .hold-input{
	font-style: italic;
	font-weight: normal;
	text-align: center;
	width: 100%;
}
.item-question .list-options li .hold-input::-webkit-input-placeholder {
	opacity: 1;
	color: #B7B7B7;
}
.item-question .list-options li .hold-input::-moz-placeholder{
	opacity: 1;
	color: #B7B7B7;
}
.item-question .list-options li .hold-input:-ms-input-placeholder{
	opacity: 1;
	color: #B7B7B7;
}
.item-question .list-options li .hold-input:focus{
	outline: none;
	outline: 0;
}

/*END PAGE QUESTION*/
.login-page .registry-form .select-btn{
	text-align: center;
}
.btn-hold-table.table-buttons{
	flex-direction: row;
}
.add-data .mar-bot-15 div.title-bar{
	padding: 5px 0 !important;
}
.holder-info-box{
	display: flex;
	flex-wrap: wrap;
	padding-top: 0;
	border-bottom: none;
	margin: 0;
}
.holder-info-box:last-child{
	border-bottom:none;
}
.holder-info-box .col-md-4{
	margin: 0 0 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DBDBDB;
}
.holder-info-box .info-box{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.holder-info-box .info-box-content{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 19px;
	color: #4A4A4A;
	margin: 0 0 14px;
	flex: 1;
}
.holder-info-box .info-box-content .info-box-icon{
	flex-basis: 80px;
	background-color: #DBDBDB;
	font-size: 21px;
	line-height: 28px;
	font-style: normal;
	font-weight: 700;
	color: #4A4A4A;
	text-align: center;
	padding: 5px;
	margin-right: 15px;
	height: 38px;
}
.holder-info-box .info-box-content .info-box-text{
	flex: 1;
}
.holder-info-box .info-box-text strong{
	font-weight: 400;
}
.holder-info-box .hold-btn{
	display: flex;
	width: auto;
	margin: auto -9px 0;
}
.holder-info-box .hold-btn .table-btn{
	margin: 0 9px 10px;
	padding: 13px 10px;
}
.holder-info-box .table-btn > svg{
	width: 23px;
	height: 23px;
}
.holder-info-box .table-btn > svg *{
	fill: #4A4A4A !important;
}
.holder-info-box .table-btn.btn-green{
	border-color: #47E95B;
	background-color: #CEF5D3;
}
.holder-info-box .hold-btn .w-50{
	width: calc(50% - 18px);
}
.text-info-sistema{
	font-size: 16px;
	line-height: 21px;
}
.grafic-circles + ul,
.row-progress + ul{
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
	min-height: 115px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.grafic-circles + ul li,
.row-progress + ul li{
	font-style: italic;
	margin: 0 0 5px;
	padding: 0 0 0 45px;
	position: relative;
}
.grafic-circles + ul li strong,
.row-progress + ul li strong{
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	font-size: 22px;
	min-width: 45px;
	position: absolute;
	top: 0;
	left: 0;
}
.invoice .flex-table__row{
	padding: 10px 5px;
}
.invoice .flex-table__row:before{
	left: 5px;
	right: 5px;
}
.invoice .flex-table__row:last-child:before{display: none;}
.invoice .flex-table__row_header{
	border-bottom: 3px solid var(--theme-color);
	border-radius: 10px 10px 0 0;
}
.invoice .table > tbody > tr > th{
	font-weight: normal;
}
.invoice .table > tbody > tr > td{
	font-weight: 700;
}
.invoice .flex-table__cell{
	padding: 5px 6px;
	align-items: flex-start;
	width: 15%;
	flex: auto;
}
.invoice .flex-table__row_header .flex-table__cell{
	padding: 6px;
}
.invoice .flex-table__cell:nth-child(2){
	width: 55%;
}
.invoice .flex-table__cell:nth-child(3){
	width: 30%;
}
button.close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 22px;
	right: 16px;
	z-index: 5;
	cursor: pointer;
}
button.close:before,
button.close:after {
	content: '';
	width: 18px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: rotate(-45deg) translateY(-50%);
    display: inline-block;
    margin: 0;
}
button.close:after{
    right: 3px;
    left: auto;
    transform: rotate(45deg) translateY(-50%);
}
@media(min-width: 550px) {
	.hold-brands-info .brands-logo-upload{
		width: 59%;
		padding: 0 0 0 15px;
	}
	.hold-brands-info .brands-logo{
		width: 41%;
	}
	.select-grid_2 .select-btn.card-author{
		padding: 28px 20px 28px 105px;
	}
	.select-btn.card-author .icon{
		position: absolute;
		top: 50%;
		left: 23px;
		transform: translateY(-50%);
		margin: 0;
	}
	.list-profile .profile-portfolio {
		width: calc(50% - 30px);
	}
	.invoice .flex-table__cell{
		width: 10%;
	}
	.invoice .flex-table__cell:nth-child(2){
		width: 65%;
	}
	.invoice .flex-table__cell:nth-child(3){
		width: 25%;
	}
	.invoice .flex-table__row{
		padding: 10px 35px;
	}
	.invoice .flex-table__row:before{
		left: 35px;
		right: 35px;
	}
}
@media(min-width: 768px) {
	.main-sidebar{
	    left: 0px !important;
    	width: 92px;
    	padding: 0 16px;
    }
    #content-wrapper {
    	margin: 0 0 0 92px;
    }
    .main-sidebar.open{
		width: 350px;
	}
	.main-sidebar.full-sidebar{
		width: 350px;
		left: -350px !important;
	}
    .main-sidebar .user-panel .pull-left.info,
	.main-sidebar .sidebar-menu li a span,
	.main-sidebar .sidebar-menu li a > .nav-link-text,
	.main-sidebar .list-lang .hold-text{
		display:none;
	}
	/*.main-sidebar.open ~ #content-wrapper,*/
	.main-sidebar.full-sidebar.open ~ #content-wrapper{
		margin-left: 350px;
	}
	.main-sidebar .sidebar-menu li a .pull-right{
		opacity: 0;
		visibility: hidden;
	}
	.main-sidebar.open .sidebar-menu li a .pull-right{
		visibility: visible;
		opacity: 1;
	}
	.skin-convieneonline .main-header .navbar .sidebar-toggle{
		display: none;
	}
	.main-sidebar.full-sidebar ~ #content-wrapper .main-header .navbar .sidebar-toggle{
		display: flex;
	}
	.main-sidebar.full-sidebar .hold-toogle{
		display: none;
	}
	.fixed.sidebar-collapse.sidebar-open.nav-function-hidden footer.main-footer{
		width: calc(100% - 330px);
	    margin-left: 330px;
	}
	.skin-convieneonline .main-sidebar.full-sidebar .page-logo{
		padding: 6px 8px 9px;
	}
	.main-sidebar.full-sidebar .sidebar-menu{
		height: calc(100vh - 206px);
	}
	.fixed footer.main-footer{
	    width: calc(100% - 92px);
	    margin-left: 92px;
	}
	.sidebar-menu>li>a{
		padding: 8px 13px;
	}
	.main-sidebar ~ .modal-new{
	    left: 92px;
	}
	.main-header{
		z-index: 998;
	}
	.modal-new{
		z-index: 999;
	}
	.modal-setting .settings-panel .col-6{
		width: 58%;
		flex: 0 0 58%;
		max-width: 58%;
		position: relative;
		padding: 0 15px;
	}
	.modal-setting .settings-panel .col-4{
		width: 42%;
		padding: 0 15px;
	}
	.main-sidebar.open ~ .modal-setting .settings-panel .col-6,
	.main-sidebar.open ~ .modal-setting .settings-panel .col-4{
		width: 100%;
	}
	.main-sidebar.open ~ .modal-setting .settings-panel .col-6{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.main-sidebar.open ~ .modal-setting .settings-panel .col-6:before{
		display: none;
	}
	.main-sidebar ~ .content-wrapper .modal{
		padding: 0 !important;
	}
	/*.main-sidebar ~ .content-wrapper .modal{
		left: 92px;
	}
	.main-sidebar.open ~ #content-wrapper .modal{
		left: 330px;
	}*/
	.modal-setting .settings-panel .col-6:before{
		content: '';
		position: absolute;
		top: 38px;
		right: 0;
		bottom: 10px;
		width: 1px;
		height: auto;
		background: #DBDBDB;
	}
	.modal-setting  .settings-panel .col-3:last-child:before{
		display: none;
	}
	.modal-setting .settings-panel .expanded ul{
		justify-content: flex-start;
		margin: 0 -14px !important;
	}
	.modal-setting .settings-panel .expanded ul li {
    	width: calc(33.3333% - 14px);
    }
    .main-sidebar.full-sidebar ~ .modal-small{
    	left: 0;
    }
    .main-sidebar.open ~ .modal-new,
    .main-sidebar.full-sidebar.open ~ .modal-new{
		left: 330px;
	}
	.hold-notification .hold-text,
	.hold-phone .hold-text, 
	.hold-logout .hold-text{
		display: block;
	}
	.modal.modal-small.modal-new .box-header>.box-tools{
		right: 29px;
	}
	.modal-setting .modal-dialog{
		margin: 92px auto;
	}
	.hold-notification,
	.quicknav .hold-phone{
		margin: 0 10px 0 0;
	}
	.modal.modal-small .modal-dialog{
		width: 438px;
	}
	.navbar-custom-menu .hold-phone .dropdown-menu{
		width: 319px !important;
		padding: 0 30px;
		margin: 21px 0 0;
		right: 49px !important;
	}
	.navbar-custom-menu .hold-phone .dropdown-menu:before{
		right: 103px;
	}
	.navbar-custom-menu .hold-phone .dropdown-menu:after{
		right: 64px;
	}
	/*Start style page Statistic*/
	.grafic-circles{
		transform: scale(1);
	}
	.main-sidebar.open ~ #content-wrapper .grafic-circles{
		transform: scale(0.7);
	}
	.grafic-circles{
		width: 338px;
		height: 426px;
		padding: 44px 0;
	}
	.grafic-circles:before{
		width: 222px;
		height: 222px;
	}
	.hold-circle {
		width: 120px;
		height: 120px;
	}
	.grafic-circles .block{
		width: 120px;
		height: 120px;
		top: 44px;
		margin: 0 0 0 -60px;
	}
	.grafic-circles .block:nth-child(2){
		margin: -60px 0 0 0;
	}
	.grafic-circles .block:nth-child(3){
		margin: 0 0 0 -60px;
		bottom: 44px
	}
	.grafic-circles .block:nth-child(4){
		margin: -60px 0 0 0;
	}
	.info-circle .title {
	    font-size: 30px;
	    line-height: 39px;
	}
	.info-circle .hold-number{
		font-size: 22px;
		line-height: 28px;
	}
	.info-circle {
    	width: 130px;
    }
    .hold-circle .hold-icon{
		transform: scale(1);
	}
	.grafic-circles .info-circle{
		display: block;
		opacity: 1;
	}
	.grafic-circles .block:nth-child(1) .info-circle{
		top: -18px;
		left: 107%;
	}
	.grafic-circles .block:nth-child(2) .info-circle{
		top: 68px;
		left: 85%;
	}
	.grafic-circles .block:nth-child(3) .info-circle{
		top: 62px;
		right: 106%;
		left: auto;
		transform: translateX(0);
	}
	.grafic-circles .block:nth-child(4) .info-circle{
		top: -42px;
		right:104%;
		left: auto;
		width: 100px;
	}
	.container-statistic h1,
	.statistic-table .box-title h2{
		font-size: 35px;
		line-height: 46px;
		margin: 0 0 1px;
	}
	.container-statistic .box-title{
		font-size: 18px;
		line-height: 24px;
		padding: 19px 0 0;
		margin: 0 0 44px;
	}
	.card-statistic .hold-head {
		padding: 20px 18px 0;
	}
	.card-statistic .hold-head h2 {
		font-size: 35px;
		line-height: 46px;
		margin: 0 0 5px;
	}
	.card-statistic ul.nav li a {
		font-size: 18px;
		line-height: 24px;
		padding: 8px 18px;
	}
	.row-progress .hold-year{
		font-size: 24px;
		line-height: 32px;
	}
	.hold-progress .text-percent {
		font-size: 18px;
		line-height: 24px;
		top: -28px;
	}
	.row-progress{
		justify-content: center;
		margin: 0 auto 24px;
		padding: 65px 40px 0;
	}
	.row-progress .col-3 {
		width: 150px;
		padding: 0 36px;
	}
	.card-statistic .btn-pdf{
		padding: 13px 28px;
		font-size: 16px;
		line-height: 21px;
	}
	.card-statistic .hold-button {
    	padding: 0 20px 21px;
    }
    .statistic-table{
		margin: 0 0 50px;
	}
	.container-statistic .card-statistic{
		margin: 0 0 50px;
	}
	.statistic-table .box-header h3 {
	    font-size: 30px;
	    line-height: 39px;
	}
	.box-more-details .btn-more{
		min-width: 315px;
		width: auto;
	}
	.box-more-details .text {
		font-size: 18px;
		line-height: 24px;
	}
	.box-more-details .btn-more {
		font-size: 18px;
		line-height: 24px;
	}
	.statistic-table .box-title > strong,
	.container-statistic .box-title > strong{
		font-size: 22px;
		line-height: 26px;
	}
	.hold-period-select .box-selectMonths,
	.hold-period-select .customselect{
		width: calc(33.3333% - 24px);
		margin: 0 12px 10px;
	}
	.main-sidebar.open ~ #content-wrapper .hold-period-select .box-selectMonths, 
	.main-sidebar.open ~ #content-wrapper .hold-period-select .customselect{
		width: calc(100% - 24px);
	}
	.main-sidebar.open ~ #content-wrapper .customselect + .box-selectMonths .rangePicker{
		top: 51px;
		left: 0 !important;
		max-width: inherit;
		width: auto;
	}
	.main-sidebar.open ~ #content-wrapper .rangePicker>.wrap{
		display: block;
		margin: 0 auto;
	}
	.line-delimiter,
	.statistic-filter-box{
		margin: 0 auto 54px;
	}
	.holder-chart .title{
		font-size: 30px;
		line-height: 32px;
	}
	/*End style page Statistic*/

	/*start style month picker*/
	.rangePicker>.wrap .custom>.calendar{
		width: 50%;
		margin: 0 0 8px;
	}
	.rangePicker .calendar.from:before {
		top: 25px;
		right: 0px;
		left: auto;
		bottom: 15px;
		width: 1px;
		height: auto;
	}
	.rangePicker>.wrap{
		max-width: 521px;
	}
	.rangePicker>.wrap .custom>.calendar{
		padding: 0 25px;
	}
	.rangePicker footer{
		padding: 12px 23px 0;
	}
	.rangePicker footer:before{
		left: 23px;
		right: 23px;
	}
	.rangePicker .hold-btn{
		margin: 0 -13px;
	}
	.rangePicker footer button {
		width: calc(50% - 26px);
		margin: 0 13px 6px !important;
	}
	/*end style month picker*/
	/*start style page /usermgmt/UserGroupPermissions/permissionGroupMatrix */
	.form-um-panel .hold-stiky-btn {
        padding-left: 92px;
        transition: padding-left 0.3s ease;
    }
    .main-sidebar.open ~ #content-wrapper .form-um-panel .hold-stiky-btn, 
    .main-sidebar.full-sidebar.open ~ #content-wrapper .form-um-panel .hold-stiky-btn{
        padding-left: 338px;
    }
    /*end style page /usermgmt/UserGroupPermissions/permissionGroupMatrix */
    .custom-checkbox.box-check-user .user-image{
		display: inline-flex;
	}
	.custom-checkbox.box-check-user label:before {
		top: 50%;
		transform: translateY(-50%);
	}
	.custom-checkbox.box-check-user label:after{
		top: 26px;
	}
	.box-header h1.box-title{
		font-size: 30px;
		line-height: 32px;
	}
	.btn-hold-table{
    	padding: 28px;
    }
    .select-grid_2 .select-btn.card-author{
		padding: 28px 20px 28px 140px;
	}
    .select-btn.card-author .icon{
		height: 87px;
		width: 80px;
		left: 32px;
	}
	.hold-immagine{
		padding: 48px 0 0;
	}
	.hold-immagine .title{
		font-size: 22px;
		line-height: 24px;
	}
	.hold-immagine .card-immagine{
		flex-wrap: nowrap;
	}
	.hold-immagine .hold-image {
		flex-basis: 118px;
		width: 118px;
		margin: 0;
	}
	.hold-immagine .hold-info{
		flex: 1;
		padding: 0 0 0 20px;
	}
	.table.box-table.box-table_col4 > tbody > tr > td{
		padding: 22px 8px;
	}
	.table.box-table.box-table_col4 tr.parent td:first-child{
		padding-left: 31px;
	}
	.table.box-table.box-table_col4 tr.parent td:last-child{
		padding-right: 31px;
	}
	h2.modal-title,
	.box-header h2.box-title,
	h4.modal-title{
		font-size: 22px !important;
		line-height: 24px !important;
	}
	.modal-dialog .box-body .box-footer,
	.modal-dialog .box-body .modal-footer{
		margin: 0 -28px;
	}
	.box-card-sell .row-card-sell{
		margin: 0 -40px;
	}
	.box-card-sell .item-card{
		width: calc(50% - 80px);
		margin: 0 40px 20px;
	}
	.table-play tbody > tr > td:last-child{
		padding: 8px 20px;
	}
	.table-play tbody > tr.row-border + tr td{
		padding: 25px 8px 8px;
	}
	.table-play tbody > tr.row-border + tr td:last-child{
		padding: 25px 20px 8px;
	}
	.wizard-box_buttons .box-body{
		padding: 25px 0 0;
		margin: 0 -12px;
	}
	.wizard-box_buttons .table-btn{
		width: calc(50% - 24px);
		margin: 0 12px 12px;
	}
	.products-list-new .product-description dl{
		margin: 0 -12px 7px;
	}
	.products-list-new .product-description dt,
	.products-list-new .product-description dd{
		padding: 0 12px;
	}
	.box-statistics p,
	#statistics .box-statistics .small-box-footer > span {
		font-size: 22px;
		line-height: 24px;
	}
	.box-statistics .total-practices{
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 12px;
	}
	#statistics .box-statistics .small-box-footer{
		padding: 26px 0 0;
	}
	#statistics .box-statistics .small-box-footer > span{
		margin: 0 0 12px;
	}
	.wizard-collapse .box-header.box-header_icon {
		padding: 21px 70px;
	}
	.wizard-collapse .box-header.box-header_icon > .box-tools{
		left: 25px;
	}
	.box-header_icon .text-muted {
		right: 35px;
	}
	.table-play tbody > tr > td{
		width: 50%;
		display: table-cell;
		font-size: 16px;
		padding: 8px;
	}
	.table-play tbody > tr > td:last-child{
		padding: 8px;
		font-weight: 500;
	}
	.table-play tbody > tr.row-border + tr td{
		padding: 15px 8px 8px;
	}
	.table-play tbody > tr.row-border + tr td:last-child{
		padding: 15px 8px 8px;
	}
	.table-play tbody > tr.grey-row td,
	.table-play tbody > tr.grey-row td:last-child,
	.table-play tbody tr.grey-row + tr:not(.grey-row) td{
		padding-top: 15px;
	}
	.table-play tbody > tr.grey-row td:first-child{
		padding-left: 16px;
		padding-top: 15px;
	}
	.table-play tbody tr.grey-row .label{
		max-width: 194px;
	}
	.wizard-collapse .box-header {
		padding: 21px 45px 21px 28px;
	}
	.wizard-box .nav-stacked.list-states {
		padding: 30px 13px;
	}
	.products-list-new .product-description dl{
		font-size: 16px;
	}
	.products-list-new .product-description dt,
	.products-list-new .product-description dd{
		width: 50%;
	}
	.btn-hold-table.btn-holder .btn{
		width: calc(50% - 30px)
	}
	.products-list-new .product-labels .label{
		padding: 17px;
	}
	.info-prize {	  
		padding: 26px 23px;
	}
	/*START PAGE QUESTION*/
	.item-question{
		padding: 11px 60px 19px;
	}
	.item-question .list-options li{
		width: calc(50% - 34px);
		margin: 0 17px 25px;
	}
	.item-question .hold-title{
		padding: 0;
	}
	.item-question .btn-edit{
		position: static;
		margin: 0 11px 22px;
		width: 37px;
		height: 37px;
	}
	.item-question .btn-edit svg{
		width: 16px;
		height: 16px;
	}
	.hold-title-question h1 {
		font-size: 32px;
		margin: 0 0 27px;
	}
	.item-question .hold-title h2{
		font-size: 18px;
		line-height: 24px;
	}
	.item-question .list-options li a,
	.item-question .list-options li .hold-input{
		font-size: 16px;
		line-height: 21px;
		padding: 14px 10px;
	}
	.item-question .hold-icon-bar{
		width: 28px;
		height: 22px;
		top: 20px;
		left: 20px;
	}
	.item-question .icon-bar:after{
		top: 11px;
	}
	.item-question .icon-bar:before{
		top: 22px;
	}
	.list-options a .hold-text .hold-icon{
		width: 18px;
		height: 18px;
	}
	.list-options a .hold-text .hold-icon svg {
		width: 8px;
		height: 8px;
	}
	.list-options a .hold-text {padding: 0 0 0 26px;}
	/*END PAGE QUESTION*/
	.text-info-sistema{
		font-size: 22px;
		line-height: 24px;
	}
	.holder-info-box .info-box-content .info-box-icon {
		font-size: 30px;
		line-height: 32px;
		height: 40px;
	}
	.holder-info-box .info-box-content{
		font-size: 16px;
		line-height: 21px;
	}
	#setting .box-footer.submit-panel .btn{
		min-width: 250px;
		width: auto;
		max-width: inherit;
	}
	.grafic-circles + ul,
	.row-progress + ul{
		padding: 0 15px;
	}
}
@media(min-width: 992px) {
	.form-group-vertical .col-md-4{
		width: 33.3333%;
	}
	.form-group-vertical .col-md-3{
		width: 25%;
	}
	.form-group-vertical .col-md-6,
	.select-grid_2.form-group .col-md-6{
		width: 50%;
	}
	.holder-info-box .col-md-4{
		border: none;
		padding-bottom: 0;
	}
	.holder-info-box{
		border-bottom: 1px solid #DBDBDB;
		padding-top: 19px;
		margin: 0;
	}
}
@media(min-width: 1024px) {
	.main-sidebar .user-panel .pull-left.info,
	.main-sidebar .sidebar-menu li a span,
	.main-sidebar .sidebar-menu li a > .nav-link-text,
	.main-sidebar .list-lang .hold-text{
		display:none;
	}
	.main-sidebar:hover .user-panel .pull-left.info,
	.main-sidebar:hover .page-logo{
		display:block;
	}
	.main-sidebar:hover .sidebar-menu li a > .nav-link-text,
	.main-sidebar:hover .sidebar-menu li a span,
	.main-sidebar:hover .sidebar-menu li a .pull-right,
	.main-sidebar:hover .list-lang .hold-text{
		display: inline-flex;
	}
	.skin-convieneonline .main-sidebar:hover .page-logo{
		display: flex;
	}
	.main-sidebar:hover{
		width: 350px;
	}
	.main-sidebar:hover .page-logo .logo{
		width: 180px;
	}
	.modal-new .modal-body{
		padding: 0 16px 30px;
	}
	.modal-setting .settings-panel .col-3{
		padding: 0 30px;
	}
	.settings-panel .title{
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 15px;
	}
	.fixed footer.main-footer{
		padding: 0 30px;
	}
	.main-sidebar.open ~ .modal-setting .settings-panel .col-3{
		width: 50%;
		padding: 0 15px;
	}
	.main-sidebar.open ~ .modal-setting .settings-panel .expanded ul li{
		width: calc(33.3333% - 14px);
	}
	.main-sidebar.open ~ .modal-setting .settings-panel .col-3:before{
		display: block;
	}
	.main-sidebar.open ~ .modal-setting .settings-panel .col-3:last-child:before{
		display: none;
	}
	.main-sidebar.open ~ .modal-setting .settings-panel .expanded ul{
		justify-content: flex-start;
	}
	.hold-notification,
	.quicknav .hold-phone{
		margin: 0 17px 0 0;
	}
	.modal-setting .settings-panel .col-6,
	.modal-setting .settings-panel .col-4{
		padding: 0 31px;
	}
	.main-sidebar.open ~ .modal-setting .settings-panel .col-6{
		width: 58%;
		flex: 0 0 58%;
		max-width: 58%;
	}
	.main-sidebar.open ~ .modal-setting .settings-panel .col-4{
		width: 42%;
	}
	.main-sidebar.open ~ .modal-setting .settings-panel .col-6:before{
		display: block;
	}
	.modal-new.modal .box-header>.box-tools{
		top: 22px;
		right: 37px;
	}
	.main-sidebar:hover .list-lang{
		border-top: 1px solid #DBDBDB; 
	}
	/*Start style page Statistic*/
	.grafic-circles{
		transform: scale(0.8);
	}
	.main-sidebar.open ~ #content-wrapper .grafic-circles{
		transform: scale(0.7);
	}
	.container-statistic h1,
	.statistic-table .box-title h2 {
		font-size: 44px;
		line-height: 48px;
		margin: 0 0 7px;
	}
	.container-statistic .box-title{
		font-size: 22px;
		line-height: 24px;
		padding: 49px 0 0;
		margin: 0 0 71px;
	}
	.card-statistic .hold-head {
		padding: 27px 18px 0;
	}
	.card-statistic .hold-head h2 {
		font-size: 44px;
		line-height: 46px;
		margin: 0 0 22px;
	}
	.card-statistic ul.nav li a {
		font-size: 22px;
		line-height: 24px;
		padding: 13px 18px;
	}
	.row-progress .hold-year{
		font-size: 30px;
		line-height: 34px;
	}
	.hold-progress .text-percent {
		font-size: 22px;
		line-height: 24px;
	}
	.row-progress{
		justify-content: center;
		margin: 0 auto 40px;
	}
	.row-progress .col-3 {
		width: 33.3333%;
		padding: 0 5px;
	}
	.card-statistic .hold-button {
		padding: 0 54px 21px;
	}
	.statistic-table{
		margin: 0 0 65px;
	}
	.container-statistic .card-statistic{
		margin: 0 0 65px;
	}
	.box-more-details .text {
		font-size: 22px;
		line-height: 29px;
	}
	.box-more-details .btn-more {
		font-size: 22px;
		line-height: 24px;
	}
	.main-sidebar.open ~ #content-wrapper .hold-period-select .box-selectMonths, 
	.main-sidebar.open ~ #content-wrapper .hold-period-select .customselect{
		width: calc(33.3333% - 24px);
	}
	.main-sidebar.open ~ #content-wrapper .customselect + .box-selectMonths .rangePicker{
		top: 75px;
		left: auto !important;
		width: 521px;
	}

	/*End style page Statistic*/
	.box-card-sell .row-card-sell{
		margin: 0 -80px;
	}
	.box-card-sell .item-card{
		width: calc(50% - 160px);
		margin: 0 80px 20px;
	}
	div.custom-tab.custom-tab_play ul.nav.nav-tabs{
		display: block;
		overflow-x: visible;
	}
	div.custom-tab.custom-tab_play ul.nav.nav-tabs > li > a{
		overflow: hidden;
		white-space: normal;
	}
	div.custom-tab.custom-tab_play ul.nav.nav-tabs > li{
		margin: 10px 15px 0 0;
	}
	#a_2 .hold-alphabet{
		flex-direction: row;
	}
	.list-filter-alphabet.glossario_list{
		overflow-y: visible;
		flex-wrap: wrap;
	}
	.hold-alphabet .all_result{
		max-width: 180px;
	}
	/*START PAGE QUESTION*/
	.item-question .list-options li{
		width: calc(25% - 34px);
	}
	.hold-title-question h1 {
		font-size: 40px;
	}
	.item-question .hold-title h2{
		font-size: 22px;
		line-height: 29px;
	}
	/*END PAGE QUESTION*/
}
@media(min-width: 1200px) {
	/*Start style page Statistic*/
		.grafic-circles{
			transform: scale(0.9);
		}
		.main-sidebar.open ~ #content-wrapper .grafic-circles{
			transform: scale(0.8);
		}

	/*End style page Statistic*/
	.products-list-new .product-labels .info-price {
		font-size: 30px;
		line-height: 32px;
	}
	.box-statistics {
		padding: 28px 18px 19px;
	}
	.inner-call .data-call p.text-italic{
		font-size: 16px;
		line-height: 21px;
	}
}
@media(min-width: 1350px) {
	/*Start style page Statistic*/
		.grafic-circles,
		.main-sidebar.open ~ #content-wrapper .grafic-circles{
			transform: scale(1);
		}
	/*End style page Statistic*/
	.products-list-new .product-labels .info-price {
		font-size: 30px;
		line-height: 32px;
	}
	.data-call .hold-call,
	#statistics .inner .tooltip-link{
		font-size: 46px;
	}
	
}
@media(min-width: 1550px) {
	.box-statistics {
		padding: 28px 28px 19px;
	}
}
@media(max-width: 1550px) {
	/*Start style page Statistic*/
	.main-sidebar.open ~ #content-wrapper .grafic-circles{
		transform: scale(0.85);
	}

		
	/*End style page Statistic*/
	
}
@media screen and (max-width: 1100px){
	.table-mobile.second-type tbody tr.d-flex{
		padding-top: 0;
		padding-bottom: 0;
	}
	.table-mobile.second-type tbody tr.d-flex td{
		min-height: 53px;
	}
	.table-mobile.second-type tbody tr.d-flex td:after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 39.5%;
		height: 100%;
		background: #fbf8fa;
		border-right: 1px solid #707070;
	}
}
@media screen and (max-width: 549px){
	.navbar-nav .open .dropdown-menu{
		width: 100% !important;
		margin-left: 0 !important;
		left: 0!important;
	}
	.container-statistic .box-title span {
	    float: none;
		word-break: normal;
	}
	section > .wizard-box.wizard-collapse .box-header > .box-tools {
		right: 15px;
	}
}
@media(max-width: 768px) {
	.rangePicker{
		max-width: 450px;
		width: 100%;
		padding: 0 15px
	}
	.rangePicker.show,
	.customselect + .box-selectMonths .rangePicker.show{
		position: fixed !important;
		top: 50% !important;
		left: 50% !important;
		transform: translateX(-50%) translateY(-50%) translateZ(0px) !important;
		margin: 0 !important;
	}
	.close-data-month{
		display: block;
	}
	.rangePicker>.wrap{
		padding: 35px 9px 15px;
	}
	.rangePicker>.wrap .custom{
		height: calc(85vh);
		padding: 0;
		position: relative;
		overflow-y: auto;
	    scrollbar-width: none;
	    -ms-overflow-style: none;
	}
	.rangePicker>.wrap .custom::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none;
	}
}