/* Geral
----------------------------------------------------------------------------------------------------*/
* {
    vertical-align: top;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}
body, html { width: 100%; height: 100%; }
body { 
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;   
    background-color:#E2E4E3;
    letter-spacing: 0.8px;
}

h2{
    color:#F7912D;
    font-size: 25px;
    float:left;
    width:100%; 
    padding:20px 0px 20px 0px;
    font-style: italic; 
}
h1{
    color:#F7912D;
    font-size: 20px;
    float:left;
    width:100%; 
    padding:20px 0px 20px 0px;
    font-style: italic; 
}
div{
    borAder:#000 1px solid;
}


#container{
    width:1024px;
    height:600px;
    margin: 0px;
}

#login{
    float:left;
    width:800px;
    margin-left:230px;
    margin-top:0px;
}

#login #logo{
    margin-left:170px;
    float:left;
}

#login #login-box{
    float:left;
}

#login #login-box #img{
    float:left;
    background-color: #23C1DA;
    width:200px;
    height:180px;
}
#login #login-box #img img{
    margin-left:70px;
    margin-top:50px;
}

#login #login-box #button{
    float:left;
    background-color: #23C1DA;
    padding:4px 10px 0px 10px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    color:#FFF;
    font-size: 30px;
    font-weight: bold;
    border:4px solid #FFF;
    margin:10px 0px 0px 200px;
    cursor: pointer;
}
#login #login-box #button label{
    cursor: pointer;
}


#login #login-box #commands{
    float:left;
    width:300px;
    background-color: #ffffff;
    padding-left: 50px;

}
#login #login-box #commands input{
   font-size: 30px;
   height:90px;
   width:270px;
   padding-left:10px;
}
#login #login-box #commands #txtLogin{
    border-bottom: 1px solid #D4D4D4;
}
 
#header{
   width:100%; 
   height:65px;

}

#header #home{
    float:left;
    height:57px;
    width:57px;
    margin: 5px 0px 3px 0px;
}

#header #search{
    float:left;
    height:60px;
    width:400px;
    margin: 5px 0px 0px 0px;
    
}
#header #search input{
    background-color: #EEEFF1;
    float:left;
    height:30px;
    width:260px;
    padding-left:10px;
    margin: 0px 0px 0px 0px;
}
#header #search img{
    float:left;
    height:30px;
    width:30px;
    margin: 0px 0px 0px 80px;
}

#header #menu-container{
    margin-left:50px;
    float:left;
    width:567px;
    margin: 5px 0px 0px 0px;
    height:60px;
}

#header #menu-container ul li{
    float:left;
    margin-left:1px; 
}
#header #menu-container div{
    float:left;
    width:80px;
    height:60px;
}
#header #menu-container .building {
    background-image: url('../images/building-off.png');
}
#header #menu-container .building.active {
    background-image: url('../images/building-on.png');
}
#header #menu-container .auditorium {
    background-image: url('../images/auditorium-off.png');
}
#header #menu-container .auditorium.active {
    background-image: url('../images/auditorium-on.png');
}
#header #menu-container .tower {
    background-image: url('../images/tower-off.png');
}
#header #menu-container .tower.active {
    background-image: url('../images/tower-on.png');
}

#side-bar{
    background-color:#E7EDED;
    float:left;
    width:120px; 
    height:535px;
}

#side-bar #logo{
    margin: 10px 5px 0px 5px;
    float:left;
    
}
#side-bar #date-time{
    margin: 20px 5px 0px 5px;   
    width:110px;
    height:130px;
    float:left;
    background-image: url('../images/date-time.png');
    color:#188AC1;
}
#side-bar #time{
    margin: 23px 0px 0px 5px;   
    float:left;
    font-size: 26px;
    letter-spacing: 0.1px;
}
#side-bar #date{
    margin: 21px 0px 0px 58px;   
    float:left;
    font-size: 40px;
}
#side-bar #date label {
    text-align: center;
    letter-spacing: 0.1px; 
    float:left;
    width:50px;
    margin: 0px 0px 0px 0px;   
}
#side-bar #date .day{
    font-size: 18px;
}
#side-bar #date .month{
    font-size: 11px;
}
#side-bar #date .year{
    font-size: 10px;
}
#side-bar #user{
    font-size:10px;
    font-weight:bold;
    font-style:italic; 
    color:#6D6D6D;
}
#side-bar #user img{
    margin: 10px 5px 0px 5px;
    float:left;
    
}
#side-bar #user label{      
    width:100%;
    text-align: center;
    float:left;
    margin-top:5px;   
}
#side-bar #support{
    margin: 50px 35px 0px 35px;
    float:left;
    
}
#content #main{
    background-image: url('../images/complex.jpg');
    float:left;
    width:900px; 
    height:535px; 
    margin: 0px 0px 0px 4px;
}
#content #main .index{
    background-color:#7DC6D9;
    font-size: 40px;
    color:#ffffff;
    font-weight: bold;
    font-style:italic; 
    float:left;
    width:45px;
    text-align: center;
}
#content #main .index.tower{
    margin-top:220px;
    margin-left:55px;
}
#content #main .index.building1{
    margin-top:220px;
    margin-left:40px;
}
#content #main .index.building2{
    margin-top:220px;
    margin-left:30px;
}

#content #main .index.auditorium{
    margin-top:250px;
    margin-left:150px;
    
}

#content #floor{
    float:left;
    width:900px; 
    height:535px; 
    background-color: #EEEFF1;    
    margin: 0px 0px 0px 4px;
}

#content #floor #menu-box{
    float:left;
    margin-left:2px;
    margin-top:2px;
    width:560px;
    height:140px;
}  

#content #floor #menu-box #menu-floors{
    float:left; 
    height:138px;     
}


 
#content #floor #menu-box #menu-controls{
    float:left;
    width:540px;
}

#content #floor #menu-box #menu-controls .dropdown{
    float:left;
    margin: 10px 0px 0px 20px; 
    width:250px;
    height:35px;
}
#content #floor #menu-box #menu-controls .dropdown div {
    float:left;
    width:50px;
    height:35px;
    background-color: #D8D7D6;
    cursor: pointer;
    
}
#content #floor #menu-box #menu-controls .dropdown img {
    float:left;
    margin:13px 0px 0px 18px;
    cursor: pointer;
}
#content #floor #menu-box #menu-controls .dropdown label {
    float:left;
    width:200px;
    height:32px;
    padding-top:3px;
    background-color: #C8C8C8;
    color:#FFF;
    font-size:25px;
    letter-spacing: 1px; 
    text-align: center;
    font-style: italic;
    font-weight: bold;
    text-shadow: 0.08em 0.08em 0.08em #000;
}
.dropdown-items{
    width:250px;
    position:absolute;
    z-index:10;                     
}
.dropdown-items .dropdown-item{
    float:left;
    width:250px;
    height:35px;
}
.dropdown-items .dropdown-item div{
    float:left;
    width:50px;
    height:35px;
}
.dropdown-items .dropdown-item div img{
    float:left;
    margin: 1px 0px 0px 9px;
}
.dropdown-items .dropdown-item label {
    float:left;
    width:200px;
    height:30px;
    background-color: #C8C8C8;
    color:#FFF;
    padding-top:5px;
    font-size:20px;
    letter-spacing: 1px; 
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

#content #floor #menu-box #control-title{
    float:left;
    height:40px;
    width:520px;
    padding-left:20px;
    color:#303030;
    font-size:35px;  
    margin: 25px 0px 0px 0px; 
    letter-spacing: 1px; 
    font-style: italic;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.1em #CCCDCF;
    text-align: center;
  }


#content #floor #control-level{
    margin: 5px 0px 0px 2px;
    float:left;
    height:1px;  
    width:200px;
    height:120px;
}

#content #floor #control-level #level-on-border{
    width:95px;
    height:95px;    
    border:10px solid #D65F54;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%; 
    padding:1px 0px 0px 1px;    
    float:left;
}
#content #floor #control-level #level-on-border #level-on{
    margin: 2px 0px 0px 2px;
    float:left;
    height:1px;  
    width:90px;
    height:90px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;  
    background-color: #125872;  
}

#content #floor #control-level #level-on-border #level-on img{
    margin: 10px 0px 0px 28px;
}
#content #floor #control-level #level-on-border #level-on .percent {
    width:50px;
    color:#FFFFFF;
    font-size:18px;  
    text-align: center;
    margin: 5px 0px 0px 25px;
    letter-spacing: 1px; 
    font-weight: bold;
}

#content #floor #control-level #level-off-border{
    width:50px;
    height:50px;    
    border:5px solid #82D3DB;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%; 
    padding:1px 0px 0px 1px;    
    float:left;
    margin: 70px 0px 0px 0px;
}
#content #floor #control-level #level-off-border #level-off{
    margin: 2px 0px 0px 2px;
    float:left;
    width:45px;
    height:45px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;  
    background-color: #125872;  
}
#content #floor #control-level #level-off-border #level-off img{
    margin: 3px 0px 0px 13px;
}
#content #floor #control-level #level-off-border #level-off .percent {
    width:22px;
    font-size:10px;  
    text-align: center;
    margin: 1px 0px 0px 12px;
    letter-spacing: 1px; 
    font-weight: bold;
    color:#FFFFFF;
}

#content #floor #all-on-off{
    float:left;
    width:130px;
    margin-top:35px;
}
#content #floor #all-on-off #all-on{
    float:left;
    width:130px;
}
#content #floor #all-on-off #all-on div{
    float:left;
    background-color:#B3DEE7;
    margin: 1px 0px 0px 1px;
    width:15px;
    height:30px;
}
#content #floor #all-on-off #all-on label{
    float:left;
    background-color:#B3DEE7;
    width:110px;
    font-size:13px;  
    text-align: center;
    margin: 1px 0px 0px 1px;
    font-weight: bold;   
    height:25px;
    color:#FFF;
    text-shadow: 0.1em 0.1em 0.1em #000;
    padding-top:5px;
}
#content #floor #all-on-off #all-off{
    float:left;
    width:130px;
    margin-top:10px;
}
#content #floor #all-on-off #all-off div{
    float:left;
    background-color:#D65F54;
    margin: 1px 0px 0px 1px;
    width:15px;
    height:30px;
}
#content #floor #all-on-off  #all-off label{
    float:left;
    background-color:#D65F54;
    width:110px;
    font-size:13px;  
    text-align: center;
    margin: 1px 0px 0px 1px;
    font-weight: bold;   
    height:25px;
    color:#FFF;
    text-shadow: 0.1em 0.1em 0.1em #000;
    padding-top:5px;
}

#content #floor #controls-cols{
    float:left;
    margin-left:100px;  
}
#content #floor #controls-cols .controls-index{
    float:left;
    margin-left:5px;
    font-size:20px;  
    text-align: center;
    margin: 5px 2px 1px 2px;
    font-weight: bold;   
    height:30px;
    width:30px;
    color:#FFF;
    background-color:#67AEBA;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%; 
    padding:2px 0px 0px 2px;     
    
}
#content #floor #controls-cols .controls-index-dot{
    float:left;
    margin:18px 2px 0px 2px;
    background-color:#CCCDCF;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;  
    height:5px;
    width:5px;    
}
#content #floor #controls-rows{
    float:left;

    width:90px;
    margin:5px 0px 0px 0px;
}
#content #floor #controls-rows .controls-index{
    float:left;
    margin-left:5px;
    font-size:20px;  
    text-align: center;
    margin: 2px 20px 2px 30px;
    font-weight: bold;   
    height:30px;
    width:30px;
    color:#FFF;
    background-color:#67AEBA;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%; 
    padding:2px 0px 0px 2px;     
}
#content #floor #controls-rows .controls-index-dot{
    float:left;
    margin: 2px 0px 2px 43px;
    background-color:#CCCDCF;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;  
    height:5px;
    width:5px; 
}

#content #floor #floorplan{
    float:left;
    width:800px;
    height:340px;
    margin:5px 0px 0px 0px;
}

#floorplan[class="building2"]
{
    background: url("../images/floorplan-building.png") no-repeat;
}

#container .message{
    float:left;
    width:600px;
    height:600px;
    margin: -20px 0px 0px 380px;
    border-top: 4px solid #D9DCDD;
}

#container .message .result {
    float:left;
    margin: -10px 0px 0px 8px;
    color:#E56756;   
    font-size: 25px;
    letter-spacing: 1px; 
    font-style: italic;
    font-weight: bold;
    width:600px;
}
#container .message .sub-message {
    float:left;
    margin: 10px 0px 0px 20px;
    color:#95BEA8;   
    font-size: 20px;
    letter-spacing: 1px; 
    font-style: italic;
    font-weight: bold;
    width:600px;
}
#container .message .sub-message.denied {
    color:#E56756;   
}
#container .message #image {
    float:left;
    margin: 10px 0px 20px 27px; 
}
#container .message #commands{
    float:left;
    width:400px;
    height:400px;
    margin: 0px 0px 0px 10px;
}
#container .message #commands button{
    margin-top:0px;
    width:230px;
    height:70px;
    background-color: #7E99A3;
    margin: 0px 0px 0px 0;
    border: 2px solid #736357;
    font-size:35px;  
    text-align: center;
    color:#ffffff;
    padding: 0px 50px 0px 45px;
    font-weight: bold;    
    font-style: italic; 
    cursor: pointer;
}


#floorplan[class="building2"] .row_1
{
    padding-top: 30px;
}

#floorplan[class="building2"] .row_2
{
    padding-top: 23px;
}

#floorplan[class="building2"] .row_3
{
    padding-top: 13px;
}

#floorplan[class="building2"] .row_4
{
    padding-top: 23px;
}

#floorplan[class="building2"] .row_5
{
    padding-top: 20px;
}

#floorplan[class="building2"] .row_6
{
    padding-top: 13px;
}

#floorplan[class="building2"] .column_a
{
    padding-left: 30px;
}

#floorplan[class="building2"] .column_b
{
    padding-left: 27px;
}

#floorplan[class="building2"] .column_c
{
    padding-left: 25px;
}

#floorplan[class="building2"] .column_d
{
    padding-left: 17px;
}

#floorplan[class="building2"] .column_e
{
    padding-left: 25px;
}

#floorplan[class="building2"] .column_f
{
    padding-left: 17px;
}

#floorplan[class="building2"] .column_g
{
    padding-left: 17px;
}

#floorplan[class="building2"] .column_h
{
    padding-left: 7px;
}

#floorplan[class="building2"] .column_i
{
    padding-left: 25px;
}

#floorplan[class="building2"] .column_j
{
    padding-left: 17px;
}

#floorplan[class="building2"] .column_k
{
    padding-left: 35px;
}

#floorplan[class="building2"] .column_l
{
    padding-left: 35px;
}

#floorplan[class="building2"] .column_m
{
    padding-left: 25px;
}