body {
    background-color: #ddd !important;
}

a[href] {
    text-decoration: none;
}



.text-blue {
    color: #5980b1 !important;
	font-size:18px;
    font-weight:bold;
}

a {
    color: #5980b1;
}

    a:hover {
        color: #000;
    }

#logo1_old {
    box-shadow: 0px 0px 5px #000;
    border-radius: 3px;
    padding: 5px;
    background-color: #fff;
}

#logo2_old {
    background-color: green;
    padding: 5px;
    border-radius: 3px;
}

#logo_new {
    height: 100%;
}

    #logo_new img {
        height: 100%;
    }

.bg-GefcoBlue {
    background-color: #c6d9f1;
    color: white;
    height: 150px;
    z-index: 1000000;
    border-right: 3px solid white;
}
.bg-GefcoWhite {
    background-color: white;
    color: white;
    height: 150px;
    z-index: 1000000;
    border-right: 3px solid white;
}
.bg-GefcoYellow {
    background-color: #ffcd00; /*ffff66*/
    color: white;
    height: 150px;    
    z-index: 100;
}

.bg-Menu {
    background-color: #c6d9f1;
    color: white !important;
    /*height: 150px;*/
    z-index: 1000000;
    border-radius: 12px;
}

@media screen and (min-width: 1014px) {

    .bg-Menu {
        background-color: transparent !important;
        color: white !important;
        /*height: 150px;*/
        z-index: 1000000;
        border-radius: 12px;
        display:flex;
        justify-content: flex-start ;
    }
}


@media screen and (max-width: 361px) {

    .bg-Menu {
        background-color: #c6d9f1;
        color: white !important;
        height: 220px;
        z-index: 1000000;
        border-radius: 12px;
    }
}

@media screen and (max-width: 1290px) {
    .bg-GefcoYellow {
        height: 100px;
    }
    .bg-GefcoWhite {
        width: 100% !important;
        height: 100px;
        border-right: 0px solid !important;      width: 100% !important;
        height: 100px;
        border-right: 0px solid !important;
    }
}


.center-pagination table {
    margin: 0 auto;
}

.tablePag table tbody tr td a,
.tablePag table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tablePag table > tbody > tr > td {
    padding: 0 !important;
    border: 0 !important;
}

    .tablePag table > tbody > tr > td > span {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #5980b1;
        border-color: #5980b1;
    }

    .tablePag table > tbody > tr > td:first-child > a,
    .tablePag table > tbody > tr > td:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .tablePag table > tbody > tr > td:last-child > a,
    .tablePag table > tbody > tr > td:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .tablePag table > tbody > tr > td > a:hover,
    .tablePag table > tbody > tr > td > span:hover,
    .tablePag table > tbody > tr > td > a:focus,
    .tablePag table > tbody > tr > td > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #5980b1;
        border-color: #5980b1;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 3px;
}

#menu {
    float: right;
    margin: 44px 0 0 15px;
}

    #menu > li {
        float: left;
        margin-left: 15px;
    }

        #menu > li :first-child {
            margin-left: 0;
        }

        #menu > li > a {
            /*font-size: large;*/
            height: 50px;
            line-height: 40px;
            display: block;
            cursor: pointer;
            color: #fff;
        }

        #menu > li :hover {
            border-bottom: 4px solid #fff;
            transition: all ease .2s;
        }

.inputDnD {
    height: 7rem;
}

.btn-blue {
    color: white;
    background-color: #5980b1;
}

.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
    -webkit-box-shadow: 0 0 5px solid currentColor;
    box-shadow: 0 0 5px solid currentColor;
}

    .inputDnD .form-control-file:before {
        content: attr(data-title);
        position: absolute;
        top: 0.5em;
        left: 0;
        width: 100%;
        min-height: 6em;
        line-height: 2em;
        padding-top: 1.5em;
        opacity: 1;
        visibility: visible;
        text-align: center;
        border: 0.25em dashed currentColor;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        overflow: hidden;
    }

    .inputDnD .form-control-file:hover:before {
        border-style: solid;
        -webkit-box-shadow: inset 0px 0px 0px 0.25em currentColor;
        box-shadow: inset 0px 0px 0px 0.25em currentColor;
    }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noselect-all, .noselect-all * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

th[scope=col] > a {
    display: block;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

span[title=Andreani_Formato] > [type=checkbox] {
    width: 100%;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
