﻿body {
    padding-top: 60px;
    padding-bottom: 20px;
}

/*--- by DPK ---*/
/*MENU*/
/* Add a black background color to the top navigation */
.topnav {
    /*background-color: #333;*/
    background-color: rgb(220, 224, 228);
    overflow: visible;
    color: darkblue;
    /*max-height:118px;*/
}
    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        display: block;
        color: darkblue;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        font-weight:500;
    }
        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #ddd;
            color: Highlight;
        }
        /* Add an active class to highlight the current page */
        .topnav a.active {
            background-color: #4CAF50;
            color: darkblue;
        }
    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon {
        display: none;
    }

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1088px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnavCollapsible {
        display: none;
    }
}

/* Adjusta altura do menu em varias larguras da tela */
@media screen and (max-width: 749px) 
{

    body {
        padding-top: 380px;        
    }

    column2Empilhavel{
        margin-top:25px;
    }
}
@media screen and (max-width: 935px) {
    body {
        padding-top: 125px;
    }
}

    /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
    @media screen and (max-width: 1088px) {
        .topnav.responsive {
            position: relative;
        }

            .topnav.responsive a.icon {
                position: absolute;
                right: 0;
                top: 0;
            }

            .topnav.responsive a {
                float: none;
                display: block;
                text-align: left;
            }

        .carousel-caption {
            display: none;
        }
    }

    .dataTablesControlsColumns {
        white-space: pre;
        /*min-width: 65px;*/
    }

    .expandableHorizontal {
        width: 100%;
        min-width: 1030px;
        /*margin: 3px 5px 15px 0px;*/
        margin-left: 0px;
        margin-right: 5px;
    }

    .formTitle {
        user-select: none;
        margin-top: 12px;
        margin-bottom: 14px;
        color: rgb(152, 171, 196);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: 500;
    }

    .tableDiv {
        margin-top: 3px;
        margin-right: 0px;
        margin-bottom: 15px;
        padding: 5px 4px 3px 4px;
        text-align: left;
        background-color: rgb(234, 234, 234);
        border: 1px solid rgb(190, 190, 190);
        border-radius: 5px;
    }

.tableTable {
    white-space: pre;
    width: 100%;
    max-width: 100%;
    border-spacing: 2px;
    background-color: white;
    border: 2px solid rgb(210, 210, 210);
    text-wrap: normal;
}

    .tableHead {
        user-select: none;
        border-spacing: 0px;
        border-bottom: 1px solid rgb(238, 238, 238);
        font-weight: 600;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 1px;
        line-height: 88%;
        height: 28px;
        max-height: 28px;
        font-size: small;
        overflow: hidden hidden;
        text-wrap: avoid;
        text-transform: uppercase;
        background-color: rgb(237, 237, 237);
    }

    .tableBody {
        border: 2px solid white;
        background-color: white;
        border-spacing: 2px;
        font-size: 9.5pt;
        background-color: rgb(245, 245, 245);
        text-wrap:normal;
        overflow-wrap:break-word;
    }
    /*end by DPK*/



    /* Wrapping element */
    /* Set some basic padding to keep content from hitting the edges */
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Set widths on the form inputs since otherwise they're 100% wide */
    input,
    select,
    textarea {
        max-width: 280px;
    }

    /* Carousel */
    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

    /* Make .svg files in the carousel display properly in older browsers */
    .carousel-inner .item img[src$=".svg"] {
        width: 100%;
    }

    /* Hide/rearrange for smaller screens */
    /*@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }
}*/
        