body{
  background-color: #b0c4de;
}


div#sds-weather-info .current-time{
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    float: left;
    font-family: "Roboto",verdana,tahoma,arial,helvetica,sans-serif;
    font-size: 90px;
    height: 80px;
    line-height: 70px;
    padding-bottom: 9px;
    padding-top: 0;
    text-align: leftr;
    width: 280px;
    color: white;
    position: relative;
    z-index: 10;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.current-date {
    border-top: 1px solid #000000;
    float: left;
    font-family: verdana;
    font-size: 15px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    padding: 9px 0;
    text-align: center;
    width: 280px;
    
}
.minute{
    font-size: 80px;
}
.time-tag {
    float: right;
    font-size: 24px;
    padding-left: 0;
    position: relative;
    top: 25px;
}
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
  opacity:0.9;
}
.time_out{
    float: right;
    margin-right: 3%;
    margin-top: 2%;
    position: relative;
}
.syno-ux-button-default.focus-effect {
    background-color: #ebf0f5;
    background-image: linear-gradient(#f5faff, #ebf0f5);
    border-color: #b4bec8;
}
.syno-ux-button-blue {
    background-color: #1994eb;
    background-image: linear-gradient(#32aaff, #1994eb);
    border: 1px solid #1687d9;
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

*{margin:0;padding:0;}

.button{
  width:100px;
  background:#3399cc;
  display:block;
  margin:0 auto;
  margin-top:1%;
  padding:10px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

.button:hover{
  background:#2288bb;
}

#login{
  width:400px;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
  z-index:10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity:0.95;
  box-shadow: 1px 1px 40px rgba(0, 0, 0, 1);
  background-color:rgba(240, 240, 240, 0.9);
}

#login h1{
  background:#3399cc;
  padding:20px 0;
  font-weight:300;
  text-align:center;
  color:#fff;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    height:26px;
    font-family: verdana,tahoma,arial,helvetica,sans-serif;
}
#login ul.reg{
    position: relative;
    width: 337px;
    padding: 20px;
    left: 12px;
    padding-bottom: 0px;
}

form{
  padding:6% 4%;
  opacity:1;
}

input[type="text"],input[type="email"],input[type="password"]{
  width:92%;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding-right:4%;
  padding-left:4%;
  padding-top:10px;
  padding-bottom:10px;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}

input[type="button"],input[type="submit"]{
  width:100%;
  background:#3399cc;
  border:0;
  padding:4%;
  font-family:'Open Sans',sans-serif;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
  letter-spacing: 2px;
}

input[type="submit"]:hover{
  background:#2288bb;
}
input[type="button"]:hover{
  background:#2288bb;
}
a.ssm-open-nav{
    position:relative;
    z-index:11;    
}
nav span.nav{
      color: white;
    float: left;
    font-family: "Arial",Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    left: 60px;
    opacity: 0.5;
    position: relative;
    text-align: right;
    top: 10px;
    width: 215px;
}
nav p.nav{
    color: white;
    font-family: "Arial",Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    left: 36px;
    opacity: 0.8;
    padding: 5px;
    position: relative;
    width:230px;
}

nav p.nav:hover{
        opacity: 1;
}

nav.nav a{
    text-decoration: none;    
}

a.ssm-open-nav img{    
    left: 1%;
    opacity: 0.8;
    position: fixed;
    top: 2%;
    width: 70px;
    filter: invert(0%);
}
div.sites{
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50px;
    width: 80%;
    z-index: 12;       
}
/*div.site{
        border: 1px solid gray;
    height: 173px;
    margin: 1.3%;    
    position: relative;
    width: 30%;
    float:left;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      opacity:0.95;
      box-shadow: 1px 1px 40px rgba(0, 0, 0, 1);
      text-align:center;
      margin-bottom: 50px;     
      -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
div.site:hover{
        opacity:1;
        box-shadow: 1px 1px 40px rgba(255, 255, 255, 1);
}*/

div.site{
        border: 1px solid gray;
    height: 35px;
    position: relative;
    width: 47%;
    float:left;
    margin: 1.3%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      opacity:0.95;
      box-shadow: 1px 1px 40px rgba(0, 0, 0, 1);
      text-align:left;
      margin-bottom: 5px;     
      -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
div.site:hover{
        opacity:1;
        box-shadow: 1px 1px 40px rgba(255, 255, 255, 1);
}

div.site spam{
        /*bottom: -23px;*/
    height: 30px;
    /*box-shadow: 1px 1px 10px rgba(0, 0, 0, 1);*/
    color: black;
    font-weight: bold;
top:0px;    
position: absolute;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.9),rgba(255,255,255,0.9) 50%,rgba(255, 255, 255, 0.0));
    padding-top:5px;
    padding-left:5px;
    width:98%;
}

form span.new_psw a{        
        text-decoration:none;    
        color:black;
        font-family: 'Open Sans',sans-serif;
}
form span.new_psw{
    font-weight: bold;
    left: 242px;
    opacity: 0.6;
    padding: 6px;
    position: relative;
    top: 5px;
}
form span.new_psw:hover{
        opacity:1;    
}
.error{
  color: red;
    font-weight: bold;
    position: relative;
    text-align: center;
    top: 10px;
    padding: 10px;
}
table.cnr_event{
    padding: 10px 18px 10px 10px;
    width: 100%;
}
table.cnr_event td{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #555;
    padding: 3px;
    font-family:"Open Sans",sans-serif;
    font-size:13px;
    text-align:center;
}
table.cnr_event td input.cnr{
    border: medium none;
    margin: 0;
    padding: 6px;
    width: 100%;
}
table.cnr_event tr.header td{
    background: #eeeeee none repeat scroll 0 0;
    font-weight: bold;
    height: 30px;
    text-align: center;    
}
table.cnr_event tr.new td{
    background: #00CC33 none repeat scroll 0 0;
}
table.cnr_event tr.new td img.plus{
    cursor: pointer;
    opacity: 0.8;
    position: relative;
    top: 2px;
    width: 100%;
}
table.cnr_event tr.new td input{
    background: #00CC33 none repeat scroll 0 0;
    color: white;
    font-weight: bold;
}

td.submit{
    cursor:pointer;
}
img.delete{
    cursor: pointer;
    position: absolute;
    right: 3px;
    width: 14px;
}
img.save{
    cursor: pointer;
    margin-top: 16px;
    position: absolute;
    right: 3px;
    width: 14px;
}
.cnrdiv{
    width:600px!important;
    background-color: rgba(240, 240, 240, 0.9);
    border: 1px solid white;
    border-radius: 3px;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 1);
    left: 50%;
    margin: 10px!important;
    opacity: 0.95;
    position: absolute;
    top: 0!important;
    transform: translateX(-50%) translateY(0%)!important;
    transition: opacity 1s ease 0s;
    z-index: 10;
}

div.cnrdiv div.submit{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #555;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin: 0 auto 5px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 235px;
}
td.counter{
position:relative;
background:#EEE none repeat scroll 0px 0px!important;
}

td.switch{
    cursor: pointer;
}
#multiple_chart{
    cursor: pointer;
}

td.idotartam{
	width:10%;	
}
td.idotartam > input{
	text-align: center;
	font-size:15px;
}