/**
 * styles.css
 *
 * Computer Science 50
 * Problem Set 7
 *
 * Global CSS.
 */
//@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200');
@import url('https://fonts.googleapis.com/css?family=Arvo|Titillium+Web');

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
    
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
    
  /* Set up positioning */
  position: fixed;
  top: 70px;
  left: 0;
  z-index: -999;
  opacity: 0.6;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

body {
    font-family: 'Titillium Web', sans-serif;
}

.btn-sm {
    padding: 5px 2px;
}

.history {
    font-size: 12px;
}

.form-control {
    font-family: 'Arvo', serif;
    color: #000;
}

h2 {
    margin: 1.6em 0 1.2em 0;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 70px;
    padding: 20px 0;
}

#species .container {
    text-align: center;
}

#top
{
    /* surround with whitespace */
    //    margin-bottom: 15px;
    //    margin-top: 15px;
}

#top .nav,
#quick-control .nav
{
    /* center navigation pills */
    display: inline-block;
}

@media (min-width: 768px) {
    #middle .form-control
    {
        /* center form controls */
        display: inline-block;

        /* override Bootstrap's 100% width for form controls */
    }
}

#bottom
{
    text-align: center;

    /* shrink bottom's font size */
    font-size: smaller;

    /* surround with whitespace */
    margin: 50px 20px 20px;
}


#species-select {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#profile {
    float: right;
    background-color: #e2e2e2 ;
    padding: 10px;
    border-radius: 10px;
}

/*styling manage.php*/

#active,
#inactive {
    display: flex;
}


.events-container {
    width: 40%;
    margin-left: 15px; 
}

/* stylize typeahead.js a la http://twitter.github.io/typeahead.js/css/examples.css */

.twitter-typeahead {
    width: 100%;
}

.tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 1px;
    max-height: 150px;
    overflow-y: auto;
    padding: 6px 12px;
    width: 500px;
}

.tt-suggestion.tt-cursor {
    background-color: #0097cf;
    color: #fff;
    cursor: pointer;
}

.tt-suggestion p {
    margin: 0;
    text-align: left;
}

.event-img {
    display: inline-block;
    margin: 15px;

}

.img-buttons {
    display: inline-block;
    width: 34px;
}

.img-buttons a {
    margin: 2px 0;
}



.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

.navbar {
    margin-bottom: 0;
}


@media (min-width: 768px) {
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
}

.navbar-right {
    padding: 5px 0;
}


.navbar-default {
    background-color: #bbb;
    //    background-color: #F5FCC9;
    border: none;
}


.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-size: 1.2em;
}

#language {
    float:left;
    display: inline-block;
}
#language > span {
    display: block;
    position: relative;
    float: left;
}
#language > span > a {
    display: block;
    line-height: 20px;
    padding: 15px 15px;
    font-size: 1em;
    color: #000;
}
#language > span > a:hover {
    background-color: #eee;
}
.navbar-default .navbar-nav > li > a:hover {
    background-color: #eee;
}

@media (max-width: 956px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 1.0em;
    }
    .header-logos img {
        max-height: 50px;
    }
}


.navbar-brand > img {
    display: block;
    width: auto;
    height: 100%;
    padding: 0 10px;
}

.wide {
    position: relative;
    margin-top: 55px;
}

.header-logos img {
    max-height: 80px;
}

@media (max-width: 768px) {
    .header-logos {
        display: none;
    }
}
@media (max-width: 956px) {
    .header-logos img {
        max-height: 50px;
    }
}
.wide > img {
    max-width: 100%;
}

.header-logos {
    position: relative;
    background-color: rgba(255,255,255,.6);
    margin-top: -92px;
    float: right;
    top: 105px;
    right: 0;
    padding: 5px 0;
    border-radius: 25px 0 0 25px;
}


.profile-control {
    margin-top: 15px;
}

.patient-selected {
    background-color: #8baaad !important;
}

.contacticon {
    width:30px; 
    height:30px;
}


.peldaszovegdoboz {
    display: flex;
    /*  justify-content: center;*/
    padding: 15px 30px 15px 15px;
    margin: 15px 0;
    overflow: hidden;
}

#pelda1 {
    background-color: #73CC81;
}

#pelda2 {
    background-color: #DAE871;
}

#pelda3a {
    background-color: #687944;
}

#pelda3b {
    background-color: #687944;
    margin-top: -10px;
}

#pelda4 {
    background-color: #9FDEC6;
}

#pelda5 {
    background-color: #ac7944;
}

.imageholder {
    width: 80%;
    background-color: white;
    margin: 0 0 0 auto;
    padding: 2% 2% 4%;
    text-align: center;
    vertical-align: center;
    font-size: 80%;
}

.peldabal {
    align-self: center;
    float: left;
    width: 10%;
    font-size: 800%;
    font-family: 'Finger Paint', cursive;
    color: #E6E6E6;
}

.peldakozep {
    align-self: center;
    float: left;
    width: 60%;
    padding: auto 0;
}

.peldajobb {
    align-self: center;
    text-align: right;
    float: right;
    width: 30%;
}

#secondary {
    float: right;
}

.sq-footer2, .sq-footer3, .sq-footer4 {
    display: none;
}

.sq-footer1 {
    float: left;
    width: 50%;
    margin: 3% 0 0 3%;
}

.letoltes {
    text-align: right;
    margin: 0 0 40px;
    background-color: #ffd1b3;
    padding: 3px 6px;
}

/*h1:before {
display: block;
content: " ";
margin-top: -120px;
height: 120px;
visibility: hidden;
}*/

.sidebarfixed {
    position: fixed !important;
    /*sometime browser overrides the class. so we put important */
    top: 0;
    width: 21vw;
}

#sticky-anchor {
    padding-top: 40px;
}

.sticky-menu {
    padding: 3px 13px;
}

.sticky-menu:hover {
    background-color: #D9D9D9;
    padding: 3px 13px;
}/*
#sticky.stick {
position: fixed;
top: 120px;
z-index: 10000;*/

}

.entry-content {
    text-align: justify;
}

.contacticon {
    height: 50px;
    width: 50px;
}

.szovegdoboz {
    margin: 30px;
    padding: 15px;
    background-color: rgb(255,133,51);
    color: white;
    border-radius: 10px;
}

.szovegdoboz a {
    color: white;
    font-weight: bold;
}

.szovegdoboz2 {
    margin: 30px;
    padding: 15px;
    background-color: rgb(0,204,153);
    color: white;
    /*  border-radius: 10px;*/
}

#nyelv {
    float: left;
    width: 80px;
    padding-top: 70px;
    clear: both;
}

#cim {
    float: left;
    margin: 30px 0 0;
}

#cim_fp {
    float: left;
    margin: 30px 0 0;
    color: #000000;
}

#cim h1.sq-main-title {
    color: #000000;
}

#logok {
    position: fixed;
    width: 100px;
    left: 2%;
    bottom: 50px;
    float: left;
    z-index: 999;
}

#logok > img {
    max-width: 100%;
    margin: 9px 0;
}

.responsive_column_widgets {
    display: inline-block;
    width: 100%;
    height: 98px;
}

.responsive_column_widgets .responsive_column_widgets_box {
    max-width: 310px;
    display: inline;
}

.element_of_2 {
    width: 98px;
}

.responsive_column_widgets_column_1 {
    margin-left: 10px;
    clear: none;
}

.jetpack-image-container {
    width: 98px;
    margin: 0;
}

.widget_image.widget {
    margin: 0;
}

#map,
#map2,
#harta1 {
    width: 100%;
    height: 80vh;
    background-color: #CCC;
}

#primary-map {
    width: 100%;
    float: left;
}

#primary {
    width: 100%;
    float: left;
}

.sq-site-title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 8px 0 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
}

#sq-site-navigation {
    float: right;
    width: 50%;
}

#sq-site-branding {
    float: left;
    width: 50%;
    padding: 10px 0;
}

.sq-main-header {
    background-color: #CCC;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 232px 0 168px;
    margin-bottom: 25px;
}

.sq-main-header {
    background-image: url(http://atlaspasari.ro/wp-content/themes/square/images/header_christopher_allen.jpg);
    background-position: top center;
    background-color: transparent;
    background-size: auto;
}

.sq-site-title a {
    font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 768px) {
    .sq-main-header {
        background-position: top center;
        background-color: transparent;
        background-size: cover;
    }

    #sq-site-branding {
        float: left;
        width: 70%;
        padding: 10px 0;
    }

    #cim {
        float: left;
        width: 70%;
        margin: 30px 0 0;
    }

    .responsive_column_widgets .responsive_column_widgets_box {
        max-width: 105px;
        display: inline;
    }

    #logok {
        float: right;
        width: 98px;
        margin: -230px 0 0;
    }

    #nyelv {
        float: left;
        width: 80px;
        clear: both;
        padding-top: 70px;
    }

    .widget {
        margin: 0 0 5px;
    }

    .responsive_column_widgets {
        display: inline-block;
        width: 100%;
        background-color: rgba(255,255,255,0.5);
        border-radius: 0 0 15px 15px;
        height: 270px;
    }
}

@media screen and (max-width: 346px) {
    #logok {
        float: right;
        width: 98px;
        margin: -294px 0 0;
    }
}

.comment-count {
    display: none;
}

#sq-top-footer {
    padding: 0;
}

.a-szoveg {
    color: rgb(51,51,0);
    font-weight: bold;
}

.a-szoveg:hover {
    color: rgb(89,89,89);
}

.szovegdoboz2 .a-szoveg {
    color: rgb(217,217,217);
    font-weight: bold;
}

.szovegdoboz2 .a-szoveg:hover {
    color: rgb(179,179,179);
}

.legenda {
    display: table;
    width: 100%;
}

.legend {
    display: table-cell;
    width: 25%;
    text-align: center;
}

#primary-w-sidebar {
    width: 68%;
    float: left;
}

#grid table {
    margin: 15px;
    width: auto;
}

#sq-masthead {
    height: 55px;
}
.sq-main-navigation li {
    line-height: 55px;
}
#photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#photos img {
    max-width: 250px;
    height: auto;
    margin: 5px;
}
/*
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
font-size: smaller;
}
 */
.tabulator {
    font-size: 12px !important;
}
ul {
    list-style-type: none;
}

.spec-list ul {
    padding-left: 70px;
    list-style-type: square;
}

.spec-table {
    font-size: 13px;
}
.pre-scrollable {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
}
a,
.btn-link {
    color: #000;
}
#upload-progress{
    height: 20px;
    border: 1px solid #ddd;
    width: 100%;
}
#upload-progress .progress-bar{
    background: #bde1ff;
    width: 0;
    height: 20px;
}
.modal-dialog {
    width: 80%;
}

.species-map {
    cursor: pointer;
}
