/* ==================================================================================================== */
/*! FILE: popup.css */
/* ==================================================================================================== */ 

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 190px;
    background-color: rgba(245, 245, 245, 0.95);
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
    border: 1px solid rgba(148, 156, 189, 0.75);
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #949CBD transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
} 

/* ==================================================================================================== */
/*! FILE: user.css */
/* ==================================================================================================== */

@font-face { 
    font-family: CALIBRI_RO;
    src: url("./fonts/calibri.ttf");
}

body {
    font-family: Calibri, CALIBRI_RO;
    font-size: 14px;
    line-height: normal;
}

h3 {
    font-size: 125%;
    line-height: 100%;
}

li {
	line-height: normal;
}

input,
button,
select,
textarea {
    font-family: Calibri, CALIBRI_RO;
}

.navigation .nav-child a {
    font-size: 100%;
}

.navbar-search .search-query {
    font-family: Calibri, CALIBRI_RO;
}

.small {
    font-size: 80%;
}

body.site, .body#top{
    border-top: none !important;
}

#top {
    margin-top: 50px;
    min-width: 340px;
}

#top-navbar {
    margin-top: -2px;
    background: rgba(254,254,254,1);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(49%, rgba(209,209,209,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(100%, rgba(226,226,226,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0 );   
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 0px;
}

#top-navbar-btn {
    margin-bottom: 0px;    
}

#top-navbar-list > ul > li:not(.active) > a {
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.25);
}

#top-navbar-list > ul > li:not(.active) > a:hover {
    font-weight: bold;
    background-color: rgba(67, 82, 136, 0.10);
}

#top-navbar-list {
    text-align: center;
}

#top-navbar-list > .nav {
    padding-top: 2px;
    display: inline-block;
    text-align: left;
}

div.header-search {
    height: 100px;
    min-width: 267px;
    background: url("/images/bg-gcse3.jpg") no-repeat center 1px; 
}

UL.breadcrumb {
    margin-bottom: 30px;
}

UL.nav-child.small {
    font-size: 90%;
}

.slideshowck .camera_caption > div,
.slideshowck .camera_bar_cont {
    background: rgba(0, 84, 149, 0.8) !important;
}

.attachmentsList {
    padding-bottom: 3px;
}

.attachmentsList > table {
    border: none !important;
    font-size: 100% !important;
    font-weight: normal !important;
    color: rgba(66, 82, 140, 1);

}

.attachmentsList > table > caption {
    font-weight: normal;
    font-style: italic;
    color: #2D6987;
    padding-left: 5px;
}

.attachmentsList > table > tbody > tr:hover > td {
    background-color: rgba(67, 82, 136, 0.07);
}

.at_filename {
    padding-left: 5px !important;
}

.at_url > i {
    padding-left: 3px;
}

.liEtichete {
    color: #2D6987;    
}

.bw-social-share-title > i {
    padding-left: 5px;
    color: #2D6987;
}

#aside {
    padding-top: 10px;
}

DIV.bt-cs > h3 {
    border: none;
    background: none;
    color: #000;
    text-transform: none;
    border-bottom: 1px solid rgba(66, 82, 140, 1);
}

DIV.bt-cs > DIV {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

#divCeasAnalogic {
    text-align: center;
}

#divCeasAnalogicSubsol {
    text-align: center;
    font-weight: bold;
}

#div-footer-parallax {
    position: fixed;
    margin-left: -20px;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

#footer-div {
    padding: 10px 20px 0px 20px;
    background-color: rgba(255, 255, 255, 0.75);
}

#footer-div > div > div {
    margin: 5px 0px 5px 0px;
    text-align: center;
}

#p-footer-options {
    margin-bottom: -20px;
}

#p-footer-options  i {
    color: #999;
}

#p-footer-options  a {
    padding: 0 4px 0 12px;
}

.txtLinks {
    display: none;
}

.imgLinks {
    padding: 0px 15px 0px 15px;
}

.imgLinks TD {
    padding: 0px 5px 10px 5px;
}

.imgLogoInstitutie {
    display: inline-block;
    width: 70%;
    height: auto;
    margin-left: -25px;
}

.telEmailFbTwit > TD {
    vertical-align: top;
    text-align: left;
    padding: 10px 0 10px 2%;

    /*Horizontal*/
    background-image: linear-gradient(to right, rgba(128,128,128,0.5) 33%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 6px 1px;
    background-repeat: repeat-x;
}

.pageDisclamer {
    text-align: center;
    font-size: 13px;
    margin-left: -20px;
    margin-right: -20px;
}

.icons > .btn-group {
    margin-top: -52px;
}

.item-pageacasa > .icons > .btn-group {
    margin-top: -28px;
}

.icons > .btn-group > button {
    border-color: rgb(240, 240, 240);   
}

@media (max-width: 979px) {
    #top-navbar {
        position: fixed;
    }
    #top-navbar-btn {
        text-align: center;
    }
    #top-navbar-btn > .btn {
        float: none;
        display: inline-block;
        margin: 5px 0px 8px 0px;
        padding: 7px 25px;
    }
    #top-navbar-list > .nav {
        margin-top: -2px;
        padding: 0px 7px;
        box-sizing: border-box;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    #aside > div.well {
        float: left;
        width: 26.55%;
        margin: 0 1.5% 0px 1.5%;
        min-width: 155px;
    }
    tr.telEmailFbTwit > td > div > a > span {
        display: none;
        color: brown;
    }
    tr.telEmailFbTwit > td > div > a {
        padding-right: 5px;
    }
    tr.telEmailFbTwit > td > div {
        display: inline-block;
    }
    div.header-search {
        width: 90%;
        margin-right: 5% 
    }
}

@media (max-width: 550px) {
     div.header-search {
       margin-right: 7%   
    }
}

@media (max-width: 450px) {
     div.header-search {
         margin-right: 9% 
    }
}

/* Fix for chrome tabele cu width absolut peste width content */
div[itemprop="articleBody"] > table {
    width: auto !important;
}

/* ==================================================================================================== */
/*! FILE: user.gcse.css | Customizare google search */
/* ==================================================================================================== */

#adBlock {
    display: none !important;
}

IFRAME {
    display: none !important;
}

.gsc-control-cse {
    padding: 0px !important;
    background-color: transparent !important;
}

.gsc-control-wrapper-cse {    
    margin: auto;
    max-width: 450px;
    padding-top: 20px;
}

.gsc-input {
    width: auto !important;
    padding-right: 1px !important;
}

.gsc-input > .gsc-input-box {
    height: 30px !important; 
}

.gsc-search-button {
    width: auto !important;
}

.gsc-search-button-v2 {
    padding: 8px 10px 0px 10px !important;
    margin-top: -1px !important;
}

.gsib_a {
    padding-top: 0px !important;    
}

.gsib_b {
    padding-top: 2px !important;
    width: 30px;  
}

.gsib_a > .gsc-input {
    background: none !important;
    border: none !important;
    text-indent: 5px !important;
    line-height: 30px !important;
    height: 30px !important;
    min-width: 175px !important;
}

.gsc-search-box .gsc-input>input:hover, .gsc-input-box-hover {
  border: 1px solid #949CBD !important;
  border-top-color: #42528c !important;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  outline: none;
}

.gsc-search-box .gsc-input>input:focus, .gsc-input-box-focus {
  border: 1px solid ##B5CE4A !important;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
  outline: none;
}

#___gcse_0 input[type="text"] {
    border: none !important;
    box-shadow: none !important;
}

#___gcse_0 input[type="text"]:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.gcsc-branding {
    display: none !important;
    margin-bottom: 10px !important;
}

.gsc-completion-container > tbody > tr > td {
    font-family: Calibri, CALIBRI_RO !important;
    padding: 2px 4px 4px 4px;
}

.gsc-completion-container .gssb_a div:not(.gsq_a){
    display: none;
}

@media (max-width: 767px) {
    .gsc-control-wrapper-cse {
        padding-left: 5%;
    }
}

/* ==================================================================================================== */
/*! FILE: user.user.optiuniAfisare.css */
/* ==================================================================================================== */

.popup > .popuptext > div {
    position: relative;
}

.popup > .popuptext > div > button {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: -8px;
    margin-right: -2px;

}

.popup > .popuptext > ul {
    list-style-type: none;
    display: inline-block;
    margin: auto;
    text-align: left;    
}

.popup > .popuptext > ul > li {
    padding: 2px 4px 5px 4px ;
}

.popup > .popuptext > ul  > li.opt:hover {
    background-color: rgba(150, 150, 150, 0.05);
}

.popup > .popuptext > ul  > li > a {
    padding-left: 8px;
}

.popup > .popuptext > ul  > li.opt > .fa {
    padding-left: 4px;
    display: none;
}

.popup > .popuptext > ul  > li.optActiv > .fa {
    display: inline-block;
    color: #F3A829 !important;
}


.popup > .popuptext > ul  > li > a:hover {
    text-decoration: none;
}

.popup > .popuptext hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dotted rgba(148, 156, 189, 0.5);
    margin: 2px 0px 0px 0px;
    padding: 0;
}

/* Vizualizare DoarText / Imagetext */

.brandDoarText {
    display: none;
}

.VizualizareDoarText .brand img {
    display: none;
}

.VizualizareDoarText .brandDoarText {
    display: inline-block;
    font-size: 45px;
    font-weight: bold;  
    color: #42528C; 
    padding: 30px;  
}

.VizualizareDoarText .header-search {
    background: none;
}

.VizualizareDoarText .slideshowck {
    height:50px !important;
}

.VizualizareDoarText .slideshowck .cameraSlide > img {
    display: none;
}

.VizualizareDoarText .camera_commands, .VizualizareDoarText .camera_prev, .VizualizareDoarText .camera_next {
    display: none;    
}

.VizualizareDoarText .bt-image-link {
    display: none;
}

.VizualizareDoarText #content img {
    display: none;
}

.institutieDoarText {
    display: none;
}

.VizualizareDoarText #parallaxCK {
    display: none;    
}

.VizualizareDoarText #footer-div .txtLinks > a:hover {
    text-decoration: none;    
}

.VizualizareDoarText #footer-div .txtLinks {
    display: inline-block;
}

.VizualizareDoarText #footer-div .txtLinks > a {
    display: inline-block;
    font-size: 150%;
    padding: 10px 5px;
}

.VizualizareDoarText #footer-div .imgLinks > table  {
    display: none;
}


/* Dimensiune font */
body.FontFoarteMic {
    font-size: 60%;
}
body.FontFoarteMic #optionAfisare > .popuptext  {
    width: 160px;
}


body.FontMicsorat {
    font-size: 80%;
}
body.FontMicsorat #optionAfisare > .popuptext  {
    width: 185px;
}


body.FontNormal {    
}


body.FontMarit {
    font-size: 120%;
}
body.FontMarit #optionAfisare > .popuptext  {
    width: 250px;
}
body.FontMarit #aside > .well  {
    padding: 15px;
}


body.FontFoarteMare {
    font-size: 150%;
}
body.FontFoarteMare #optionAfisare > .popuptext  {
    width: 320px;
}
body.FontFoarteMare #aside > .well  {
    padding: 11px;
}