@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);

.fa-2x {
    font-size: 2em;
}

.fa {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.main-menu:hover, nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
}

.main-menu:hover + #meu-conteudo {
    margin-left: 280px;
}

.main-menu {

    background: #692902;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
}

.main-menu > ul {
    margin: 7px 0;
}

.main-menu li {
    position: relative;
    display: block;
    width: 250px;
}

.main-menu li > a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #999;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;

}

.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: 'Titillium Web', sans-serif;
}

.main-menu > ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

a:hover, a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

nav ul, nav li {
    outline: 0;
    margin: 0;
    padding: 0;
}

.main-menu li:hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;
    background-color: #5fa2db;
}

.area {
    float: left;

    width: 100%;
    min-height: 94vh;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}


#meu-conteudo {
    margin-left: 100px;
    margin-right: 10px;
    padding: 10px;
}

#info-usuario {
    padding: 10px;
    height: 100%;
    width: 100%;
    float: right;
    border: solid 1px;
    border-color: #e8e6e6;

}

#usuario {
    align-text: right;
}

.login-page {
    width: 460px;
    height: 400px;
    padding: 8% 0 0;
    margin: auto;
}

.login {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 560px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    font-size: medium;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#conteudo-usuario {
    color: #692902;
    float: right;
    font-family: 'Titillium Web';

}

#logo {
    position: absolute;
    align-items: center;
}

.button-padrao {
    background-color: #692902;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px;
    margin: 10px 0px 10px 0px;
}

a .button-padrao {
    text-decoration: none;
    padding: 10px;
}

.button-padrao:hover {
    background-color: #572901;
    color: white;
    box-shadow: 0 8px 8px 0 #c9c9c9, 0 6px 8px 0 #c9c9c9;
}

.button-padrao:link {
    text-decoration: none;
}

label.btn span {
    font-size: 1.5em;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #572901;
    display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #572901;
}

div[data-toggle="buttons"] label.active {
    color: #572901;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}

div[data-toggle="buttons"] label:hover {
    color: #572901;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

label {
    outline-color: white;
}

.modal-content {
    width: 800px;
    left: -20%;
}

.btn {
    padding: 0px;
}
.btn>input{
    display: none;
}

.main-menu > ul > li > a > i {
    font-size: 30px;
}
.main-menu > ul > li > a{
    cursor: pointer;
}
.fa-power-off{
    color: #999;
}
.main-menu >ul>li{
    margin-top: 25px;
}
.nome-cliente > span{
    color:#692902;
}

@keyframes ldio-fmlzdxu9tvb {
    0% { transform: rotate(0) }
    100% { transform: rotate(360deg) }
  }
  .ldio-fmlzdxu9tvb div { box-sizing: border-box!important }
  .ldio-fmlzdxu9tvb > div {
    position: absolute;
    width: 144px;
    height: 144px;
    top: 28px;
    left: 28px;
    border-radius: 50%;
    border: 16px solid #000;
    border-color: #1d0e0b transparent #1d0e0b transparent;
    animation: ldio-fmlzdxu9tvb 1s linear infinite;
  }
  .ldio-fmlzdxu9tvb > div:nth-child(2) { border-color: transparent }
  .ldio-fmlzdxu9tvb > div:nth-child(2) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
  }
  .ldio-fmlzdxu9tvb > div:nth-child(2) div:before, .ldio-fmlzdxu9tvb > div:nth-child(2) div:after { 
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    left: 48px;
    background: #1d0e0b;
    border-radius: 50%;
    box-shadow: 0 128px 0 0 #1d0e0b;
  }
  .ldio-fmlzdxu9tvb > div:nth-child(2) div:after { 
    left: -16px;
    top: 48px;
    box-shadow: 128px 0 0 0 #1d0e0b;
  }
  .loadingio-spinner-dual-ring-pkbcwbbn9k8 {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #f1f2f3;
  }
  .ldio-fmlzdxu9tvb {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .ldio-fmlzdxu9tvb div { box-sizing: content