@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
body {
    font-family: 'Open Sans', sans-serif;
    background: #212121;
}


/*
################
               tela de login
################
*/

.login-page {
    background: url('../img/background-login.jpg') no-repeat;
    background-size: cover;
    height: auto;
}

.login-box-body {
    opacity: 0.97;
    border: 3px solid #d53e81;
}


/*
################
               colors
################
*/

.bg-pink {
    background: #ed4590;
    color: #fff;
}

.bg-dark {
    background: #303030;
    color: #fff;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #cacaca;
}

.color-pink {
    color: #ed4590;
}

.color-offset-light {
    color: #f2f5f7;
}

.color-white {
    color: #fff;
}

.animation-top:hover {
    color: #000;
    font-weight: 700;
    -webkit-transform: rotateX(1deg) translateY(-6px);
    -moz-transform: rotateX(1deg) translateY(-6px);
    transform: rotateX(1deg) translateY(-6px);
    transition: all 0.5s ease 0s;
}

.skin-pink .main-header .navbar {
    background-color: #ed4590;
}

a {
    color: #ffffff;
}

a:hover,
a:active,
a:focus {
    color: #ed4590;
}

.label-pink {
    background-color: #ed4590;
}


/*
################
               listagem folders
################
*/

.todo-list a {
    color: #444;
}

.todo-list a:hover,
.todo-list a:focus {
    color: #00c0ef;
}


/*
################
               buttons
################
*/

.btn-sys {
    font-weight: 400;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-color-default {
    background-color: #f4f4f4;
    color: #444;
}

.btn-color-danger {
    background-color: #dd4b39;
    color: #fff;
    border: 1px solid #fff;
}

.btn-color-danger:hover {
    background-color: #fff;
    color: #dd4b39;
    border: 1px solid #dd4b39;
}

.btn-color {
    background-color: #ed4590;
    color: #fff;
}

.btn-color::after,
.btn-color-danger::after,
.btn-color-default::after {
    content: "";
    height: 220%;
    width: 35%;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 10%;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0px 0px 0px;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0px 0px 0px;
    transform: rotate(-20deg);
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-sys:hover {
    -webkit-transform: rotateX(1deg) translateY(-6px);
    -moz-transform: rotateX(1deg) translateY(-6px);
    transform: rotateX(1deg) translateY(-6px);
    transition: all 0.5s ease 0s;
}

.btn-sys.btn-crv {
    border-radius: 2px;
}

.btn-sys.btn-small {
    font-size: 11px;
    padding: 8px 20px;
}

.btn-border.btn-color {
    color: #fff;
    border-color: #ed4590;
}

.btn-sys.btn-small.btn-border {
    padding: 8px 20px;
}

.btn-sys.btn-border.btn-color {
    border-color: #ed4590;
}

.btn-border.btn-color:hover {
    color: #ed4590;
    border: 1px solid;
    background-color: transparent;
}

.btn-sys i {
    position: relative;
    top: 1px;
}

.btn-sys.btn-small i {
    font-size: 12px;
}

.btn-garh {
    padding: 5px 20px;
    border-color: #ed4590;
}


/*
################
               box
################
*/

.box.box-primary {
    border-top-color: #ed4590;
}

.box {
    border-radius: 0;
}


/*
################
               checkbox
################
*/

[type='checkbox']:not(:checked),
[type='checkbox']:checked {
    position: absolute;
    left: -9999px;
}

[type='checkbox']:not(:checked)+label,
[type='checkbox']:checked+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    color: #777777;
    font-weight: normal;
}

[type='checkbox']:not(:checked)+label::before,
[type='checkbox']:checked+label::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 0;
}

[type='checkbox']:not(:checked)+label::after,
[type='checkbox']:checked+label::after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    width: 20px;
    height: 20px;
    color: #f3123c;
    transition: all .2s;
}

[type='checkbox']:not(:checked)+label::after {
    opacity: 0;
    transform: scale(0);
}

[type='checkbox']:not(:checked)+label,
[type='checkbox']:checked+label {
    padding-left: 30px;
}


/*
################
               listagem de arquivos
################
*/

.todo-list>li .tools {
    display: block;
    margin-right: 10px;
}

.todo-list .handle {
    cursor: pointer;
}

.todo-list>span>i:hover {
    -webkit-transform: rotateX(1deg) translateY(-10px);
    -moz-transform: rotateX(1deg) translateY(-10px);
    transform: rotateX(1deg) translateY(-10px);
    transition: all 0.5s ease 0s;
}


/*
################
               galeria
################
*/

figure.cont-gallery {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 220px;
    max-width: 310px;
    max-height: 220px;
    width: 100%;
    text-align: center;
}

figure.cont-gallery * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.cont-gallery img {
    width: 100%;
    position: relative;
    top: 0;
    opacity: 1.0;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #f2f5f7;
}

figure.cont-gallery>div {
    width: 100%;
    bottom: -80px;
    position: absolute;
    padding: 4px;
    color: #ffffff;
    border-top: 2px solid #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

figure.cont-gallery>div a i {
    display: inline-block;
    font-size: 32px;
    color: #ffffff;
    padding: 8px 15px;
    position: relative;
    bottom: -60px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

figure.cont-gallery>div a i:hover {
    color: #fff;
}

figure.cont-gallery:hover img {
    opacity: 0.5;
    top: -60px;
}

figure.cont-gallery:hover>div {
    bottom: 0;
    opacity: 1;
}

figure.cont-gallery:hover>div a i {
    bottom: 0;
}

figure.cont-gallery:hover a:first-child i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.cont-gallery:hover a:nth-child(2) i {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.cont-gallery:hover a:nth-child(3) i {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/*
################
               notícias
################
*/

figure.cont-news {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0.5%;
    min-width: 250px;
    max-width: 310px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.cont-news * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

figure.cont-news .image {
    max-height: 220px;
    overflow: hidden;
}

figure.cont-news img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

figure.cont-news figcaption {
    margin: -40px 15px 0;
    padding: 15px;
    position: relative;
    /* background-color: #ffffff; */
}

figure.cont-news .date {
    background-color: #ed4590;
    top: 15px;
    color: #fff;
    left: 15px;
    min-height: 48px;
    min-width: 48px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

figure.cont-news .date span {
    display: block;
    line-height: 24px;
}

figure.cont-news .date .month {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.1);
}

figure.cont-news h3,
figure.cont-news p {
    margin: 0;
    padding: 0;
}

figure.cont-news h3 {
    min-height: 50px;
    margin-bottom: 10px;
    margin-left: 60px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

figure.cont-news p {
    font-size: 0.8em;
    margin-bottom: 20px;
    line-height: 1.6em;
}

figure.cont-news footer {
    padding: 0 25px;
    background-color: #ed4590;
    color: #e6e6e6;
    font-size: 0.8em;
    line-height: 30px;
    text-align: right;
}

figure.cont-news footer>div {
    display: inline-block;
    margin-left: 10px;
}

figure.cont-news footer i {
    color: rgba(255, 255, 255, 0.2);
    margin-right: 5px;
}

figure.cont-news a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.cont-news small {
    font-size: 10px;
}

figure.cont-news:hover img,
figure.cont-news.hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}


/*
################
               top menu
################
*/

.main-header li.user-header {
    background-color: #ed4590;
}

.form-control:focus {
    border-color: #ed4590;
}


/*
################
               sidebar menu
################
*/

.sidebar-menu>li>a {
    background: #212121;
}

.main-header .sidebar-toggle:hover,
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: none;
    color: #ffffff;
}


/*
################
               responsive
################
*/

@media all and (max-width:935px) {
    figure.cont-gallery {
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto 20px auto;
    }
}

@media all and (max-width:768px) {
    .btn-block-xs {
        width: 100%;
        display: block;
    }
    .text-center-xs {
        text-align: center;
    }
    .box-footer a {
        float: none !important;
    }
}


/*
################
               search input
################
*/

#custom-search-input {
    padding: 0;
    border: solid 2px #E4E4E4;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 15px;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    font-size: 14px;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #ed4590;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}


/*
################
               helpers
################
*/

.margin-0 {
    margin: 0;
}


/*
################
               input archives
################
*/

.cont-file {
    color: #49a7fa;
    font-size: 13px;
}

.file-grey {
    color: #9eacb4;
}

.file-icon {
    color: #9eacb4;
}

.file-icon:hover {
    color: #e43a45;
}


/*
################
   Lista report
################
*/

.report {
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
}


/*
=======================================================================
-- Material Design Table style -------------- 
=======================================================================
*/

.shadow-z-1 {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #fff;
}

.table>thead>tr,
.table>tbody>tr,
.table>tfoot>tr {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    text-align: left;
    padding: 1.6rem;
    vertical-align: top;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table>thead>tr>th {
    font-weight: 400;
    color: #757575;
    vertical-align: bottom;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.table .table {
    background-color: #fff;
}

.table .no-border {
    border: 0;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 0.8rem;
}

.table-bordered {
    border: 0;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
    .table-responsive-vertical>.table {
        margin-bottom: 0;
        background-color: transparent;
    }
    .table-responsive-vertical>.table>thead,
    .table-responsive-vertical>.table>tfoot {
        display: none;
    }
    .table-responsive-vertical>.table>tbody {
        display: block;
    }
    .table-responsive-vertical>.table>tbody>tr {
        display: block;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        margin-bottom: 1.6rem;
    }
    .table-responsive-vertical>.table>tbody>tr>td {
        background-color: #fff;
        display: block;
        vertical-align: middle;
        text-align: right;
    }
    .table-responsive-vertical>.table>tbody>tr>td[data-title]:before {
        content: attr(data-title);
        float: left;
        font-size: inherit;
        font-weight: 400;
        color: #757575;
    }
    .table-responsive-vertical.shadow-z-1 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .table-responsive-vertical.shadow-z-1>.table>tbody>tr {
        border: none;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    }
    .table-responsive-vertical>.table-bordered {
        border: 0;
    }
    .table-responsive-vertical>.table-bordered>tbody>tr>td {
        border: 0;
        border-bottom: 1px solid #e0e0e0;
    }
    .table-responsive-vertical>.table-bordered>tbody>tr>td:last-child {
        border-bottom: 0;
    }
    .table-responsive-vertical>.table-striped>tbody>tr>td,
    .table-responsive-vertical>.table-striped>tbody>tr:nth-child(odd) {
        background-color: #fff;
    }
    .table-responsive-vertical>.table-striped>tbody>tr>td:nth-child(odd) {
        background-color: #f5f5f5;
    }
    .table-responsive-vertical>.table-hover>tbody>tr:hover>td,
    .table-responsive-vertical>.table-hover>tbody>tr:hover {
        background-color: #fff;
    }
    .table-responsive-vertical>.table-hover>tbody>tr>td:hover {
        background-color: rgba(0, 0, 0, 0.12);
    }
}

.table-striped.table-mc-yellow>tbody>tr:nth-child(odd)>td,
.table-striped.table-mc-yellow>tbody>tr:nth-child(odd)>th {
    background-color: #fffde7;
}

.table-hover.table-mc-yellow>tbody>tr:hover>td,
.table-hover.table-mc-yellow>tbody>tr:hover>th {
    background-color: #fff9c4;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-yellow>tbody>tr>td,
    .table-responsive-vertical .table-striped.table-mc-yellow>tbody>tr:nth-child(odd) {
        background-color: #fff;
    }
    .table-responsive-vertical .table-striped.table-mc-yellow>tbody>tr>td:nth-child(odd) {
        background-color: #fffde7;
    }
    .table-responsive-vertical .table-hover.table-mc-yellow>tbody>tr:hover>td,
    .table-responsive-vertical .table-hover.table-mc-yellow>tbody>tr:hover {
        background-color: #fff;
    }
    .table-responsive-vertical .table-hover.table-mc-yellow>tbody>tr>td:hover {
        background-color: #fff9c4;
    }
}


/*
################
btn tools table 
################
*/

.btn-default-remove,
.btn-default-remove:hover {
    background-color: #FF5252;
    color: #fff;
    border-color: #ddd;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn.btn-outline.default {
    border-color: #ed4590;
    color: #ed4590;
    background: 0 0;
}

.btn.btn-outline.default.active,
.btn.btn-outline.default:active,
.btn.btn-outline.default:active:focus,
.btn.btn-outline.default:active:hover,
.btn.btn-outline.default:focus,
.btn.btn-outline.default:hover {
    border-color: #ed4590;
    color: #FFF;
    background-color: #ed4590;
}

.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}

.btn-group>.dropdown-menu,
.dropdown-toggle>.dropdown-menu,
.dropdown>.dropdown-menu {
    margin-top: 10px;
}

.btn-group>.dropdown-menu.pull-right:before,
.dropdown-toggle>.dropdown-menu.pull-right:before,
.dropdown>.dropdown-menu.pull-right:before {
    left: auto;
    right: 9px;
}

.btn-group>.dropdown-menu:before,
.dropdown-toggle>.dropdown-menu:before,
.dropdown>.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}

.btn-group>.dropdown-menu.pull-right:after,
.dropdown-toggle>.dropdown-menu.pull-right:after,
.dropdown>.dropdown-menu.pull-right:after {
    left: auto;
    right: 10px;
}

.btn-group>.dropdown-menu:after,
.dropdown-toggle>.dropdown-menu:after,
.dropdown>.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block!important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.dropdown-menu {
    box-shadow: 5px 5px rgba(102, 102, 102, .1);
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #fff;
    margin: 10px 0 0;
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.dropdown-menu>li:first-child:hover>a {
    border-radius: 4px 4px 0 0;
}

.dropdown-menu li.divider {
    background: #f1f3f6;
}

.dropdown-menu>li.active:hover>a,
.dropdown-menu>li.active>a,
.dropdown-menu>li:hover>a {
    text-decoration: none;
    background-image: none;
    background-color: #f6f6f6;
    color: #555;
    filter: none;
}

.dropdown-menu>li>a {
    padding: 8px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}