/*
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 : 29/07/2014, 11:17:57
    Author     : Desenvolvimento
*/


body{background:#cccccc;}

div#topbar{
    background:-webkit-linear-gradient(#666, #000);
    background:linear-gradient(#666, #000);
    height:60px;
}
div#topbar > #logo{
    float:left;
    width:300px;
    height:35px;
    margin:8px 0px 0px 30px;
    font-size:36px;
    color:#999;
}

div#topbar > #logo:hover{
    cursor: pointer;
}

div#topbar > #sections_btn_holder{
    float:left;
    width: calc(100% - 360px);
    height:46px;
    display: inline-block;
    padding-top:16px;
}
div#topbar > #sections_btn_holder > div{ 
    display: block; 
    padding: 4px 6px;
    margin: 0px 5px;
    float:   left;
    border:  gray 1px solid;
}
div#topbar > #sections_btn_holder > div > i{ 
    margin-right: 3px;
}

div#topbar > #sections_btn_holder > div:hover{ 
    cursor: pointer;
}

div#topbar > #sections_btn_holder > div.right{ 
    display: block; 
    background:#006666; 
    float: right;
}

div#wraper {
    width: 100%;
    height: 100%
}

div#my_container {
    position: relative;
    margin: 10px auto;
    width: 60%;
    min-width: 300px;
    height: auto;
}

div#container_columns {
    position: relative;
    margin: 10px auto;
    width: 700px;
    height: 1000px;
}

div#container_columns > .one_third_column{
    position: relative;
    float: left;
    margin: 9px;
    border: #000 1px solid;
    border-radius: 2px;
    width: 210px;
    height: 600px;
}

div#container_columns > .one_third_column > div.titulo{
    position: relative;
    width: 100%;
    border-bottom: #000 1px solid;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    height: 60px;
    line-height: 60px;
}

div#container_columns > .one_third_column > div.data{
    position: relative;
    margin: 5px;
    padding: 5px;
    width: 190px;
    height: 60px;
    line-height: 60px;
}

div#container_columns > .one_half_column{
    position: relative;
    float: left;
    margin: 9px;
    border: #000 1px solid;
    border-radius: 6px;
    width: 330px;
    height: 350px;
    overflow: auto;
    overflow-x: hidden;
}

div#container_columns > .one_half_column > div.titulo{
    position: relative;
    width: 100%;
    border-bottom: #000 1px solid;
    text-align: center;
    font-weight: bold;
    background-color: #9eb9c2;
    height: 60px;
    line-height: 60px;
}

div#container_columns > .one_half_column > div.data{
    position: relative;
    margin: 2px 5px;
    margin-right: 35px;
    padding: 2px 5px;
    width: 280px;
    height: 30px;
    background-color: transparent;
    line-height: 30px;
}

div#column_two {
    
}

div#container_columns > .one_half_column > div.data:hover{
    padding: 1px 5px;
    border: #000 1px dashed;
    background-color: #87abb3;
    cursor: pointer;
    
}

div#container_columns > .one_half_column > div.selected{
    background-color: #006699;
}

#help_text > p{
    text-align: justify;
    margin: 10px 30px 10px 0px;
    text-indent: 30px;
}

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;

    margin: 10px;

    /* padding: 10px; */
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    float: left;
    width: 200px;
    height: 250px;

}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    display: table;
    backface-visibility: hidden;
    background-color: #0099cc;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    border: 1px solid #546388;
}

.front > div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* front pane, placed above back */
.front {
    z-index: 2;
}

/* back, initially hidden pane */
.back {
    overflow: visible;
    transform: rotateY(180deg);
}

a.apps{
    display: block;
    position: relative;
    text-align: center;
    width: 180px;
    height: 30px;
    padding: 3px 5px;
}

.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
    transform: rotateY(180deg);
}

.scroll_container{
    width: 194px;
    height: 244px;
    margin: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.app_parent{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 10px;
    margin-bottom: 10px;
    /*padding-top: 20px;*/
    border-bottom: #000 dashed 1px;
    /*height: 30px;*/
    font-size: 18px;
    font-weight: bold;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.app_icon_container{
    display: table;
    float: left;
    padding: 5px;
    width: 150px;
    height: 60px;
}

.app_icon{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    /*font: icon;*/
    text-align: center;
}

.app_icon_container:hover{
    cursor: pointer;
    border: dashed 1px;
    padding: 4px;
    background-color: #87abb3;
}

#login_container {
    display: block;
    padding: 0px;
    width: 310px;
    margin: 100px auto;
    margin-bottom: 10px;
    background: #cccccc;
    border: dashed #00cccc 1px;
    border-radius: 5px;
}

#error_container{
    display: block;
    padding: 0px;
    color: #cc0000;
    width: 310px;
    margin: 10px auto;
}
#login_container p {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  width: 232px;
}

#conteudo_bd {
    position:absolute;
    top: 60px;
    left:0;
    bottom: 0px;
    width: 100%;
    /*margin-bottom: 0px;*/
    overflow: auto;
    transition: bottom 0.3s linear 0s;
}

/*input[type=text], input[type=password], select {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
 
select:focus, input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}*/
 
/*input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}*/

#login_container h1 {
  margin: 0px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 2px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
/*  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;*/
}

div#d_popup {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    width: 600px;
    height: 700px;
    display: block;
}

#form_login{
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

#form_chPass{
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

#form_login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

#form_login input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#form_login input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#barra_baixo {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    border: 1px solid #555555;
    background-color: #cccccc;
    transition: height 0.3s linear 0s;
}

.bottom_bar_wrapper {
    display: table;
    table-layout: fixed;
    width:98%;
    height:100%;
}

.bottom_bar_div_inside {
    display: table-cell;
    height:100%;
}

form .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.liberation-request {
    margin: 10px;
    display: block;
    float: left;
    padding: 10px;
    border-radius: 5px;
    border: black dashed 1px;
    cursor: pointer;
}

.progress {
    
    background-color: white;
    width: 500px;
    height: 80px;
    border: 2px solid gray;
    border-radius: 8px;
    margin: auto;
}

.progress-bar {

    background-color: #00cccc;
}

.icon-relative {
    margin-top: 10px;
    margin-left: -30px;
    position: absolute;
}