@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,800');

/*  CODEWORK V. 6.0 beta - HTML & CSS Framework
    - Code Manager and Streamlined, reusable and Web Strucuture.
    - Copyright (c) 2015 - 2016 Reinaldo "Ramon" José Nunes
    - All rights reserved | Contact: reinaldo.nunes2@gmail.com

    - Version: 6.0 beta (12/01/2017)
    - Requires: Web browsers that support the news features of HTML5 and CSS3

    - Lovatel Digital Agency | http://lovatel.com.br
    - Edited: 12/01/2017  */

/**** CSS RESET by Eric Meyer ******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size:1em;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    background:#F9F9F9;
    line-height: 1;
    height:100%;
    display:block;   
}
body.flow{
    overflow-x: hidden;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
html{
    background:#F9F9F9;
    height:100%;
    display:block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Predefinitions */
figure{
    line-height:0px;
}
img{
    width:auto;
    max-width:100%;
    height:auto;
    display:block;
}
select, button, input, textarea{ /* desativa o bottão padrão dos selects */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ie-appearance: none;
}
.fx,a,button, .btn{
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
a{
    text-decoration:none;
    cursor: pointer;
}
:focus, :visited{
    outline: 0;
}
textarea{
    resize:none;
}

/* CLEAR FLOATS */

.clear{
    clear:both;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* ALIGNS */
.left{
    float:left;
}
.right{
    float:right;
}

/* CONTENTS and GRIDs LAYOUT */
.main{
    margin:0 auto;
    display:inherit;
    width:100%;
    max-width: ;
    height:auto;
}
.column_equals{
    width:48%;
}
.column_big{
    width:70%;
}
.column_small{
    width:28%;
}

/* forms and buttons */
form{
    width:100%;
    height:auto;
    display:table;
}
.input-panel, select{
    width:100%;
    border-radius:5px;
    margin-bottom:10px;
    padding:15px 20px;
    color:#777;
    border:1px solid #CDCDCD;
    border-radius:3px;
    font-size:15px;
}
select{
    padding-bottom:13px;
}
.input_double{
    width:49%;
}
.input_triple{
    width:32%;
}
.msg{
    resize: none;
    min-height:160px;
    height:160px;
}


/* BUTTONS */
#btn_send{
    border-radius:4px;
    padding:15px 30px;
    background:#777;
    border:0px;
    font-size:16px;
    color:#000;
    font-weight:bold;
    cursor: pointer;
}
#btn_send:hover{
    background:#444;
}


/* Tipografia */
h1,h2,h3,h4,h5,h6,a,span,p,select,button,input,textarea{
    font-family:'Raleway',sans-serif;
}

a,span,p{
    font-size:auto;
    color:inherit;
}
p{
    margin-bottom:15px;
    line-height:20px;
}
p:last-child{
    margin-bottom:0px;
}

/* mapas e iframes */
.box_iframe{
    position: relative;
    padding-bottom: 55%; 
    height: 0;
    width:100%;
}
.box_iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}

/* navigation menu icon */
button.btn-nav{
    border:0px;
    cursor:pointer;
    width:100%;
    display:table;
    padding:0px 20px;
    height:50px;
    background:#000;
    position:relative;
    margin:0 auto;
    display:none;
}
button.btn-nav > span{
    font-size:13px;
    font-weight:700;
    color:#fff;
    margin-bottom:0px;
}
.nav-toggle{
    float:right;
    position:relative;
    margin-top:-0px;
    cursor: pointer;
    display:block;
    height:8px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width:20px;
    right:5.5px;
    -webkit-tap-highlight-color: transparent;
}
.nav-toggle span{
    background:#70C0B3;
    height:1px;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
.nav-toggle span { left: 0; }

.nav-toggle span:nth-child(1) { top: 0px; }

.nav-toggle span:nth-child(2) { top: 4px; }

.nav-toggle span:nth-child(3) { top: 8px; }


button.btn-nav.open .nav-toggle span:nth-child(1){
    left:-2px;
    -webkit-transform: rotate(45deg) translate(4px,2px);
    -ms-transform: rotate(45deg) translate(4px, 2px);
    transform: rotate(45deg) translate(4px, 2px);
}

button.btn-nav.open .nav-toggle span:nth-child(2){ opacity: 0}

button.btn-nav.open .nav-toggle span:nth-child(3){
    left:-1px;
    -webkit-transform: rotate(-45deg) translate(4px, -2px);
    -ms-transform: rotate(-45deg) translate(4px, -2px);
    transform: rotate(-45deg) translate(4px, -2px);
}

/* pagination */
.wrap_page{
    width:100%;
    margin-top:35px;
    display:inline-table;
    height:auto;
}
.pagination{
    display:table;
    margin:0 auto;
    height:auto;
    width:auto;
    margin-bottom:15px;
}
.pagination li{
    float:left;
    font-size:14px;
    display:table;
    margin:0px 2px;
}
.pagination li a{
    color:#065A7F;
    float:left;
    height:auto;
    width:auto;
    text-align:center;
    display:block;
    text-decoration: none;
    border-radius:2px;
    font-weight:bold;
    padding:14px 18px;
    background:#fff;
    border:1px solid #e5e5e5;

    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
.pagination li a:hover, .pagination li.current a{
    background:#074763;
    color:#fff;
}

/* message alert forms */
.box_result{
    width:100%;
    height:auto;
    display:table;
    padding:50px 20px;
    color:#D7640F;
    text-align:center;
}
.box_result a{
    color:#F3AD3A;
    text-decoration: none;
}


/* ALERT FORMS */
.alert_content,
.alert_content_wait,
.alert_content_two{
    position:fixed;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    background:rgba(0,0,0,0.8);
    transition-duration:0.35s;
    -webkit-transition-duration:0.35s;
    -moz-transition-duration:0.35s;
    z-index:-1;
    overflow: hidden;
    opacity:0;

    display: -ms-flex;
    display: -webkit-flex;
    display: flex;

    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.alert_content.show,
.alert_content_wait.show,
.alert_content_two.show{
    z-index: 99999;
    opacity:1;
}
.focus{
    border-color:#0B658A;
}

.alert_content .alert_box,
.alert_content_wait .alert_box,
.alert_content_two .alert_box{
    border-radius:8px;
    background:#fff;
    display:table;
    padding:25px;
    width:95%;
    height:auto;
    max-width:500px;
    position:relative;
    opacity:0;
    z-index: -55555;
    transform: scale(0.5) rotate(0deg);
    transition-duration:0.35s;
    -webkit-transition-duration:0.35s;
    -moz-transition-duration:0.35s;
}

.alert_content.show .alert_box,
.alert_content_wait.show .alert_box,
.alert_content_two.show .alert_box{
    opacity:1;
    z-index:55555;
    transform: scale(1) rotate(0deg);
}

.alert_content .icon_alert,
.alert_content_wait .icon_alert,
.alert_content_two .icon_alert{
    width:100%;
    display:table;
    margin-bottom:5px;
}
.warning{
    height:65px;
    background:url("../img/i_warning.png") no-repeat center center;
}
.error{
    height:97px;
    background:url("../img/i_error.jpg") no-repeat center center;
}
.success{
    height:97px;
    background:url("../img/i_success.jpg") no-repeat center center;
}
.information{
    height:65px;
    background:url("../img/i_info.png") no-repeat center center;
}

alert_content .progress_alert{
    width:100%;
    height:auto;
    display:table;
}
.spinner{
    display:table;
}
.spinner {
    margin: 40px auto 15px;
    width: 70px;
    text-align: center;
}
.spinner > div {
    width: 14px;
    height: 14px;
    background-color: #F3AD3A;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.alert_content .response_alert,
.alert_content_two .response_alert{
    text-align:center;
    font-size:15px;
    width:100%;
    display:table;
    color:#999;
}
.alert_content .response_alert strong,
.alert_content_two .response_alert strong{
    font-weight:bold;
}

.alert_box .close_alert,
.alert_content_two .close_alert{
    width: 40px;
    height: 40px;
    display: table;
    background: #1b1b1b url("../img/icon_close.png") no-repeat center center;
    background-size: 40%;
    position: absolute;
    top: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    right: 0px;
    border: 0px;
    cursor: pointer;
}




/* OLD ALERT */
.full_message{
    position:fixed;
    overflow: hidden;
    width:100%;
    height:100%;
    top:0%;
    bottom:0%;
    left:0%;
    right:0%;
    z-index:-1;
    opacity:0;
    background:rgba(0,0,0,0.8);
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
.full_message.show{
    z-index: 99999;
    opacity:1;
}
.box_message{
    margin:0 auto;
    width:90%;
    position:relative;
    top:50%;
    margin-top:-90px;
    max-width:500px;
    height:180px;
    background:#fff;
    padding:30px 25px;
    border-radius:6px;
    opacity:0;
    z-index: -55555;
    transform: scale(0.5) rotate(0deg);
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
.full_message.show .box_message{
    opacity:1;
    z-index:55555;
    transform: scale(1) rotate(0deg);
}
.box_message img{
    margin:0 auto;
    width:61px;
    height:61px;
    display:table;
    margin-bottom:15px;
}
.box_message p{
    width:100%;
    display:table;
    text-align:center;
    color: #333;
}
.box_message .bt_close {
    width: 40px;
    height: 40px;
    display: table;
    background: #1b1b1b url("../img/icon_close.png") no-repeat center center;
    background-size: 40%;
    position: absolute;
    top: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    right: 0px;
    border: 0px;
    cursor: pointer;
}
.box_result{
    width:100%;
    padding:30px;
    height:auto;
    display:table;
    color:#111111;
    font-size:15px;
    text-align:center;
    background:#F3AD3A;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top:25px;
}


/* NOVO MODELO DE POPUP */
.full_content_box{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    display:table;
    background:rgba(0,0,0,0.8);
    opacity:0;
    z-index: -55;

    display: -ms-flex;
    display: -webkit-flex;
    display: flex;

    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.full_content_box.open{
    opacity:1;
    z-index:99999999999;
}
.wrap_content_box{
    position:relative;
    padding:5px;
    border-radius:10px;
    background:#EFEFEF;
    width:90%;
    max-width:650px;
    height:auto;
    transform: scale(0.5) rotate(0deg);
}

.full_content_box.open .wrap_content_box{
    transform: scale(1) rotate(0deg);
}

button.bt_close_box{
    position: absolute;
    top:-8px;
    border-radius:5px;
    right:-5px;
    border: 0px;
    cursor: pointer;
    width:auto;
    height:auto;
    padding:30px;
    background:url("../img/i_close_box.png") no-repeat center center;
}
/* FIM MODELO DE POPUP */


/* HEADER, FOOTER AND PAGE STYLES */
header,footer{
    width:100%;
    height:auto;
    display:table;
}

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background:#ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background:#074763;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4); 
}

/* PAINEL DE LOGIN */
.home{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#cp-login-box{
    background:#fff;
    box-shadow:0px 0px 10px #ddd;
    width:90%;
    max-width:560px;
    padding:60px 70px;
    margin:0 auto;
}
#cp-login-box figure{
    width:100%;
    margin-bottom:40px;
}
#cp-login-box figure img{
    margin:0 auto;
}

.inputs{
    border-radius:2px;
    border:1px solid #CDCDCD;
    padding:15px 20px;
    color:#999;
    font-size:14px;
    width:100%;
    margin-bottom:10px;
}
.btn{
    width:100%;
    padding:15px 20px;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    border-radius:2px;
    border:0px;
    cursor: pointer;
}
.btn-blue{
    background:#0B658A;
    color:#fff;

}
.btn-blue:hover{
    background:#074763;
}
.btn-return{
    margin-top:15px;
    float:right;
    font-weight:bold;
    text-align:center;
    margin-right:10px;
    background:#fff;
    color:#666;
    border:1px solid #ddd;
    padding:21px 40px !important;
    text-transform:uppercase;
}

#form_confirm{
    display:table;
    width:auto;
    margin:0 auto;
}
#form_confirm .btn{
    width:auto;
}
#form_confirm a{
    margin-left:10px;
}

.action-form-user{
    width:100%;
    margin-top:25px;
    display:table;
}

.label-login{
    width:50%;
    float:left;
    display:table;
}
.label-login input{
    appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ie-appearance: checkbox;
    float:left;
    margin-top:1px;
    margin-right:10px;
}
.label-login span{
    font-size:14px;
    color:#646464;
    cursor:pointer;
}
.forgot-pass{
    float:right;
    width:auto;
    display:table;
    font-size:14px;
    color:#4AAA9C;
}

/* CABEÇALHO DO ADMIN */
header{
    background:#fff;
    padding:30px 50px;
    box-shadow:0px 0px 10px #ddd;
    display:table;
    position:fixed;
    top:0px;
    z-index:50;
}
.logo-panel{
    float:left;
    width:108px;
    height:41px;
    background:url("../img/logo-inside-panel.png") no-repeat center center;
    display:block;
}

.contact-panel{
    float:right;
    margin-top:5px;
}
.contact-panel a{
    float:left;
    color:#0B658A;
    font-size:15px;
    display:table;
    padding-top:8px;
    padding-bottom:5px;
}
.contact-panel a:hover{
    color:#70C0B3;
}
.contact-panel a.dash{
    padding-right:35px;
    background:url("../img/i_dash.png") no-repeat right top 1px;
    margin-right:60px;
}
.contact-panel a.support{
    padding-right:35px;
    margin-right:60px;
    background:url("../img/i_support.png") no-repeat right top 6px;
}
.contact-panel a.logout{
    padding-right:35px;
    background:url("../img/i_log.png") no-repeat right top 4px;
}


/* MENU DO ADMIN */
nav#nav-panel{
    position:fixed;
    top:0px;
    padding-top:100px;
    left:0px;
    display:block;   
    height:100%;
    width:320px;
    background:#0B658A;
    overflow-y:auto;
    z-index:14;

    transition-duration:0.35s;
    -webkit-transition-duration:0.35s;
    -moz-transition-duration:0.35s;
}
nav#nav-panel .nav-config{
    padding:50px 35px 30px 35px;
    display:table;
    width:100%;
}
nav#nav-panel .nav-config a{
    color:#fff;
    width:100%;
    float:left;
    padding:14px 0px 14px 45px;
    display:table;
    margin-bottom:5px;
    border-radius:5px;
    font-size:15px;
}
nav#nav-panel .nav-config a.nav-adm{
    background:url("../img/i_adm.png") no-repeat left 10px center;
}
nav#nav-panel .nav-config a.nav-settings{
    background:url("../img/i_settings.png") no-repeat left 10px center;
}
nav#nav-panel .nav-config a:hover,
nav#nav-panel .nav-config a.ativo{
    background-color:#065A7F
}

nav#nav-panel > ul{
    display:block;
    width:100%;
    min-height:500px;
}
nav#nav-panel ul li{
    float:left;
    width:100%;
    display:table;
}
nav#nav-panel ul li a{
    padding:14px 40px;
    color:#fff;
    font-size:14px;
    display:table;
    width:100%;
    border-left:4px solid transparent;
}
nav#nav-panel ul li.drop > a{
    background:url("../img/drop-close.png") no-repeat right 25px center;
}
nav#nav-panel ul li.drop.open > a{
    border-left:4px solid #4AAA9C;
    background:#074763 url("../img/drop-open.png") no-repeat right 25px center;
}
nav#nav-panel ul li:hover a,
nav#nav-panel ul li.ativo a{
    border-left:4px solid #4AAA9C;
    background-color:#074763;
}
nav#nav-panel ul.nav-drop{
    display:none;
}
nav#nav-panel ul.nav-drop li a{
    font-size:13px;
    border:4px solid transparent;
    padding-left:60px;
    padding-top:10px;
    padding-bottom:10px;
}
nav#nav-panel ul.nav-drop li:hover a,
nav#nav-panel ul.nav-drop li.ativo a{
    color:#70BFB2;
    border:4px solid transparent;
}


/* TELA DA DASHBOARD */
.content-panel{
    width:100%;
    height:auto;
    min-height:500px;
    display:block;
    z-index:11;
    padding:170px 70px 40px 400px;

    transition-duration:0.3s;
    -webkit-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
}

hgroup{
    display:table;
    float:left;
    width:100%;
    padding:5px 0px 35px 0px;
    border-bottom:1px solid #D6D6D6;
}
hgroup h1{
    float:left;
    color:#0B658A;
    font-size:24px;
}
.box-buttons{
    float:left;
    width:100%;
    display:table;
    margin-top:25px;
}
.box-buttons .btn{
    float:left;
    width:auto;
    padding:20px 50px;
}
.btn-green{
    background:#70C0B3;
    color:#fff;
}
.btn-blue{
    color:#fff;
    background:#0B658A;
}
.btn-green:hover{
    background:#4EAF9E;
}

.box-buttons .btn.btn-blue{
    margin-left:20px;
}


.box_info_dash{
    border-radius:5px;
    box-shadow:0px 0px 10px #ccc;
    padding:30px 10px;
    width:32%;
    margin-right:2%;
    margin-top:35px;
    height:auto;
    float:left;
}
.box_info_dash:nth-of-type(3n){
    margin-right:0px;
}

.box_info_dash h5{
    width:90px;
    height:55px;
    display:table;
    float:left;
}
.box_info_dash h5 span{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    font-weight:bold;
    font-size:50px;
    color:#fff;
    font-family:'Arial',sans-serif;
}

.box_info_dash h6{
    height:55px;   
    display:table;     
}
.box_info_dash h6 span{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    font-size:15px;
    color:#fff;
}

.dash_blue{
    background:#0B658A;
}
.dash_wine{
    background:#ccc;
}
.dash_green{
    background:#4AAA9C;
}



/* CADASTRAR NOVO USUÁRIO E ALTERAR SENHA - CAMPOS EM GERAL */
#form_others{
    float:right;
    margin-top:0px;
    
    display:table;
}   

#form_search_panel{
    float:right;
    margin-top:-30px;
    width:35%;
    display:table;
}        
#form_search_panel .input-panel{
    width:70%;
    float:left;
}
#form_search_panel .btn{
    width:28%;
    padding:18px 5px;
    font-size:12px;
    float:right;
}


#form_new_user{
    max-width:600px;
    margin-top:40px;
    display:inline-table;
    height:auto;
    margin-bottom:15px;
}
#form_new_user .btn{
    padding:20px 50px;
    float:right;
    margin-bottom:15px;
}
.btn_cancel{
    width:auto;
    display:table;
    color:#777;
    margin:0 auto;
    font-size:14px;

}

/* LISTAGEM TABELAS */
#wrap_list_panel{
    width:100%;
    margin-top:25px;
    height:auto;
    display:inline-table;
}

#wrap_list_panel #table_list{
    width:100%;
    padding:0px;
    height:auto;
    display:table;
    font-family:'Raleway',sans-serif;
}
#wrap_list_panel #table_list section{
    margin-bottom:2px;
    border-radius:2px;
    background:#E6E6E6;
    display:table;
    width:100%;
}
#wrap_list_panel #table_list section div{
    background:#E6E6E6;
    padding:22px 15px;
    width:25%;
    float:left;
    color:#444444;
    font-size:16px;
    font-weight:bold;
}

.txt_center{
    text-align:center;
}

#wrap_list_panel #table_list aside{
    border:1px solid #E9E9E9;
    border-radius:2px;
    display:table;
    width:100%;
    background:#fff;
    margin-bottom:-1px;
    cursor: pointer;
    position:relative;

    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
#wrap_list_panel #table_list aside:hover{
    border:1px solid #0B658A;
    z-index:3;
}

#wrap_list_panel #table_list aside:nth-of-type(2n){
    background:#F8F8F8;
}

#wrap_list_panel #table_list aside a{
    width:100%;
    height:auto;
    display:table;
}

#wrap_list_panel #table_list aside a div{
    width:25%;
    float:left;
    display:block;
    color:#444444;
    font-size:15px;
    text-align:left;
    position:relative;
    z-index:1;
    height:100%;
    padding:20px 15px;
    cursor: pointer;
}
#wrap_list_panel #table_list aside a div:first-child{
    text-align:center;
}

.btn_delete{
    position:absolute;
    left:15px;
    width:45px;
    height:45px;
    display:table;
    background:url("../img/i_delete.png") no-repeat center center;
    z-index:440;
    top:50%;
    margin-top:-22px;
    z-index:44;
    border:0px;
    cursor: pointer;
    border-radius:2px;
}
.btn_delete:hover{
    background-color:#eee;
}

.btn_drag{
    position:absolute;
    right:15px;
    width:45px;
    height:45px;
    display:table;
    background:url("../img/i_drag.png") no-repeat center center;
    z-index:440;
    opacity:0;
    top:50%;
    margin-top:-22px;
    z-index:44;
    border:0px;
    cursor: pointer;
    border-radius:2px;
}
#wrap_list_panel #table_list aside:hover .btn_drag{
    opacity:1;
}

#table_list label{
    display:none;
}

/* CADASTROS E ABAS */
#dashboard_tabs{
    margin-top:25px;
    width:100%;
    height:auto;
    display:inline-table;
}
#dashboard_tabs ul li{
    float:left;
    width:auto;
    display:table;
    margin-left:-1px;
}
#dashboard_tabs li a{
    width:100%;
    display:table;
    border-radius:3px;
    border:1px solid #CDCDCD;
    padding:20px 10px;
    width:250px;
    background:#fff;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    color:#444444;
    cursor: pointer;
    margin-bottom:4px;
}
#dashboard_tabs li:hover a,
#dashboard_tabs li.actived a{
    background:#70C0B3;
    color:#fff;
    border-color:#70C0B3;
}


.featured_options{
    width:100%;
    background:#fff;
    box-shadow:0px 0px 10px #ddd;
    float:left;
    padding:30px;
    display:table;
}
.featured_options input{
    appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ie-appearance: checkbox;
    float:left;
    margin-top:1px;
    margin-right:10px;
}
.featured_options label{
    float:left;
    width:200px;
    display:table;
    font-size:14px;
    color:#646464;
    cursor:pointer;
    font-family:'Raleway',sans-serif;
}

.content_white{
    width:100%;
    float:left;
    display:table;
    background:#fff;
    box-shadow:0px 0px 10px #ddd;
    padding:30px;
    margin-top:30px;
}

.content_white label{
    float:left;
    width:49%;
    display:table;
    margin-bottom:15px;
}
.content_white label:nth-of-type(2n){
    float:right;
}
.content_white .label31{
    float: left;
    width: 60%;
    margin-right: 1%;
}   
.content_white .label31:nth-of-type(2n){
    float: left;
}
.content_white .label7{
    float: left;
    width: 10%; 
    margin-right: 1%;
}
.content_white .label7:nth-of-type(2n){
    float: left;
}
.content_white label.label_msg{
    width:100%;
}
.content_white label span{
    width:100%;
    display:table;
    margin-bottom:10px;
    font-weight:bold;
    font-size:16px;
    color:#444444;
}
select.input-panel{
    background:#fff url("../img/set_down.png") no-repeat right 15px center;
}

.form_panel .btn{
    width:auto;
    padding:20px 50px;
    margin-top:15px;
}

#mask_file{
    float:right;
    width:300px;
    display:inline-table;
    position:relative;
}
#mask_file .input-file{
    position:absolute;
    top:0px;
    width:100%;
    left:0px;
    opacity:0;
    cursor: pointer;
    display:table;
    height:100%;
}
#mask_file span{
    display:table;
    width:100%;
    padding:19px;
    border:1px solid #CDCDCD;
    border-radius:3px;
    background:#fff url("../img/i_file.png") no-repeat left 35px center;
    font-size:15px;
    color:#777;
    text-align:center;
    font-weight:bold;
    cursor: pointer;
    padding-left:80px;
}
#mask_file:hover span{
    border:1px solid #065A7F;
    background:#fefefe url("../img/i_file.png") no-repeat left 35px center;
}

.content_white p{
    color:#aaa;
}
.picture_list{
    float:left;
    width:24%;
    display:table;
    margin-bottom:25px;
    margin-right:1.333%;
}
.picture_list:nth-of-type(4n){
    margin-right:0px;
}
.picture_list figure{
    overflow: hidden;
    display:block;
    border-radius:4px;
    margin-bottom:10px;
}
.opt_picture{
    border:1px solid #aaa;
    width:26px;
    height:26px;
    margin-right:2px;
    float:left;
}
.delete{
    background:url("../img/i_delete.png") no-repeat center center;
}
.edit{
    background:url("../img/i_edit.png") no-repeat center center;
}

/* PROGRESS BAR */

#file_progress_bar { 
    display:inline-table;
    width:100%;
    height: 20px;  /* Can be anything */
    position: relative;
    margin: 20px 0 0px 0; /* Just for demo spacing */
    background: #ddd;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}


#file_progress_bar > span {
    display: block;
    height: 100%;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background-color: rgb(131,197,186);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(131,197,186)),
        color-stop(1, rgb(78,175,158))
        );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(131,197,186) 37%,
        rgb(78,175,158) 69%
        );
    -webkit-box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;

    transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
    -moz-transition-duration:0.4s;
}
#file_progress_bar > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: 
        -webkit-gradient(linear, 0 0, 100% 100%, 
        color-stop(.25, rgba(255, 255, 255, .2)), 
        color-stop(.25, transparent), color-stop(.5, transparent), 
        color-stop(.5, rgba(255, 255, 255, .2)), 
        color-stop(.75, rgba(255, 255, 255, .2)), 
        color-stop(.75, transparent), to(transparent)
        );
    background-image: 
        -moz-linear-gradient(
        -45deg, 
        rgba(255, 255, 255, .2) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgba(255, 255, 255, .2) 50%, 
        rgba(255, 255, 255, .2) 75%, 
        transparent 75%, 
        transparent
        );
    z-index: 1;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

#back_bar{
    position:fixed;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    background:rgba(0,0,0,0.8);
    transition-duration:0.35s;
    -webkit-transition-duration:0.35s;
    -moz-transition-duration:0.35s;
    z-index:-1;
    overflow: hidden;
    opacity:0;

    display: -ms-flex;
    display: -webkit-flex;
    display: flex;

    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;   
}
#back_bar.show{
    opacity:1;
    z-index:100;
}

#bar_success{
    width:100%;
    right:0px;
    position:fixed;
    bottom:-150px;
    padding:30px 0px;
    background:#fff;
    display:table;
    height:auto;
    z-index:50;
    box-shadow:0px 0px 10px #555;
    text-align:center;
    color:#999;

    transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
    -moz-transition-duration:0.4s;
}
#back_bar.show #bar_success{
    bottom:0px;
}
#bar_success p{
    width:auto;
    display:table;
    margin:auto;
    height:auto;
}
#bar_success p.success{
    background:url("../img/i_success.jpg") no-repeat left center;
    background-size:60px;
    padding:20px 0px 20px 70px;
}
#bar_success p.error{
    background:url("../img/i_error.jpg") no-repeat left center;
    background-size:60px;
    padding:20px 0px 20px 70px;
}

/* MODEL */
#statistic_panel{
    width:100%;
    background:#fff;
    box-shadow:0px 0px 10px #ddd;
    border-radius:5px;
    padding:60px;
    display:inline-block;
    height:auto;
    overflow: hidden;
    margin-top:50px;
}

#graph-lines canvas.base{
    max-width:100% !important;
}



.btn-add {
    display: inline-block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-radius: 3px;
    background: #00b285 url('../img/icon-more.png') no-repeat center;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor:pointer;
}

.btn-add:hover {
    background-color: #00cc99;
}
.btn-alt {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 43px;
    border-radius: 3px;
    background: #d2e0dc url('../img/icon-edit.png') no-repeat center;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor:pointer;
}

.btn-alt:hover {
    background-color: #00cc99;
}
.btn-success {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 43px;
    border-radius: 3px;
    background: #d2e0dc url('../img/i_success.png') no-repeat center;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor:pointer;
}

.btn-del {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 43px;
    border-radius: 3px;
    background: #ff7373 url('../img/icon-del.png') no-repeat center;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor:pointer;
}

.btn-del:hover {
    background-color: #ff9393;
}