/*
 Theme Name:   INMAS
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Vantage Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     vantage
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/


@import url("../vantage/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

.origin-widget.origin-widget-call-to-action-simple-light_dashed {
    padding: 1em 2em 1em 1em !important;
	
    position: relative;
    border-radius: 4px;
    background: url('http://www.roaf.ro/test/inmas/wp-content/plugins/siteorigin-panels/widgets/img/textures/light-dashed.png') repeat scroll 0% 0% #F6F6F6;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #E0E0E0;
}

.panel-grid-cell .panel {
    margin-bottom: 5px !important;
}

.origin-widget.origin-widget-button-simple-black a {
    display: inline-block;
    padding: 10px 20px !important;
    border-radius: 4px;
    color: #F4F4F4;
    font-size: 0.875em;
    font-family: inherit;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000;
    text-align: center;
    box-shadow: 0px 1px 0px #5A5A5A inset, 0px 1px 2px rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(center bottom , #2B2B2B 0%, #3B3B3B 100%) repeat scroll 0% 0% transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #161616 #0C0C0C #000;
}

h1.entry-title {
    display: none;
}


/*STILIZARE TABEL*/
table, tr, td {	
   border: 1px solid black;
}
table, th {
   text-align: center;
}

th {
	background-color: #888888;
	color: white;
	border-bottom: 1px solid black;
}

table, td:nth-child(1) { 
	padding-left : 10px;
 }
table, td:nth-child(2),td:nth-child(3),td:nth-child(4) { 
	text-align:center;
 }


/*BEGIN RIBBON VALORI*/
#valoriribbon-icon{
position:absolute;
top:60px;
right:35px;
height:546px;
}
#valoriribbon-icon #valoriribbon-icon-icon{
-ms-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
position:relative;
display:block;
cursor:pointer;
/*background-color:#303134;*/
background-color:#fff;
width:75px;
height:546px;
}
#valoriribbon-icon #valoriribbon-icon-icon,#valoriribbon-icon #valoriribbon-icon-icon .icon-valoriribbon{
-webkit-transition:all 0.4s ease;
-moz-transition:all 0.4s ease;
-o-transition:all 0.4s ease;
transition:all 0.4s ease;
}
#valoriribbon-icon #valoriribbon-icon-icon .icon{
position:absolute;
display:block;
width:75px;
height:546px;
/*top:50%;
left:50%;*/
/*margin-top:-8px;
margin-left:-8.5px;*/
background: url('http://www.roaf.ro/test/inmas/wp-content/uploads/2014/09/sideribbon2.png') no-repeat 0 0;
}
#valoriribbon-icon #valoriribbon-icon-icon:hover{
background-color:#00bcff;
}
#valoriribbon-icon #valoriribbon-icon-icon:hover .icon{
background: url('http://www.roaf.ro/test/inmas/wp-content/uploads/2014/09/sideribbon2.png') no-repeat 0 0;
}

/*END RIBBON VALORI*/

@media (max-width: 934px) {
	
.main-navigation{
	display:none;
	/* Font awesome icons */
	/* General menu link styling */
	/* For when the menu becomes a sticky menu */
}

#click-menu .threeLines {
    width: 33px !important;
    height: 33px !important;
	position:relative !important;
	float:right !important;
	margin-right:300px !important;
    
	
}

#secondary { /*ascundere sidebar*/
	display:none;
	}

}


@media (max-width: 680px) {
	
	.main-navigation{
		display:none;
	}
 
}

/*Modificare dimensiuni header - anulare width de 1010px*/
.logo-height-constrain {
height: 140px;
width: 1080px;
}

/* Adaugat pentru controlul ANMCS pentru afisarea ferestrei popup - 26.04.2023*/

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}

#popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  width: 70%;
  max-width: 600px;
  text-align: center;
}

#popup h2 {
  font-size: 24px;
  margin-top: 0;
}

#popup p {
  font-size: 16px;
}

#popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  text-decoration: none;
  color: #000;
}

