/*
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 : 23 mai 2015, 14:35:24
    Author     : Vérone
*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v13/PfybUH-csLekLIU-pU-o7w.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v13/uYKcPVoh6c5R0NpdEY5A-Q.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/preloader.gif') center no-repeat #fff;
}

.se-pre-con p{
    position: fixed;
    top: 60vh;
    left: 45vw;
    font-size:12px;
    color:black;
    text-align: center;
}

*{
    font-family: 'Open Sans';
}

body {
        min-width: 1024px;
        /*padding-top: 40px;
        padding-bottom: 40px;*/
        background-color: #ebebeb;
}

.container{
  max-width: none !important;
  width: 970px;
}


.headup{
    margin-top:100px;
    min-height:112px;
    margin-bottom:50px;
    text-align: center;
}

.headup img {
}

.forca {
 position:fixed;
 top:0;
}

.thpage{
    background-color: white;
     margin: 0 auto;
    border-bottom: 3px solid #e6e6e6;
    border-radius: 4px;
    -webkit-box-shadow:  0 0 3px rgba(0, 0, 0, .05);
        box-shadow:  0 0 3px rgba(0, 0, 0, .05);
    text-align: center;
    margin-top:25px;
    padding:15px 0 10px 15px;
}

.uzone{
    min-height: 180px;
    background-color: white;
     margin: 0 auto;
    width: 720px;
    border-bottom: 3px solid #e6e6e6;
    border-radius: 4px;
    -webkit-box-shadow:  0 0 3px rgba(0, 0, 0, .05);
        box-shadow:  0 0 3px rgba(0, 0, 0, .05);
    text-align: center;
    padding:15px 0 10px 15px;
}

.urlform{
    width: 500px !important;
}

#Plus .dede{
    border-left: 2px solid #01682d;
    padding-left:10px
}
.keyform{
    width: 120px !important;
}

.uzone button{
    background-color: #01682d; 
    border-color: #01682d; 
}

button.mokuse{
    background-color: #1e7fd1; 
    border-color: #1a6baf; 
}

.uzone a{
    color:#01682d; 
}

.uzone h2{
    font-weight: bold;
    padding-bottom: 10px;
}

.uzone .col-md-12{
    margin-top: 20px;
    padding-left: 50px
    
}

.textup{
    
    margin-top:50px;
    text-align: center;
    line-height: 25px;
    font-size:14px;
    color:#5f5f5f;
}





.foot{
    width: 100%;
    position:fixed;
    bottom:0;
    left:0;

    background: #333333;

    width: 100%;
    position:fixed;
    bottom:0;
    left:0;
    padding:25px;
    border-top: 5px solid #01682d;
}
      
.foot, .foot a, .foot a:hover,.foot a:active,.foot a:visited{
    color:#cccccc !important;
    font-size:12px;
}      

.foot a{
    text-decoration: underline;
}

.foot a:hover{
    text-decoration: none;
}