
/* The ceckbox_container */
.ceckbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.ceckbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 25px;
  background-color: #ddd;
  border-radius: 12px;
}

/* On mouse-over, add a grey background color */
.ceckbox_container:hover input ~ .checkmark {
  background-color: #ddd;
}

/* When the checkbox is checked, add a blue background */
.ceckbox_container input:checked ~ .checkmark {
  background-color: #2196F3;
  border-radius: 12px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ceckbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ceckbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
}

/* Style the incidents */

#incidents_set {
  color: white;
  font-family: sans-serif;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.el {
  padding: 1.5rem;
  padding-top: 4px;
  background-color: #f5f5f52b;
  border: 1px darkgray solid;
  max-width: 350px;    
  border-radius: 6px;
  border: 2px solid #5ba1d7;
  z-index: 1;
  margin: 0.5rem;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
}

/* On mouse-over, add a deeper shadow */
.el:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.8);
}

.incident_image_logo {
	width:100%;
	height: 150px;
	object-fit: cover;
	border-radius: 6px;
	border: 2px solid #5ba1d7;
	z-index: 1;
    margin-right: 20px;
    margin-top: -5px;
}

.incident_list_type { 
	text-align: right;
	font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
    font-weight: 500;
    font-size: 14px;
    color: #337ab7;
	line-height: 1.5;
}

.incident_date { 
	text-align: right;
	font-family: Verdana,sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: gray;
	line-height: 1.5;
}

.incident_list_subject { 
	text-align: right;
	font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
    font-weight: 500;
    font-size: 14px;
    color: gray;
	line-height: 1.5;
	text-align: left;
}

.incident_type {
    border-radius: 6px;
    border: 2px solid #eeeeee;
    color: #003399;
	font-size: 14px;
    z-index: 1;
	font-weight: bold !important;
}
.incident_type:hover {   
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
	background-color: #f5f5f52b;	
}

.google_map {
    /* margin: 1px; */
    height: 536px;
    /* border-radius: 6px; */
    border: 2px solid #f5f5f5;
}

/* Modal Login */

	.login-form {
		width: 340px;
    	margin: 30px auto;
	}
    .login-form form {
    	margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }
    .login-form h2 {
        margin: 0 0 15px;
    }
    .login-form .hint-text {
		color: #777;
		padding-bottom: 15px;
		text-align: center;
    }
    .login-btn {        
        font-size: 15px;
        font-weight: bold;
    }
    .social-btn .btn {
        margin: 10px 0;
        font-size: 16px;
        text-align: left; 
        line-height: 24px;       
    }
	.social-btn .btn i {
        min-width: 20px;
		font-size: 20px;
	}
	
	/* Poll */
	
	.incident-counter-top {
		float: left;
		height: 49px;
	}
	
	.incident-counter {
		float: none;
		min-height: 42px;
	}
	
	.incident-counter a {
		vertical-align: middle;
	}
	
	.incident-counter h4{
		font-size: 16px;
		padding-left: 5px;
		padding-bottom: 5px;
		border-left: 2px solid #eeeeee;
		border-bottom: 2px solid #eeeeee;
	}	
	.incident-counter-top h5{
        font-weight: bold;
		font-size: 30px;
		color: #018cff;
		float: none;
		background: url(/common/images/counterbgg.png) repeat; 
		padding: 8px;
		margin-right: 4px;
		text-align: center;
		padding-top: 0;
		border-radius: 10px;
	}	
	
	.incident-counter h5{
        font-weight: bold;
		font-size: 42px;
		text-align: center;
		color: #018cff;
		float: left;
		background: url(/common/images/counterbggbhor.png) repeat-x; 
		padding: 0 6px 0 6px;
		border-radius: 6px;
		margin-right: 8px;
	}	

	/* .incident-counter-top :hover {   */
		/* border: 2px solid; */
	/* } */
	
	.top-incidents {
		margin-left: -15px;
		padding-left: 10px;
	}	
	

	
	.row .incidents-index {
		border-left: 2px solid #eeeeee;
		font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
		font-weight: normal !important;
	}	
		
	/* Poll */
	.row .pool {
		font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
		font-weight: normal !important;
		margin-left: 4px;
		margin-right: -4px;
		line-height: 0.5;
		
	}	
	
	/* Poll */
	.row .pool h4 {
		font-size: 16px;
		color: #337ab7;
		
	}	
		
	.box-center {
	   display: flex;
	   align-items:center;
	}	
	/* Counter style */
		

	.topcounter h2 { 
		color: #093472;
		font-size: 28px;
        font-weight: bold;
		text-align: center;
		border-bottom: 2px solid #eeeeee;
		padding-bottom: 8px;
	}
	
	.topcounter h3 { 
		color: #167ac6;
		font-size:20px;
        font-weight: bold;
		text-decoration: underline;    
		text-align: right;
		padding-top: 20px;
	}
	
	.poll_result { 
		padding-right: 10px;
	}
	
	.services a:hover {  
		border: 2px solid;
		padding: 15px;
	}		
	
	.sesizare:hover {
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
		background-color: #f5f5f52b;
		border-radius: 16px;
	}

	.table > tbody > tr > td {
		 vertical-align: middle;
	}
	
	.sesizari-download {
		font-size:32px;   
        font-weight: bold; 
	}
	
	.decizii-download {
		font-size:24px;  
        font-weight: bold;  
	}
	
	#doc_request {  
		border: 2px solid;
		padding: 4px 4px 4px 20px;
		border-radius: 8px;
	}
	#doc_request:hover {  
		background-color: #f5f5f52b;
	}
		
	.about_us {  
		border-bottom: 2px solid;
		padding: 4px 0 2px 20px;
		margin: 10px;
		margin-bottom: 15px;
		float: none;
	}		
	.about_us h2{  
		color: #337ab7;
		font-size: 18px;  
	}
	.about_us:hover {  
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
		background-color: #f5f5f52b;
	}
	
	.table > tbody > tr:hover {
	  background-color: #eee;
	  border-radius: 12px;
	}

	.image-style-side{
		margin: 4px;
		margin-right: 20px;
		float: left;
	}	

figure > img {
  max-width: 98%;
  height: auto;
   }

   
.footer-line {
	height: 28px;
	background: url(/common/images/footer-line.png) repeat-x;
	/* margin-bottom: 20px; */
   }
  
   
.footer-disclaimer {
	padding: 10px;
   }
   
.footer-img {
	float: left;
	width: 100px;
	margin: 24px 15px 10px 0;
   }   
   
.lang {
	margin: 0px 6px 0px 6px;
   } 
   
.lang-bar {
	/* position: absolute; */
	float: right;
	/* margin-right: 100px; */
	margin: 10px 80px 10px 0px;
   } 

@media screen and (max-width: 768px) {
	.lang-bar {
		/* position: absolute; */
		float: left;
		/* margin-right: 100px; */
		margin: 10px 80px 10px 20px;
	   } 
}
   
.lang-bar a {
	color: #f5f5f5;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
   }	
   
   .lang-bar a:hover {   
   /* border: 2px solid; */
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.8);
	color: #eae776;
	/* background-color: #f5f5f52b;	 */
}

.img-container {
    white-space: nowrap;    
    text-align: center; 
	margin: 1em 0;
}

.img-span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
	  
.iframe {
    border-radius: 6px;
    border: 2px solid #5ba1d7;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
	margin-bottom: 10px;
	vertical-align: middle;
	display: block;
    margin-left: auto;
    margin-right: auto;	
}
		  
.report_image_logo {
    border-radius: 6px;
    border: 2px solid #5ba1d7;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
	margin-bottom: 10px;
	vertical-align: middle;
}
	  
.home_image_logo {
    /* border: 2px solid #ddd; */
	width: 100%;
    height: 432px;
    /* object-fit: cover;	 */
    z-index: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
	vertical-align: middle;
}


@media screen and (max-width: 768px) {
	.home_image_logo {
		/* border: 2px solid #ddd; */
		max-width: 400px;
		height: auto;	
		display: block;
	}
}
	
	
.home-img-text { 
	min-height: 150px;
}
	
.home_title { 
	/* min-height: 56px; */
    background-color: #ddd;
}
	
.home_title p { 
	text-align: right;
	font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
    font-weight: 500;
    font-size: 14px;
    color: #000;
	line-height: 1.5;
	text-align: center;
	padding: 5px;
	/* padding-top: 4px; */
	/* padding-bottom: 1px; */
}

.home_description { 
  height: 7em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_description p { 
	text-align: center;
	font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
    font-size: 14px;
    color: gray;
	line-height: 1.5;
	text-align: left;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.home_main {
	/* height: 550px; */
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
	border: 2px solid #ddd;
}

.home-layer1-right {
	border: 2px solid #ddd;
	padding: 0px;
}

.home-layer1 h2 {
    margin-bottom: 0px;
	border-bottom: 2px solid #ddd;
	background-color: #f5f5f5;
    padding: 8px;
	font-weight: 700;
	color: #083371;
    text-align: center;
	text-decoration: underline;
}

.home-layer2 h2 {
    margin-bottom: -6px;
	background-color: whitesmoke;
    padding: 8px;
	color: #083371;
    text-align: center;
}

.view_page h3 {
    margin-bottom: -6px;
	background-color: whitesmoke;
    padding: 8px;
    text-align: center;
}
	  
.activity_image_logo {
    border-radius: 2px;
    border: 1px solid #ddd;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
	vertical-align: middle;
}
  
.realizari_image {
	margin-left: auto;
	margin-right: auto;
	display: block;
    border-radius: 4px;
    /* border: 1px solid #ddd;   */
	margin-top: -10px;
}


.row-report { 
	padding: 1px;
	margin-top: -10px;
	margin-bottom: -6px;
	margin-left: -5px;
}

.row-activity { 
	padding: 0px;
	margin-top: -20px;
	margin-bottom: -20px;
	margin-left: -5px;
	display: flex;
	align-items: center;
	justify-content: center
}

.home_img_position { 
	padding: 5px;
}
	  
.home_layer2_text h5 {
	margin-bottom: -8px;
	margin-left: -8px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
}	  

	  
.active-lang {
	background-color: #6f8dca; 
	padding: 4px 6px 6px 6px;
}	  

