/*
    DEMO STYLE
*/
/*@import "css/font.css";*/

body {
    font-family: 'Quicksand', sans-serif;
    color: #666 !important;
    font-size: 16px !important;
    background-color: #f1f1f1;
}
h1, h2, h3 {
    font-weight: 600;
}

p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400 !important;
    color: #666;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s;
}

a:hover, a:focus {
    color: #ff9800;
    text-decoration: none;
    transition: all 0.2s;
}

table tbody tr td {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #666;
}
label, table thead tr th {
    font-size: 14px;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #666;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 15px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 15px;
}

#sidebar ul li a {
    padding: 8px 15px;
    font-size: 16px;
    display: block;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #7386D5;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
    margin-top: 5px;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}

ul ul a {
    font-size: 16px !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT
----------------------------------------------------- */
#content {
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
}
#conteudo {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
}
/*@media (min-width: 1200px) {
    #conteudo {
        padding-left: 80px;
        padding-right: 80px;
    }
}*/
.input-sm {
    font-size: 16px !important; 
}
.texto-custom span {
    font-size: 16px;
    margin-left: 15px;

}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* ---------------------------------------------------
    GERAL
----------------------------------------------------- */
.Link {
    color: #3399FF;
}
.Link:hover {
    cursor: pointer;
    color: orange;
}
.btn-icon {
    border: solid 1px #e6e6e6;
    color: #808080;
    float: right;
    margin-top: -42px;
    padding: 5px 5px 0 5px;
}
.btn-icon:hover {
    background-color: #e6e6e6;
    color: #808080 !important;
}

.btn-icon-2 i {
    font-size: 16px;
    color: #0d8bf2;
    border: solid 1px #0d8bf2;
    padding: 4px;

}
.btn-icon-2 i:hover {
    color: orange;
    border: solid 1px orange;
}

@media (min-width: 768px) {
   .newspaper {
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
        -moz-column-gap: 40px; /* Firefox */
        column-gap: 40px;
        -webkit-column-rule: 1px solid #ccc; /* Chrome, Safari, Opera */
        -moz-column-rule: 1px solid #ccc; /* Firefox */
        column-rule: 1px solid #ccc;
    } 
}

.cabecalho {
    margin-top: -25px;
}


/*cadastro de cliente*/
.janela {
    background-color: #fafafa;
    /*min-height: 300px;*/
    padding: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
}

