body {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    margin: 0;
    color: #393333;
    background: #fff url(Images/bg-site.png) no-repeat right top;
}



fieldset {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #003F8F;
    margin: 10px 0;
    padding: 8px;
}

legend {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #003F8F;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 4px 30px;
    text-transform: uppercase;
    margin: 10px 0;
    background: #003F8F;
    color: #fff;
}

fieldset fieldset legend {
    font-size: 14px;
    font-weight: bold;
}

input[type=text], input[type=password], select {
    border: 1px solid #999;
    background-color: #fff;
    padding: 2px;
    min-height: 22px;
}


    input[type=text]:disabled, input[type=password]:disabled, select:disabled, textarea:disabled {
        background: #f0f0f0;
    }

input[type=button], input[type=submit], input[type=submit], button, .line-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}

    input[type=button]:hover, input[type=submit]:hover, input[type=submit]:hover, button:hover, .line-button:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

    input[type=button]:active, input[type=submit]:active, input[type=submit]:active, button:active, .line-button:active {
        position: relative;
        top: 1px;
    }




/*#site
{
	max-width: 1280px;
	min-width: 980px;
	margin: 0 auto;    
	
}*/

#top {
    padding: 10px;
    height: 90px;
}

.top-title {
    font-size: 28px;
    float: left;
}

.top-logo {
    float: right;
}

#header {
    background-color: #003f8f;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-weight: bold;
    margin: 2px 0;
    padding: 11px;
}

    #header a {
        color: #fff;
    }

#menu {
    float: left;
}

    #menu ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #menu li {
        border-left: 1px solid #012e68;
        border-right: 1px solid #012e68;
        display: block;
    }

    #menu > div > ul > li > a {
        color: #fff;
        padding: 4px !important;
        text-decoration: none;
    }

    #menu ul > li > ul li a {
        background-color: #003f8f;
        border-bottom: 1px solid #012e68;
        border-left: 1px solid #012e68;
        border-right: 1px solid #012e68;
        min-width: 165px;
        padding: 6px 6px 6px 15px;
        color: #fff;
    }

        #menu ul > li > ul li a.highlighted {
            background-color: #012e68;
        }

    #menu ul li ul {
        display: none;
    }

    #menu ul li {
        float: left;
        list-style: none outside none;
        position: relative;
    }

#info {
    float: right;
    padding-top: 4px;
}

a.popout {
    background: none !important;
}

#content {
    background: #FFFFFF;
    min-height: 400px;    
}

    #content a {
        color: #393333;
        font-weight: bold;
        text-decoration: underline;
    }

#footer {
    background-color: #0151B6;
    border-top: 4px solid #003F8F;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
}

#footer-content {
    margin: 0 auto;
}

.epa-logo {
}

.message {
    padding: 4px;
    margin-bottom: 10px;
}

.message-error {
    border: 3px solid #CC0000;
    background-color: #E6C0C0;
    color: #CC0000;
}

.message-success {
    border: 3px solid #009900;
    background-color: #99FF66;
    color: #006600;
    font-weight: bold;
}

.message-warning {
    border: 3px solid #FF6600;
    background-color: #FFCC66;
    color: #FF6600;
    font-weight: bold;
}

.clr {
    clear: both;
}

.top-control-static-content {
    min-height: 86px;
}

.top-control {
    background-color: #F0F0F0;
    background-image: url("Images/img-funcionalidade.png");
    background-position: 16px 4px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    padding: 12px 12px 12px 80px;
}

    .top-control a {
        text-decoration: none !important;
    }

.top-control-container-fixed {
    left: 0;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: none repeat scroll 0 0 #F0F0F0;
    border-bottom: 4px solid #CCCCCC;
}

    .top-control-container-fixed .top-control {
        margin: 0 auto;
        background-image: none;
        border: none;
        padding: 7px 7px 2px 8px;
    }

    .top-control-container-fixed .top-control-box {
        margin: 0 auto;
    }

    .top-control-container-fixed .top-control-title span {
        display: none;
    }

    .top-control-container-fixed .top-control-controls .button {
        height: 34px;
        overflow: hidden;
        width: 34px;
    }



.top-control-title {
    float: left;
}

    .top-control-title h2 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
    }

    .top-control-title span {
        font-size: 12px;
        font-weight: normal;
        font-style: italic;
    }

.top-control-controls {
    float: right;
}


.top-control-close {
    float: right;
}

/*Copiado do Jooma! :)*/


div.toolbar-list {
    float: right;
    padding: 0;
    text-align: right;
}



    div.toolbar-list a {
        display: inline-block;
        padding: 0 4px;
        text-align: center;
        text-decoration: none;
        color: #666666;
    }


    div.toolbar-list span {
        display: block;
        float: none;
        height: 32px;
        margin: 0 auto;
        width: 32px;
    }


    div.toolbar-list li.divider {
        border-right: 1px solid #C7C7C7;
        width: 2px;
    }




.required-box {
    background-color: #F0F0F0;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

    .required-box li {
        display: inline-block;
        margin: 6px;
        *display: inline;
    }

    .required-box ul {
        list-style-type: none;
    }



.login-box {
    margin: 100px auto 0;
    border-top: 1px solid transparent;
    padding: 30px;
    background: #f9f9f9;
}

.login-item {
    width: 300px;
    margin: 0 auto;
}




#report-page {
    margin: 0 auto;
    width: 21cm;
}


    #report-page > table {
        border: 1px solid #ccc;
        width: 100%;
    }


        #report-page > table > thead td {
            border-top: 1px;
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            font-weight: bold;
        }


        #report-page > table > tfoot > tr > td {
            border-top: 2px solid #ccc;
        }

.fc_title_container {
    color: #000;
}

.x-border-box, .x-border-box * {
    /*box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */ */;
}

.fc_title_label {
    color: #444444;
    font-weight: bold;
}

/*
Uploadify v3.1.0
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
    position: relative;
    margin-bottom: 1em;
}

.uploadify-button {
    background-color: #505050;
    background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #707070) );
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    width: 100%;
}

.uploadify:hover .uploadify-button {
    background-color: #606060;
    background-image: linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #606060), color-stop(1, #808080) );
    background-position: center bottom;
}

.uploadify-button.disabled {
    background-color: #D0D0D0;
    color: #808080;
}

.uploadify-queue {
    margin-bottom: 1em;
}

.uploadify-queue-item {
    background-color: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px;
}

.uploadify-error {
    background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
    background: url('../img/uploadify-cancel.png') 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}

.uploadify-progress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

.uploadify-progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}

.fc_container * {
    box-sizing: content-box;
}



@media (max-width: 480px) {

    body {
        background-image:none;
    }
    .fast_control {
        display: block !important;
        width: 100% !important;
        margin-bottom: 6px !important;
        height:auto !important;
    }

    .fast_control .fc_container2 {
        display: block !important;
    }

    textarea, select {
        max-width: 100% !important;
    }

    .fast_control table.x-field {
         max-width: 98% !important;
         width:auto !important;
    }

   

    .fast_control input[type=text], .fast_control textarea, .fast_control select {
        max-width: 90% !important;
    }


    #content {
        border: none;
        min-height:0;
    }


    .top-control-static-content {
        min-height: 46px;
    }

    .top-control {
        margin: 0 auto;
        background-image: none;
        border: none;
        padding: 7px 7px 2px 8px;
    }

    .top-control-box {
        margin: 0 auto;
    }

    .top-control-title span {
        display: none;
    }

    .top-control-controls .button {
        height: 34px;
        overflow: hidden;
        width: 34px;
    }


    .grid > tbody > tr > td, .grid > tbody > tr > th {
        display: none !important;
    }

    .grid > tbody > tr > td:nth-child(1), .grid > tbody > tr > th:nth-child(1) {
        display: table-cell !important;
    }

    .grid > tbody > tr > td:nth-child(2), .grid > tbody > tr > th:nth-child(2) {
        display: table-cell !important;
    }


    .grid > tbody > tr > td:nth-child(3), .grid > tbody > tr > th:nth-child(3) {
        display: table-cell !important;
    }

   
}



@media (max-width: 768px) {

    .grid > tbody > tr > td, .grid > tbody > tr > th {
        display: none;
    }

    .grid > tbody > tr > td:nth-child(1), .grid > tbody > tr > th:nth-child(1) {
        display: table-cell !important;
    }

    .grid > tbody > tr > td:nth-child(2), .grid > tbody > tr > th:nth-child(2) {
        display: table-cell !important;
    }


    .grid > tbody > tr > td:nth-child(3), .grid > tbody > tr > th:nth-child(3) {
        display: table-cell !important;
    }

    .grid > tbody > tr > td:nth-child(4), .grid > tbody > tr > th:nth-child(4) {
        display: table-cell;
    }
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}



.white, .white a {
    color: #fff;
}
