/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.09.2016, 10:09:06
    Author     : thb
*/

/* The Modal (background) */
.tbmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    /*   padding-left: 10px;*/ /* Location of the box */
    /*    padding-right: 40px;*/ /* Location of the box */
    left: 0px;
    top: 0;
    /* Full width */
    width: 100%;
    /* Full height */
    height: 100%;
   /* overflow: auto;*/ /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    font-size:12px;
}

/* Modal Content */
.tbmodal-content {
    z-index: 10001; /* Sit on top */    
   /*position: relative;*/
    position: absolute;    
    font-family: 'Open Sans', sans-serif;
    color: #666;
  /*  background-color:#fff0b8; */
    background-color:white;
  
    /* background-color: #fefefe; */
    /* margin: auto;*/
    /*margin:auto;*/
    /*margin: auto 30px auto auto;*/
    padding: 0;
    border: 1px solid #444;
    margin: 1% auto;    
    width: 70%;
   /*
    height: 800px;
    font-size:12px;
   */
    
    /*border-radius: 3px;*/
    /* width: 90%;*/
    /*width: 250px;*/
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
    
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.tbclose {
    color: white;
    float: right;
    font-size: 16px;
    font-weight: bold;
}

.tbclose:hover,
.tbclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.tbmodal-header {
    padding: 0.3em;
    /*    background-color:#0059A9;*/
    background-color:#009fcf;
    color: white;
    text-align:center;
}

.tbmodal-body {
    padding: 2em 1em 2em 1em;
    background-color:#fff;                                
    font-size:12px;
}

.tbmodal-footer {
    padding: 0.3em;
    /*    background-color:#0059A9;*/
    background-color:#009fcf;
    color: white;
    /*position:absolute;*/
    /*bottom: 0;*/
    /*width: 100%;*/
}

.submitlogin {
    margin:0;
    padding:0;
    width:210px;
    height:45px;
}
.inputloginname {
    margin:0;
    padding:0;
    width:200px;
    height:35px;
}
.inputpasswd {
    margin:0;
    padding:0;
    width:200px;
    height:35px;

}



/* Extra Small Devices, Phones -------------------------------*/
@media only screen and (max-width : 480px){
    .tbmodal-content {
      margin: auto auto auto 30px;
    }   
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
    .tbmodal-content {
/*        margin: auto;*/
        margin: auto auto auto 30px;
    }
}

