@font-face {
	    font-family: 'Noto Kufi Arabic';
    src: url('NotoKufiArabic-Bold.ttf');
}
@font-face {
    font-family: 'Droid Arabic Naskh';
    src: url('../DroidArabicNaskhBold.ttf');
}

@font-face {
    font-family: 'Droid Arabic Naskh';
    src: url('../DroidArabicNaskhRegular.ttf');
}
@font-face {
	    font-family: 'Inter Thin';
    src: url('../Inter-VariableFont_slnt,wght.ttf');
}

@font-face {
	    font-family: 'DIN Next LT Arabic Light';
    src: url('../DINNEXTLTARABIC-LIGHT-2-2.ttf');
}

:root{
	--width-menu:18%;
	--width-menu-hide:50px;
	--width-menu-hide-q: 40px;
	--nav-h:40px;
	
	}

*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0px;padding:0px;}


body{ background: var(--bg-body) ;font-family:'DIN Next LT Arabic Light' ;}
	a{text-decoration:none;}
	button{cursor:pointer;}
#content-bd{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;	
}


#content-bd nav{
    display: flex;
    height: var(--nav-h);
    background: var(--nav-bg);
    padding: 5px;
    justify-content: space-between;
    align-items: center; 
    width: calc(100% - var(--width-menu));
    margin-left: var(--width-menu);	
box-shadow:0 0 2rem 0 rgb(41 48 66 / 10%);
}
#content-bd nav.nav-toggle{
    width: calc(100% - var(--width-menu-hide));
    margin-left: var(--width-menu-hide);		
}
#content-bd nav .nav-side{
    width: 48%;
    padding: 5px;
    display: flex;
    justify-content: flex-end;	
}
#content-bd nav .logo-nav{width:150px;display: flex;}
#content-bd nav .logo-nav img{width:100%;}

.dropdown {
 
}

 .dropdown .dropbtn {
    font-size: 14px;
    border: none;
    outline: none;
    color: var(--nav-color);
    cursor: pointer;
    background: inherit;
}

 .navbar a:hover, .dropdown:hover .dropbtn {

 }

 .dropdown-content {
display: none;
    position: absolute;
    background-color: var(--main-color-i);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}

 .dropdown-content a:hover {
	 box-shadow:0px 0px 1px var(--menu-color);
 }
 .dropdown-content a {
    color: var(--menu-color);
    padding: 5px 10px;
    display: block;
}



 .dropdown:hover .dropdown-content {
  display: block;
  
} 


#content-bd #content-pg{
display: grid;
grid-template-columns: var(--width-menu) 81%;		
position:relative;
}
#content-pg.width-content-pg{
grid-template-columns: var(--width-menu-hide) 96% !important;	

}
#content-bd #content-div{

    margin: 5px;
    padding: 5px;
    border-radius: 3px;
    font-size: 13px;
}
#content-bd .hide-menu{width:var(--width-menu-hide);}
#content-bd .hide-menu menu{width:var(--width-menu-hide);min-width: auto;overflow: initial;
}
#content-bd .hide-menu menu .menuli span{display:none;}
#content-bd .hide-menu #menu-profile{display:none;}

#content-bd menu.menu480{height:var(--nav-h);overflow:hidden;
background: var(--nav-bg); position: relative;
top: calc(var(--nav-h) - var(--nav-h) * 2 );}
#content-bd menu.menu480 .btnmenu480{color:var(--nav-color);}
#content-bd menu.menu480 .btnmenu480:hover{color:var(--nav-color);}
#content-bd #content-pg.con-pg480{
grid-template-columns:  100% !important;	
}

#content-bd .hide-menu menu .menuli::after{
    content: attr(lab-txt);
    background: var(--main-color-iii);
    font-size: 11px;
    color: var(--main-color-ii);
    padding: 2px 5px;
    border-radius: 3px;
	display:block;
    position: absolute;
    left: var(--width-menu-hide-q);
display:none;	
transition:.2s all;
width: 130px;
}
#content-bd .hide-menu menu .menuli::before{
    content: '\25c4';
    position: absolute;
    left: 28px;
    color:var(--main-color-iii);
    font-size: 20px;
	display:none;

	
}
#content-bd .hide-menu #links-icon{display:none;}
#content-bd .hide-menu menu .menuli:hover:before{
	transition:.2s all;
	display:block;		
}
#content-bd .hide-menu menu .menuli:hover:after{
	transition:.2s all;
	display:block;	
}

#content-bd menu {
    display: flex;
    flex-direction: column;
    align-content: center;
    background: var(--menu-bg);
    padding: 8px 2px;
    margin: 0px;
    position: fixed;
    height: 100%;	
	width:var(--width-menu);    top: 0px;    z-index: 99;
    overflow-y: auto;
    overflow-x: hidden;	
  }
.nav-link{font-size:13px !important;}
.dropdown-item{font-size:12px !important;}


#content-bd menu .menuli{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: 6px 5px;
	color: var(--menu-color);transition:.2s all;
font-size: 13px;
    font-weight: bold;	
	position:relative;
}
#content-bd menu .cat-menu .menuli{

}
#content-bd menu .cat-menu{
    margin-bottom: 15px;
    margin-top: 0px;	
}
#content-bd menu .count-notif{
background: red;
    color: var(--main-color-ii);
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    height: 21px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    margin: 0px 10px;	
}

#content-bd menu .li-toggle{margin-bottom: 15px;}
#content-bd menu .menuli:hover{color:var(--main-color-ii);transition:.2s all;}
#content-bd menu .menuli i{
font-size: 22px;
    display: inline-block;
    width: 30px;
    text-align: center;	
}
#content-bd menu .menuli span{
    margin-left: 20px;
    margin-right: 1px;
}
 
#menu-profile{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 6px;
    align-content: center;
}	

#menu-profile span{
    color: var(--main-color-ii);
    font-size: 12px;	font-weight:bold;
}
#menu-profile img{
    width: 65px;
    background: var(--bg-body);
    border-radius: 50%;
    display: block;
    margin-bottom: 8px;
    border: 3px solid var(--main-color-iii);
}

#content-bd menu .li-logout{
    margin-top: 15px;	
}

#content-div .min-chart{
background: var(--bg-body-m);
    padding: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;	
	margin-bottom:50px;flex-wrap: wrap


}
#content-div .min-chart .min-chart-s{
    background: var(--main-color-ii);
    padding: 10px;
    width: 280px;
    height: 150px;
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
    border-radius: 3px;
display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;	margin:9px;
	align-items: center


}
 #content-div .min-chart .min-chart-s .div-charprog{position: relative;width:105px;height:105px;}

#content-div .tables-ind{
	background:var(--main-color-ii);
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
    border-radius: 3px;	
	    padding: 45px 5px 10px;
	}

.min-chart-s .div-charprog-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 13px;
    font-weight: bold;	
	
}

#notifcation-div{
    position: absolute;
    width: 310px;
    height: 700px;
    background: var(--main-color-ii);
    z-index: 9999;
    top: 0px;
    overflow: auto;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    margin: 0px 3px;
    padding: 5px;
    display: none;
    top: calc(var(--nav-h) - var(--nav-h) * 2 );
}
 
#notifcation-div #bar-notif{
    background: #363636;
    color: var(--main-color-ii);
    margin: -5px -5px 10px;
	padding:3px 1px;	

}
.close{
display: inline-flex;
    width: 30px;
    height: 30px;
    background: #e3e3e3e0;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin: 3px;
    color: #222938;
    justify-content: center;
    align-items: center;
margin-bottom: 10px;
font-family: 'FontAwesome';
}
.clear{
	clear:both;
}

#links-icon{
color: #cbcbcb;
    width: 70%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    float: right;
    min-width: 350px;
	
	
}
.grid-links-icon p{
    font-size: 11px;
    margin: 0px;
    color: #727272;
    font-weight: bold
}
.grid-links-icon a{
display: inline-block;
    width: 37px;	
}
.grid-links-icon a img{width:100%;}
.grid-links-icon	{
    display: grid;
    width: 98%;
    justify-content: center;
    align-items: center;
    grid-template-columns: 2fr 1fr 1fr;

	
	}

/* width */
#content-bd menu::-webkit-scrollbar {
  width: 3px;
}

/* Track */
#content-bd menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#content-bd menu::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#content-bd menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}


#date-form{
	width:100%;text-align: center;
    padding: 5px;}
#date-form form	{
display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;		
}	
#date-form label{margin:5px;}
#date-form button{
    background: #2196f3;
    border: 0px;
    border-radius: 3px;
    color: var(--main-color-ii);
    padding: 3px 15px;
    font-size: 14px;	
	margin:5px;
}
#date-form input{
border: 1px solid #bdbdbd;
    padding: 4px 10px;	
}
#date-form input[type="time"]{width: auto;}

#g-reports{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.g-report{
background: var(--main-color-ii);
margin: 5px;
    box-shadow:0 0 2rem 0 rgb(41 48 66 / 10%);
width:49%;
}
.titletable{
width: 100%;
    text-align: center;
    padding: 5px;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 1px 2px 1px #e5e5e5;
    border: 1px solid #ddd;
	color:#000;
	
}

#loading {
	width: 100%;
    display: flex;
    justify-content: center;

    align-items: center;
}
.loadingpg {
position: fixed;
    background: var(--main-color-i);
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    padding-top: 156px;
    left: 0px;
    top: 0px;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid var(--main-color-ii);
    border-bottom-color: var(--main-color-iii);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 
	
	


#dir{
    padding: 5px;
    margin-bottom: 5px;	
display: flex;
    align-items: center;	
    font-size: 13px;	
}
#dir span{
font-size: 30px;
    padding: 0px 2px;	
}
#dir i{
font-size: 18px;	
color:var(--main-color-iii);
}
.filepond--credits{display:none;}
.pop_wind{
position: fixed;
    width: 80%;
    padding: 7px;
    background: var(--main-color-ii);
    z-index: 1000;
    top: 2%;
    box-shadow:-6px 14px 13rem 11px rgb(41 48 66 / 85%);
    border: 1px solid #cdcdcd;
	display:none;
	min-height:130px;
border-radius: 20px;	
	
}
  .titlepop{
    width: 100%;
    box-shadow: 0px 1px 10px #cdcdcd;
    padding: 0px;
    position: absolute;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;	
    top: 0px;
	
}
  .titlepop span{
width: 100%;
    background: var(--main-color-iii);
    display: block;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 8px;
    padding: 6px;
    font-size: 15px;
    font-weight: bold;	
}
.pop_wind.qr-code{width: 50%;}

.pop_wind #status_data{
padding: 10px;	
}
#qr-reader__dashboard_section_swaplink{cursor:pointer;}
 #filter {
    background: var(--main-color-i);
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 3px;
    box-shadow:0 0 2rem 0 rgb(41 48 66 / 10%);
display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;align-items: center;	
	color:var(--main-color-ii);
}
 #filter .div-2col{
display: flex;
    width: 46%;
    align-items: center;
    justify-content: space-between;    padding: 5px;
}
 #filter .div-2col select{margin:2px;}

 #filter.addplan-form{display:none;}
#filter input{
height: 40px;
    padding: 0px 10px;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #0075ff;	
width: 315px;	margin:2px;
}
#filter input[type="time"]{width: auto;height: 37px;width: 126px;font-size: 12px;}
#filter input[type="date"]{width: auto;height: 37px;width: 126px;font-size: 12px;}
#filter input[type="checkbox"]{width: 25px;}
#filter input[type="radio"]{width: 19px;}

#filter #status_form{
width: 100%;
    height: 60px;
    margin: 10px;	
}
#filter #checks{
display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;	
}
#checks span label{cursor:pointer;}
#checks span{
display: inline-flex;
    align-items: center;
    cursor: pointer;
}

#filter select{
height: 40px;
    padding: 0px 10px;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #0075ff;	
width: 315px;	margin:5px;
}
#filter .geo{
width: 110px;
    background: var(--main-color-ii);
    color: #939393;	
}
#filter #inputup{width:250px;margin:5px;height: 80px;}
#filter #options{
	display: flex;
    width: 100%;
    justify-content: space-between;	align-items: center;flex-wrap: wrap


 }
 
 #popimg{
display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    border: 1px solid #d3d3d3;
    margin-top: 15px;
    padding: 5px;
 }

 #content-det-em.c-rerportClose{background:var(--main-color-ii);padding:20px;font-size:14px;margin-bottom:20px;}
  #content-det-em.c-rerportClose .tit_rerportClose{
	  width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
    font-weight: bold;
  }
  #content-det-em.c-rerportClose table{width:100%;}
  #content-det-em.c-rerportClose form{
	  display: inline-flex;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    margin-top: 20px;
  }
  #content-det-em.c-rerportClose table td{
	  font-size:13px;
	  white-space: nowrap;
    width: 1px;}
	
	
  #content-det-em .popimg-imgs{
	width: 90%;
    max-width: 250px;

    border: 1px solid #d3d3d3;
}

#content-det-em .popimg-imgs img{width:100%;}


 #filter button:not(.filepond--file-action-button){
    border: 0px;
    background: var(--main-color-iii);
    color: var(--main-color-ii);
padding: 6px 20px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
    margin-top: 30px;
    margin-bottom: 10px;
 }
#filter #add_geo{
height: 28px;
    font-size: 12px;
    line-height: 14px;
}
#filter #pl-cam{position:relative}
#filter #pl-cam input{padding-left:40px;}
#filter #pl-cam .cam{
    position: absolute;
    height: 42px;
    width: 35px;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    background: var(--main-color-iii);
    color: var(--main-color-ii);
left: 0px;
    top: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
cursor: pointer;	
}

#filter #date_fil{
background: #f6f8fb;
    border: 4px solid var(--main-color-iii);
    color: #183153;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    margin: 5px;
	display: flex;
    align-items: center;
    flex-wrap: wrap;	
justify-content: flex-end

	
}

 .groub_inputs {
position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 75px;	 
 }
 #filter .groub_inputs input{	padding: 0px 40px;}
 #filter .groub_inputs input:disabled{	background:#ebebeb;}
 .groub_inputs .cam{
    position: absolute;
    height: 42px;
    width: 35px;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    background: var(--main-color-iii);
    color: var(--main-color-ii);
    left: 0px;
    top: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
 } 
 
  .groub_inputs .info{
	 color: #06af0d;
    font-size: 13px;
    font-weight: bold; 
display: block;
    margin: 0px;	
  }
  .groub_inputs .val img{width: 20px;}
  .groub_inputs .enab{pointer-events: none;}
  .groub_inputs .val{
    position: absolute;
    height: 40px;
    width: 35px;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    background: #f7f9fc;
    color: var(--main-color-i);
    right: 0px;
    top: 2px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
 } 
 .cre-pr button{width:100%;}
 
 #print_pre{
width: 98%;
    text-align: center;
    background: #fff;
    padding: 12px;
    margin: 15px;
    border: 2px solid #000;

    border-radius: 3px;

} 
#title-pre{
    font-size: 19px;
    font-weight: bold;
border-bottom: 2px solid #000;
    display: inline-block;
    padding: 0px 15px;	
}
#con-pre{
display: flex;
    justify-content: space-between;
    align-content: center;	
font-size: 13px;
    font-weight: bold;	
    background: #fff;
    padding: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;	
 	
} 
#date_pre{
width: 100%;
    display: flex;
	flex-wrap: wrap;

    justify-content: space-between;	
}
#print_pre span{padding:0px 5px;font-weight: bold;font-size:16px;}

#con-pre .items{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
font-size: 14px;	
}
#con-pre .items span{ 
    padding: 0px 10px;	
}

#qrcode i.fa-xmark{
font-size: 150px;
    background: #4a4a4a;
    display: inline-block;
    width: 150px;
    height: 150px;
    color: red;
    border-radius: 50%;
text-align: center;	
}
#qrcode i.fa-circle-check{
font-size: 150px;
    background: #e3f9c7;
    display: inline-block;
    width: 150px;
    height: 150px;
    color: #37d703;
    border-radius: 50%;
}
#qrcode{display:block !important;}
#qrcode .inactive{
	font-size: 17px;
    font-weight: bold;
    background: #ffa2a2;
    color: #970000;
    border-radius: 3px;
text-align: center;	
}
#qrcode .active{
	font-size: 17px;
    font-weight: bold;
    background: #c8ff95;
    color: #478302;
    border-radius: 3px;
}

 
 #content-checkempty #filter{background:#f6f8fb; color:#183153;justify-content: center;padding-bottom:20px;

}
 
 #content-checkempty #filter button{margin:0px;}
 #content-checkempty #filter #options{width:90%;margin-bottom: 20px;}
 #content-checkempty #filter #options select{
    width: 100%;
    border: 4px solid var(--main-color-iii);
    border-radius: 4px;
 }	
 #content-checkempty{
	display:flex;
	width:99%;
	padding:5px;
	margin:5px;
position: relative;	
display:none;
}

 #content-checkempty .step-check{
position: relative;
    width: 100%;
    display: flex;
    justify-content: center;	
margin: 5px 0px;	
}
#content-checkempty .step-check-p{
background: #fbfff8;
    color: #183153;
    padding: 10px 45px;
    width: 90%;
    text-align: start;
    height: 40px;	
font-size: 13px;
    font-weight: bold; 
	border-radius: 5px;
	
}
#content-checkempty .step-dis{
	background: #c7c7c7;
}


#content-checkempty .cam-check{
    position: absolute;
left: 5.5%;
     font-size: 25px;
    color: #183153;
    height: 36px;
    width: 36px;
    padding: 2px 5px;
    border-radius: 4px;	
	cursor: pointer;
}
#content-checkempty .li-check{
    position: absolute;
left: 5.5%;
     font-size: 25px;
    color: #183153;
    height: 36px;
    width: 36px;
    padding: 2px 5px;
    border-radius: 4px;	
	cursor: pointer;	
}
#content-checkempty .val-req{
	position: absolute;
    right: 5.5%;
    color: #183153;
    width: 37px;
    height: 37px;
    padding: 10px;
}

#tackepic{
width: 90%;
    height: 135px;
pointer-events: none;	

}
#tackepic .filepond--drop-label.filepond--drop-label label {
	font-family:'Inter Thin';
	font-size: 13px;
    font-weight: bold;
color: #183153;	
    display: flex;
    align-items: center;
padding: 0px 10px;	
}
#tackepic .filepond--drop-label.filepond--drop-label label i{font-size: 25px;}
#tackepic .filepond--drop-label{background: #cbcbcb !important;box-shadow:0px 0px 0px !important;border-radius: 4px;	}
#content-checkempty .val-req img{width:100%;}

#tackepic .allow-pic {background: var(--main-color-ii) !important;pointer-events:auto;}

#tackepic .filepond--drop-label{
    justify-content: flex-start;
    flex-direction: row;	
}


.btn-show.skipsteps{
position: absolute;
    right: 6%;
     font-size: 11px !important;	
display:none ;	
}


 

.btns-check{
display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: row;
    align-items: center;	
    margin-top: 30px;	
}

.btns-check a{padding: 6px 2.5em;}

.click-takecam{display:none;}

.show-check{
height: 40px;
    line-height: 3;
    box-shadow: 0px 0px 4px #363636;
    margin-top: 40px;	
background-color: #41a91c;color:var(--main-color-ii);	
}



.select2-selection{height:40px !important;font-size: 14px;font-weight:bold;}
.select2-results__option{
font-size: 14px;
    border: 1px solid #e1edff;	
}

#map{z-index:0;}
.pop_wind #map {z-index: 1;}
.filepond--drop-label.filepond--drop-label label{font-size:13px;}

.err_notif{
    text-align: center;
    padding: 7px;
    background: #efc3c3;
    color: #cb0303;
    font-size: 13px;	
	width: 100%;
}

.done_notif {
    text-align: center;
    padding: 7px;
    background: #c6e99d;
    color: #467e05;
    font-size: 13px;
width: 100%;	
	
}

#status_ad-pl{
text-align: center;
    margin-bottom: 20px;	
}
#status_ad-pl img{
width:50px;
}
#btns-card{
display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 25px;
    border-bottom: 2px solid var(--main-color-iii);
padding:5px;	
}
.btn-card{
width: 180px;
    height: 100px;
    display: inline-flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    background: var(--main-color-ii);
    margin: 4px;
    border-radius: 3px;
    color: var(--main-color-i);
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
    font-size: 13px;
	cursor:pointer;
flex-direction: column;	
}
.btn-card span{text-align: center;}
.btn-card i{
font-size:35px;
}
.btn-card:hover{
	background:var(--main-color-i);
	color:var(--main-color-ii);
	transition:.4 all;
}


.dropdown-item{
font-size: 15px !important;
    text-align: center !important; 
 }

 .table-g {
width: 100%;
    text-align: center;
    margin: 20px 10px;
    border-radius: 3px;
    border-collapse: separate;
    font-size: 12px;
    font-weight: bold;
font-family: 'Inter Thin';	
 }


 .table-g tr {
	width:100%;
 }
.table-g tr:nth-of-type(odd) {
		background:#fff;
}
.table-g tr:nth-of-type(even) {
		background:#f1f1f1;
}
  .table-g tr.headtable{
    background: var(--table-head-bg);
    color: var(--table-head-color);	 
font-size: 13px;	
 }
  .table-g tr.headtable td,th{padding:4px;} 
  .table-g td{
	padding: 0px ;
    width: 1px;
    white-space: nowrap;	
 }
    .table-g.summary  td.td-area{width:150px;}
    .table-g.summary  td.td-chart{width:82px;}
  .table-g.summary td {
    padding: 0px;
    width: 1px;
    white-space: normal;	
}
  .table-g.summary tr.headtable td,th{writing-mode: vertical-rl;}
.table-g tr:hover:not(.headtable,.subtotal_table){background:var(--main-color-i);transition:.4s all;color:var(--main-color-ii);}
.table-g tr:hover a{color:#fff;}

.table-g  td.done_statustd{color:#00c700;font-size: 13px;}
.table-g  td.undone_statustd{color:#fb0404;font-size: 13px;}
.table-g  td .off_dev{color:#fb0404;font-size: 13px;}
.table-g  td .on_dev{color:#00c700;font-size: 13px;}
.table-g  td .status-undone{color:#fb0404;font-size: 13px;}
.table-g  td .status-done{color:#00c700;font-size: 13px;}
#bar-map{
display: flex;
    width: 300px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    margin: 0px 20%;	
}
#bar-map #bar-map-title{
    font-size: 12px;
    font-weight: bold;	
}
#bar-map #bar-map-title span{color: #2196f3;font-size: 14px;}
.numbermark{
background: #ff9800;
    color: var(--main-color-ii);
    width: 20px;
    display: inline-flex;
    height: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;	
}
.leaflet-popup-content{
text-align:left;
}
.leaflet-popup-content p{margin: 15px 0px !important;}
.leaflet-popup-content .openg{
	border: 0px;
    background: #ff9800;

    padding: 4px 7px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;	
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
	display:inline-block;
	cursor:pointer;		
    margin: 5px;	color:#fff !important;
}
 
.leaflet-popup-content .btn_send {    margin: 5px;	color:#fff !important;}
.leaflet-popup-content .pgun{
    background: green;

}
.leaflet-popup-content .delg{
	border: 0px;
	background:#eb1414;	
    color: #fff;
    padding: 4px 7px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;	
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
	display:inline-block;
	cursor:pointer;		
    margin: 5px;	
}
 

.btn-show{
	border: 0px;
    background: green;
    color: #fff;
    padding: 4px 7px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;	
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
	display:inline-block;
	cursor:pointer;
    margin: 2px;	
}
.btn-show.edit-re{float:right;}

.btn-add{
background: #04a90a !important;	
}
.btn-show_map{
	border: 0px;
    background: #ff9800;
    color: #fff;
    padding: 4px 7px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;	
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
	display:inline-block;
	cursor:pointer;	
}
.btn-send-r{
    border: 0px;
    background: #29e730;
    color: #fff;
    padding: 4px 7px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
    display: inline-block;
    cursor: pointer;	
}
.btn_send {
border: 0px;
    background: #2196f3;
    color: #fff;
    padding: 4px 7px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
    display: inline-block;
    cursor: pointer;	
}
.show-images-con{
	border: 0px;
    background: #ff9800;
    color: #fff;
    padding: 4px 7px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;	
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
	display:inline-block;
	cursor:pointer;		
}
.btn-show:hover{color:#fff;}
.btn-del{
background:#eb1414;	
}

#status_data #filter{
	background: var(--main-color-i);
	box-shadow:0px;
	color:var(--main-color-ii);
}
.btn_toggle{margin-bottom:20px;}

 #content-det-em table{border-collapse: collapse;
    width: 96%;
    padding: 0px 12px;}
#content-det-em table td{font-size:12px;width: 66%;    border: 1px solid #d5d5d5;padding: 1px 8px;}

#content-det-em .fa-square-check{    color: green;font-size: 16px;}
#content-det-em .fa-circle-xmark{    color: red;font-size: 16px;}

#anls-emp{
display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    font-size: 13px;
    background: var(--main-color-ii);
    border-radius: 5px;	
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
flex-wrap: wrap;	
font-weight: bold;	
color: green;
}
.progress{
    width: 100%;
    background: #d7d7d7;
    height: 15px;
    border-radius: 20px;
    position: relative;	
overflow: hidden;	
}
.progress .progress-bar{
background: var(--main-color-iii);
    color: var(--main-color-ii);
    font-size: 11px;
    height: 15px;	
    padding: 0px 4px;	
}
#anls-emp p{margin:0px !important;}
#filter.formlangs{
	flex-direction: column;
	background:var(--main-color-ii);
}
#filter.formlangs div{width:100%;}

#filter.formlangs div{
width: 100%;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    padding: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f9fc;
flex-direction: row-reverse

	
}
#filter.formlangs span{
	color:#183153;width: 27%;
    display: inline-block;
font-weight: bold;
    font-size: 14px;	
	}
#filter.formlangs input{
	width: 50%;
    height: 35px;
    border-radius: 3px;
}
#filter.formlangs select{
    text-align: center;
    margin: 0px 0px 25px;	
}

#filter .divacc #checks{
	width:60%;
display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
}
.divacc{
width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 15px;
    border-bottom: 5px solid #f7f9fc;
    margin: 3px 0px;
    background: #f7f9fc;
    border-radius: 6px;
color: #000;	
}
.divacc:hover{background:#cddff9;transition:.4s all;}

#status_data #status_form{margin:10px;}
#status_data #status{margin:10px;}

#headerpdf{display:none;}
.rp-date{display:none;}
 .img_Logopdf{ width: 110px;display:none; }
 .pdf .img_Logopdf{display:block;}

 .pdf button{display:none;}
 .pdf .btn-show{display:none;}
 
.pdf 	#ch-reports{page-break-inside: avoid;page-break-before:avoid; display:none; }
.pdf 	.table-g td {white-space: normal;}

  .pdf   table { page-break-inside:auto }
  .pdf  tr    { page-break-inside:avoid; page-break-after:auto }
 .pdf   thead { display:table-header-group }
  .pdf  tfoot { display:table-footer-group; }
  .pdf .table-g.summary tr.headtable td,th{
    writing-mode: horizontal-tb;
}
 .pdf #headerpdf{
display: flex;
    justify-content: space-between;
    align-items: center;
}
.pdf #headerpdf p{ 
    font-size: 15px;
    font-weight: bold;	
}
.pdf .fundatei,.pdf .fundateii{font-size:9px;}

.pdf .rp-date{display:block;}
.pdf{
font-weight: bold;
    padding: 12px;
	}
.pdf .titletable{
	display:block;
	font-size:13px;
}
.pdf #date-form{
width: 100%;
    border-bottom: 0px;	
}	
	.pdf #ch-reports{
		    -webkit-box-pack: start;
		        -ms-flex-pack: start;
		            justify-content: flex-start;
	}
	.pdf .ch-report{
		width:60% !important;
	}
.pdf td{
	word-spacing: 6px;	border:1px solid #000;
}
.pdf tr{padding:10px !important;}


.pdf input,label{border:0px !important;}
.pdf label{margin-right:20px;}
.pdf .table-g{border-collapse: collapse;}




.pop_wind#block_chart{width:48%;}


.links-tab{
width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    margin-bottom: 25px;
    flex-wrap: wrap;		
}
.links-tab .tabs {
display: inline-flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    background: var(--main-color-i);
    margin: 4px;
    border-radius: 3px;
    color: var(--main-color-ii);
    box-shadow:0px 1px 3px #000;
    font-size: 14px;
    padding: 7px 20px;
}

.links-tab .tabs:hover{
	background:var(--main-color-ii);
	color:#183153;
	transition:.4s all;
}
.links-tab .tabs-active{
	background:var(--main-color-ii);
	color:#183153;
	transition:.4s all;	
}

#barprint{
margin: 10px 3px;
    font-size: 17px;	
}

#status_f{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    background: #f7f9fc;
    color: #183153;
     border-radius: 3px;
    height: 40px;
width: 315px;
overflow: hidden;	margin: 5px;
	
}

#status_f .cards label{padding: 2px;}
#status_f .cards {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f9fc;
    height: 40px;
    color: #183153;
    padding: 0px 5px;
    font-size: 12px;
}
#status_f .sel {background: #0075ff;color:var(--main-color-ii);}
#status_f .c-tit {
	background: #f7f9fc;color:#183153;
    font-size: 13px;
    font-weight: bold;}


/* width */
#bar_number::-webkit-scrollbar {
height: 10px;
}

/* Track */
#bar_number::-webkit-scrollbar-track {
  background: var(--main-color-i);
}

/* Handle */
#bar_number::-webkit-scrollbar-thumb {
  background: #0075ff;
}

/* Handle on hover */
#bar_number::-webkit-scrollbar-thumb:hover {
  background: #555;
}


#bar_number{
width: 350px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 14px 0px;
    float: left !important;
    direction: ltr !important;
 }
#bar_number .num{
background: var(--main-color-i);
    color: var(--main-color-ii);
    font-size: 12px;
    padding: 7px 11px;
    margin: 2px;
    border-radius: 2px;
}
#bar_number .active{background:var(--main-color-ii);color:#183153;}


#charts_ex{
display: grid;
    grid-template-columns: 49% 49%;
    width: 100%;
    justify-content: space-between;
    align-items: center;		
}
#charts_ex .ch-report{margin: 5px;}

#head_re{
width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: space-between;
    justify-items: start;
    align-content: center;
    background: var(--main-color-ii);
    padding: 10px;	
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
	margin-bottom:30px;
	
}
#head_re .item{
display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 5px;
    font-size: 14px;
    font-weight: bold;
}

#head_re .item p{margin:0px !important;}
#head_re .item span{font-size:12px ;}

#desc_re{
	    width: 100%;
    position: relative;
    background: var(--main-color-ii);	
    padding: 10px;	
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);	
border-top: 30px solid var(--main-color-i);	
	margin-bottom:30px;
	font-size:13px;

}
  .h-desc{
     color: var(--main-color-ii);
    position: absolute;
     top: -27px;
     padding: 2px;
    font-size: 13px;
    font-weight: bold;	
}
#img_re{
	 width: 100%;
    position: relative;	
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);	
    background: var(--main-color-ii);	
    padding: 10px;	
	border-top: 30px solid var(--main-color-i);	
	font-size:12px;
	

}
#content_report #img_re img{
    width: 100px;
    height: 100px;
    margin: 5px;
    border: 1px solid #183153;
}
#btns_send{margin-bottom:10px;display:inline;} 
#btns_send .btn_send{
    float: right;
    margin: 3px;
    background: #ffeb3b;
    color: #183153 !important;	
}	
#filter textarea{width:100%;height:120px;}
#imgs-edit{
width: 100%;
    margin-top: 20px;
    background: #f7f9fc;
    padding: 30px;	
}
 
 #imgs-edit img{width:100px;height:100px;}
#imgs-edit .sp-img{
	position: relative;
    width: 120px;
    display: inline-block;
}
#imgs-edit .sp-img a.buttondel{
	background: #2c292994;
    border-radius: 50%;
    padding: 14px 18px;
    position: absolute;
    top: -21px;
    left: -10px;
    color: var(--main-color-ii);
    cursor: pointer;
}
.fundatei{
background: var(--main-color-i);
    color: var(--main-color-ii);
    padding: 0px 2px;
    font-size: 11px;	
}
.fundateii{
background:var(--main-color-iii);
    color: var(--main-color-ii);
    padding: 0px 2px;
    font-size: 11px;
}

.show-mob{display:none;}
.tabls-block{
    background: var(--main-color-ii);
    padding: 5px 0px;
    margin: 30px 0px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
	
}
.infoDv{font-size:14px;font-weight:bold;}
.exit_st{
    background: #ffeb3b;
    padding: 2px 0px;
    width: 75px;
    display: inline-block;
    border-radius: 2px;	
}
.enter_st{
background: #8bc34a;
    padding: 2px 0px;
    width: 75px;
    display: inline-block;
    border-radius: 2px;	
}

#themes{
    width: 100%;
    position: relative;
    display: flex;
    margin: 1px;
    background: var(--bg-body);
    padding: 8px;
}
#themes label{
    width: 250px;
    height: 250px;
    overflow: hidden;
    border: 3px solid  var(--main-color-iii) !important;
    border-radius: 7px;
position: relative;	
margin: 3px;
}
#themes label:hover #themes label img{filter: brightness(0.8);transition:.4s all;}
#themes label.selectedth img{filter: brightness(0.8);}
#themes label img{
width:100%;
}
#themes label .btn-show{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 98%;
    text-align: center;	
padding: 6px;	
}


#bg-login{width:50%;}
#bg-login #filter.login {
    background: #ffffff;
    margin-bottom: 60px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-items: center;
    width: 99%;
    margin-top: 40px;
    border-radius: 20px;
    height: 300px;
    position: relative;
    box-shadow: 0px 0px 10px #d3e1f7;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;	
}
#bg-login #filter.login  button{
     background: #fff;
    color: #3f80ea;
    border: 2px solid #3f80ea;	
	border-radius:20px;
	box-shadow:0px 0px;
}
#bg-login #filter.login  button:hover{
     background: #3f80ea;
	 color:#fff;
}
#bg-login .titlepop span{background:#fff;color:#3f80ea;}
#filter.login  input{
border-radius: 20px;	
width: 90%;
}





.status_report_exe{color:green;}
.status_report_done{color:red;}

.typs-tap{
background: #ff900b;
    color: #fff;
    margin: 1px;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 11.5px;	
display: inline-block;	
}
#error_bin{
width: 400px;
    background: #f7f7f7;
    margin-top: 25px;	
}
#error_bin p{
font-size: 20px;
    font-weight: bold;
    padding: 8px;
    width: 100%;
    text-align: center;
    color: red;	
}

.pop_block{
width: 100%;
    padding: 15px;
    background: ;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
border: 1px solid #dbdbdb;	
border-top: 35px solid var(--main-color-iii);	
}


.tr-group-n{background:var(--main-color-i) !important;color:var(--main-color-ii);}
.tr-group-n td	{padding: 4px;}
.subtotal_table{
display: contents;
    color: #000;
    font-size: 13px;	
}
.subtotal_table td{
    padding: 4px;	
	
}
.subtotal_table .subtotal_table-td{color:var(--table-head-bg);}
.subtotal_table td{background:#d1d1d1;}
.pdf .prtby{display:block;}
 
 
#switch-div{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 140px;
    color: var(--main-color-ii);
font-size:13px;	
} 
#switch-div .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

#switch-div .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

#switch-div .slider-sw {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#switch-div .slider-sw:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#switch-div input:checked + .slider-sw {
  background-color: #2196F3;
}

#switch-div input:focus + .slider-sw {
  box-shadow: 0 0 1px #2196F3;
}

#switch-div input:checked + .slider-sw:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


#switch-div .slider-sw.round {
  border-radius: 34px;
}

#switch-div .slider-sw.round:before {
  border-radius: 50%;
}
footer{margin-top:50px;border-top: 2px solid #ededed}
@media  only screen and  (max-width: 980px) {
#content-pg{grid-template-columns: 23% 76% !important }
#content-bd menu{width:23%;}

}

@media  only screen and  (max-width: 780px) {
 #filter .div-2col{
display: flex;
	justify-content: space-between;

    width: 100%;	
}
	
#date-form  {font-size: 10px;}
	
#filter.formlangs span {
    font-size: 11px ;
	width: 58%;	
}
#filter.formlangs input{
width: 40%;
}

#content-bd menu .menuli i{font-size: 17px;}
#content-bd .hide-menu{width:var(--width-menu-hide-q);}
#content-bd menu{width: 250px;}
#content-bd .hide-menu menu{width:var(--width-menu-hide-q);}
#content-pg.width-content-pg{grid-template-columns: var(--width-menu-hide-q) 95% !important}

#content-bd nav.nav-toggle{
    width: calc(100% - var(--width-menu-hide-q));
    margin-left: var(--width-menu-hide-q);		
}

#content-div .min-chart .min-chart-s {
    width: 220px;
    height: 95px;	margin: 2px;
}

#content-div .min-chart .min-chart-s .div-charprog {
    width: 70px;
    height: 70px;
}
#content-div .min-chart {
margin-bottom:10px;
}

.g-report {
    width: 90%;
}

.min-chart-s .div-charprog-text {
    font-size: 11px;
}

#date-form button{margin: 3px;}
.pop_wind.qr-code{width: 80%;}
.pop_wind#block_chart{width:80%;}
.table-g  {font-size:10px;margin: 5px 0px;}
.table-g tr.headtable {font-size:10px;}

#head_re{grid-template-columns: auto auto;}

.hide-mob{display:none;}
.show-mob{display:block;}

#btns-card {
justify-content: center;
}
}
@media  only screen and  (max-width: 480px) {
.pop_wind {width: 95%;}
	
.table-g tr.headtable td,th{writing-mode: vertical-rl;}
#head_re{grid-template-columns: auto  ;}
.fundatei,.fundateii{display:block;font-size:10px;}
	
#filter #add_geo {
    height: 30px;
    width: 75px;
    font-size: 11px;
}
.hide-menu{
	margin-bottom: -40px;
}
.btn-card {

	width: 125px;
    height: 75px;
    font-size: 12px;
}
.btn-card i {
    font-size: 20px;
}

.links-tab{
    flex-direction: column;
}	
.links-tab .tabs  {
font-size: 12px;	
}


#bg-login{width:97% !important;}


#content-checkempty .step-check-p {font-size:9px;}
.table-g td {
width: 1px;
    white-space: normal;
}
}
 
  .margin-print{display:none;}
 thead:before{content:"";margin-top:50mm;display:none;}	
 thead.no-margin:before{content:"";margin-top:0px;display:none;}
 tfoot:before{content:"";margin-top:5mm;display:none;}	

.prtby{opacity:0;}

 @media print {
	 .titletable-hide{display:none;}
	 .margin-print{display:block;margin-top:20mm;}
#headerpdf{
	display: flex;
    justify-content: space-between;
    align-items: center;
	position:fixed;top:2px;width:98%;left: 0px	;
	page-break-inside: avoid;
	page-break-before:always;
	
 }
#headerpdf p{ 
    font-size: 15px;
    font-weight: bold;	
}
 thead:before{display:block;}	
 tfoot:before{display:block;}	
 .links-tab{display:none;}

.titletable{position:fixed;top: 89px;}

 .rp-date{display:flex;align-items: center;position:fixed !important; top:164px !important;width:100%;justify-content: center }


#content-bd{
	margin: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:  98%;
        grid-template-columns:  98%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}	
#content-bd #content-pg{   grid-template-columns:  98%;}
#content-bd menu{display:none;}
#content-bd nav{display:none;}
#barprint{display:none;}


.headtable,th { display: revert !important;}
.headtable th {border: 1px solid #000;}

thead th[role=columnheader]:not(.no-sort):after{display:none !important;}
.tablesaw-bar{display:none;}
.tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: revert !important; 
    border-collapse: collapse !important; 
}
.tablesaw-columntoggle td[data-html2canvas-ignore]{display:none !important;}
.tablesaw-columntoggle th[data-html2canvas-ignore]{display:none !important;}

button{display:none;}
#links-icon{display:none;}

.tit_hide{display:block;color:#000;border-bottom:1px solid #000; font-size: 15px; }



#date-form {width:98%;border:0px}
#date-form input{border:0px;color:#183153;}

#dir{display:none;}
.prtby{opacity:1;border:0px;}
.prtby td{ border:0px;}
  @page {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 7px;
    margin-left: 7px;


  }
  	#content{  border:1px solid #000;}
.table-g{ border-collapse: collapse;width:98%;}

.table-g td{border: 2px solid #183153;}
.headtable td,th{color:#183153 !important;   }	
#filter{display:none;}	
#bar_number{display:none;}	

.btn-show{display:none;}
#block_map{width:100%;margin:0px;left: 0px;  right: 0px;}
 .img_Logopdf{display:block;}
    table { page-break-inside:auto }
    tr    { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group }
    tfoot { display:table-footer-group; }
.table-g.summary tr.headtable td,th{
    writing-mode: horizontal-tb;
}	
 .table-g tr.headtable td,th{color:#fff;}	

.tr-group-n td{color:#fff;}	

	#ch-reports{page-break-inside: avoid;page-break-before:avoid; display:none; }
	.table-g td {white-space: normal;}
	.rf3ms #myChart_g{width:60% ;page-break-inside: avoid;page-break-before:always; margin-top:50mm;}

	

	.break-print{page-break-inside: avoid;page-break-before:always; margin-top:50mm;}
	.tabls-block{page-break-inside: avoid; margin-top:50mm;page-break-after:always;}
 .fundatei,  .fundateii{font-size:9px;}
 .fundatei {
    background: #e1e1e1;
    color: #000000;
  }
.fundateii {
    background: #b4d1ff;
    color: #000000;
  }
.tr-group-n {
    background: #ebebeb ;
    color: #000000;
}

#date-form{display:none;}
	
	 
}













