﻿body, div, p, ul, li {
    padding: 0;
    /*background-color: white;*/
    font-family: Arial;
    font-size: 12px;
    z-index: 1;
    margin: 0px 0 0 0;
}


.aspxbtn {
     /*width: 16%;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    /*color: #555555;*/
    color: black;
    /*vertical-align: middle;*/
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-appearance: none;
    /*background-image: url('Images/Arrowhead-Down-01.png');*/
    background-position: 88px;
    background-repeat: no-repeat;
    /*  text-indent: 0.01px; /*In Firefox*/
    /*  text-overflow: ''; /*In Firefox*/
}

    .aspxbtn:hover {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.aspxbtnDisabled {
    cursor: not-allowed !important;
    border-color: darkgray !important;
    border: 1px solid #cccccc !important;
    background-color: lightgray;
}


/* Clearfix to handle float */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.clear {
    clear: both;
}

.label-normal {
    /*display: block;*/
    /*width: 15%;*/
    padding: 0px 0px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555555;
}

.label-center {
    /*display: block;*/
    /*width: 15%;*/
    text-align: center;
    height: 33px;
    padding: 0px 0px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555555;
}

.label-left {
    /*display: block;*/
    /*width: 15%;*/
    text-align: left;
    height: 33px;
    padding: 0px 0px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555555;
}

.ddl {
    /*width: 16%;*/
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-appearance: none;
    /*background-image: url('Images/Arrowhead-Down-01.png');*/
    background-position: 88px;
    background-repeat: no-repeat;
/*  text-indent: 0.01px; /*In Firefox*/
/*  text-overflow: ''; /*In Firefox*/
}

    .ddl:hover {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .ddl[disabled],
    .ddl[readonly],
    fieldset[disabled] .ddl {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

/*Footer*/
.footer {
    height: 10px;
    background-color: white;
    /*background-color: transparent;*/
    color: aliceblue;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    /*width: 100%;*/
    height: 2.5rem; /* Footer height */
    margin-left: 250px;
}

    .footer h1 {
        padding: 5px;
        font-family: Arial;
        color: transparent;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
        margin-left: 50px;
        margin-right: 100px;
        background: transparent url("../imagens/footerSEP.png");
    }

    .footer h2 {
        padding: 1px;
        font-family: Arial;
        font-weight: normal;
        color: dimgray;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
        margin-right: 100px;
        margin-left: 50px;
    }



#header {
    width: 100%;
    position: relative;
    height: 100px;
}

    #header .h1 {
        position: absolute;
        bottom: 0;
        left: 250px;
        top: 30px;
    }

    #header .h2 {
        position: absolute;
        bottom: 0;
        right: 350px;
        top: 30px;
    }

/*
#header {
    min-width: 1200px;
    height: 80px;
    background-color: transparent;
    color: aliceblue;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

     #header .h1 {
        padding: 0px;
        font-family: Arial;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
        margin-left: 400px;
        margin-top: 30px;
    }

    #header .h2 {
        padding: 0px;
        font-family: Arial;
        font-size: 12px;
        text-align: right;
        font-weight: normal;
        margin-right: 400px;
        margin-top: 30px;
    }

*/

.home .nav-home, .news .nav-news,
.products .nav-products, .about .nav-about,
.contact .nav-contact {
    background-position: 0 -150px;
    border-width: 0;
}

    .home .nav-home a, .news .nav-news a,
    .products .nav-products a, .about .nav-about a,
    .contact .nav-contact a {
        background-position: 100% -150px;
        padding-bottom: 5px;
        color: #333;
    }


.header li:hover, .header li:hover a {
    background-position: 0% -150px;
    color: #333;
}

    .header li:hover a {
        background-position: 100% -150px;
    }


.menu {
    width: 200px;
    border-style: solid solid none solid;
    border-color: #94AA74;
    border-width: 1px;
    margin: 0px;
    margin-left: 30px;
    margin-top: 10px;
    top: 100px;
}

    .menu li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 24px;
        text-decoration: none;
    }

        .menu li a:link, .menu li a:visited {
            color: #5E7830;
            display: block;
            background: url(../imagens/menu2.gif);
            padding: 8px 0 0 10px;
        }

        .menu li a:hover {
            color: #26370A;
            background: url(../imagens/menu2.gif) 0 -32px;
            padding: 8px 0 0 10px;
        }

        .menu li a:active {
            color: #26370A;
            background: url(../imagens/menu2.gif) 0 -64px;
            padding: 8px 0 0 10px;
        }

    .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }



.content {
    align-content: center;
    width: 100%;
    height: 100%;
    background-color: white;
    border: 0px solid white;
    border-radius: 5px 5px 5px 5px;
    float: left;
    /*margin-top: 8px;*/
    margin-top: 0px;
    margin-bottom: 8px;
    min-height: 400px;
}

.home-body-bg1 {
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
    border-radius: 6px;
    background: #eeeeee url("../imagens/Img-Central-1.png") no-repeat top center;
}

.home-body-bg2 {
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
    border-radius: 6px;
    background: #eeeeee url("../imagens/Img-Central-2.png") no-repeat top center;
}

.home-body-bg3 {
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
    border-radius: 6px;
    background: #eeeeee url("../imagens/Img-Central-3.png") no-repeat top center;
}

.header-logo {
    margin-left: 0px;
    padding: 0;
    list-style-type: none;
    width: 100%;
    position: relative;
    display: block;
    height: 54px;
    /*text-transform: uppercase;*/
    font-size: 12px;
    font-weight: bold;
    background: transparent url("../imagens/bgOFF.gif");
    font-family: Helvetica,Arial,Verdana,sans-serif;
    border-bottom: 0px solid #336666;
    border-top: 0px solid #C0E2D4;
    /*margin-top: 30px;*/
    margin-top: 0px;
}

    .header-logo h3 {
        margin-top: 0px;
        margin-left: 100px;
    }


.ulsaturday {
    margin-left: 230px;
    padding: 0;
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;
    height: 54px;
    /*text-transform: uppercase;*/
    font-size: 12px;
    font-weight: bold;
    background: url('../imagens/bgOFF.gif') repeat-x left top;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    border-bottom: 0px solid #336666;
    border-top: 0px solid #C0E2D4;
    /*margin-top: 0px;*/
    top: 0px;
    left: 0px;
}

    .ulsaturday li {
        display: block;
        float: none;
        margin: 0px;
        padding: 0;
        background: transparent url("../imagens/bgDIVIDER.gif") no-repeat top left;
    }

        .ulsaturday li a {
            display: block;
            float: left;
            color: azure;
            text-decoration: none;
            padding: 20px 20px 0 20px;
            font-size: 14px;
            font-weight: normal;
            height: 54px;
            background: transparent url("../imagens/bgDIVIDER.gif") no-repeat top left;
        }

            .ulsaturday li a:hover {
                /*padding: 20px;*/
                background: transparent url("../imagens/bgHOVER.gif") no-repeat top left;
            }

            .ulsaturday li a.current, .ulsaturday li a.current:hover {
                color: #fff;
                background: transparent url("../imagens/bgON.gif") no-repeat top left;
            }

        .ulsaturday li b {
            display: block;
            float: left;
            color: azure;
            text-decoration: none;
            padding: 10px 20px 0 20px;
            font-size: 26px;
            font-weight: normal;
            height: 34px;
            /*background: transparent url("../imagens/bgDIVIDER.gif") no-repeat top left;*/
        }

.ulsaturday-right {
    float: right !important;
    margin-right: -15px;
}

.ulsaturday-left {
    float: left !important;
    margin-left: 200px;
}


.form-control::-moz-placeholder {
    color: #999999;
}

.form-control {
    display: block;
    width: 109%;
    height: 12px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: white;
    color: #555555;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }


.text-login {
    display: block;
    width: 109%;
    height: 12px;
    padding: 6px 12px;
    font-size: 16px;
    font-family: Nunito;
    line-height: 1.428571429;
    background-color: white;
    color: #555555;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


    .text-login:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .text-login[disabled],
    .text-login[readonly],
    fieldset[disabled] .text-login {
        cursor: not-allowed;
        background-color: #eeeeee;
    }


.text-control {
    display: block;
    width: 15%;
    height: 16px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    text-align: right;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .text-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .text-control[disabled],
    .text-control[readonly],
    fieldset[disabled] .text-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

.text-left {
    display: block;
    width: 15%;
    height: 16px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    text-align: left;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .text-left:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .text-left[disabled],
    .text-left[readonly],
    fieldset[disabled] .text-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

.text-right {
    display: block;
    width: 15%;
    height: 16px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    text-align: right;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .text-right:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .text-right[disabled],
    .text-right[readonly],
    fieldset[disabled] .text-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }


.text-center {
    display: block;
    height: 12px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    text-align: center;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .text-center:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .text-center[disabled],
    .text-center[readonly],
    fieldset[disabled] .text-center {
        cursor: not-allowed;
        background-color: #eeeeee;
    }


.text-center-simples {
    display: block;
    width: 15%;
    height: 12px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    text-align: center;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    border: 0px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .text-center-simples:focus {
        border-color: white;
        outline: 0;
/*        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
    }



.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    z-index: 1;
    left: 0px;
    top: 136px;
    position: absolute;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        /*background-color: #e6e6e6;*/
        background-color: aliceblue;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        /*background-color: #e6e6e6;*/
        background-color: aliceblue;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        /*background-color: #e6e6e6;*/
        background-color: azure;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            /*background-color: #d4d4d4;*/
            background-color: azure;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.jumbotron {
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
    border-radius: 6px;
    }

    .jumbotron h1 {
        line-height: 1;
        color: inherit;
    }

    .jumbotron p {
        line-height: 1.4;
    }

.container .jumbotron {
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1 {
        font-size: 63px;
    }
}



/*Estilo de Grid 1*/
.mydatagrid {
    width: 60%;
    border: solid 2px black;
    min-width: 30%;
}

.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border: none 0px transparent;
}

    .rows:hover {
        background-color: #CCCCCC;
        font-family: Arial;
        color: #CCCCCC;
        text-align: left;
    }

.selectedrow {
    background-color: #CCCCCC;
    font-family: Arial;
    color: #CCCCCC;
    font-weight: bold;
    text-align: left;
}

.mydatagrid a /** FOR THE PAGING ICONS  **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

    .mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
        background-color: #CCCCCC;
        color: #CCCCCC;
    }

.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.mydatagrid td {
    padding: 5px;
}

.mydatagrid th {
    padding: 5px;
}

.panel-control {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    border: 1px solid #66afe9;
    border-radius: 4px;
/*    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.div-center {
    margin: auto;
    width: 80%;
    border: 3px solid #73AD21;
    padding: 20px;
}

.popUpMsg {
    /*width: 16%;*/
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #555555;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-appearance: none;
    /*background-image: url('Images/Arrowhead-Down-01.png');*/
    background-position: 88px;
    background-repeat: no-repeat;
    /*  text-indent: 0.01px; /*In Firefox*/
    /*  text-overflow: ''; /*In Firefox*/
}

.page-containerTrk {
    position: relative;
    min-height: 100vh;
}

.contentTrk {
    position: relative;
    /*padding-bottom: 2.5rem; Footer height */
}

/*.footerTrk {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 2.5rem; /* Footer height 
}*/



.site-footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: darkgray;
    color: white;
    text-align: center;
}



.footerTrk {
    height: 50px;
    background-color: darkgray;
    /*background-color: transparent;*/
    /*color: white;*/
    /*border-radius: 5px 5px 5px 5px;*/
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 3.4rem; /* Footer height */
}

    .footerTrk h1 {
        padding: 5px;
        font-family: Arial;
        color: transparent;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
        margin-left: 50px;
        margin-right: 100px;
        /*background: transparent url("../imagens/footerSEP.png");*/
    }

    .footerTrk h2 {
        margin-left: 50px;
        padding: 1px;
        font-family: Arial;
        font-weight: normal;
        color: white;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
        margin-right: 100px;
        margin-left: 50px;
    }

    .footerTrk mail {
        width: 101px;
        height: 101px;
        background: transparent url("../imagens/Go-back-icon.png") no-repeat 0 0;
    }

    .footerTrk mail:hover {
        background-position: 0 -101px;
    }

    .footerTrk mail span {
        position: absolute;
        top: 1.5rem;
    }

.parent {
    border: 0px solid black;
    /*margin: 1rem;
    padding: 2rem 2rem;
    text-align: center;*/
}

.child {
    display: inline-block;
    /*border: 1px solid red;
    padding: 1rem 1rem;
    vertical-align: middle;*/
}





/* Navbar container */
.navbar {
    /*overflow: hidden;*/
    background-color: #0063a3;
    font-family: Arial;
    position: absolute; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    height: 64px;
}

    /* Links inside the navbar */
    .navbar a {
        float: left;
        font-size: 18px;
        color: white;
        text-align: center;
        padding: 20px 25px;
        text-decoration: none;
    }

/* Right-aligned section inside the top navigation */
.navbar-right {
    float: right;
    font-family: Arial;
}

    .navbar-right img {
        float: left;
        width: 22px;
        padding: 0px 4px 0px 0px;
    }

.logo-image {
    float: left;
    padding: 10px 0px;
    overflow: hidden;
}

.logo-separator {
    float: left;
    padding: 0px 0px 0px 4px;
    overflow: hidden;
    height: 60px;
}

/* The dropdown container */
.dropdown {
    float: left;
    /*overflow: hidden;*/
    font-family: Arial;
}

    /* Dropdown button */
    .dropdown .dropbtn {
        font-size: 18px;
        border: none;
        outline: none;
        color: white;
        padding: 20px 16px;
        background-color: inherit;
        font-family: inherit; /* Important for vertical align on mobile phones */
        margin: 0; /* Important for vertical align on mobile phones */
    }

    /* Add a red background color to navbar links on hover */
    .navbar a:hover, b:hover, .dropdown:hover .dropbtn {
        background-color: #1758ab;
    }

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        /* Add a grey background color to dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #ddd;
    }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}


/* Fixed sidenav, full height */
.sidenav {
    height: calc(100% - 83px);
    width: 240px;
    position: absolute;
    z-index: 1;
    top: 63px;
    left: 0;
    background-color: #3c3e43;
    overflow-x: hidden;
    padding-top: 20px;
}

    /* Style the sidenav links and the dropdown button */
    .sidenav a, .dropdown-btn {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
    }

        /* On mouse-over */
        .sidenav a:hover, .dropdown-btn:hover {
            color: #f1f1f1;
        }

/* Right-aligned section inside the top navigation */
.sidenav-Footer {
    height: 50px;
    position: absolute;
    width: 100%;
    bottom: 0;
    list-style-type: none;
    padding-bottom: 0em;
    color: #cccdd7;
}
/*.main {
    margin-left: 200px; 
    font-size: 20px; 
    padding: 0px 10px;
}*/


/* Add an active class to the active dropdown button */
.active {
    background-color: green;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.footerLogin {
    position: fixed;
    left: 0px;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    vertical-align: central;
    height: 55px;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal !important;
}


    .footerLogin a {
        float: left;
        font-size: 14px;
        color: black;
        text-align: center;
        padding: 20px 16px;
        text-decoration: none;
    }

.footerWork {
    position: relative;
    left: 0px;
    bottom: 0;
    /*width: 100%;*/
    background-color: transparent;
    color: black;
    vertical-align: central;
    height: 55px;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal !important;
}


    .footerWork a {
        float: left;
        color: black;
        text-align: center;
        margin-left: 300px;
        padding: 20px 16px;
        text-decoration: none;
    }

.GridViewHeader {
    background-color: #0063a3;
}

.GridSearchPanel {
    padding: 16px !important;
}

.popUpMsg{
    height: 44px !important;
}

.GridView-text {
    display: block;
    height: 24px;
    padding: 2px 2px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    text-align: left;
    /*vertical-align: middle;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn-PopUp
{
    margin-right: 1px;
}
