/* main1.css */

/*******************************************************************************
    FRAMES - Quadros básicos para disposição de conteúdos
*******************************************************************************/
.v-global {
    width: 100%;
    /* min-height: 600px; */
    margin: 0 5px 5px 0;
    padding: 3px;
    clear: both;
}

.v-frame {
    margin: 5px;
    padding: 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    background-color: #fff;
}

.v-frameTitle {
    margin: 0px;
    padding: 3px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
}

.v-frameContent {
    width: 100%;
    height: calc(100% - 23px);
    margin: 0px;
    padding: 3px;
    font-size: 14px;
    color: #222;
    overflow: auto;
    overflow-x: hidden;
}

.v-frameWdt1  {width:  7.39%;}
.v-frameWdt2  {width: 15.70%;}
.v-frameWdt3  {width: 24.00%;}
.v-frameWdt4  {width: 32.26%;}
.v-frameWdt5  {width: 40.56%;}
.v-frameWdt6  {width: 48.90%;}
.v-frameWdt7  {width: 57.25%;}
.v-frameWdt8  {width: 65.60%;}
.v-frameWdt9  {width: 73.70%;}
.v-frameWdt10 {width: 82.00%;}
.v-frameWdt11 {width: 90.30%;}
.v-frameWdt12 {width: 98.70%;}

.v-frameBtnTop {
    height: 16px;
    margin: 2px 10px 0 0;
    padding: 1px 10px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #009cd8;
    color: #fff !important;
    cursor: pointer !important;
}

/*******************************************************************************
    TABLE
*******************************************************************************/
.v-table {
    width: calc(100% - 15px);
    max-width: 100%;
    margin: 0 5px 10px 5px;
    background-color: #fff;
    border-collapse:separate;
    border: solid #ccc 1px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.v-table > thead > tr > th,
.v-table > tbody > tr > th,
.v-table > tfoot > tr > th {
    padding: 1px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.v-table > thead > tr > td,
.v-table > tbody > tr > td,
.v-table > tfoot > tr > td {
    padding: 1px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


.v-table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.v-table > tbody > tr:hover {
    background-color: #f5f5f5;
}

.v-table > thead > tr > th {
  color: #444;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: bottom;
}



/*******************************************************************************
    CLASSES ÚTEIS
*******************************************************************************/

/* -----------------------------------------------------------------------------
 * Exibição
 * -----------------------------------------------------------------------------
 */
.v-DspHid  {display: none         !important;}
.v-DspBlo  {display: block        !important;}
.v-DspInl  {display: inline       !important;}
.v-DspInb  {display: inline-block !important;}

.v-pointer {cursor: pointer;}

/* -----------------------------------------------------------------------------
 * Comprimentos relativos
 * -----------------------------------------------------------------------------
 */
.widR100 {width: 100%;}
.widR95  {width: 95%;}
.widR90  {width: 90%;}
.widR85  {width: 85%;}
.widR80  {width: 80%;}
.widR75  {width: 75%;}
.widR70  {width: 70%;}
.widR65  {width: 65%;}
.widR60  {width: 60%;}
.widR55  {width: 55%;}
.widR50  {width: 50%;}
.widR45  {width: 45%;}
.widR40  {width: 40%;}
.widR35  {width: 35%;}
.widR30  {width: 30%;}
.widR25  {width: 25%;}
.widR20  {width: 20%;}
.widR15  {width: 15%;}
.widR10  {width: 10%;}
.widR5   {width: 5%;}

/* -----------------------------------------------------------------------------
 * Comprimentos absolutos
 * -----------------------------------------------------------------------------
 */
.widA10  {width:  10px !important;}
.widA20  {width:  20px !important;}
.widA50  {width:  50px !important;}
.widA80  {width:  80px !important;}
.widA100 {width: 100px !important;}
.widA125 {width: 125px !important;}
.widA150 {width: 150px !important;}
.widA175 {width: 175px !important;}
.widA200 {width: 200px !important;}
.widA300 {width: 300px !important;}
.widA400 {width: 400px !important;}
.widA500 {width: 500px !important;}

/* -----------------------------------------------------------------------------
 * Alturas absolutas
 * -----------------------------------------------------------------------------
 */
.heiA15  {height:  15px;}
.heiA20  {height:  20px;}
.heiA50  {height:  50px;}
.heiA100 {height: 100px;}
.heiA150 {height: 150px;}
.heiA200 {height: 200px;}
.heiA250 {height: 250px;}
.heiA300 {height: 300px;}
.heiA350 {height: 350px;}
.heiA400 {height: 400px;}
.heiA450 {height: 450px;}
.heiA500 {height: 500px;}
.heiA600 {height: 600px;}

/* -----------------------------------------------------------------------------
 * Alturas relativas
 * -----------------------------------------------------------------------------
 */
.heiR100  {height:  100%;}

/* -----------------------------------------------------------------------------
 * Margem
 * -----------------------------------------------------------------------------
 */
.mg3  {margin: 3px  !important;}
.mg5  {margin: 5px  !important;}
.mg10 {margin: 10px  !important;}
.mg20 {margin: 20px  !important;}

.mb0  {margin-bottom: 0px  !important;}
.mb5  {margin-bottom: 5px  !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}

.mr5  {margin-right:  5px !important;}
.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}

.mt0   {margin-top: 0px  !important;}
.mt5   {margin-top: 5px  !important;}
.mt10  {margin-top: 10px !important;}
.mt15  {margin-top: 15px !important;}
.mt20  {margin-top: 20px !important;}
.mt30  {margin-top: 30px !important;}

.ml5   {margin-left:  5px !important;}
.ml10  {margin-left: 10px !important;}
.ml20  {margin-left: 20px !important;}

/* -----------------------------------------------------------------------------
 * Padding
 * -----------------------------------------------------------------------------
 */
.pd2  {padding:  2px !important;}
.pd3  {padding:  3px !important;}
.pd5  {padding:  5px !important;}
.pd10 {padding: 10px !important;}
.pd20 {padding: 20px !important;}

.pt0  {padding-top:  0px !important;}
.pt5  {padding-top:  5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}

.pr3   {padding-right:  3px !important;}
.pr10  {padding-right: 10px !important;}
.pr15  {padding-right: 15px !important;}

.pl5   {padding-left:  5px !important;}
.pl10  {padding-left: 10px !important;}

/* -----------------------------------------------------------------------------
 * Alinhamento
 * -----------------------------------------------------------------------------
 */
.m0a {display:block; margin:0 auto;}
.fll {float:left;}
.flr {float:right;}
.vat {vertical-align: top    !important;}
.vam {vertical-align: middle !important;}
.vab {vertical-align: bottom !important;}
.mid {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.tal {text-align: left   !important;}
.tar {text-align: right  !important;}
.tac {text-align: center !important;}

/* -----------------------------------------------------------------------------
 * Font Size
 * -----------------------------------------------------------------------------
 */
.fs8  {font-size:  8px !important;}
.fs10 {font-size: 10px !important;}
.fs11 {font-size: 11px !important;}
.fs12 {font-size: 12px !important;}
.fs13 {font-size: 13px !important;}
.fs14 {font-size: 14px !important;}
.fs16 {font-size: 16px !important;}
.fs20 {font-size: 20px !important;}

/* -----------------------------------------------------------------------------
 * Font Color
 * -----------------------------------------------------------------------------
 */
.vs-corRed    {color: red  !important;}
.vs-corBlack  {color: #111 !important;}
.vs-corWhite  {color: #fff !important;}
.vs-corGreen  {color: green !important;}
.vs-corOrange {color: orange !important;}
.vs-corBlue   {color: blue !important;}
.vs-corGray   {color: gray !important;}

/* -----------------------------------------------------------------------------
 * Font style
 * -----------------------------------------------------------------------------
 */
.vs-fb {font-weight: bold;}
.vs-upper {text-transform: uppercase;}
.vs-lower {text-transform: lowercase;}
.vs-capitalize {text-transform: capitalize;}

/* -----------------------------------------------------------------------------
 * Images
 * -----------------------------------------------------------------------------
 */
.thumb {
    width: 60px;
    height: 60px;
    margin: 3px;
    border: 1px solid black;
    float: left;
}

/* -----------------------------------------------------------------------------
 * Borders
 * -----------------------------------------------------------------------------
 */
.bt  {border-top:    1px solid #ddd;}
.bb  {border-bottom: 1px solid #ddd;}
.br  {border-right:  1px solid #ddd;}
.br2 {border-right:  2px solid #bbb;}
.bn  {border: none  !important;}

.rounded {
    border: 1px solid #aaa;
    border-radius: 5px;
    background-clip: border-box;
}

/* -----------------------------------------------------------------------------
 * Background
 * -----------------------------------------------------------------------------
 */
.v-bgRed    {background-color: red  !important;}
.v-bgBlack  {background-color: #111 !important;}
.v-bgWhite  {background-color: #fff !important;}
.v-bgGreen  {background-color: green !important;}
.v-bgOrange {background-color: orange !important;}
.v-bgBlue   {background-color: #009cd8 !important;}
.v-bgYellow {background-color: yellow !important;}
.v-bgGray   {background-color: gray !important;}
.v-bgLightGray {background-color: #f3f3f3 !important;}
.v-inactive {background-color: #fff3e1 !important;}

/*******************************************************************************
    TAGS
*******************************************************************************/
blockquote {
    font-size: 10px;
    font-style: italic;
    color: #333;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=file],
input[type=time],
textarea,
select {
    border: 1px solid #aaa;
    border-radius: 5px;
    background-clip: border-box;
    padding: 3px;
    color: #555;
}

label {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    color: #333;
}


/* ***********************************************************************************************************************/

/*******************************************************************************
    CLASSES ÚTEIS
*******************************************************************************/


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {clear: both; }
.clearfix {*zoom: 1; }

.vs-fontMini  {
    font-size: 65%;
    font-style: italic;
}

.vs-group {
    border-bottom: 1px dotted #ddd;
    font-weight: bold;
}
.vs_falsePanel {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

/* BACKGROUND RELATORIO ESTRUTURADO */
.vs-bg-n1    {background-color: #FFDAB9;}
.vs-bg-n2    {background-color: #FFE4B5;}
.vs-bg-n3    {background-color: #FFFACD;}
.vs-bg-n4    {background-color: #FFFFE0;}
.vs-bg-white {background-color: #FFFFFF;}



/*******************************************************************************
    GERAL
*******************************************************************************/
/* Estrutura */
*,
:after,
:before{
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    position: relative;
}

body {
    background: #f6f6f6;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

/* Textos */
p {
    margin: 0 0 20px 0;
    font-weight: 400;
    line-height: 20px;
}

small {
    font-size: 85%;
}

b, strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

/* Links */
a, a:focus {
    color: #2dafbd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Titulo */
h1 {
    font-size: 150%;
    margin-bottom: 4px;
}

h2 {
    font-size: 130%;
    margin-bottom: 4px;
}

h3 {
    font-size: 110%;
    margin-bottom: 4px;
}

hr {
    border: none;
    border-bottom: 1px #ccc dotted;
    margin: 10px -30px 15px -30px;
}

::-webkit-input-placeholder {
   color: #ccc;
}

option {
    color: #555;
}
/*******************************************************************************
    LOGIN
*******************************************************************************/
/* Estrutura */
body.login {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eff3f8;
}

/* Painel */
body.login .panel-login {
    position: fixed;
    /*top: 50%;*/
    left: 50%;
    width: 470px;
    margin-left: -240px;
    padding: 40px 30px 10px 30px;
    border: 1px solid #efefef;
    border-top: none;
    border-bottom-color: #dddcdc;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 1px 0px #efefef;
    background: #fff;
    z-index: 1;
}

body.login .panel-login:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    background: #666;
    z-index: 100;
}

/* Titulo */
body.login h1 {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
}

/* Form */
body.login input[type=text],
body.login input[type=email],
body.login input[type=password] {
    padding: 0px 10px;
    font-size: 16px;
}

/* Erros */
body.login .vs-alert p {
    font-size: 14px;
}


/*******************************************************************************
    COMPONENTES
*******************************************************************************/
/* Modal */
.jquery-modal.blocker {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
}

.jquery-modal.blocker .modal {
    width: 550px;
    padding: 50px 60px;
    border-radius: 0;
    border-top: 6px solid #dfdfdf;
    box-shadow: none;
}

/* Animate */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50% {
    opacity: 1;
  }
}

.animated.zoomIn {
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
}


/*******************************************************************************
    SIDEBAR
*******************************************************************************/
/* Estrutura */
.vs-sidebar {
    position: relative;
    top: 0;
    left: 0;
    width: 225px;
    height: 100%;
    min-height: 100vh;
    color: #fff;
    background: #323646;
}

/* Header */
.vs-sidebar .vs-sidebar-header {
    position: relative;
    top: 0;
    width: 100%;
    height: 50px;
    background: #666;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.vs-sidebar .vs-sidebar-header h1 a {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-decoration: none;
}

.vs-sidebar .vs-sidebar-header h1 a strong{
    font-size: 18px;
}

/* Header mini */
.vs-sidebar .vs-sidebar-header.mini {
    position: fixed;
    height: 50px;
}

.vs-sidebar .vs-sidebar-header.mini h1 a {
    height: 50px;
    line-height: 50px;
}

/* User box */
.vs-sidebar .vs-sidebar-userbox {
    width: 100%;
    height: 60px;
    margin: 0 0 20px 0;
    background: #1d202b;
    overflow: hidden;
}

.vs-sidebar .vs-sidebar-userbox ul {
    position: relative;
    top: 0;
    left: 0;
    width: 360px;

    transition: all 200ms ease;
}

.vs-sidebar .vs-sidebar-userbox ul:hover {
    left: -120px;
}

.vs-sidebar .vs-sidebar-userbox ul li {
    position: relative;
    float: left;
    height: 60px;
}

    /* User box - info */
    .vs-sidebar .vs-sidebar-userbox .userbox-info {
        width: 225px;
    }

    .vs-sidebar .vs-sidebar-userbox .user-photo {
        position: absolute;
        top: 15px;
        left: 20px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    .vs-sidebar .vs-sidebar-userbox .user-name {
        position: absolute;
        top: 15px;
        left: 60px;
        font-size: 14px;
        font-weight: 700;
    }

    .vs-sidebar .vs-sidebar-userbox .user-type {
        position: absolute;
        top: 30px;
        left: 60px;
        font-size: 13px;
    }

    /* User box - button */
    .vs-sidebar .vs-sidebar-userbox .userbox-button {
        width: 60px;
    }

    .vs-sidebar .vs-sidebar-userbox .userbox-button a {
        display: block;
        width: 100%;
        height: 100%;
        background: #111;
        color: #666;
        font-size: 18px;
        text-align: center;
        line-height: 60px;

        transition: all 200ms ease;
    }

    .vs-sidebar .vs-sidebar-userbox .userbox-button a:hover {
        background: #222;
        color: #fff;
    }

/* Menu */
.vs-sidebar .vs-sidebar-menu a {
    display: block;
    min-height: 28px;
    padding: 3px 20px 0 20px;
    color: #9999a0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.vs-sidebar .vs-sidebar-menu .active a,
.vs-sidebar .vs-sidebar-menu a:hover {
    background: #1d202b;
    color: #fff;
}

.vs-sidebar .vs-sidebar-menu a i {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 30px;
    margin: 0 15px 0 0;
    font-size: 16px;
    text-align: center;
}


/* Sub-menu */
.vs-sidebar .vs-sidebar-menu ul li ul {
    display: none;
    padding: 0 0 10px 0;
    background: #1d202b;
}

.vs-sidebar .vs-sidebar-menu ul li.active ul {
    display: block;
}

.vs-sidebar .vs-sidebar-menu ul li ul li a {
    min-height: auto;
    padding: 4px 20px 3px 68px;
    text-transform: none;
    font-weight: 400;
}




/*******************************************************************************
    MAIN
*******************************************************************************/
/* Grid */
.vs-row {
    clear: both;
    padding: 0;
    margin: 0;
}

.vs-row:before,
.vs-row:after { content:""; display:table; }
.vs-row:after { clear:both;}
.vs-row { zoom:1; /* For IE 6/7 */ }

.vs-row > div {
    display: block;
    float:left;
    margin: 0 0 0 1.6%;
}

.vs-row > div:first-child { margin-left: 0; }

.vs-col12 {width: 100%;}
.vs-col11 {width: 91.53%;}
.vs-col10 {width: 83.06%;}
.vs-col9  {width: 74.6%;}
.vs-col8  {width: 66.13%;}
.vs-col7  {width: 57.66%;}
.vs-col6  {width: 49.2%;}
.vs-col5  {width: 40.73%;}
.vs-col4  {width: 32.26%;}
.vs-col3  {width: 23.8%;}
.vs-col2  {width: 15.33%;}
.vs-col1  {width: 6.866%;}

/* Estrutura */
.vs-row-filter {
    width: 106%;
    margin: -29px 0 10px -30px;
    padding: 0 10px 10px 10px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}

.vs-main {
    position: absolute;
    top: 0;
    left: 225px;
    width: calc(100% - 225px);
    min-height: 300vh;
    background: #f6f6f6;
    z-index: 10;
}

.vs-main.full {
    left: 0;
    width: 100%;
}

/* Header */
.vs-main .vs-main-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 51px;
    margin: 0 0 5px 0;
    padding: 0 30px;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 1px 0 #f1f1f1;
    background: #fff;
    z-index: 5;
}

    .vs-main .vs-main-header .title {
        position: relative;
        top: 0;
        left: 0;
        color: #2f3338;
        font-size: 20px;
        letter-spacing: -0.5px;
        line-height: 50px;
    }

    .vs-main .vs-main-header .title i {
        color: #e8e8e8;
        cursor: pointer;
    }

    .vs-main .vs-main-header .actions {
        position: absolute;
        top: 0;
        right: 30px;
        height: 100%;
        line-height: 100px;
    }

    .vs-main .vs-main-header .vs-btn {
        height: 45px;
        margin: 0 0 0 10px;
        line-height: 45px;
    }

    .vs-main .vs-main-header .empreend {
        font-size: 15px;
        float: right;
        cursor: pointer;
    }

/* Header mini */
.vs-main .vs-main-header.mini {
    position: fixed;
    left: 225px;
    height: 51px;
    line-height: 51px;
}

.vs-main.full .vs-main-header.mini {
    left: 0px;
}

    .vs-main .vs-main-header.mini .title {
        font-size: 20px;
        line-height: 50px;
    }

    .vs-main .vs-main-header.mini .actions {
        display: none;
    }

    .vs-main .vs-main-header.mini .empreend {
        font-size: 15px;
        position: relative;
        right: 200px;
        cursor: pointer;
    }

/* Header - Menu Local */
.divMenuLocal {
    float: right;
    font-size:14px;
    margin-bottom: 5px;
}
.divMenuLocal a {
    padding:0 5px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Content */
.vs-main .vs-content {
    padding: 0 10px 0 10px;
}

/* Botoes */
.vs-btn {
    display: inline-block;
    height: 37px;
    margin: 0 10px 0 0;
    padding: 0 15px;
    border: none;
    border-radius: 5px;
    background: #282b38;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 37px;
    cursor: pointer !important;

    transition: background 100ms ease;
}

.vs-btn.mini {
    height: 25px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
}
.vs-btn.tiny {
    height: 18px;
    margin: 1px 1px 0 0;
    padding: 0 4px;
    font-size: 9px;
    font-weight: 600;
    line-height: 18px;
}

.vs-btn.blue {
    background: #009cd8;
    color: #fff;
}

.vs-btn.green {
    background: #00b86c;
}

.vs-btn.gray {
    background: #ccc;
    color: #666;
}

.vs-btn.orange {
    background: orangered;
}

.vs-btn.red {
    background: #e54255;
    color: #fff;
}

.vs-btn.white {
    background: #fff;
    color: #666;
}

.vs-btn:hover {
    background: #323646;
    text-decoration: none;
    border-bottom: 3px solid #282b38;
}

.vs-btn:focus {
    text-decoration: none;
}


.vs-btn.blue:hover {
    border-color: #009cd8;
    background: #13a1d8;
}

.vs-btn.gray:hover {
    border-color: #ccc;
    background: #ddd;
}

.vs-btn.green:hover {
    border-color: #00b86c;
    background: #00cd78;
}

.vs-btn.red:hover {
    border-color: #e54255;
    background: #ff4a5f;
}

.vs-btn.white:hover {
    border-color: #ddd;
    background: #eee;
}

/* Panels */
.vs-panel {
    margin-bottom: 20px !important;
    padding: 20px 30px 10px 30px;
    border: 1px solid #efefef;
    border-bottom-color: #dddcdc;
    border-radius: 5px;
    box-shadow: 0px 1px 0px #efefef;
    background: #fff;
}



    .vs-title {
        margin: 0 0 20px 0;
        padding: 0 0 15px 0;
        border-bottom: 2px solid #f4f4f4;
        color: #ababab;
        font-weight: 700;
        text-transform: uppercase;
    }

    /*.vs-main .vs-panel .vs-table,*/
    .vs-panel > :last-child {
        margin: 0;
    }

/* Tables  SIMPLIFICADA*/
.vs-table-simple {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
}
.vs-table-simple > thead > tr > th,
.vs-table-simple > tbody > tr > th,
.vs-table-simple > tfoot > tr > th,
.vs-table-simple > thead > tr > td,
.vs-table-simple > tbody > tr > td,
.vs-table-simple > tfoot > tr > td {
    padding: 2px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.vs-table-simple > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.vs-table-simple > tbody > tr:hover {
    background-color: #f5f5f5;
}

.vs-table-simple > thead > tr > th {
  border-top: none;
  border-bottom: 2px solid #ddd;
  color: #ababab;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: bottom;
}

/* Tables PADRÃO DO SISTEMA */
.vs-table-kameleon tr:first-child th:nth-child(2n) {
    background-color: #f0f0f0;
}

.vs-table-kameleon tr:not(:first-child) th:nth-child(6n+1),
.vs-table-kameleon tr:not(:first-child) th:nth-child(6n+2),
.vs-table-kameleon tr:not(:first-child) th:nth-child(6n+3) {
    background-color: #f0f0f0;
}

.vs-table-kameleon tr:not(:first-child) td:nth-child(6n+2),
.vs-table-kameleon tr:not(:first-child) td:nth-child(6n+3),
.vs-table-kameleon tr:not(:first-child) td:nth-child(6n+4) {
    background-color: #f0f0f0;
}

.vs-table {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
}

.vs-table > thead > tr > th,
.vs-table > tbody > tr > th,
.vs-table > tfoot > tr > th,
.vs-table > thead > tr > td,
.vs-table > tbody > tr > td,
.vs-table > tfoot > tr > td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.vs-table > thead > tr > th {
    border-top: none;
    border-bottom: 2px solid #ddd;
    color: #ababab;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: bottom;
}

.vs-table > tbody > tr > td > label {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}


.vs-table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.vs-table > tbody > tr:hover {
    background-color: #f5f5f5;
}

.vs-table .vs-col12 {width: 100%;}
.vs-table .vs-col11 {width: 91.663%;}
.vs-table .vs-col10 {width: 83.33%;}
.vs-table .vs-col9  {width: 74.997%;}
.vs-table .vs-col8  {width: 66.664%;}
.vs-table .vs-col7  {width: 58.331%;}
.vs-table .vs-col6  {width: 49.998%;}
.vs-table .vs-col5  {width: 41.665%;}
.vs-table .vs-col4  {width: 33.332%;}
.vs-table .vs-col3  {width: 24.999%;}
.vs-table .vs-col2  {width: 16.666%;}
.vs-table .vs-col1  {width: 8.333%;}

/* Tables PADRÃO DO SISTEMA */

.vs-table_rel {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
}

.vs-table_rel > thead > tr > th,
.vs-table_rel > tbody > tr > th,
.vs-table_rel > tfoot > tr > th,
.vs-table_rel > thead > tr > td,
.vs-table_rel > tbody > tr > td,
.vs-table_rel > tfoot > tr > td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.vs-table_rel > thead > tr > th {
    border-top: none;
    border-bottom: 2px solid #ddd;
    color: #ababab;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: bottom;
    position: sticky !important;
    top: 0 !important;
    background: white !important;
    z-index: 3;
}

.vs-table_rel > thead > tr > th:first-child {
    left: 0 !important;
    background: white !important;
    z-index: 4;
}

.vs-table_rel > tbody > tr > td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: white !important;
}

.vs-table_rel > tbody > tr > td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: white !important;
}

.vs-table_rel > tbody > tr > td > label {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}


.vs-table_rel > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.vs-table_rel > tbody > tr:hover {
    background-color: #f5f5f5;
}



/* Form */
.vs-form {
    width: 100%;
}

.vs-form fieldset {
    margin: 0;
}

.vs-form fieldset small {
    display: block;
    color: #888;
    font-size: 13px;
}

    /* Vertical */
    .vs-form label {
        display: block;
        width: 100%;
        margin: 0 0 2px 3px;
        font-size: 12px;
        font-weight: 600;
    }

    .vs-form input[type=text],
    .vs-form input[type=password],
    .vs-form input[type=email],
    .vs-form input[type=url],
    .vs-form input[type=file],
    .vs-form input[type=time],
    .vs-form textarea,
    .vs-form select {
        display: block;
        width: 100%;
        height: 26px;
        margin: 0 0 5px 0;
        padding: .180rem .25rem;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #fff;
        background-image: none;
        color: #55595c;
        font-size: 15px;
        font-family: 'Source Sans Pro', sans-serif;
        line-height: 18px;

        transition: border 100ms ease;
    }

    .vs-form input[type="file"]::-webkit-file-upload-button {
        display: inline-block;
        height: 18px;
        padding: 0 20px;
        margin-right: 10px;
        border: 0;
        border-radius: 2px;
        background: #282b38;
        color: #fff;
        text-align: center;
        line-height: 16px;
        cursor: pointer;
        vertical-align: top;

        transition: all 200ms ease;
    }

    .vs-form input[type="file"]::-webkit-file-upload-button:hover {
        background: #777;
    }

    .vs-form textarea {
        height: 100px;
        line-height: 15px;
    }

    .vs-form .select2-container--default .select2-selection--single {
        height: 30px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .vs-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 30px;
    }

    .vs-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 30px;
    }

    .select2-search--dropdown .select2-search__field {
        font-size: 14px;
    }

    .vs-form input[type=text]:focus,
    .vs-form input[type=password]:focus,
    .vs-form input[type=email]:focus,
    .vs-form input[type=url]:focus,
    .vs-form input[type=file]:focus,
    .vs-form input[type=time]:focus,
    .vs-form textarea:focus,
    .vs-form select:focus,
    .vs-form .select2-container--default .select2-selection--single:focus {
        border-color: #2dafbd;
        outline: 0;
    }

    /* Horizontal */
    .vs-form.horizontal fieldset {
        position: relative;
        width: 100%;
    }

    .vs-form.horizontal label {
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        height: 37px;
        padding: 0;
        line-height: 37px;
    }

    .vs-form.horizontal fieldset > div label {
        position: relative;
        float: left;
        width: auto;
        height: auto;
        margin: 10px 10px 0 0;
        line-height: normal;
    }

    .vs-form.horizontal fieldset > div {
        position: relative;
        width: 70%;
        margin: 0 0 0 30%;
    }

    /* Estados */
    .vs-form fieldset.vs-error label,
    .vs-form fieldset.vs-error .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #d9534f;
    }

    .vs-form fieldset.vs-error div input,
    .vs-form fieldset.vs-error div textarea,
    .vs-form fieldset.vs-error div select,
    .vs-form fieldset.vs-error .select2-container--default .select2-selection--single,
    .vs-form fieldset.vs-error div input:focus,
    .vs-form fieldset.vs-error div textarea:focus,
    .vs-form fieldset.vs-error div select:focus,
    .vs-form fieldset.vs-error .select2-container--default .select2-selection--single:focus {
        border-color: #d9534f;
        color: #d9534f;
    }

    .vs-form fieldset.vs-success label,
    .vs-form fieldset.vs-success .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #5cb85c;
    }

    .vs-form fieldset.vs-success div input,
    .vs-form fieldset.vs-success div textarea,
    .vs-form fieldset.vs-success div select,
    .vs-form fieldset.vs-success .select2-container--default .select2-selection--single,
    .vs-form fieldset.vs-success div input:focus,
    .vs-form fieldset.vs-success div textarea:focus,
    .vs-form fieldset.vs-success div select:focus,
    .vs-form fieldset.vs-success .select2-container--default .select2-selection--single:focus {
        border-color: #5cb85c;
        color: #5cb85c;
    }

    .vs-form input[readonly] {
        background-color: #f3f3f3;
    }

/* Alerts */
.vs-alert {
    margin: 0 0 28px 0;
    padding: 15px 30px 15px 55px;
    border: 1px solid #efefef;
    border-left: 4px solid #efefef;
    border-bottom-color: #dddcdc;
    border-radius: 5px;
    box-shadow: 0px 1px 0px #efefef;
    background: #fff;
}

.vs-alert.vs-error {
    border-left-color: #dd3d36;
}

.vs-alert.vs-success {
    border-left-color: #7ad03a;
}

.vs-alert i {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 22px;
}

.vs-alert.vs-error i {
    color: #dd3d36;
}

.vs-alert.vs-success i {
    color: #7ad03a;
}

.vs-alert p {
    margin: 0;
}


/*******************************************************************************
    CUSTOM
*******************************************************************************/
/* Tabela de permissoes */
.vs-table-permissoes {
    margin: 0;
}

.vs-table-permissoes thead tr th {
    cursor: pointer;
}

/*Listas*/
td.vs-inactive {
    background-color: #fff3e1;
}

td.vs-finalizado {
    background-color: #dbbf94;
}

.vs-li {
    padding: 2px;
    font-size: 110%;
    display: block;
}

.vs-finalizado {
    background-color: #ffff99;
}


/*------------------------------------------------------------------------------
*     Janela modal
*-------------------------------------------------------------------------------
*/
.modal_fundo {
    display:none;
    position:fixed;
    left:0;
    top:0;
    z-index:10000;
    background-color:#000;
    opacity: 0.6;
}

.modal_fundo.loading {
    display: block;
    width: 100%;
    height: 100%;
}

.modal_fundo.loading::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 8px solid #fff;
    border-radius: 40px;
    border-right: 8px solid transparent;
    z-index: 999999;
    animation: rotation 1s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.modal_janela{
    display:none;
    position:fixed;
    background:#FFF;
    z-index:11000;
    padding:20px 10px 10px 20px;
    border-radius:10px;
    overflow-y: auto;
}
.modal_janela img {
    max-width: 880px;
}
.modal_janela h1 {
    font-size: 20px;
    font-weight: 600;
}
.modal_fechar{
    float: right;
}

/*------------------------------------------------------------------------------
*     DatePicker
*-------------------------------------------------------------------------------
*/
.vs-dpCalendar {
    font-size: 25px;
}
.vs-dpTable {
    padding: 2px;
    background-color:#fff;
    border:1px solid #5485C5;
    border-radius:6px;
    border-spacing:1px;
    border-collapse: inherit;
}
.dp_dia {
    font-family: helvetica, arial;
    font-size: 8pt;
    color: #5485C5;
    padding-top: 3px;
    padding-left: 1px;
    padding-right: 1px;
}
.dp_data {
    font-family: helvetica, arial;
    font-size: 8pt;
    text-decoration:none;
    color:#191970;
}
.dp_mes {
    font-family: helvetica, arial;
    font-size: 8pt;
    text-align: center;
}
.dp_cabec {
    font-family: helvetica, arial;
    font-size: 10pt;
    color: #000000;
    text-decoration:none;
    font-weight:bold;
    display:inline-block;
}


/*------------------------------------------------------------------------------
*    Lista - Paginação
*-------------------------------------------------------------------------------
*/

.pagLinha {
    width: 420px;
    display: inline-block;
}

.pagImgIni {
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 5px;
}

.pagImgFim {
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 5px;
}

.pagNum {
    display: inline-block;
    margin-left: 5px;
}

.pagNumAtual {
    display: inline-block;
    margin-left: 5px;
    background-color: #eee
}

.pagPaginas{
    display: inline-block;
    margin-left: 5px;
}

.pagTotRegistros {
    display: inline-block;
    margin-left: 30px;
}

.pagHr {
    margin: 10px 0;
    border-top: 0;
    border-bottom: 1px dotted #ccc;
}



/*------------------------------------------------------------------------------
*  DIV PARA SELEÇÂO DE EMPREENDIMENTOS
*-------------------------------------------------------------------------------
*/
.divSetProduto {
    width:300px;
    height:auto;
    top: 60px;
    right: 10px;
    position:fixed;
    z-index:2000;
    display: none;

    padding: 30px;
    border: 1px solid #efefef;
    border-bottom-color: #dddcdc;
    border-radius: 5px;
    box-shadow: 0px 1px 0px #efefef;
    background: #fff;
}


/* -----------------------------------------------------------------------------
*    FILTROS
*-------------------------------------------------------------------------------
*/

.vs-filter {
    background-color: #f8f8f8;
    border-color: #ccc;
}

.divFiltro {
    width: 200px;
    margin: 3px 3px 6px 3px;
    padding: 5px 5px 0 5px;
    float: left;
}


/* -----------------------------------------------------------------------------
*  COMBO BOX AJAX
*-------------------------------------------------------------------------------
*/

.vs-comboAjax {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #eee;
}

.vs-comboAjax-Row {
    cursor: pointer;
    display:block;
    font-size: 13px;
    line-height: 1.3;
    width: 100%;
}

.vs-combo-db {
    background:url(../../assets/images/combobox.png) no-repeat right top !important;
    background-color: #fff !important;
}



/*------------------------------------------------------------------------------
 * ESPELHOS
 *-------------------------------------------------------------------------------
 */
.vs-contentEspelho {
    margin: 5px 10px 5px 5px;
    padding: 0px;
    border: 1px solid #efefef;
    border-bottom-color: #dddcdc;
    border-radius: 10px;
    box-shadow: 0px 1px 0px #efefef;
    background: #fff;
    width: calc 100%-20px;
}
.vs-divNavTorre {
    margin: -1px 0 0 -1px;
    padding : 5px;
    float: left;
    font-size: 18px;
    border: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color:#fafafa;
    z-index :10;
}
.vs-navTorreAtivo {
    background-color:#fff;
    border-bottom-color: #fff;
}
.vs-espelhoArea {
    margin: -1px 0 20px 0;
    padding: 15px;
    border-top: 1px solid #ddd;
    width:100%;
}
.vs-tableEspelho {
    width:100%;
}
.vs-tableEspelho-th{
    text-align:left;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #999;
    padding: 1px;
}
.vs-tableEspelho-td{
    text-align:center;
    border: 1px solid #999;
    padding: 1px;
    height:40px;
}

.vs-tableEspelho-td i {
    color: #000 !important;
    font-size: 16px;
}



/*------------------------------------------------------------------------------
 * DASHBOARD DA HOME
 *-------------------------------------------------------------------------------
 */
.vs-home {
    width: 100%;
    min-height: 500px;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 3px;
    margin: 5px;
    background-color: #fff;
    clear: both;
}
.vs-home:before,
.vs-home:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.vs-home:after {
    clear: both;
}

.vs-dash {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px;
    margin: 5px;
    display: block;
    float: left;
    background-color: #fff;
}

.vs-dash.vs-tam11 {
    width: 32.2%;
    height: 240px;
}

.vs-dash.vs-tam12 {
    width: 65.4%;
    height: 240px;
}

.vs-dash.vs-tam13 {
    width: 98.7%;
    height: 240px;
}

.vs-dash.vs-tam21 {
    width: 32.2%;
    height: 490px;
}

.vs-dash.vs-tam22 {
    width: 65.4%;
    height: 490px;
}

.vs-dash.vs-tam23 {
    width: 98.7%;
    height: 490px;
}

.vs-dash.vs-tam31 {
    width: 32.2%;
    height: 740px;
}

.vs-dash.vs-tam32 {
    width: 65.4%;
    height: 740px;
}

.vs-dash.vs-tam33 {
    width: 98.7%;
    height: 740px;
}

.vs-dash_top {
    width: 100%;
    height: 19px;
    text-align: center;
}

.vs-dash_data {
    width: 100vw;
    height:  100vh;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
}


/*------------------------------------------------------------------------------
* PROSPECT
*-------------------------------------------------------------------------------
*/
.crmNaoligar {
    background-color: Silver;
}
.crmFrio {
    background-color: #1E90FF;
}
.crmMorno {
    background-color: Yellow;
}
.crmAquecido {
    background-color: Orange;
}
.crmQuente {
    background-color: OrangeRed;
}
.crmFechou {
    background-color: green;
}
.funil{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 1px 2px 1px 2px;
}
.calor {
    border: 1px solid #efefef;
    border-radius: 8px;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-top: 3px;
}




/*******************************************************************************
   TELA COM ABAS
*******************************************************************************/

.vs-abaContent {
    margin: 10px 10px 10px 0;
    padding: 0px;
    border: 1px solid #efefef;
    border-bottom-color: #dddcdc;
    border-radius: 10px;
    box-shadow: 0px 1px 0px #efefef;
    background-color: #fff;
    width:100%;
}

.vs-aba {
    margin: -1px 0 0 -1px;
    padding : 5px;
    float: left;
    font-size: 18px;
    border: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color:#eee;
    z-index :10;
}
.vs-abaAtiva {
    background-color: #fff;
    border-bottom-color: #fff;
}

.vs-abaContem {
    margin: -1px 0 20px 0;
    padding: 15px;
    border-top: 1px solid #ddd;
    width:100%;
}


/*******************************************************************************
    AGENDA
*******************************************************************************/


.vs-agenda {
    margin-bottom: 20px !important;
    padding: 0;
    border-radius: 5px;
    background: #fff;
}

.vs-agenda-top {
    padding: 0;
    margin: 0;
    border: 1px solid #efefef;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
}

.vs-agenda-top i {
    color: #fff !important;
}

.vs-agenda-mes {
    padding: 5px;
    display: inline-block;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.vs-agenda-ano {
    padding: 5px;
    display: inline-block;
    margin: 0 10px 0 30px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.vs-agenda-semana {
    padding: 0px;
    margin: -1px 0 0 -1px;
    border: 1px solid #efefef;
    border-radius: 5px;
    background: #f4ffb8;
    text-align: center;
}

.vs-agenda-semana-dia {
    margin: 0;
    width: 14.22%;
    border-left: 1px solid #efefef;
    padding: 5px;
    float: left;
    background: #f4ffb8;
}

.vs-agenda-contem {
    padding: 0px;
    margin: 0 0 0 -1px;
    border: 1px solid #efefef;
    border-radius: 5px;
    box-shadow: 0px 1px 0px #efefef;
}

.vs-agenda-contem-dia {
    width: 14.22%;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-radius: 5px;
    font-size: 12px;
    float: left;
}

.vs-dia {
    margin: 0;
    padding: 2px 20px 2px 2px;
    width: 101%;
    background-color: #f9f9f9;
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.vs-contem {
    width: 100%;
    height: 80px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.vs-agenda-vazio {
    width: 14.22%;
    height: 98px;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-radius: 5px;
    float: left;
}

.vs-fds {
    width: 14.43%;
    background-color: #fffde8;
}


/*******************************************************************************
    UPLOAD
*******************************************************************************/
.upload-area {
    border: 2px dashed #ccc;
    height: 150px;
    line-height: 150px;
    text-align: center;
    color: #aaa;
}
.upload-area-hover {
    border-color: #aaa;
    color: #555;
}


/*******************************************************************************
    TIME LINE
*******************************************************************************/
.timeLineContent {
    background-image: url("../../assets/images/fundoTimeLine.png");
    background-repeat: repeat-y;
}

.timeLineDia {
    background-image: url("../../assets/images/diaTimeLine.png");
    background-repeat: no-repeat;
    min-width: 33px;
    min-height: 35px;
    padding: 8px 0 0 9px;
}
.timeLineMes {
    width: 100%;
    padding: 2px;
    font-size: 18px;
    background-color: #aaa;
    color: #fff;
}
.timeLineTexto {
    padding: 0 0 0 35px;
    min-height: 45px;
}
.select2-selection{
    overflow: auto;
    height: 30px;
    padding: 1px 0px;
  }
