﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.container-d-none {
    margin-top: 70px;
}

@media (min-width: 992px) {
    .container-d-none {
        margin-top: 20px;
    }
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

tr.group,
tr.group:hover {
    background-color: #808080 !important;
    cursor: pointer;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
}

.section-banner {
    margin-top: 50px;
}

.footer-social {
    text-align: center;
}

footer .footer-social ul {
    list-style-type: none !important;
    display: inline-flex !important;
    margin-bottom: 10px;
    padding-inline-start: 0;
}

    footer .footer-social ul li {
        margin-left: 10px;
        list-style-type: none !important;
        display: inline-flex !important;
        margin-bottom: 0 !important;
        padding-inline-start: 0;
    }

        footer .footer-social ul li img {
            height: 36px;
        }



.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 150px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone {
    text-align: center;
}

    .preview-zone .box {
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 0;
    }


.imgFoto {
    /*transform: rotate(-90deg);*/
}

.imgCartao {
    border-radius: 15px !important;
    box-shadow: 0 10px 20px rgba(0,0,0,.16) !important;
    margin: 20px 0;
    max-width: 100%;
    height: auto;
    /*transform: rotate(-90deg);*/
}


@media (max-width: 992px){

    .tamanhoImg {
        width: auto;
        height: auto;
    }
}

@media (min-width: 992px){

    .tamanhoImg {
        width: 400px;
        height: 255px;
    }
}

.md-card {
    margin: auto;
    margin-top: 20px;
    background-color: transparent;
    border-radius: 10px;
}

.md-card-header {
    padding: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.md-card-header-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.count-info .label{
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
}

.label-warning, .badge-warning {
    background-color: crimson;
    color: #FFFFFF;
    font-size: 15px;
    border-radius: 10px;
}