@import url("steps.css");

/* 
    Document   : admin/style.css
    Created on : Apr 11, 2011, 11:15:27 AM
    Author     : Medina
    Description: Mainly structure of the software
*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-collapse: collapse;
    font-family: 'Arial';
    font-size: 11px;
}
html {
    height: 100%;
}
body {
    background: #FFF repeat top left url(../../img/admin/bg_body.png);
    /*height: 100%;*/
    min-height: 50%;
}
input.btnExcluirGrupo {
    cursor: pointer;
    border: none;
    text-indent: 20px;
    background: url(../../img/icons/delete.png) no-repeat left center #FFF;
}
#body {
    display: table;
    width: 1000px;
    margin: auto;
    min-width: 1000px;
    background: #FFF;
    height: 100%;
    position: relative;
}

#top, #menu, #content, #footer {
    float:left;
    display:block;
    width:100%;
}

#content{
    min-height: 400px;
}

/*********************
  Top
*********************/
#top {
    background: repeat-x top left url(../../img/admin/header_top_bg.gif);
    height: 40px;
}
#top #userInfo {
    float:right;
    color:#FFF;
    line-height:25px;
    margin:5px 5px 0 0;
}
#top #userInfo span {
    margin:15px;
}
#top #userInfo img {
    vertical-align:middle;
    border:none;
}
#top #userInfo a {
    color:#FFC402;
}
#top h1 {
    display:block;
    width:65px;
    height:25px;
    background:no-repeat center center url(../../img/admin/logo.png);
    background-size: 65px 25px;
    text-overflow:hidden;
    text-indent:-9999px;
    margin:5px 0 0 5px;
}

.development, .development #userInfo {
    color:red !important;
}


ul.flashMessenger {
    display: block;
    width: 100%;
    list-style: none;
}
ul.flashMessenger li {
    display: block;
    padding: 1px 10px 1px 20px;
    margin-bottom: 4px;
    line-height: 22px;
    background: rgba(249, 188, 152, 0.48);
    text-indent: 10px;
    border-radius: 5px;
    border: 1px solid #b15405;

}

ul.flashMessenger li a.fmBtnClose {
    color: #999;
    font-size: 13px;
    font-weight: bold;
}

ul.flashMessenger li {
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

ul.flashMessenger li.msg_message {
    background-image: url(../../img/icons/help.png);
}

ul.flashMessenger li.error_message {
    background-image: url(../../img/icons/error.png);
}

ul.flashMessenger li.info_message {
    background-image: url(../../img/icons/information.png);
}

ul.flashMessenger li.success_message {
    background-image: url(../../img/icons/accept.png);
}

ul.flashMessenger li.warning_message {
    background-image: url(../../img/icons/exclamation.png);
}


/*********************
  Menu
*********************/
#menu {
    float:left;
    clear:both;
    display:table;
    width:100%;
    padding:2px 0;
    line-height:21px;
    border-bottom: 1px solid #999;
    background:#eee;
}

/*********************
  Content
*********************/
#content .contentPadding {
    display: block;
    margin:0 5px 0 5px;
}
#panelPage {
    display:table;
    width:100%;
    border-bottom:2px solid #E0E0E0;
    margin:5px 0px 10px;
}
#panelPage .left {
    float:right;
}
h4 {
    color:#F79C00;
    font-size:15px;
    background:url(../../img/icons/folder.png) no-repeat left center;
    text-indent:25px;
    line-height:25px;
    font-family: monospace;
}

/* Footer */
#footer {
    /*position: absolute;*/
    bottom: 0;
    background: repeat-x 0 -20px url(../../img/admin/footer_bg.gif) #E0E0E0;
    padding: 80px 0 10px 0;
    margin-top: 10px;
}
#footer p {
    text-align:right;
    margin-right: 5px;
}

/*********************
  Buttons
*********************/
button, .btn, button.back, .btnBack, .btnAjuda, .btnAlert {
    /*background: url(../../img/admin/btn_bg.gif) repeat-x scroll 0 0 #F56B06;*/
    word-wrap: break-word;
    background: rgba(255,172,71,1);
    background: -moz-linear-gradient(top, rgba(255,172,71,1) 0%, rgba(245,109,6,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,172,71,1)), color-stop(100%, rgba(245,109,6,1)));
    background: -webkit-linear-gradient(top, rgba(255,172,71,1) 0%, rgba(245,109,6,1) 100%);
    background: -o-linear-gradient(top, rgba(255,172,71,1) 0%, rgba(245,109,6,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,172,71,1) 0%, rgba(245,109,6,1) 100%);
    background: linear-gradient(to bottom, rgba(255,172,71,1) 0%, rgba(245,109,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac47', endColorstr='#f56d06', GradientType=0 );
    border-color: #ED6502 #A04300 #A04300 #ED6502;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    /*font-size: 12px;*/
    padding: 0 8px 0px;
    text-align: center !important;
    white-space: nowrap;
    line-height: 28.5px;
    display: inline-block;
    height: 28px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.btnAction {
    background: url(../../img/admin/btn_bg_back.gif) repeat-x scroll 0 0 #F77C16;
    padding: 1px 7px 1px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    text-align: center !important;
    white-space: nowrap;
    line-height: 16.5px;
    display: inline-block;   
}

button.btn-grid{
    margin-top: 5px;
}

button.back span, .btnBack span {
    background: no-repeat url(../../img/admin/icon_btn_back.gif) left top;
    padding-left:18px;
}
button.add span, .btnAdd span {
    background: no-repeat url(../../img/admin/add_btn_icon.gif) left top;
    padding-left:18px;
}
button:hover, .btn:hover {
    /*background: url(../../img/admin/btn_bg_over.gif) repeat-x scroll 0 0 #F77C16;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f79636+1,f7be79+100 */
    background: #f79636; /* Old browsers */
    background: -moz-linear-gradient(top, #f79636 1%, #f7be79 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f79636 1%,#f7be79 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f79636 1%,#f7be79 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79636', endColorstr='#f7be79',GradientType=0 ); /* IE6-9 */
}
/*button.back, .btnBack {
    background: url(../../img/admin/btn_bg_back.gif) #F77C16;
    background-color: #FFFFFF;
    border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
    color: #555;
}*/
button.back, .btnBack {
    background: url(../../img/admin/btn_bg_back.gif) repeat-x scroll 0 0 #dadada;
    background-color: #dadada;
    border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
    color: #555555;
    height: 28px;

}

button.btnBack:hover, .btnBack:hover, a.btnBack:hover{
    background: #d1d1d1 !important;
}

button.alert, .btnAlert {
    background: rgba(223,206,22,1);
    background: -moz-linear-gradient(top, rgba(223,206,22,1) 0%, rgba(232,64,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(223,206,22,1)), color-stop(100%, rgba(232,64,2,1)));
    background: -webkit-linear-gradient(top, rgba(223,206,22,1) 0%, rgba(232,64,2,1) 100%);
    background: -o-linear-gradient(top, rgba(223,206,22,1) 0%, rgba(232,64,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(223,206,22,1) 0%, rgba(232,64,2,1) 100%);
    background: linear-gradient(to bottom, rgba(223,206,22,1) 0%, rgba(232,64,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfce16', endColorstr='#e84002', GradientType=0 );
    border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
    color: #ffffff;
}

.btnAlert:hover{
    background: rgba(235,219,51,1);
    background: -moz-linear-gradient(top, rgba(235,219,51,1) 0%, rgba(253,80,18,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,219,51,1)), color-stop(100%, rgba(253,80,18,1)));
    background: -webkit-linear-gradient(top, rgba(235,219,51,1) 0%, rgba(253,80,18,1) 100%);
    background: -o-linear-gradient(top, rgba(235,219,51,1) 0%, rgba(253,80,18,1) 100%);
    background: -ms-linear-gradient(top, rgba(235,219,51,1) 0%, rgba(253,80,18,1) 100%);
    background: linear-gradient(to bottom, rgba(235,219,51,1) 0%, rgba(253,80,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebdb33', endColorstr='#fd5012', GradientType=0 );
}

.gradientBtn {
    word-wrap: break-word;
    border-color: #F77C16;
    background: url(../../img/admin/btn_bg.gif) repeat-x scroll 0 0 #F77C16;
    background-size: auto 100%;
    /*background: rgba(255,172,71,1);*/
    background: -moz-linear-gradient(top, rgba(255,172,71,1) 0%, rgba(245,109,6,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,172,71,1)), color-stop(100%, rgba(245,109,6,1)));
    background: -webkit-linear-gradient(top, rgba(255,172,71,1) 0%, rgba(245,109,6,1) 100%);
    background: -o-linear-gradient(top, rgba(255,172,71,1) 0%, rgba(245,109,6,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,172,71,1) 0%, rgba(245,109,6,1) 100%);
    background: linear-gradient(to bottom, rgba(255,172,71,1) 0%, rgba(245,109,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac47', endColorstr='#f56d06', GradientType=0 );
}

.gradientBtn:hover {
    /*background: url(../../img/admin/btn_bg_over.gif) repeat-x scroll 0 0 #F77C16;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f79636+1,f7be79+100 */
    background: #f79636; /* Old browsers */
    background: -moz-linear-gradient(top, #f79636 1%, #f7be79 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f79636 1%,#f7be79 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f79636 1%,#f7be79 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79636', endColorstr='#f7be79',GradientType=0 ); /* IE6-9 */
}

.gradientBtnDanger{
    word-wrap: break-word;
    border-color: #9F0E00;
    background: url(../../img/admin/gradient-btn-danger.png) repeat-x scroll 0 0 #9F0E00;
    background-size: auto 100%;
    background: -moz-linear-gradient(top, rgba(255, 54, 22) 0%, rgb(159, 14, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 54, 22)), color-stop(100%, rgb(159, 14, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 54, 22) 0%, rgb(159, 14, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 54, 22) 0%, rgb(159, 14, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 54, 22) 0%, rgb(159, 14, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 54, 22) 0%, rgb(159, 14, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3616', endColorstr='#9F0E00', GradientType=0 );
}

.gradientBtnDanger:hover {
    background: #d0514b; /* Old browsers */
    background: -moz-linear-gradient(top, #d0514b 1%, #fc7762 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d0514b 1%,#fc7762 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d0514b 1%,#fc7762 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79636', endColorstr='#f7be79',GradientType=0 ); /* IE6-9 */
}

.gradientBtnSuccess{
    word-wrap: break-word;
    border-color: #00800B;
    background: url(../../img/admin/gradient-btn-success.png) repeat-x scroll 0 0 #00800B;
    background-size: auto 100%;
    /*background: rgb(7, 224, 0);*/
    background: -moz-linear-gradient(top, rgb(7, 224, 0) 0%, rgb(0, 128, 11) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(7, 224, 0)), color-stop(100%, rgb(0, 128, 11)));
    background: -webkit-linear-gradient(top, rgb(7, 224, 0) 0%, rgb(0, 128, 11) 100%);
    background: -o-linear-gradient(top, rgb(7, 224, 0) 0%, rgb(0, 128, 11) 100%);
    background: -ms-linear-gradient(top, rgb(7, 224, 0) 0%, rgb(0, 128, 11) 100%);
    background: linear-gradient(to bottom, rgb(7, 224, 0) 0%, rgb(0, 128, 11) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3616', endColorstr='#9F0E00', GradientType=0 );
}

.gradientBtnSuccess:hover {
    background: #14a622; /* Old browsers */
    background: -moz-linear-gradient(top, #14a622 1%, #6fd56b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #14a622 1%,#6fd56b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #14a622 1%,#6fd56b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79636', endColorstr='#f7be79',GradientType=0 ); /* IE6-9 */
}

.ui-dialog-content form {
    width: auto;
    min-width: auto !important;
}

h3.erroMessageSys {
    background: url(../../img/icons/information.png) no-repeat left center;
    text-indent: 20px;
    margin-top: 10px;
    line-height: 23px;
}

table.details {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #CCC;
}

table.details td {
    text-indent: 2px;
    line-height: 21px;
}

table.details .title {
    font-weight: bold;
}

table caption {
    text-indent: 3px;
    text-align: left;
    color: #2296cb;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
}

table.detailsPopUp {
    width: 100%;
    margin-bottom: 10px;
}

table.detailsPopUp td {
    text-indent: 2px;
    line-height: 15px;
}

table.detailsPopUp .title {
    font-weight: bold;
}

hr.detailsPopUp{
    margin-bottom: 10px;
    margin-top: 10px;
}

.padding-top {
    padding-top:20px;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 1.1;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}
#userInfo{
    font-family: monospace;
}

.invalid {
    border-color: #b03535 !important;
    box-shadow: 1px 1px 5px #d45252 !important;
    background: #fff url("../../img/icons/exclamation.png") no-repeat scroll 98% center !important;
}
input.date.invalid{
    border-color: #b03535 !important;
    box-shadow: 1px 1px 5px #d45252 !important;
    background: no-repeat left center url(../../img/icons/calendar.png) #ffffff !important;
}
a.info{
    position:relative; /*this is the key*/
    color:#000;
    float: right;
    text-decoration:none;
    text-align:center;
    margin-left: 10px;
}



a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-145px;
    width:15em;
    text-align: center;
    padding:10px;
    background: none repeat scroll 0 0 #F8F8F8;
    border: 5px solid #DFDFDF;
    color: #717171;
    margin-left: -60px;
    border-radius: 13px;
}

a.info:hover span:after{ /*the span will display just on :hover state*/
    content:'';
    position:absolute;
    bottom:-11px;
    width:10px;
    height:10px;
    border-bottom:5px solid #dfdfdf;
    border-right:5px solid #dfdfdf;
    background:#f8f8f8;
    left:34%;
    margin-left:-5px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

.boxConfer {
    min-height: 100px; 
    width: 48%; 
    margin-bottom: 20px;
    border-radius: 30px;
    background: rgb(243, 243, 243);
    border-width: 2px;
    border: hidden;
    height: 330px;
    overflow: auto;
}

#wms-dialog-loading-bar {
    text-align: center;
}
#wms-dialog-loading-bar > p {
    padding: 20px 0 25px;
    font-size: 18px;
}