/* ------------------------------*/ /* ---------- GRIDVIEW ----------*/ /* ------------------------------*/ .divGridview { padding:7px; background-color:#ffffff; border-radius:3px; border:solid 1px #e5e5e5; /*box-shadow: 2px 2px 2px #cccccc;*/ } .GridViewStyle { font-family: 'Nunito', sans-serif; font-size: 13px; color: #333333; font-weight: normal; text-decoration: none; font-style: normal; margin-bottom: 0px; border-left: solid 1px #ffffff; border-right: solid 1px #ffffff; } .GridViewHeaderStyle { font-family: 'Nunito', sans-serif; font-style: normal; font-weight: 400; font-size: 13px; color: var(--text-primary); background-color: #e9ecef; background-color: #f5f5f5; /*color:#fff;*/ border: solid 0px #fff; } /* novo para o header */ tr.GridViewHeaderStyle th { padding: .45rem .35rem; /*border: solid 1px #f5f5f5;*/ border: solid 1px #fff; border-bottom: solid 1px var(--text-primary); /*background-color: #969696; color: #fff !important;*/ background-color: #fff; } tr.GridViewHeaderStyle th a { /*/background-color: #969696; color: #fff;*/ color: var(--text-primary); font-size: 13px; font-weight: 700; text-decoration: none; text-transform: uppercase; } .GridViewRowStyle { color: var(--text-primary); font-style: normal; font-weight: 400; font-size: 13px; } .GridViewRowStyle tr.rowHover:hover { background-color: #f1f1f1; } .GridViewRowStyle td { /*/border: solid 1px #ffffff; background-color:#ffffff;*/ padding: .75rem .35rem; } .GridViewRowStyle td a { font-weight: 600; font-size: 13px; } .GridViewAlternatingRowStyle td { border: solid 1px #f5f5f5; background-color:#f5f5f5; } .GridViewStyle td { /* padding: 5px 3px 5px 5px;*/ } .GridViewFooterStyle td { /*font-family: Trebuchet MS; font-size: 11px; color: #333333; background-color: #F6F6F6; background-color: #eb6624; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #cccccc; border-bottom: 1px solid #ffffff;*/ line-height: 1.5px; border: 1px solid #f5f5f5; border: 0; color: #333333; /*font-family: 'Nunito', sans-serif;*/ font-style: normal; font-weight: 400; font-size: 13px; } .GridViewPagination, .GridViewPagination td { border: 1px solid #f5f5f5; border-top: 5px solid #f5f5f5; } .GridViewPagination span { /*font-family: 'Nunito', sans-serif;*/ font-size: 13px; font-style: normal; font-weight: 400; /*padding: 3px 6px 3px 6px;*/ padding: 1.5px 3px; text-decoration: none; white-space: nowrap; background: #ffffff; /*border: solid 1px #f5f5f5; */ /*border: solid 2px #cccccc; color: #505054; border-radius: 3px;*/ } .GridViewPagination a, .GridViewPagination a:visited { /*font-family: 'Nunito', sans-serif;*/ font-size: 13px; font-style: normal; text-decoration: none; padding: 3px 6px 3px 6px; padding: 1.5px 3px; white-space: nowrap; background: #e5e5e5; border: solid 1px #cccccc; color: var(--rosacha-primary); /*border-radius: 3px;*/ } .GridViewPagination a:hover, .GridViewPagination a:active { padding: 3px 6px 3px 6px; padding: 1.5px 3px; border: solid 1px #cccccc; text-decoration: none; white-space: nowrap; background: #ffffff; color: #505054; } /* NOVA PAGINAÇÃO */ .pagination-ys { /*display: inline-block;*/ padding-left: 0; margin: 20px 0; /*border-radius: 4px;*/ border-radius: 0; border:1px #fff; /*background-color:#fff;*/ font-style: normal; font-weight: 400; font-size: 14px; } .pagination-ys:hover { /* com o branco não funciona e nao sei porque */ background-color: #fff !important; } .pagination-ys table > tbody > tr > td { display: inline; } .pagination-ys table > tbody > tr > td > a, .pagination-ys table > tbody > tr > td > span { position: relative; float: left; /*padding: 6px 11px;*/ padding: 2px 10px; /*line-height: 1.42857143;*/ text-decoration: none; /*color: #dd4814;*/ /*color: #3a87ad;*/ background-color: #ffffff; border: 1px solid #dddddd; /*margin-left: -1px;*/ margin-left: 3px; font-style: normal; font-weight: 400; font-size: 14px; } /* Selecionado */ .pagination-ys table > tbody > tr > td > span { position: relative; float: left; /*padding: 6px 11px; line-height: 1.42857143;*/ /*padding: 4px 10px;*/ text-decoration: none; /*margin-left: -1px;*/ z-index: 2; /*color: #aea79f;*/ /*background-color: #f5f5f5;*/ background-color: #f5f5f5; border: solid 1px #dddddd; /*border-color: #dddddd;*/ cursor: default; } .pagination-ys table > tbody > tr > td:first-child > a, .pagination-ys table > tbody > tr > td:first-child > span { margin-left: 0; /*border-bottom-left-radius: 4px; border-top-left-radius: 4px;*/ } .pagination-ys table > tbody > tr > td:last-child > a, .pagination-ys table > tbody > tr > td:last-child > span { /*border-bottom-right-radius: 4px; border-top-right-radius: 4px;*/ } /* Hover */ .pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:hover, .pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > span:focus { /*background-color: #f5f5f5; border-color: #dddddd;*/ border-color: #595959; } /* .pagination-ys table > :not(caption) > * > * { padding: .5rem .5rem; background-color: #ffffff !important; border: 0; }*/