inital commit

This commit is contained in:
2026-06-19 20:08:01 +06:00
commit 8a5abeeae4
13128 changed files with 3192007 additions and 0 deletions

6
webroot/rtgv3/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,152 @@
/* Reset */
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
margin: 0 auto;
padding: 0;
border: none;
border-spacing: 0;
}
/* Calendar Wrapper */
.ui-datepicker {
display: none;
/*padding: 35px;*/
cursor: default;
text-transform: uppercase;
font-family: Tahoma;
/*font-size: 20px;*/
background: #141517;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
-moz-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
}
/* Calendar Header */
.ui-datepicker-header {
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid #d6d6d6;
}
.ui-datepicker-title { text-align: center; }
/* Month */
.ui-datepicker-month {
position: relative;
padding-right: 15px;
color: #565656;
}
.ui-datepicker-month:before {
display: block;
position: absolute;
/*top: 7px;*/
right: -5px;
width: 10px;
height: 10px;
content: '';
background: #a5cd4e;
background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/* Year */
.ui-datepicker-year {
padding-left: 8px;
color: #a8a8a8;
}
/* Prev Next Month */
.ui-datepicker-prev,
.ui-datepicker-next {
position: absolute;
top: -2px;
padding: 5px;
cursor: pointer;
}
.ui-datepicker-prev {
left: 0;
padding-left: 0;
}
.ui-datepicker-next {
right: 0;
padding-right: 0;
}
.ui-datepicker-prev span,
.ui-datepicker-next span{
display: block;
width: 5px;
height: 10px;
text-indent: -9999px;
background-image: url(../images/arrows.png);
}
.ui-datepicker-prev span { background-position: 0px 0px; }
.ui-datepicker-next span { background-position: -5px 0px; }
.ui-datepicker-prev-hover span { background-position: 0px -10px; }
.ui-datepicker-next-hover span { background-position: -5px -10px; }
/* Calendar "Days" */
.ui-datepicker-calendar th {
/*padding-top: 15px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;*/
padding: 15px 3px 10px 3px;
text-align: center;
font-weight: normal;
color: #a8a8a8;
}
.ui-datepicker-calendar td {
/*padding: 0 7px;*/
text-align: center;
line-height: 26px;
}
.ui-datepicker-calendar .ui-state-default {
display: block;
width: 26px;
outline: none;
text-decoration: none;
color: #a8a8a8;
border: 1px solid transparent;
}
/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
color: #6a9113;
border-color: #6a9113;
}
/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default { color: #565656; }

View File

@@ -0,0 +1,82 @@
.cntrDiv{
padding: 20px; background: #ddd; margin: 10px 0;border-radius: 5px;
}
@media screen and (max-width: 767px) {
.cntrDiv{
padding: 5px !important;
}
}
.modal-footer {
padding: 15px !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
input[type=number] {
-moz-appearance: textfield;
}
.file-type-box{
display: inline-block;
width: 25px;
height: 25px;
margin-left: 10px;
box-shadow: 1px 1px 1px #333;
}
.bg-red{
background:#E94B35;
}
.bg-green{
background: green;
}
.bg-grey{
background: #d3d3d3;
}
.bg-blue{
background: #337ab7 !important;
}
.file-type-box.bg-yellowbox{
background: #FFFF33;
}
.client-status,.assign-to{
position: relative;
}
.client-status select{
}
.client-status select.form-control{
padding: 6px 9px;
width: 150px;
margin: 0 auto;
}
.client-status img{
display: none;
position: absolute;
top: 8px;
right: 0;
height: 18px;
}
.assign-to img{
display: none;
position: absolute;
top: 8px;
right: 0;
height: 18px;
}
.client-table tr td{
vertical-align: middle !important;
}
.affiliate-show{
opacity: 1;
}
.affiliate-hide{
opacity: 0;
}
.client-border-active{
display: block;
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,664 @@
.credit-card-form div.MainBody {
height: 100%;
width: 960px
}
.credit-card-form #Main {
padding: 10px 10px 4px 15px;
vertical-align: top;
background-color: #fff
}
.credit-card-form a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #06c
}
.credit-card-form .HeaderFont,
.credit-card-form .LargeHeaderFont {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
border-top: solid 1px #ababab;
height: 32px;
line-height: 32px;
vertical-align: middle;
padding: 0 5px;
background-color: #e1e1e1
}
.credit-card-form .Logo {
padding-left: 10px
}
table.TopNav,
table.topNav {
background-color: #fff;
height: 23px;
margin-left: 0;
margin-top: 0
}
td.TopNav,
div.TopNav {
width: 906px
}
div.LeftNav {
padding-top: 13px;
padding-left: 10px;
padding-right: 10px;
width: 180px
}
td.Content {
width: 960px
}
a.TopNav,
a.topNav,
a.InactiveHoriz {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px!important;
font-weight: 400;
color: #369;
text-decoration: none;
text-transform: uppercase
}
a.TopNav:hover,
a.topNav:hover,
a.InactiveHoriz:hover {
text-decoration: underline
}
a.TopNavActive,
a.topNavActive,
a.ActiveHoriz,
a.activeHoriz {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px!important;
font-weight: 400;
color: #369;
text-decoration: none;
text-transform: uppercase
}
a.TopNavActive:hover,
a.topNavActive:hover,
a.ActiveHoriz:hover,
a.activeHoriz:hover {
text-decoration: underline
}
a.LeftNav,
a.InactiveVert {
font-family: Verdana;
font-size: 11px!important;
font-weight: 400;
color: #369;
text-decoration: none
}
a.LeftNav:hover,
a.InactiveVert:hover {
text-decoration: underline
}
a.LeftNavActive,
a.ActiveVert,
a.activeVert {
font-family: Verdana;
font-size: 11px!important;
font-weight: 700;
text-decoration: none;
color: #000
}
a.LeftNavActive:hover,
a.ActiveVert:hover,
a.activeVert:hover {
text-decoration: underline
}
a.BannerNav {
font-size: 11px;
color: #000;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none
}
a.BannerNav:hover {
color: #216b9c
}
table.InactiveHoriz {
width: 171px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
text-decoration: none;
border-bottom: solid 5px #b4a82f
}
table.ActiveHoriz,
table.activeHoriz {
width: 171px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
text-decoration: none;
border-bottom: solid 5px #216b9c
}
table.InactiveVert,
div.InactiveVert {
color: #fff;
line-height: 12px;
padding: 4px 0 4px 8px
}
table.ActiveVert,
div.ActiveVert,
table.activeVert,
div.activeVert {
color: #246e9d;
background-color: #fff;
line-height: 12px;
padding: 4px 0 4px 8px
}
table.BarHoriz,
table.barHoriz {
background-color: #fff;
box-shadow: 18px 0 18px -3px #cecece, -18px 0 18px -3px #cecece
}
div.BarHoriz,
div.barHoriz {
padding-top: 12px;
height: 23px;
border-bottom-color: #c1bbc5;
border-bottom-width: 1px;
border-bottom-style: solid;
margin-bottom: 15px;
width: 960px;
background-color: #fff
}
.BarVert {
height: 100%;
color: #fff;
background-color: #fff;
background-image: url(/UI/themes/COMMON/images/subnavcol_right.png);
background-repeat: no-repeat;
background-position: right top
}
a.HomepageLink {
font-family: Verdana;
font-size: 11px;
font-weight: 400;
color: #213e94;
text-decoration: none
}
a.HomepageLink:hover {
text-decoration: underline
}
a.HomepageQuickLink {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: 700;
color: #666;
text-decoration: none;
border: none
}
a.HomepageQuickLink:hover {
text-decoration: underline
}
a.HomepageHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
color: #123d59;
text-decoration: none
}
a.HomepageHeader:hover {
text-decoration: underline
}
a.HomepageAnnouncement {
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
text-decoration: none
}
a.HomepageAnnouncement:hover {
text-decoration: underline
}
hr.HomepageSideBarHeaderLine {
height: 1;
border: 0;
border-top: 1px solid #216b9c;
margin-left: 7px
}
hr.HomepageMainHeaderLine {
height: 1;
border: 0;
border-top: 1px solid #9e9e66;
margin-left: 7px
}
.HomepageHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
color: #123d59
}
.HomepageQuickLink {
border-bottom: 1px solid #ebe8b9;
padding-bottom: 8px
}
.HomepageDefaultText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px
}
.HomepageSideBar {
width: 244px;
padding: 10px 20px;
background-image: url(/UI/themes/COMMON/images/subnavcol_right.png);
background-repeat: no-repeat;
background-position: right top
}
.HomepageSideBarHeader {
font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
font-size: 9pt;
color: #123d59;
font-weight: 700;
letter-spacing: 2pt;
padding: 6px 0 4px
}
.HomepageLinkSeparator {
color: #000;
padding: 0 5px
}
.HomepageMainHeader {
padding: 0 0 10px;
font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
font-size: 9pt;
color: #9e9e66;
font-weight: 700
}
.HomepageAnnouncementSmall {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: 400;
color: #666
}
.HomepageAnnouncementNew {
color: red;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700
}
div.Copyright {
border-top: solid 1px #d6ced5;
background-color: #fff;
width: 960px;
line-height: 18px;
text-align: center;
margin: 0;
font-size: 11px;
color: #666;
font-family: Arial;
padding: 5px 0
}
a.Copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #06c;
text-decoration: underline
}
a.Copyright:hover {
text-decoration: underline
}
.SearchTopBar {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
color: #fff;
background-color: #4379b2;
border-bottom-color: #fff;
border-bottom-style: solid;
border-bottom-width: 1px
}
td.SearchNav {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
background-color: #4379b2;
padding: 5px 8px;
font-weight: 400
}
td.SearchNav a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
font-weight: 400
}
a.SearchNav {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: underline;
color: #fff
}
a.SearchNav:hover {
text-decoration: underline
}
a.SearchHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: underline;
color: #4379b2
}
a.SearchHeader:hover {
text-decoration: underline
}
tr.SearchColHeaders {
background-color: #e3e3e3
}
td.SearchColHeaders {
font-family: Tahoma;
font-size: 11px;
font-weight: 700;
color: #4379b2;
padding: 2px 8px;
border-bottom-color: #ccc;
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-color: #fff;
border-right-style: solid;
border-right-width: 1px
}
td.SearchColHeadersLast {
font-family: Tahoma;
font-size: 11px;
font-weight: 700;
color: #4379b2;
padding: 2px 8px;
border-bottom-color: #ccc;
border-bottom-style: solid;
border-bottom-width: 1px
}
tr.SearchLineItemRow1 {
background-color: #f2f2f2
}
tr.SearchLineItemRow2 {
background-color: #fff
}
td.SearchLineItem {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 3px 5px;
border-top-color: #ccc;
border-top-style: solid;
border-top-width: 1px;
border-bottom-color: #ccc;
border-bottom-style: solid;
border-bottom-width: 1px
}
.TopMenu {
width: 100%;
position: absolute
}
#HeaderMenuCorner {
height: 20px;
width: 28px;
background-position: top left;
background-repeat: no-repeat;
float: right
}
div.HeaderLinks {
height: 30px;
width: 600x;
float: right
}
div.HeaderMenu {
line-height: 30px;
padding: 0 8px 0 13px;
margin-left: 20px;
background-image: url(/UI/themes/COMMON/images/headerlinks_corner.gif);
background-position: top left;
background-repeat: no-repeat;
background-color: #e1e1e1;
float: right;
text-transform: uppercase
}
div.HeaderLogout {
float: right;
text-align: center;
height: 30px;
line-height: 30px;
*line-height: 29px;
padding: 0 10px 0 25px;
text-align: center;
background-color: #777;
text-transform: uppercase;
background-image: url(/UI/themes/COMMON/images/logout.png);
background-repeat: no-repeat;
background-position: left center
}
.HeaderLinksDivider {
float: left;
height: 30px;
line-height: 30px;
margin: 0 10px 0 8px;
color: #ececee;
border-left: 1px solid #fff
}
.HeaderLinksVPOS {
float: left;
padding: 0 6px;
color: #ababab;
text-align: right
}
.HeaderLinksHelp {
float: left;
padding: 0 6px 0 26px;
color: #ababab;
text-align: right;
background-image: url(/UI/themes/COMMON/images/i.png);
background-repeat: no-repeat;
background-position: left center
}
.HeaderLinksChat {
float: left;
padding: 0 6px 0 26px;
color: #ababab;
text-align: right;
background-image: url(/UI/themes/COMMON/images/chat.png);
background-repeat: no-repeat;
background-position: left center
}
.HeaderLinksContact {
float: left;
padding: 0 6px 0 26px;
color: #ababab;
text-align: right;
background-image: url(/UI/themes/COMMON/images/contact.png);
background-repeat: no-repeat;
background-position: left center
}
.HeaderLinksFeedback {
float: left;
padding: 0 6px 0 26px;
color: #ababab;
text-align: right;
background-image: url(/UI/themes/COMMON/images/feedback.png);
background-repeat: no-repeat;
background-position: left center
}
.HeaderLogoutLinkDivider {
background-color: #777;
color: #777;
background-position: top left;
background-repeat: no-repeat;
margin: 0;
width: 10px;
height: 30px;
line-height: 30px;
float: right
}
a.HeaderLinks {
font-size: 11px;
color: #369;
outline-color: invert;
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none
}
a.HeaderLogout {
font-size: 11px;
color: #fff;
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none
}
.TopUserName {
float: right;
clear: both;
margin-right: 10px;
width: 600px;
text-align: right;
line-height: 30px;
top: 0!important
}
a.Breadcrumb {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: Normal;
color: #036
}
div.Breadcrumb {
background-color: #e3e3e3;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: Normal;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 18px
}
div.BreadcrumbBottom {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: Normal;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 3px
}
.WelcomeScreen {
height: 385px;
padding: 10px;
background-color: #f1f1f1
}
hr.BillingHR {
border: 0;
height: 2;
color: Black
}
table.TabNav {
border-bottom-color: #216a9b
}
table.InactiveTab,
div.InactiveTab {
background-color: #123d59
}
table.ActiveTab,
div.ActiveTab {
background-color: #216a9b
}
a.InactiveTab {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
color: #fff
}
a.ActiveTab {}
.MainHeaderFontSmall {
color: #369;
font-family: Georgia, serif;
font-size: 13pt;
font-weight: lighter;
padding: 0 0 5px
}
.credit-card-form{}
.credit-card-form table tr{
margin: 3px;
}
.credit-card-form table tr td{}
.credit-card-form table tr td input{
margin-right: 3px;
}

View File

@@ -0,0 +1,448 @@
/*
* Table styles
*/
table.dataTable {
width: 100%;
margin: 0 auto;
clear: both;
border-collapse: separate;
border-spacing: 0;
/*
* Header and footer styles
*/
/*
* Body styles
*/
}
table.dataTable thead th,
table.dataTable tfoot th {
font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
padding: 10px 18px;
border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
padding: 10px 18px 6px 18px;
border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
cursor: pointer;
*cursor: hand;
background-repeat: no-repeat;
background-position: center right;
}
table.dataTable thead .sorting {
background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
background-color: #ffffff;
}
table.dataTable tbody tr.selected {
background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
background-color: #a5b2cb;
}
table.dataTable.no-footer {
border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
box-sizing: content-box;
}
/*
* Control feature layout
*/
.dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
zoom: 1;
}
.dataTables_wrapper .dataTables_length {
float: left;
}
.dataTables_wrapper .dataTables_filter {
float: right;
text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
clear: both;
float: left;
padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
text-align: right;
padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 1em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
*cursor: hand;
color: #333 !important;
border: 1px solid transparent;
border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: #333 !important;
border: 1px solid #979797;
background-color: white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
/* IE10+ */
background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
/* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
cursor: default;
color: #666 !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: white !important;
border: 1px solid #111;
background-color: #585858;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
/* IE10+ */
background: -o-linear-gradient(top, #585858 0%, #111 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, #585858 0%, #111 100%);
/* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
outline: none;
background-color: #2b2b2b;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* IE10+ */
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
/* W3C */
box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 40px;
margin-left: -50%;
margin-top: -25px;
padding-top: 20px;
text-align: center;
font-size: 1.2em;
background-color: white;
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
color: #333;
}
.dataTables_wrapper .dataTables_scroll {
clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
height: 0;
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
border-bottom: none;
}
.dataTables_wrapper:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
@media screen and (max-width: 767px) {
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
float: none;
text-align: center;
}
.dataTables_wrapper .dataTables_paginate {
margin-top: 0.5em;
}
}
@media screen and (max-width: 640px) {
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
float: none;
text-align: center;
}
.dataTables_wrapper .dataTables_filter {
margin-top: 0.5em;
}
}

View File

@@ -0,0 +1,186 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Dec 2, 2020, 12:52:38 PM
Author : USER
*/
*.hidden {
display: none !important;
}
div.loading{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(16, 16, 16, 0.5);
z-index: 10000;
display: none;
}
.uil-ring-css h3{
color: white;
font-weight: bold;
text-align: center;
position: relative;
top: 100%;
}
@-webkit-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.uil-ring-css {
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 200px;
height: 200px;
}
.uil-ring-css > div {
position: absolute;
display: block;
width: 160px;
height: 160px;
top: 20px;
left: 20px;
border-radius: 80px;
box-shadow: 0 6px 0 0 #ffffff;
-ms-animation: uil-ring-anim 1s linear infinite;
-moz-animation: uil-ring-anim 1s linear infinite;
-webkit-animation: uil-ring-anim 1s linear infinite;
-o-animation: uil-ring-anim 1s linear infinite;
animation: uil-ring-anim 1s linear infinite;
}

View File

@@ -0,0 +1,162 @@
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
position: relative;
/*margin-bottom: 60px;*/
padding: 0;
*zoom: 1;
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.bx-wrapper img {
max-width: 100%;
display: block;
}
.bxslider {
margin: 0;
padding: 0;
}
ul.bxslider {
list-style: none;
}
.bx-viewport {
/*fix other elements on the page moving (on Chrome)*/
-webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: 20px;
width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #890E4F;
text-indent: -9999px;
display: block;
width: 15px;
height: 15px;
margin: 0 5px;
outline: 0;
border:2px solid #890E4F;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
background: none;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
vertical-align: bottom;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager-item {
font-size: 0;
line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
left: 10px;
background: url('../images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
background-position: 0 0;
}
.bx-wrapper .bx-next {
right: 10px;
background: url('../images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url('images/controls.png') -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url('images/controls.png') -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}

View File

@@ -0,0 +1,172 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Jun 10, 2020, 10:02:43 AM
Author : CHTL
*/
.view-html select.banks{
width: 100% !important;
}
.smart-cerdit-subAccount-history, .inquiries, .publicrecord{
width: 100% !important;
}
.personal-info-select-sc{
padding: 0 10px !important;
}
.client-status img{
display: none;
position: absolute;
top: 8px;
right: -6px;
height: 18px;
}
.affiliate-hide{
opacity: 0;
}
.affiliate-hide-op{
opacity: 0;
}
.affiliate-show{
opacity: 1;
}
.modal-body{
font-family: Calibri;
font-weight:bold;
}
.modal-header .close{
top:35%;
}
.modal-footer {
padding-top: 10px;
}
.modal-body label{
text-align: center;
width: 100%;
}
.upload-area{
padding: 30px;
border: 1px solid gray;
margin-top: 15px;
}
select{
font-size: 12px;
}
.content-div-hide{
display: none;
}
.pb-custom-design{
color: #ffffff;
background-color: #555555;
text-align: left;
font-size: 86%;
font-weight: bold;
padding: 0 10px 0 10px;
vertical-align: middle;
line-height: 19px;
clear: both;
}
.client-status img{
display: none;
position: absolute;
top: 17px;
right: -6px;
height: 18px;
}
.client-status a{
position: absolute;
top: 0px;
right: -6px;
height: 18px;
}
button.identity-iq-btn {
display: inline-block;
margin: 10px 0px 0px;
font-size: 0.9em;
color: #fff;
font-weight: 600;
text-align: center;
text-transform: uppercase;
background: #FF440A;
cursor: pointer;
transition: 0.5s;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
border: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px
}
#credit-report-modal .modal-dialog{
width: 50%;
margin: 0 auto;
margin-top: 20px;
}
@media (min-width: 0) and (max-width: 1484px) {
div.rpt_content_wrapper{
width:1066.9px !important;
}
#TokenDisplay{
width: 570px !important;
overflow-x: hidden !important;
}
#TokenDisplay table{
width: 100% !important;
}
.view-html{
overflow-x: scroll;
}
}
@media (min-width: 320px) and (max-width: 480px) {
#personalInfo select{
float: left;
}
#credit-report-modal .modal-dialog{
width: 100%;
margin: 0;
}
.view-html{
overflow-x: scroll;
}
.process-btn .btn{
width: 100% !important;
margin-bottom: 10px !important;
}
#content-from-api, #new-report{
width: 100% !important;
}
/* div.rpt_content_wrapper{
width:700px;
} */
.scd {
margin-top: 10px;
width: 290px;
}
.modal-open .modal{
margin: 20px;
}
}

View File

@@ -0,0 +1,619 @@
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*@import url(https://fonts.googleapis.com/css?family=Roboto);*/
body{
font-family: 'Source Sans Pro',sans-serif;
}
.index-table-section{
padding-bottom: 50px;
}
.box-footer{
border-top: 0px;
}
#light{
background-color: #3c8dbc;
height: 42px;
width: 48px;
border-radius: 5px;
font-size: 22px;
box-sizing: border-box;
padding-top: 5px;
margin-top: 13px;
}
/************************************
===== Index Page CSS Style Code =====
************************************/
.bulk-btn-section{
padding-left: 0px;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td{
border: 1px solid #eee;
text-align: center;
}
#index-table thead {
color:#3c8dbc;
border-bottom: 2px solid #eee;
}
#index-table thead a{
color:#3c8dbc;
}
/*.table-responsive{
padding-bottom: 100px;
}
.table-responsive th{
text-align: center;
}
.table-responsive tr td .btn-group .dropdown-menu {
left: auto;
top: 100%;
box-shadow: 0 0 5px;
right: 0%;
}
.input-sm{
width: 65px;
margin-left: 5px;
}*/
.error-text{
color: #dd4b39;
}
.form-group label{
text-align: left;
}
#submit{
margin: 10px 10px 20px 0px;
}
#submit-btn{
margin: 10px 10px 20px 0px;
}
#default-btn{
margin: 10px 0px 20px 5px;
}
/***********************************************
==== View Page CSS Style Code Section Start ====
************************************************/
.main-view-section{
text-align: left;
padding-top: 20px;
}
.view-section{
padding: 0;
}
.view-list{
list-style: none;
margin: 0;
padding: 0;
}
.view-list li{
padding: 7px 10px;
border-bottom: 1px solid #ECECEC;
min-height: 52px;
font-weight: 400;
}
.view-list > li > span:first-child {
display: block;
margin-bottom: 2px;
color: #A4A5A9;
font-weight: 700;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 11px;
font-family: 'Source Sans Pro',sans-serif;
text-transform: uppercase;
letter-spacing: .3px;
}
.view-list > li > span:last-child {
font-weight: 600;
font-size: 12px;
font-family: 'Source Sans Pro',sans-serif;
text-transform: uppercase;
letter-spacing: .3px;
}
.no-bottom-border{
border-bottom: 0px;
}
.back-btn-section{
padding-left: 10px;
}
#back-btn{
margin-top: 30px;
}
/*********************************************
==== View Page CSS Style Code Section End ====
**********************************************/
/**********************************************
==== Add Page CSS Style Code Section Start ====
***********************************************/
.ka-main-content{
text-align:left;
}
.input-form-section{
padding-top: 30px;
font-weight: 600;
font-size: 13px;
font-family: 'Source Sans Pro',sans-serif;
letter-spacing: .4px;
color: #555;
}
.input-form-section .form-group input[type=text],
.input-form-section .form-group textarea,
.input-form-section .form-group select{
border-radius: 0px;
}
.error-text{
/*color: #dd4b39;*/
color:darkred;
text-align: left;
}
.form-group label{
text-align: left;
}
#submit{
margin: 10px 10px 20px 0px;
}
#default-btn{
margin: 10px 0px 20px 5px;
}
#currency-sign{
position: absolute;
top: 0px;
right: 16px;
width: 35px;
height: 34px;
border-radius: 0px;
box-sizing: border-box;
padding-top: 8px;
}
#percentage-sign{
position: absolute;
top: 0px;
right: 16px;
width: 35px;
height: 34px;
border-radius: 0px;
box-sizing: border-box;
padding-top: 8px;
}
/********************************************
==== Add Page CSS Style Code Section End ====
*********************************************/
.modal-header{
background: #3c8dbc;color: white;
}
.title-base-section{
padding: 10px;
}
.tile-base {
background: #FFFFFF;
padding: 10px;
box-sizing: border-box;
border: 1px solid #eee;
}
.tile-icon {
position: absolute;
right: 0px;
margin: 0px 31px 2px 0px;
color: #A4A8AD;
}
.tile-icon i {
font-size: 30px;
}
.tile-small-header {
font-weight: 600;
font-size: 10px;
color: #505458;
text-transform: uppercase;
margin-bottom: 2px;
}
.tile-body {
font-weight: 500;
font-size: 18px;
color: #6F6F6F;
margin-bottom: 5px;
}
.tile-bottom {
margin-top: 10px;
}
.tile-progress {
height: 4px;
border-radius: 0;
background: rgba(17, 167, 219, 0.18);
}
.tile-progress-red {
background: rgba(237, 85, 100, 0.20);
}
.tile-progress-red .progress-bar {
background: #ED5564;
}
.tile-progress-green {
background: rgba(67, 172, 110, 0.30);
}
.tile-progress-green .progress-bar {
background: #43ac6e;
}
.tile-progress-orange {
background: rgba(245, 152, 0, 0.23);
}
.tile-progress-orange .progress-bar {
background: #f6bb42;
}
/*********************/
.right-side-section{
padding-top: 10px;
}
.project-activities{
padding: 0px;
border: 1px solid #eee;
margin-bottom: 15px;
}
#calendar{
height: 300px;
padding: 0px;
}
/*.ui-datepicker{
height: 300px;
background: #28a9f1;
}*/
.stdpad {
width: 100%;
height: 300px;
font-size: 13px;
font-weight: 300;
background: #FFFFFF;
}
.table-head {
height: 46px;
padding: 10px;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.6px;
text-transform: uppercase;
color: #505458;
background: #FFFFFF;
border-bottom: 2px solid #28a9f1;
}
.stdpad .nano {
height: 254px;
}
.nano {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.nano > .nano-content {
position: absolute;
overflow: scroll;
overflow-x: hidden;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding-top: 10px;
}
.nano > .nano-content:active,
.nano > .nano-content:focus{
border:0px;
}
ul.dash-messages {
margin-top: 5px;
height: 290px;
overflow: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.empty {
text-align: center;
color: #a7a7a7;
font-size: 10px;
text-transform: uppercase;
font-weight: 500;
margin-top: 60px;
}
.empty i {
font-size: 45px;
color: rgba(171, 171, 171, 0.47);
margin-bottom: 10px;
}
ul.activity__list {
padding: 15px 15px 15px 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
ul.activity__list:active,
ul.activity__list:focus{
border:0px;
}
.stdpad ul {
list-style: none;
margin: 0;
padding: 0 5%;
}
/*ul.activity_list li:nth-child(1) {
box-shadow: 2px 0 0 0 rgba(218,68,82,0.50) inset;
}*/
ul.activity_list li {
margin: 0px;
font-family: "HelveticaNeue", Arial;
font-size: 12px;
padding-left: 20px;
list-style: none;
border-left: 2px solid rgba(218,68,82,0.50);
}
ul.activity_list li::before {
content: " ";
display: block;
border: solid 0.5em #dd4b39;
border-radius: .8em;
height: 0;
width: 0;
margin-top: 0px;
margin-left: -27px;
}
.activity_list_header {
font-weight: bold;
font-size: 12px;
color: #5A5F63;
margin: 0;
padding: 0 0 5px;
}
.activity_list_sub {
font-weight: 400;
color: #5A5F63;
margin: 0 0 4px;
}
.activity_list_body {
color: #848484;
letter-spacing: 0px;
padding-bottom: 10px;
}
.nano > .nano-pane {
width: 4px;
right: 6px;
background: rgba(117, 117, 117, 0.2);
position: absolute;
top: 8px;
bottom: 8px;
opacity: .01;
transition: .3s;
}
#client-border-active{
color: #1cbce8;
border: 1px solid #1cbce8;
padding: 0px 20px;
border-radius: 4px;
}
#date-border-inactive{ /* ash color */
color: #ababab;
border: 1px solid #ababab;
padding: 0px 20px;
border-radius: 4px;
}
#label-success{ /* green color */
color: #43AC6E;
border: 1px solid #43AC6E;
padding: 0px 20px;
border-radius: 4px;
}
#ticket-index-status{ /* yellow color */
color: #EAAA10;
border: 1px solid #EAAA10;
padding: 0px 20px;
border-radius: 4px;
}
#red-indicator{ /* red color */
color: #ed5564;
border: 1px solid #ed5564;
padding: 0px 20px;
border-radius: 4px;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover{
color: #f6f6f6;
background: #3c8dbc;
}
select.input-sm{
width: 60px;
}
.task-list{
list-style: none;
padding-left: 0px;
}
.task-list li{
padding: 5px 10px;
border-top: 1px solid #eee;
border-left:1px solid #eee;
border-right:1px solid #eee;
}
.task-list li:last-child{
border-bottom: 1px solid #eee;
}
#project-task h5{
color: #28a9f1;
}
#project-task ul:nth-child(2n){
border-left: 3px solid green;
}
#project-task ul:nth-child(6){
border-left: 3px solid green;
}
#project-task ul:nth-child(10){
border-left: 3px solid green;
}
#project-task ul:nth-child(14){
border-left: 3px solid green;
}
#project-task ul:nth-child(4){
border-left: 3px solid #28a9f1;
}
#project-task ul:nth-child(8){
border-left: 3px solid #28a9f1;
}
#project-task ul:nth-child(12){
border-left: 3px solid #28a9f1;
}
#project-task ul:nth-child(16){
border-left: 3px solid #28a9f1;
}
.dashboard-header h4{
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0.4px;
color: rgb(89, 95, 101);
}
.graph-header-right-side{
padding-left: 90px;
}
.header-right-side-title{
padding-top: 10px;
float: left;
margin: 0px 10px;
}
.header-right-side-title h4{
margin:0px;
font-size: 14px;
}
.header-right-side-title h4:first-child{
font-weight: bold;
}
.graph-header-left-side{
padding-top: 10px;
}
.graph-header-left-side h4{
margin:0px;
font-size: 14px;
font-weight: bold;
}
#year-selector {
background: none;
border: 0;
font-weight: 300;
font-size: 14px;
color: #53575B;
text-transform: uppercase;
margin: 0 5px 5px;
}
#year-selector:active{
background: none;
border: 0;
}
.graph-header-left-side .btn-group .dropdown-toggle:active,
.graph-header-left-side .btn-group.open .dropdown-toggle {
outline: 0;
}
.graph-header-left-side .btn-group.open .dropdown-toggle {
box-shadow: none;
}
.rtg-loading-img{
width: 38px;
margin-left: -30px;
margin-top: 45px;
height: 32px;
display: none;
}
.edit-image-loading{
width: 38px;
margin-left: -41px;
margin-top: 90px;
height: 32px;
display: none;
}
.subcription{
padding-top: 30px;
padding-bottom: 10px;
}
.one-time-invoice-show .subscription-area-show{
display: block !important;
}
.subscription-area{
display:none;
}
.subscription-area .HeaderFont,.one-time-invoice-area .HeaderFont{
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
border-top: solid 1px #ababab;
height: 32px;
line-height: 32px;
vertical-align: middle;
padding: 0 5px;
background-color: #e1e1e1;
}
.subscription-area .DefaultSmallFont {
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
color: #000;
}
.subscription-area tr, .subscription-area td, .subscription-area select, .subscription-area input,.subscription-area p {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #000;
font-weight:normal
}
.subscription-area label{
padding-right: 0;
width: auto;
}
.m0-p0{
margin: 0;
padding: 0;
}
.payment-sub-area .new{
margin-top: 10px !important;
}
.subscription-area table{}
.subscription-area table tr{}
.subscription-area table tr td{}
#campaign-setup .modal-dialog{
width: 70% !important;
}
/*mobile-size*/
@media only screen and (max-width: 600px) {
.setup-email-automation-list-btn{
width: 100%;
}
.setup-email-list-btn{
width: 100%;
}
.footer-btn{}
.footer-btn .btn{
width: 100%;
margin-bottom: 10px;
}
#campaign-setup .modal-dialog{
width: 100% !important
}
}

1
webroot/rtgv3/css/select2.min.css vendored Normal file

File diff suppressed because one or more lines are too long

217
webroot/rtgv3/css/sertg.css Normal file
View File

@@ -0,0 +1,217 @@
swal-overlay {
overflow-y: auto !important;
}
.swal-button--defeat {
color: #fff !important;
background-color: #ff4545 !important;
}
.swal-button--cancel {
color: #fff !important;
background-color: #5dbd72 !important;
}
.swal-button {
background-color: #5dbd72 ;
color: #fff;
}
.swal-title:first-child{
margin-top: 0;
}
.swal-title {
margin: 0px;
font-size: 16px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
margin-bottom: 28px;
background: #3c8dbc;
color: #f7f7f7;
border-radius: 5px 5px 0 0;
}
.acc-issues-div {
margin-top: -15px;
}
li.select2-selection__choice {
background-color: #3c8dbc !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
color:black;
}
.select2-container--default .select2-selection--multiple{
border:1px solid #d2d6de;
border-radius: 0;
}
.select2-container .select2-search--inline .select2-search__field{
margin-left: 5px;
}
.acc-other-type{
border-top: none;
border-left: none;
border-right: none;
width: 105px;
height: 20px;
padding: 0;
padding-left: 5px;
}
.dest-checkbox{}
.dest-checkbox ul,.att-checkbox ul{margin: 0;padding:0;}
.dest-checkbox ul li,.att-checkbox ul li{float:left;padding:10px;}
.modal-dialog {
width: 90%;
}
.client-files-modal .modal-dialog {
width: 100%;
}
@media only screen and (max-width: 600px) {
.modal-dialog {
width: 100%;
}
}
.dropdown-x {
/* position: absolute; */
/* top: 50%; */
/* transform: translateY(-50%); */
width: 100%;
margin-right: 31px;
z-index: 99;
}
.dropdown-x dd,
.dropdown-x dt {
margin: 0px;
padding: 0px;
}
.dropdown-x ul {
margin: -1px 0 0 0;
}
.dropdown-x dd {
position: relative;
width: 100%;
z-index: 999 !important;
}
.dropdown-x a,
.dropdown-x a:visited {
color: #333;
text-decoration: none;
outline: none;
font-size: 12px;
}
.dropdown-x dt a {
background-color: #fff;
display: block;
padding: 6px;
min-height: 34px;
overflow: hidden;
width: 100%;
border:1px solid #d2d6de;
}
.hida {
float: left;
}
.dropdown-x dd ul {
text-align: left;
}
.modal-footer {
padding-top: 20px;
}
.dropdown-x span.value {
display: none;
}
.dropdown-x dd ul li a {
padding: 5px;
display: block;
}
.dropdown-x dd ul li a:hover {
background-color: #fff;
}
dl{margin-bottom:0;}
.choose-dest{
font-size: 14px;
font-weight: normal;
color: #a9a9a9;
float: left;
}
.multiSel{
margin-bottom:0;
}
.view-img img {
width: auto;
margin: 0 auto;
display: block;
padding: 15px;
height: 100px;
}
.disable-elem{
background-color: #eee !important;
opacity: 1;
cursor: not-allowed;
}
img#client-file-load {
position: absolute;
z-index: 99999999;
left: 50%;
width:120px;
top: 20rem;
margin-left: -60px;
display: none;
}
#credit-analaysis .modal-dialog{
width:79% !important;
margin: 0 auto;
}
#credit-analyzer .modal-dialog{
width:79% !important;
margin: 0 auto;
}
#credit-analyzer2 .modal-dialog{
width:79% !important;
margin: 0 auto;
}
@media only screen and (max-width: 600px) {
#credit-analaysis .modal-dialog{
width: 100% !important;
margin: 0;
padding: 10px;
}
#credit-analyzer .modal-dialog{
width: 100% !important;
margin: 0;
padding: 10px;
}
#credit-analyzer2 .modal-dialog{
width: 100% !important;
margin: 0;
padding: 10px;
}
}