﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
   
}

.cookie-disclaimer {
    background: #000000;
    color: #FFF;
    opacity: 0.8;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 150px;
    position: fixed;
}

    .cookie-disclaimer .container {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cookie-disclaimer .cookie-close {
        float: right;
        padding: 10px;
        cursor: pointer;
    }

div.photo-container1 {
    max-width: 25em;
    height: 10px;
    position: relative;
    
}


div.photo-container {
    max-width: 25em;
    height: 10px;
    position: relative;
   
}

    div.photo-container a {
        text-decoration: none;
        color: black;
        cursor: default;
        font-weight: normal;
    }

        div.photo-container a span {
            visibility: hidden;
            position: absolute;
            left: 1px;
            top: -2.3em;
            background: #ffff6b;
            width: 14em;
            border: 1px solid #404040;
            font-size: 0.8em;
            padding: 0.3em;
            cursor: default;
            
        }

        div.photo-container a:hover span {
            visibility: visible;
        }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
   
    position:relative;
}


.PanelRegMe {
    position: relative;
    z-index: 0;
    top: 0px;
    left: 0px;
    height: 590px;
    width: 308px;
}

.PanelReg {
    position: relative;

    top: 0px;
    left: 0px;
    height: 560px;
    width: 350px;
    
}
.PanelUeb {
    position: relative;
    top: 0px;
    left: 0px;
    height: 50px;
    width: 360px;
}

.LabelHtml{
 width:100%;
}

.DLabelHtml {
    margin-left: 20px;
    width: 90%;
     
}
#Terminediv {
    height: 560px;
    width: 360px;
}

.LabelUeb {
    position: absolute;
    left: 8px;
    top: 16px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 15px;
    
    z-index: 10;
}

.PLogin {
    left: 45%;
    top: 45%;
    background-color:#EEEEEE;
    Border-Color:#E6F2FF;
    Border-Style: Inset ;
    z-index: 311;
    position: absolute;
    width: 314px;
    height: 108px;
    visibility: hidden;
    display: none;
}

.f_more {
  
}

.ButtonReg {
    visibility: visible;
}

.ButtonLOut {
    visibility: hidden;
    
    background-color: #777;
}

.ButtonSystem {
    visibility: hidden;
    
    background-color: #777;
}

.item1{
    
}

#foot_menu {
    position: relative;
    margin-left: -30px;
    margin-top: 60px;
    width: 100%;
    height: 30px;
    background-image: url(../images/backtop30o.jpg);
    background-position-x: 15px 0;
}
#TextboxBN {
    width: 389px;
}

#framesize {
    margin-left: -12px;
    margin-top: 15px;
    vertical-align: bottom;
    color: #646b69;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
} 

.Menufoot_e {
    position: absolute;
    left:0px;
}

    .Menufoot_e a.static {
        color: #262f49;
        font-family: Verdana;
        font-size: 17px;
        font-weight: normal;
    }

.Menufoot_Stat {
    margin-left: 15px;
}


.Menufoot_e a.static.highlighted {
    color: #9b9797;
    font-weight: bolder;
}

.Menufoot_e a.static.selected {
    color: #262f49;
}

.TBKN {
    width: 0px;
    height: 0px;
    background-color: #222222;
    border-style:none;
    border-color:white; 

}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 420px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
        
    }
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}
