html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.label{ border-radius: 1em;}
.subtitle{color:#337ab7;font-weight: bold;}
.img-middle {height:50vh;width:100%;}
small{
    color:#337ab7;
    font-weight: bold;
}
em{
    font-style: normal;
}
ul.nav.nav-pills.nav-justified{
    border:1px solid lightgrey;
    border-radius:4px;
}

hr{border-top:1.5px solid lightgrey;}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

/*.wrap > .container {
    padding: 70px 15px 20px;
}*/

.footer {
    /*height: 60px;*/
    background-color: #2974AB;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top:30px;
    color:white;
    font-weight: bold;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.background-news{
    
    /*background: url('../img/2.jpg') no-repeat!important;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 350px;
    color:white;
    padding:20px;    
}

.background-map{
   background: url('../img/interactivemap.gif') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 315px;
    color:white;
    padding:20px;
    /*border:1px solid #337ab7;*/
}

.background-blog{
   background: url('../img/5.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 350px;
    color:white;
    padding:20px;
}


.second-navbar{    
    padding-top:20px;    
}

.second-navbar li{
    font-weight: bold;
}

.subtitle-nav{    
    padding-top:25px;
    padding-right:20px;
    color:#337ab7;
    font-style: italic;
}

section{
    padding-top:20px;
}

article p {
    text-align: justify;
}

.title-interactive-map{
    color:#337ab7;
}

.btn-primary,.btn-default,.btn-danger{
    font-weight: bold;
}



.contact-us-link:visited,.contact-us-link:link{
    color:white;
}

.header-blog{
    background-color: #2974AB;
    color:white;
    font-weight: bold;
    padding:5px;
    margin-bottom:0px;
}

.title-interactive-map{
    background-color: #FFA726;
    color:white;
    font-weight: bold;
    padding:5px;
    margin-bottom:0px;
    margin-top:0px;
}

.btn-interactive,.btn-interactive-header{
    background-color: #FFA726;
    color:white;
    font-weight: bold;

}

.btn-interactive:hover,.btn-interactive-header:hover{
    color:white;
}

.btn-interactive{
     position: relative;
    margin-top: 250px;
}

.label-obligatory{
    color:red;
}

.small-sponsored{
    color:red;
}

.icon-bar {
  color: #337ab7;
  border-color: #337ab7;
  background-color: #337ab7;
}

.bluezed-scroll-top-circle{
    height:35px!important;
    width:35px!important;
    background-color: #FFA726!important;
    padding-top:10px!important;
}

.noshow{
        display: none;
        
    }

.show{
      display: block;
      -webkit-animation: fadeIn 3s;
        animation: fadeIn 3s;
    }

.thumbnail-lavander{
    background-color: lavender;
}

.thumbnail-red{
    background-color: antiquewhite;
}

.thumbnail-green{
    background-color: #ccffcc;
}
#overlay .switchbox,
#overlay-form .switchbox {
    position: relative;
    width: 80px;
    height: 80px;
}

#overlay .switchbox,
#overlay-form .switchbox {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#overlay .switch,
#overlay-form .switch {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border-radius: 20px;
    -webkit-animation: cross 2s infinite linear;
    -moz-animation: cross 2s infinite linear;
    animation: cross 2s infinite linear;
}

#overlay #switch2,
#overlay-form #switch2 {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    animation-delay: -1s;
}

#overlay,
#overlay-form {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    background-color: rgba(51, 51, 51, 0.5);
    z-index: 9999;
}


#overlay .switchbox,
#overlay-form .switchbox {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

#overlay #switch2,
#overlay-form #switch2 {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes cross {
    50% {
        margin-left: 60px;
    }
}

@-moz-keyframes cross {
    50% {
        margin-left: 60px;
    }
}

@keyframes cross {
    50% {
        margin-left: 60px;
    }
}

.badge-danger{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

#txtSearchByWord {
    text-transform: uppercase;
}