body{
    font-family: 'Quicksand', sans-serif;
    font-size: 2em;
}

.nav-justified {
   border-collapse:separate;
   border-spacing:5px;
}


.nav-pills li {
  margin-left:20px;
  margin-top:20px;

}



.navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
}

/* not active */
.nav-pills .pill-1 .nav-link:not(.active) {
    background-color: rgba(69, 143, 46, 0.5);
        color: white;
}

.nav-pills .pill-2 .nav-link:not(.active) {
    background-color: rgba(253,19,44, 0.5);
        color: white;
}

.nav-pills .pill-3 .nav-link:not(.active) {
    background-color: rgba(0, 173, 239, 0.5);
    color: white;
}

.nav-pills .pill-4 .nav-link:not(.active) {
    background-color: rgba(254, 169, 0, 0.5);
    color: white;
}


/* hover */
li.nav-item.pill-1>a:hover {
    background-color: rgba(69, 143, 46,1)!important;
        color: white;
}

li.nav-item.pill-2>a:hover {
    background-color: rgba(253,19,44,1)!important;
        color: white;
}

li.nav-item.pill-3>a:hover {
    background-color: rgba(0, 173, 239,1)!important;
    color: white;
}


li.nav-item.pill-4>a:hover{    
	background-color: rgba(254, 169, 0,1)!important; 
	    color: white; 
}





/* active  */
.nav-pills .pill-1 .nav-link {
    background-color: rgba(69, 143, 46, 1);
    color: white;
}

.nav-pills .pill-2 .nav-link {
    background-color: rgba(253,19,44, 1);
    color: white;
}

.nav-pills .pill-3 .nav-link {
    background-color: rgba(0, 173, 239, 1);
    color: white;
}
.nav-pills .pill-4 .nav-link {
    background-color: rgba(254, 169, 0, 1);
    color: white;
}

.nav-pills>li+li {
  margin-left: 20px; // 2px by default
  /*margin-bottom: 10px;
  margin-top: 10px;*/
} 

/*Bandaí – nav pills*/
/* not active */
.nav-pills .pill-5 .nav-link:not(.active) {
    background-color: rgba(255, 192, 192);
        color: white;
}

.nav-pills .pill-6 .nav-link:not(.active) {
    background-color: rgba(255, 0, 0);
        color: white;
}

.nav-pills .pill-7 .nav-link:not(.active) {
    background-color: rgba(255, 216, 0);
    color: white;
}

.nav-pills .pill-8 .nav-link:not(.active) {
    background-color: rgb(0,110,177);
    color: white;
}


/* hover */
li.nav-item.pill-5>a:hover {
    background-color: #FFC0C0 !important;
        color: white;
        
}

li.nav-item.pill-6>a:hover {
    background-color: #FF0000!important;
        color: white;
        
}

li.nav-item.pill-7>a:hover {
    background-color: #FFD800!important;
    color: white;
    
}


li.nav-item.pill-8>a:hover{    
  background-color: #006eb1!important; 
      color: white;
     
}

.grow{
transition: 1s ease;

}

.grow,
.grow > * {
  outline: none !important;
}

/*.grow {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); 
}*/

.grow:hover{
    cursor: pointer !important;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
  border-radius: 50%;

}

a.grow:focus {
  outline: none !important;
  border-radius: 50%;

}

a.grow {

    outline: none !important;
  border-radius: 50%;

}

.bosca{
    position: relative;
    display: inline-block;
    margin: auto;
    cursor:help;
}

.ionchur {
    /*padding: 3px;*/
    width: 75px;
    height: 75px;
    background: none;
    border: 3px solid rgba(255, 0, 0);
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 26px;
    color: red;
    outline: none;
    transition: .5s;
}
.bosca:hover input{
    width: 350px;

    background: #FFE0E0;
    border-radius: 10px;
    padding:5px;
}
.bosca .formheadu{
    position: absolute;
    top: 55%;
    right: -10%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    color: black;
    transition: .2s;
}
.bosca:hover .formheadu{
    opacity: 0;
    z-index: -1;
}



/* active (faded) */
.nav-pills .pill-5 .nav-link {
    background-color: #FFC0C0;
    color: white;
    
}

.nav-pills .pill-6 .nav-link {
    background-color: #FF0000;
    color: white;
    
}

.nav-pills .pill-7 .nav-link {
    background-color: #FFD800;
    color: white;
    
}
.nav-pills .pill-8 .nav-link {
    background-color: #006eb1;
    color: white;
    
}

/*Críoch*/

@media screen and (max-width: 750px) {
        .nav-pills>li+li {/*margin-left: 12px;*/ margin-top: 10px; margin-bottom: 10px;}
    }

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  
  background: rgb(69, 143, 46); /* This is for ie8 and below */
  background: rgba(69, 143, 46, 1);}
}

/*Stíleanna a tugadh isteach */
a.nostyle:link{
color: #333333 !important;
cursor:pointer !important;
}
p.nostyle{
  color:#333333;
}
.nostyle{
  color:#333333 !important;
}

body.modal-open {
  margin-right: 0 !important;
  padding-right: 0px !important;
  height: 100vh !important;
  overflow: hidden !important;
  position:fixed !important;
  width:100% !important;
}

/* CSS for full screen */

#boscaCuardaigh.form-control {
  flex: 1;
  margin-right: 10px;
}

#cnaipeCuardaigh.btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* CSS for collapsed navbar */

@media (max-width: 767px) {

    #LALogo {
    display: inline-block;
    float: right;
    margin-right: 15px;
  }
    .div_nuacht{
    max-width: 300px !important;
    width:60% !important;
    margin:0 auto;
    }
  .navbar-form {
    display: flex;
    align-items: center;
  }
  
  .navbar-right {
    margin-right: 0;
  }
  
  .form-group {
    margin-bottom: 0;

  }
  
  #boscaCuardaigh{    
    margin-left: 20px !important;
    }

    #cnaipeCuardaigh{
        margin-left: 22px;
        margin-bottom: 5px;
    }

  #boscaCuardaigh.form-control {
    width: 100%;
    margin-right: 0;
  }
}


/*.navbar-collapse.in #cnaipeCuardaigh {
      display: none;
    }

.navbar-collapse.in #boscaCuardaigh {
      width:200px;
      margin:0 auto;

    }*/

.navbar-collapse.in {    overflow-x: hidden; /* Hide horizontal scroll bars */
}



a.nostyle:hover {
  color:black;
  text-decoration: none;
  font-style: bold !important;
  cursor:pointer !important;
}

p.nostyle:hover {
  color:black;
  text-decoration: none;
  font-style: bold;
}

.div_nuacht
{
  /*background-image: url("../img/div_culra.jpg");
  background-size: cover;  
  background-position: center; */
  border-radius:10px; 
  border: 0.75px solid red;
}

.archive-firici
{
  border-radius: 5px;
  border: 2px solid rgba(253,19,44,1);
  background-color: white;

}
.archive-pictiuir
{
  border-radius: 5px;
  border: 2px solid rgba(254, 169, 0,1);
  background-color: white;

}
.archive-leabhair
{
  border-radius: 5px;
  border: 2px solid rgba(0, 173, 239, 1);
  background-color: white;
  /*width:200px;
  margin: 0 auto;*/
}



.alertnua {
padding: 8px 35px 8px 35px;
margin-bottom: 18px;
margin-left: -51px; 
margin-right: -51px; 

color: white;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #8028E0;
/*border-top: 2px solid rgba(0, 173, 239, 1);
border-right: 2px solid rgba(0, 173, 239, 1);
border-left: 2px solid rgba(0, 173, 239, 1);
-webkit-border-radius: 12px 12px 0px 0px;
-moz-border-radius: 12px 12px 0px 0px;
border-radius: 12px 12px 0px 0px;*/
}

.withcolor{
   background-color: white;
   border: 1px solid rgba(0, 173, 239, 1);
   padding-top: 10px;
   padding-left:20px;
   padding-right:20px;
   padding-bottom: 30px;
   border-radius: 12px;
   min-height:400px;
   
}

.bosca_nuachta{
   background-color: white;
   /*border: 1px solid rgba(0, 173, 239, 1);*/
   padding-top: 10px;
   padding-left:20px;
   padding-right:20px;
   padding-bottom: 30px;
   border-radius: 12px;
   min-height:400px;
   
}

.withcolor2{
   border: 1px solid rgba(0, 173, 239, 1);
   padding: 8px 35px 8px 35px;
   border-radius: 12px;
   color: white;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #8028E0;
}

.teideal {
        display: flex;
        align-items: center;
        text-align:center;
        /*position: relative;
        vertical-align: middle !important;
       -webkit-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;*/
    }

/*ul li a:before {*/
.piolla:before{
  
  border-radius:50%;
  background: #d35400;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

/*ul li a*/
.piolla:hover:before {
  transform: scale(1.2);
  box-shadow: 0 0 15px #d35400;
  filter: blur(3px);
}

/*ul li a*/
.piolla:hover {
  color: #ffa502;
  box-shadow: 0 0 15px #d35400;
  text-shadow: 0 0 15px #d35400;
}

/*ul li .grow:before {
  border-radius: 50%;
  background: #d35400;
  transition: 0.5s;
  transform: scale(0.9);
  z-index: -1;
}

ul li .grow:hover:before {
  transform: scale(1.2);
  box-shadow: 0 0 15px #d35400;
  filter: blur(3px);
}

ul li .grow:hover {
  color: #ffa502;
  box-shadow: 0 0 15px #d35400;
  text-shadow: 0 0 15px #d35400;
}*/

.cnaipe {
border: 1px solid black !important;
border-radius:12px !important;
padding: 10px 24px !important;
}

.cnaipe:hover{
transform: scale(1.2) !important;
  box-shadow: 0 0 15px #d35400 !important;
  filter: blur(3px) !important;
}

/*.reigiun {
border: 1px solid black !important;
border-radius:12px !important;
padding: 10px 24px !important;
}*/

.reigiun:hover{
  filter: blur(10px) brightness(-100);
  -webkit-filter: blur(10px) brightness(-100);
  opacity: .5;
  webkit-filter: drop-shadow(5px 5px 5px #d35400);
  filter: drop-shadow(5px 5px 5px #d35400);
/*transform: scale(1.2) !important;
  box-shadow: 0 0 15px #d35400 !important;
  filter: blur(0.5px) !important;*/
}

.ppms_cm_privacy_settings_widget{font-family: 'Quicksand', sans-serif;
    font-size: 2em;}

.ppms_cm_privacy_settings_widget_content{font-family: 'Quicksand', sans-serif;
    font-size: 2em;}
.ppms_cm_privacy_settings_form_link_header{font-family: 'Quicksand', sans-serif;
    font-size: 2em;}
.ppms_cm_privacy_settings_form_link_text{font-family: 'Quicksand', sans-serif;
    font-size: 2em;}
.ppms_cm_privacy_settings_button_show{font-family: 'Quicksand', sans-serif;
    font-size: 2em;}

    a {
  cursor: pointer !important;
}
a,
a:hover {
  cursor: pointer !important;
}
.tooltip {
  /* Tooltip background color */
  background-color: #333;
  /* Tooltip text color */
  color: #fff;
  /* Tooltip border radius */
  border-radius: 4px;
  /* Tooltip padding */
  padding: 8px;
  /* Tooltip font size */
  font-size: 1em;
  font-family: 'Quicksand', sans-serif;
}

.tags {
    width: 30%; /* Set the initial width to 300px */
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(85, 68, 170, 0.8); /* Slightly transparent background */
    padding: 10px;
    color: #ffffff;
    font-size: 1em;
    z-index: 1;
    transition: 1s ease;
    /*overflow-y: auto;*/
}

.tags_beag {
    width:1%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: 1s ease;
    background-color: rgba(85, 68, 170, 0); /* Slightly transparent background */

}

.in_tags{
    position: relative;
    top: 3rem;
    height: 90vh;
    overflow-y: auto !important;

}

/* WebKit-based browsers (Chrome, Safari) */
.in_tags::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

.in_tags::-webkit-scrollbar-thumb {
  background-color: rgba(85, 68, 170, 0.6); /* Purple with some transparency */
  border-radius: 6px; /* Rounded scrollbar thumb */
}

/* Firefox */
.in_tags {
  scrollbar-color: rgba(85, 68, 170, 0.6) transparent;
}

/* Edge and IE */
.in_tags {
  -ms-overflow-style: none; /* Hide the default scrollbar */
}

.in_tags::-webkit-scrollbar-thumb {
  background-color: rgba(85, 68, 170, 0.6); /* Purple with some transparency */
  border-radius: 6px; /* Rounded scrollbar thumb */
}

.in_tags::-webkit-scrollbar-thumb:hover {
  background-color: rgba(85, 68, 170, 0.8); /* Darker purple on hover */
}



.tags_beag .in_tags {
    display: none;
}


#cnaipe_tags {
  z-index: 10 !important;
  position: absolute !important;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: 0px 1px 4px 1px rgba(0 ,0, 0, .3);
  left: 100%;
  top: 50%;
  margin-left: 1rem !important;
  transform: translateX(-25%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 767px) {
  #cnaipe_tags {
    left: 1rem; /* Move to the left side */
    top: 1rem; /* Move to the top */
    transform: translate(0, 0); /* Reset the transform */
  }
  .tags {
    width: 60%;
    font-size: .6em;

    }
   .tags_beag{
    width:1% !important;
   } 
}


.tags .checkbox {
    margin-right: 20px; /* Add margin to the right of each checkbox */
}

.tags span {
    margin-top: 1px;
    margin-left: 20px;
    white-space: nowrap; /* Prevent count figures from wrapping */
}


/* Modify tooltip arrow color 
.tooltip .arrow::before {
  border-top-color: #333;
}

/* Modify tooltip arrow size 
.tooltip .arrow::before {
  border-width: 5px;*/
}










