inital commit
This commit is contained in:
76
webroot/epicvelocity/css/CRDownload.css
Normal file
76
webroot/epicvelocity/css/CRDownload.css
Normal file
@@ -0,0 +1,76 @@
|
||||
/*
|
||||
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 : Mar 10, 2021, 12:51:41 PM
|
||||
Author : USER
|
||||
*/
|
||||
|
||||
body
|
||||
{
|
||||
}
|
||||
table.legendInfo
|
||||
{
|
||||
font-size: 10px;
|
||||
}
|
||||
.ng-hide
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
@page
|
||||
{
|
||||
size: auto; /* auto is the initial value */
|
||||
margin: 6mm 5mm 0mm !important; /* this affects the margin in the printer settings */
|
||||
margin: 0px;
|
||||
}
|
||||
@media print
|
||||
{
|
||||
html
|
||||
{
|
||||
background-color: #FFFFFF;
|
||||
margin: 0mm !important; /* this affects the margin on the html before sending to printer */
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
/*border: solid 1px #ddd ;*/
|
||||
margin: 2mm !important; /* margin you want for the content */
|
||||
font-size: 10pt !important;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
table.crPrint
|
||||
{
|
||||
page-break-after: auto !important;
|
||||
width: 100% !important;
|
||||
display: inline-table !important;
|
||||
height: 100%;
|
||||
}
|
||||
table.crPrint tr
|
||||
{
|
||||
page-break-inside: avoid !important;
|
||||
}
|
||||
table.crPrint td
|
||||
{
|
||||
page-break-inside: avoid !important;
|
||||
}
|
||||
table.crPrint thead
|
||||
{
|
||||
display: table-header-group !important;
|
||||
}
|
||||
table.crPrint tfoot
|
||||
{
|
||||
display: table-footer-group !important;
|
||||
}
|
||||
.hstry-header
|
||||
{
|
||||
padding: 3px !important;
|
||||
}
|
||||
table.crPrint table.rpt_content_header th
|
||||
{
|
||||
padding: 3px !important;
|
||||
}
|
||||
|
||||
}
|
||||
5
webroot/epicvelocity/css/app.css
Normal file
5
webroot/epicvelocity/css/app.css
Normal file
File diff suppressed because one or more lines are too long
1
webroot/epicvelocity/css/bootstrap-multiselect.css
vendored
Normal file
1
webroot/epicvelocity/css/bootstrap-multiselect.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
span.multiselect-native-select{position:relative}span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container .multiselect-reset .input-group{width:93%}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
|
||||
6
webroot/epicvelocity/css/bootstrap.min.css
vendored
Normal file
6
webroot/epicvelocity/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
15
webroot/epicvelocity/css/custom.css
Normal file
15
webroot/epicvelocity/css/custom.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.main-content{
|
||||
border: 0 !important;
|
||||
}
|
||||
.multiselect .caret{
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 12px;
|
||||
margin-top: -3px;
|
||||
width: unset !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#univ-dest-div .multiselect{
|
||||
text-align: center !important;
|
||||
}
|
||||
752
webroot/epicvelocity/css/datepicker.css
Normal file
752
webroot/epicvelocity/css/datepicker.css
Normal file
@@ -0,0 +1,752 @@
|
||||
/*!
|
||||
* Datepicker for Bootstrap v1.4.1 (https://github.com/eternicode/bootstrap-datepicker)
|
||||
*
|
||||
* Copyright 2012 Stefan Petre
|
||||
* Improvements by Andrew Rowls
|
||||
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
|
||||
*/
|
||||
.datepicker {
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
direction: ltr;
|
||||
}
|
||||
.datepicker-inline {
|
||||
width: 220px;
|
||||
}
|
||||
.datepicker.datepicker-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.datepicker.datepicker-rtl table tr td span {
|
||||
float: right;
|
||||
}
|
||||
.datepicker-dropdown {
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.datepicker-dropdown:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-bottom: 7px solid #ccc;
|
||||
border-top: 0;
|
||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||
position: absolute;
|
||||
}
|
||||
.datepicker-dropdown:after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #fff;
|
||||
border-top: 0;
|
||||
position: absolute;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-left:before {
|
||||
left: 6px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-left:after {
|
||||
left: 7px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-right:before {
|
||||
right: 6px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-right:after {
|
||||
right: 7px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-top:before {
|
||||
top: -7px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-top:after {
|
||||
top: -6px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-bottom:before {
|
||||
bottom: -7px;
|
||||
border-bottom: 0;
|
||||
border-top: 7px solid #999;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-bottom:after {
|
||||
bottom: -6px;
|
||||
border-bottom: 0;
|
||||
border-top: 6px solid #fff;
|
||||
}
|
||||
.datepicker > div {
|
||||
display: none;
|
||||
}
|
||||
.datepicker.days .datepicker-days,
|
||||
.datepicker.months .datepicker-months,
|
||||
.datepicker.years .datepicker-years {
|
||||
display: block;
|
||||
}
|
||||
.datepicker table {
|
||||
margin: 0;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.datepicker table tr td,
|
||||
.datepicker table tr th {
|
||||
text-align: center;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 4px;
|
||||
border: none;
|
||||
}
|
||||
.table-striped .datepicker table tr td,
|
||||
.table-striped .datepicker table tr th {
|
||||
background-color: transparent;
|
||||
}
|
||||
.datepicker table tr td.day:hover,
|
||||
.datepicker table tr td.day.focused {
|
||||
background: #eeeeee;
|
||||
cursor: pointer;
|
||||
}
|
||||
.datepicker table tr td.old,
|
||||
.datepicker table tr td.new {
|
||||
color: #999999;
|
||||
}
|
||||
.datepicker table tr td.disabled,
|
||||
.datepicker table tr td.disabled:hover {
|
||||
background: none;
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
}
|
||||
.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: #000000;
|
||||
background-color: #ffdb99;
|
||||
border-color: #ffb733;
|
||||
}
|
||||
.datepicker table tr td.today:hover,
|
||||
.datepicker table tr td.today:hover:hover,
|
||||
.datepicker table tr td.today.disabled:hover,
|
||||
.datepicker table tr td.today.disabled:hover:hover,
|
||||
.datepicker table tr td.today:focus,
|
||||
.datepicker table tr td.today:hover:focus,
|
||||
.datepicker table tr td.today.disabled:focus,
|
||||
.datepicker table tr td.today.disabled:hover:focus,
|
||||
.datepicker table tr td.today:active,
|
||||
.datepicker table tr td.today:hover:active,
|
||||
.datepicker table tr td.today.disabled:active,
|
||||
.datepicker table tr td.today.disabled:hover:active,
|
||||
.datepicker table tr td.today.active,
|
||||
.datepicker table tr td.today:hover.active,
|
||||
.datepicker table tr td.today.disabled.active,
|
||||
.datepicker table tr td.today.disabled:hover.active,
|
||||
.open .dropdown-toggle.datepicker table tr td.today,
|
||||
.open .dropdown-toggle.datepicker table tr td.today:hover,
|
||||
.open .dropdown-toggle.datepicker table tr td.today.disabled,
|
||||
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
|
||||
color: #000000;
|
||||
background-color: #ffcd70;
|
||||
border-color: #f59e00;
|
||||
}
|
||||
.datepicker table tr td.today:active,
|
||||
.datepicker table tr td.today:hover:active,
|
||||
.datepicker table tr td.today.disabled:active,
|
||||
.datepicker table tr td.today.disabled:hover:active,
|
||||
.datepicker table tr td.today.active,
|
||||
.datepicker table tr td.today:hover.active,
|
||||
.datepicker table tr td.today.disabled.active,
|
||||
.datepicker table tr td.today.disabled:hover.active,
|
||||
.open .dropdown-toggle.datepicker table tr td.today,
|
||||
.open .dropdown-toggle.datepicker table tr td.today:hover,
|
||||
.open .dropdown-toggle.datepicker table tr td.today.disabled,
|
||||
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
|
||||
background-image: none;
|
||||
}
|
||||
.datepicker table tr td.today.disabled,
|
||||
.datepicker table tr td.today:hover.disabled,
|
||||
.datepicker table tr td.today.disabled.disabled,
|
||||
.datepicker table tr td.today.disabled:hover.disabled,
|
||||
.datepicker table tr td.today[disabled],
|
||||
.datepicker table tr td.today:hover[disabled],
|
||||
.datepicker table tr td.today.disabled[disabled],
|
||||
.datepicker table tr td.today.disabled:hover[disabled],
|
||||
fieldset[disabled] .datepicker table tr td.today,
|
||||
fieldset[disabled] .datepicker table tr td.today:hover,
|
||||
fieldset[disabled] .datepicker table tr td.today.disabled,
|
||||
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
|
||||
.datepicker table tr td.today.disabled:hover,
|
||||
.datepicker table tr td.today:hover.disabled:hover,
|
||||
.datepicker table tr td.today.disabled.disabled:hover,
|
||||
.datepicker table tr td.today.disabled:hover.disabled:hover,
|
||||
.datepicker table tr td.today[disabled]:hover,
|
||||
.datepicker table tr td.today:hover[disabled]:hover,
|
||||
.datepicker table tr td.today.disabled[disabled]:hover,
|
||||
.datepicker table tr td.today.disabled:hover[disabled]:hover,
|
||||
fieldset[disabled] .datepicker table tr td.today:hover,
|
||||
fieldset[disabled] .datepicker table tr td.today:hover:hover,
|
||||
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
|
||||
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
|
||||
.datepicker table tr td.today.disabled:focus,
|
||||
.datepicker table tr td.today:hover.disabled:focus,
|
||||
.datepicker table tr td.today.disabled.disabled:focus,
|
||||
.datepicker table tr td.today.disabled:hover.disabled:focus,
|
||||
.datepicker table tr td.today[disabled]:focus,
|
||||
.datepicker table tr td.today:hover[disabled]:focus,
|
||||
.datepicker table tr td.today.disabled[disabled]:focus,
|
||||
.datepicker table tr td.today.disabled:hover[disabled]:focus,
|
||||
fieldset[disabled] .datepicker table tr td.today:focus,
|
||||
fieldset[disabled] .datepicker table tr td.today:hover:focus,
|
||||
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
|
||||
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
|
||||
.datepicker table tr td.today.disabled:active,
|
||||
.datepicker table tr td.today:hover.disabled:active,
|
||||
.datepicker table tr td.today.disabled.disabled:active,
|
||||
.datepicker table tr td.today.disabled:hover.disabled:active,
|
||||
.datepicker table tr td.today[disabled]:active,
|
||||
.datepicker table tr td.today:hover[disabled]:active,
|
||||
.datepicker table tr td.today.disabled[disabled]:active,
|
||||
.datepicker table tr td.today.disabled:hover[disabled]:active,
|
||||
fieldset[disabled] .datepicker table tr td.today:active,
|
||||
fieldset[disabled] .datepicker table tr td.today:hover:active,
|
||||
fieldset[disabled] .datepicker table tr td.today.disabled:active,
|
||||
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
|
||||
.datepicker table tr td.today.disabled.active,
|
||||
.datepicker table tr td.today:hover.disabled.active,
|
||||
.datepicker table tr td.today.disabled.disabled.active,
|
||||
.datepicker table tr td.today.disabled:hover.disabled.active,
|
||||
.datepicker table tr td.today[disabled].active,
|
||||
.datepicker table tr td.today:hover[disabled].active,
|
||||
.datepicker table tr td.today.disabled[disabled].active,
|
||||
.datepicker table tr td.today.disabled:hover[disabled].active,
|
||||
fieldset[disabled] .datepicker table tr td.today.active,
|
||||
fieldset[disabled] .datepicker table tr td.today:hover.active,
|
||||
fieldset[disabled] .datepicker table tr td.today.disabled.active,
|
||||
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
|
||||
background-color: #ffdb99;
|
||||
border-color: #ffb733;
|
||||
}
|
||||
.datepicker table tr td.today:hover:hover {
|
||||
color: #000;
|
||||
}
|
||||
.datepicker table tr td.today.active:hover {
|
||||
color: #fff;
|
||||
}
|
||||
.datepicker table tr td.range,
|
||||
.datepicker table tr td.range:hover,
|
||||
.datepicker table tr td.range.disabled,
|
||||
.datepicker table tr td.range.disabled:hover {
|
||||
background: #eeeeee;
|
||||
border-radius: 0;
|
||||
}
|
||||
.datepicker table tr td.range.today,
|
||||
.datepicker table tr td.range.today:hover,
|
||||
.datepicker table tr td.range.today.disabled,
|
||||
.datepicker table tr td.range.today.disabled:hover {
|
||||
color: #000000;
|
||||
background-color: #f7ca77;
|
||||
border-color: #f1a417;
|
||||
border-radius: 0;
|
||||
}
|
||||
.datepicker table tr td.range.today:hover,
|
||||
.datepicker table tr td.range.today:hover:hover,
|
||||
.datepicker table tr td.range.today.disabled:hover,
|
||||
.datepicker table tr td.range.today.disabled:hover:hover,
|
||||
.datepicker table tr td.range.today:focus,
|
||||
.datepicker table tr td.range.today:hover:focus,
|
||||
.datepicker table tr td.range.today.disabled:focus,
|
||||
.datepicker table tr td.range.today.disabled:hover:focus,
|
||||
.datepicker table tr td.range.today:active,
|
||||
.datepicker table tr td.range.today:hover:active,
|
||||
.datepicker table tr td.range.today.disabled:active,
|
||||
.datepicker table tr td.range.today.disabled:hover:active,
|
||||
.datepicker table tr td.range.today.active,
|
||||
.datepicker table tr td.range.today:hover.active,
|
||||
.datepicker table tr td.range.today.disabled.active,
|
||||
.datepicker table tr td.range.today.disabled:hover.active,
|
||||
.open .dropdown-toggle.datepicker table tr td.range.today,
|
||||
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
|
||||
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
|
||||
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
|
||||
color: #000000;
|
||||
background-color: #f4bb51;
|
||||
border-color: #bf800c;
|
||||
}
|
||||
.datepicker table tr td.range.today:active,
|
||||
.datepicker table tr td.range.today:hover:active,
|
||||
.datepicker table tr td.range.today.disabled:active,
|
||||
.datepicker table tr td.range.today.disabled:hover:active,
|
||||
.datepicker table tr td.range.today.active,
|
||||
.datepicker table tr td.range.today:hover.active,
|
||||
.datepicker table tr td.range.today.disabled.active,
|
||||
.datepicker table tr td.range.today.disabled:hover.active,
|
||||
.open .dropdown-toggle.datepicker table tr td.range.today,
|
||||
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
|
||||
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
|
||||
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
|
||||
background-image: none;
|
||||
}
|
||||
.datepicker table tr td.range.today.disabled,
|
||||
.datepicker table tr td.range.today:hover.disabled,
|
||||
.datepicker table tr td.range.today.disabled.disabled,
|
||||
.datepicker table tr td.range.today.disabled:hover.disabled,
|
||||
.datepicker table tr td.range.today[disabled],
|
||||
.datepicker table tr td.range.today:hover[disabled],
|
||||
.datepicker table tr td.range.today.disabled[disabled],
|
||||
.datepicker table tr td.range.today.disabled:hover[disabled],
|
||||
fieldset[disabled] .datepicker table tr td.range.today,
|
||||
fieldset[disabled] .datepicker table tr td.range.today:hover,
|
||||
fieldset[disabled] .datepicker table tr td.range.today.disabled,
|
||||
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
|
||||
.datepicker table tr td.range.today.disabled:hover,
|
||||
.datepicker table tr td.range.today:hover.disabled:hover,
|
||||
.datepicker table tr td.range.today.disabled.disabled:hover,
|
||||
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
|
||||
.datepicker table tr td.range.today[disabled]:hover,
|
||||
.datepicker table tr td.range.today:hover[disabled]:hover,
|
||||
.datepicker table tr td.range.today.disabled[disabled]:hover,
|
||||
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
|
||||
fieldset[disabled] .datepicker table tr td.range.today:hover,
|
||||
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
|
||||
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
|
||||
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
|
||||
.datepicker table tr td.range.today.disabled:focus,
|
||||
.datepicker table tr td.range.today:hover.disabled:focus,
|
||||
.datepicker table tr td.range.today.disabled.disabled:focus,
|
||||
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
|
||||
.datepicker table tr td.range.today[disabled]:focus,
|
||||
.datepicker table tr td.range.today:hover[disabled]:focus,
|
||||
.datepicker table tr td.range.today.disabled[disabled]:focus,
|
||||
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
|
||||
fieldset[disabled] .datepicker table tr td.range.today:focus,
|
||||
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
|
||||
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
|
||||
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
|
||||
.datepicker table tr td.range.today.disabled:active,
|
||||
.datepicker table tr td.range.today:hover.disabled:active,
|
||||
.datepicker table tr td.range.today.disabled.disabled:active,
|
||||
.datepicker table tr td.range.today.disabled:hover.disabled:active,
|
||||
.datepicker table tr td.range.today[disabled]:active,
|
||||
.datepicker table tr td.range.today:hover[disabled]:active,
|
||||
.datepicker table tr td.range.today.disabled[disabled]:active,
|
||||
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
|
||||
fieldset[disabled] .datepicker table tr td.range.today:active,
|
||||
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
|
||||
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
|
||||
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
|
||||
.datepicker table tr td.range.today.disabled.active,
|
||||
.datepicker table tr td.range.today:hover.disabled.active,
|
||||
.datepicker table tr td.range.today.disabled.disabled.active,
|
||||
.datepicker table tr td.range.today.disabled:hover.disabled.active,
|
||||
.datepicker table tr td.range.today[disabled].active,
|
||||
.datepicker table tr td.range.today:hover[disabled].active,
|
||||
.datepicker table tr td.range.today.disabled[disabled].active,
|
||||
.datepicker table tr td.range.today.disabled:hover[disabled].active,
|
||||
fieldset[disabled] .datepicker table tr td.range.today.active,
|
||||
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
|
||||
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
|
||||
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
|
||||
background-color: #f7ca77;
|
||||
border-color: #f1a417;
|
||||
}
|
||||
.datepicker table tr td.selected,
|
||||
.datepicker table tr td.selected:hover,
|
||||
.datepicker table tr td.selected.disabled,
|
||||
.datepicker table tr td.selected.disabled:hover {
|
||||
color: #ffffff;
|
||||
background-color: #999999;
|
||||
border-color: #555555;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.datepicker table tr td.selected:hover,
|
||||
.datepicker table tr td.selected:hover:hover,
|
||||
.datepicker table tr td.selected.disabled:hover,
|
||||
.datepicker table tr td.selected.disabled:hover:hover,
|
||||
.datepicker table tr td.selected:focus,
|
||||
.datepicker table tr td.selected:hover:focus,
|
||||
.datepicker table tr td.selected.disabled:focus,
|
||||
.datepicker table tr td.selected.disabled:hover:focus,
|
||||
.datepicker table tr td.selected:active,
|
||||
.datepicker table tr td.selected:hover:active,
|
||||
.datepicker table tr td.selected.disabled:active,
|
||||
.datepicker table tr td.selected.disabled:hover:active,
|
||||
.datepicker table tr td.selected.active,
|
||||
.datepicker table tr td.selected:hover.active,
|
||||
.datepicker table tr td.selected.disabled.active,
|
||||
.datepicker table tr td.selected.disabled:hover.active,
|
||||
.open .dropdown-toggle.datepicker table tr td.selected,
|
||||
.open .dropdown-toggle.datepicker table tr td.selected:hover,
|
||||
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
|
||||
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
|
||||
color: #ffffff;
|
||||
background-color: #858585;
|
||||
border-color: #373737;
|
||||
}
|
||||
.datepicker table tr td.selected:active,
|
||||
.datepicker table tr td.selected:hover:active,
|
||||
.datepicker table tr td.selected.disabled:active,
|
||||
.datepicker table tr td.selected.disabled:hover:active,
|
||||
.datepicker table tr td.selected.active,
|
||||
.datepicker table tr td.selected:hover.active,
|
||||
.datepicker table tr td.selected.disabled.active,
|
||||
.datepicker table tr td.selected.disabled:hover.active,
|
||||
.open .dropdown-toggle.datepicker table tr td.selected,
|
||||
.open .dropdown-toggle.datepicker table tr td.selected:hover,
|
||||
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
|
||||
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
|
||||
background-image: none;
|
||||
}
|
||||
.datepicker table tr td.selected.disabled,
|
||||
.datepicker table tr td.selected:hover.disabled,
|
||||
.datepicker table tr td.selected.disabled.disabled,
|
||||
.datepicker table tr td.selected.disabled:hover.disabled,
|
||||
.datepicker table tr td.selected[disabled],
|
||||
.datepicker table tr td.selected:hover[disabled],
|
||||
.datepicker table tr td.selected.disabled[disabled],
|
||||
.datepicker table tr td.selected.disabled:hover[disabled],
|
||||
fieldset[disabled] .datepicker table tr td.selected,
|
||||
fieldset[disabled] .datepicker table tr td.selected:hover,
|
||||
fieldset[disabled] .datepicker table tr td.selected.disabled,
|
||||
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
|
||||
.datepicker table tr td.selected.disabled:hover,
|
||||
.datepicker table tr td.selected:hover.disabled:hover,
|
||||
.datepicker table tr td.selected.disabled.disabled:hover,
|
||||
.datepicker table tr td.selected.disabled:hover.disabled:hover,
|
||||
.datepicker table tr td.selected[disabled]:hover,
|
||||
.datepicker table tr td.selected:hover[disabled]:hover,
|
||||
.datepicker table tr td.selected.disabled[disabled]:hover,
|
||||
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
|
||||
fieldset[disabled] .datepicker table tr td.selected:hover,
|
||||
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
|
||||
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
|
||||
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
|
||||
.datepicker table tr td.selected.disabled:focus,
|
||||
.datepicker table tr td.selected:hover.disabled:focus,
|
||||
.datepicker table tr td.selected.disabled.disabled:focus,
|
||||
.datepicker table tr td.selected.disabled:hover.disabled:focus,
|
||||
.datepicker table tr td.selected[disabled]:focus,
|
||||
.datepicker table tr td.selected:hover[disabled]:focus,
|
||||
.datepicker table tr td.selected.disabled[disabled]:focus,
|
||||
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
|
||||
fieldset[disabled] .datepicker table tr td.selected:focus,
|
||||
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
|
||||
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
|
||||
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
|
||||
.datepicker table tr td.selected.disabled:active,
|
||||
.datepicker table tr td.selected:hover.disabled:active,
|
||||
.datepicker table tr td.selected.disabled.disabled:active,
|
||||
.datepicker table tr td.selected.disabled:hover.disabled:active,
|
||||
.datepicker table tr td.selected[disabled]:active,
|
||||
.datepicker table tr td.selected:hover[disabled]:active,
|
||||
.datepicker table tr td.selected.disabled[disabled]:active,
|
||||
.datepicker table tr td.selected.disabled:hover[disabled]:active,
|
||||
fieldset[disabled] .datepicker table tr td.selected:active,
|
||||
fieldset[disabled] .datepicker table tr td.selected:hover:active,
|
||||
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
|
||||
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
|
||||
.datepicker table tr td.selected.disabled.active,
|
||||
.datepicker table tr td.selected:hover.disabled.active,
|
||||
.datepicker table tr td.selected.disabled.disabled.active,
|
||||
.datepicker table tr td.selected.disabled:hover.disabled.active,
|
||||
.datepicker table tr td.selected[disabled].active,
|
||||
.datepicker table tr td.selected:hover[disabled].active,
|
||||
.datepicker table tr td.selected.disabled[disabled].active,
|
||||
.datepicker table tr td.selected.disabled:hover[disabled].active,
|
||||
fieldset[disabled] .datepicker table tr td.selected.active,
|
||||
fieldset[disabled] .datepicker table tr td.selected:hover.active,
|
||||
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
|
||||
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
|
||||
background-color: #999999;
|
||||
border-color: #555555;
|
||||
}
|
||||
.datepicker table tr td.active,
|
||||
.datepicker table tr td.active:hover,
|
||||
.datepicker table tr td.active.disabled,
|
||||
.datepicker table tr td.active.disabled:hover {
|
||||
color: #ffffff;
|
||||
background-color: #428bca;
|
||||
border-color: #357ebd;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.datepicker table tr td.active:hover,
|
||||
.datepicker table tr td.active:hover:hover,
|
||||
.datepicker table tr td.active.disabled:hover,
|
||||
.datepicker table tr td.active.disabled:hover:hover,
|
||||
.datepicker table tr td.active:focus,
|
||||
.datepicker table tr td.active:hover:focus,
|
||||
.datepicker table tr td.active.disabled:focus,
|
||||
.datepicker table tr td.active.disabled:hover:focus,
|
||||
.datepicker table tr td.active:active,
|
||||
.datepicker table tr td.active:hover:active,
|
||||
.datepicker table tr td.active.disabled:active,
|
||||
.datepicker table tr td.active.disabled:hover:active,
|
||||
.datepicker table tr td.active.active,
|
||||
.datepicker table tr td.active:hover.active,
|
||||
.datepicker table tr td.active.disabled.active,
|
||||
.datepicker table tr td.active.disabled:hover.active,
|
||||
.open .dropdown-toggle.datepicker table tr td.active,
|
||||
.open .dropdown-toggle.datepicker table tr td.active:hover,
|
||||
.open .dropdown-toggle.datepicker table tr td.active.disabled,
|
||||
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
|
||||
color: #ffffff;
|
||||
background-color: #3276b1;
|
||||
border-color: #285e8e;
|
||||
}
|
||||
.datepicker table tr td.active:active,
|
||||
.datepicker table tr td.active:hover:active,
|
||||
.datepicker table tr td.active.disabled:active,
|
||||
.datepicker table tr td.active.disabled:hover:active,
|
||||
.datepicker table tr td.active.active,
|
||||
.datepicker table tr td.active:hover.active,
|
||||
.datepicker table tr td.active.disabled.active,
|
||||
.datepicker table tr td.active.disabled:hover.active,
|
||||
.open .dropdown-toggle.datepicker table tr td.active,
|
||||
.open .dropdown-toggle.datepicker table tr td.active:hover,
|
||||
.open .dropdown-toggle.datepicker table tr td.active.disabled,
|
||||
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
|
||||
background-image: none;
|
||||
}
|
||||
.datepicker table tr td.active.disabled,
|
||||
.datepicker table tr td.active:hover.disabled,
|
||||
.datepicker table tr td.active.disabled.disabled,
|
||||
.datepicker table tr td.active.disabled:hover.disabled,
|
||||
.datepicker table tr td.active[disabled],
|
||||
.datepicker table tr td.active:hover[disabled],
|
||||
.datepicker table tr td.active.disabled[disabled],
|
||||
.datepicker table tr td.active.disabled:hover[disabled],
|
||||
fieldset[disabled] .datepicker table tr td.active,
|
||||
fieldset[disabled] .datepicker table tr td.active:hover,
|
||||
fieldset[disabled] .datepicker table tr td.active.disabled,
|
||||
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
|
||||
.datepicker table tr td.active.disabled:hover,
|
||||
.datepicker table tr td.active:hover.disabled:hover,
|
||||
.datepicker table tr td.active.disabled.disabled:hover,
|
||||
.datepicker table tr td.active.disabled:hover.disabled:hover,
|
||||
.datepicker table tr td.active[disabled]:hover,
|
||||
.datepicker table tr td.active:hover[disabled]:hover,
|
||||
.datepicker table tr td.active.disabled[disabled]:hover,
|
||||
.datepicker table tr td.active.disabled:hover[disabled]:hover,
|
||||
fieldset[disabled] .datepicker table tr td.active:hover,
|
||||
fieldset[disabled] .datepicker table tr td.active:hover:hover,
|
||||
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
|
||||
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
|
||||
.datepicker table tr td.active.disabled:focus,
|
||||
.datepicker table tr td.active:hover.disabled:focus,
|
||||
.datepicker table tr td.active.disabled.disabled:focus,
|
||||
.datepicker table tr td.active.disabled:hover.disabled:focus,
|
||||
.datepicker table tr td.active[disabled]:focus,
|
||||
.datepicker table tr td.active:hover[disabled]:focus,
|
||||
.datepicker table tr td.active.disabled[disabled]:focus,
|
||||
.datepicker table tr td.active.disabled:hover[disabled]:focus,
|
||||
fieldset[disabled] .datepicker table tr td.active:focus,
|
||||
fieldset[disabled] .datepicker table tr td.active:hover:focus,
|
||||
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
|
||||
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
|
||||
.datepicker table tr td.active.disabled:active,
|
||||
.datepicker table tr td.active:hover.disabled:active,
|
||||
.datepicker table tr td.active.disabled.disabled:active,
|
||||
.datepicker table tr td.active.disabled:hover.disabled:active,
|
||||
.datepicker table tr td.active[disabled]:active,
|
||||
.datepicker table tr td.active:hover[disabled]:active,
|
||||
.datepicker table tr td.active.disabled[disabled]:active,
|
||||
.datepicker table tr td.active.disabled:hover[disabled]:active,
|
||||
fieldset[disabled] .datepicker table tr td.active:active,
|
||||
fieldset[disabled] .datepicker table tr td.active:hover:active,
|
||||
fieldset[disabled] .datepicker table tr td.active.disabled:active,
|
||||
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
|
||||
.datepicker table tr td.active.disabled.active,
|
||||
.datepicker table tr td.active:hover.disabled.active,
|
||||
.datepicker table tr td.active.disabled.disabled.active,
|
||||
.datepicker table tr td.active.disabled:hover.disabled.active,
|
||||
.datepicker table tr td.active[disabled].active,
|
||||
.datepicker table tr td.active:hover[disabled].active,
|
||||
.datepicker table tr td.active.disabled[disabled].active,
|
||||
.datepicker table tr td.active.disabled:hover[disabled].active,
|
||||
fieldset[disabled] .datepicker table tr td.active.active,
|
||||
fieldset[disabled] .datepicker table tr td.active:hover.active,
|
||||
fieldset[disabled] .datepicker table tr td.active.disabled.active,
|
||||
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
|
||||
background-color: #428bca;
|
||||
border-color: #357ebd;
|
||||
}
|
||||
.datepicker table tr td span {
|
||||
display: block;
|
||||
width: 23%;
|
||||
height: 54px;
|
||||
line-height: 54px;
|
||||
float: left;
|
||||
margin: 1%;
|
||||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.datepicker table tr td span:hover {
|
||||
background: #eeeeee;
|
||||
}
|
||||
.datepicker table tr td span.disabled,
|
||||
.datepicker table tr td span.disabled:hover {
|
||||
background: none;
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
}
|
||||
.datepicker table tr td span.active,
|
||||
.datepicker table tr td span.active:hover,
|
||||
.datepicker table tr td span.active.disabled,
|
||||
.datepicker table tr td span.active.disabled:hover {
|
||||
color: #ffffff;
|
||||
background-color: #428bca;
|
||||
border-color: #357ebd;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.datepicker table tr td span.active:hover,
|
||||
.datepicker table tr td span.active:hover:hover,
|
||||
.datepicker table tr td span.active.disabled:hover,
|
||||
.datepicker table tr td span.active.disabled:hover:hover,
|
||||
.datepicker table tr td span.active:focus,
|
||||
.datepicker table tr td span.active:hover:focus,
|
||||
.datepicker table tr td span.active.disabled:focus,
|
||||
.datepicker table tr td span.active.disabled:hover:focus,
|
||||
.datepicker table tr td span.active:active,
|
||||
.datepicker table tr td span.active:hover:active,
|
||||
.datepicker table tr td span.active.disabled:active,
|
||||
.datepicker table tr td span.active.disabled:hover:active,
|
||||
.datepicker table tr td span.active.active,
|
||||
.datepicker table tr td span.active:hover.active,
|
||||
.datepicker table tr td span.active.disabled.active,
|
||||
.datepicker table tr td span.active.disabled:hover.active,
|
||||
.open .dropdown-toggle.datepicker table tr td span.active,
|
||||
.open .dropdown-toggle.datepicker table tr td span.active:hover,
|
||||
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
|
||||
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
|
||||
color: #ffffff;
|
||||
background-color: #3276b1;
|
||||
border-color: #285e8e;
|
||||
}
|
||||
.datepicker table tr td span.active:active,
|
||||
.datepicker table tr td span.active:hover:active,
|
||||
.datepicker table tr td span.active.disabled:active,
|
||||
.datepicker table tr td span.active.disabled:hover:active,
|
||||
.datepicker table tr td span.active.active,
|
||||
.datepicker table tr td span.active:hover.active,
|
||||
.datepicker table tr td span.active.disabled.active,
|
||||
.datepicker table tr td span.active.disabled:hover.active,
|
||||
.open .dropdown-toggle.datepicker table tr td span.active,
|
||||
.open .dropdown-toggle.datepicker table tr td span.active:hover,
|
||||
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
|
||||
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
|
||||
background-image: none;
|
||||
}
|
||||
.datepicker table tr td span.active.disabled,
|
||||
.datepicker table tr td span.active:hover.disabled,
|
||||
.datepicker table tr td span.active.disabled.disabled,
|
||||
.datepicker table tr td span.active.disabled:hover.disabled,
|
||||
.datepicker table tr td span.active[disabled],
|
||||
.datepicker table tr td span.active:hover[disabled],
|
||||
.datepicker table tr td span.active.disabled[disabled],
|
||||
.datepicker table tr td span.active.disabled:hover[disabled],
|
||||
fieldset[disabled] .datepicker table tr td span.active,
|
||||
fieldset[disabled] .datepicker table tr td span.active:hover,
|
||||
fieldset[disabled] .datepicker table tr td span.active.disabled,
|
||||
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
|
||||
.datepicker table tr td span.active.disabled:hover,
|
||||
.datepicker table tr td span.active:hover.disabled:hover,
|
||||
.datepicker table tr td span.active.disabled.disabled:hover,
|
||||
.datepicker table tr td span.active.disabled:hover.disabled:hover,
|
||||
.datepicker table tr td span.active[disabled]:hover,
|
||||
.datepicker table tr td span.active:hover[disabled]:hover,
|
||||
.datepicker table tr td span.active.disabled[disabled]:hover,
|
||||
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
|
||||
fieldset[disabled] .datepicker table tr td span.active:hover,
|
||||
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
|
||||
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
|
||||
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
|
||||
.datepicker table tr td span.active.disabled:focus,
|
||||
.datepicker table tr td span.active:hover.disabled:focus,
|
||||
.datepicker table tr td span.active.disabled.disabled:focus,
|
||||
.datepicker table tr td span.active.disabled:hover.disabled:focus,
|
||||
.datepicker table tr td span.active[disabled]:focus,
|
||||
.datepicker table tr td span.active:hover[disabled]:focus,
|
||||
.datepicker table tr td span.active.disabled[disabled]:focus,
|
||||
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
|
||||
fieldset[disabled] .datepicker table tr td span.active:focus,
|
||||
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
|
||||
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
|
||||
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
|
||||
.datepicker table tr td span.active.disabled:active,
|
||||
.datepicker table tr td span.active:hover.disabled:active,
|
||||
.datepicker table tr td span.active.disabled.disabled:active,
|
||||
.datepicker table tr td span.active.disabled:hover.disabled:active,
|
||||
.datepicker table tr td span.active[disabled]:active,
|
||||
.datepicker table tr td span.active:hover[disabled]:active,
|
||||
.datepicker table tr td span.active.disabled[disabled]:active,
|
||||
.datepicker table tr td span.active.disabled:hover[disabled]:active,
|
||||
fieldset[disabled] .datepicker table tr td span.active:active,
|
||||
fieldset[disabled] .datepicker table tr td span.active:hover:active,
|
||||
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
|
||||
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
|
||||
.datepicker table tr td span.active.disabled.active,
|
||||
.datepicker table tr td span.active:hover.disabled.active,
|
||||
.datepicker table tr td span.active.disabled.disabled.active,
|
||||
.datepicker table tr td span.active.disabled:hover.disabled.active,
|
||||
.datepicker table tr td span.active[disabled].active,
|
||||
.datepicker table tr td span.active:hover[disabled].active,
|
||||
.datepicker table tr td span.active.disabled[disabled].active,
|
||||
.datepicker table tr td span.active.disabled:hover[disabled].active,
|
||||
fieldset[disabled] .datepicker table tr td span.active.active,
|
||||
fieldset[disabled] .datepicker table tr td span.active:hover.active,
|
||||
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
|
||||
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
|
||||
background-color: #428bca;
|
||||
border-color: #357ebd;
|
||||
}
|
||||
.datepicker table tr td span.old,
|
||||
.datepicker table tr td span.new {
|
||||
color: #999999;
|
||||
}
|
||||
.datepicker .datepicker-switch {
|
||||
width: 145px;
|
||||
}
|
||||
.datepicker thead tr:first-child th,
|
||||
.datepicker tfoot tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
.datepicker thead tr:first-child th:hover,
|
||||
.datepicker tfoot tr th:hover {
|
||||
background: #eeeeee;
|
||||
}
|
||||
.datepicker .cw {
|
||||
font-size: 10px;
|
||||
width: 12px;
|
||||
padding: 0 2px 0 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.datepicker thead tr:first-child .cw {
|
||||
cursor: default;
|
||||
background-color: transparent;
|
||||
}
|
||||
.input-group.date .input-group-addon {
|
||||
cursor: pointer;
|
||||
}
|
||||
.input-daterange {
|
||||
width: 100%;
|
||||
}
|
||||
.input-daterange input {
|
||||
text-align: center;
|
||||
}
|
||||
.input-daterange input:first-child {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
.input-daterange input:last-child {
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
.input-daterange .input-group-addon {
|
||||
width: auto;
|
||||
min-width: 16px;
|
||||
padding: 4px 5px;
|
||||
font-weight: normal;
|
||||
line-height: 1.42857143;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
vertical-align: middle;
|
||||
background-color: #eeeeee;
|
||||
border: solid #cccccc;
|
||||
border-width: 1px 0;
|
||||
margin-left: -5px;
|
||||
margin-right: -5px;
|
||||
}
|
||||
274
webroot/epicvelocity/css/evlg-page.css
Normal file
274
webroot/epicvelocity/css/evlg-page.css
Normal file
@@ -0,0 +1,274 @@
|
||||
|
||||
/*html {
|
||||
scroll-behavior: smooth;
|
||||
}*/
|
||||
.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 {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 0 3px 2px 0;
|
||||
background: #3c8dbc;
|
||||
color: #fff;
|
||||
margin-left: 2px;
|
||||
margin-bottom: 2px;
|
||||
border-radius: 4px;
|
||||
padding: 0 5px;
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
}
|
||||
.dropdown-x dd ul {
|
||||
background-color: #fff;
|
||||
border: 0;
|
||||
color: #333;
|
||||
display: none;
|
||||
left: 0px;
|
||||
padding: 2px 15px 2px 5px;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
width: 100%;
|
||||
list-style: none;
|
||||
max-height: 300px;
|
||||
height: auto;
|
||||
overflow-y: auto;
|
||||
border:1px solid black;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.rebuttal-class{
|
||||
margin-top: 120px;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
}
|
||||
.rebuttal-class1{
|
||||
margin-top: 112px;
|
||||
}
|
||||
.rebuttal-class{
|
||||
margin-top: 100px;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
}
|
||||
.rebuttal-class1{
|
||||
margin-top: 100px;
|
||||
}
|
||||
.col-sm-12 {
|
||||
padding-left: 0px !important;
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
.info-section {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.req-span {
|
||||
color: red;
|
||||
}
|
||||
.div-item-dest {
|
||||
height: 531px;
|
||||
overflow: auto;
|
||||
}
|
||||
.lbl-dest {
|
||||
font-size: 12px;
|
||||
color: #555;
|
||||
font-weight: normal;
|
||||
}
|
||||
.main-content {
|
||||
|
||||
border: 2px solid #746f6f;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.img-content {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#btn-regenerate {
|
||||
float: right;
|
||||
margin-top: -25px;
|
||||
font-size: 20px;
|
||||
margin-right: 9px;
|
||||
}
|
||||
.btn-add-other {
|
||||
float: right;
|
||||
margin-top: -34px;
|
||||
font-size: 16px;
|
||||
margin-right: -8px;
|
||||
color: #11df21;
|
||||
}
|
||||
.btn-remove-other {
|
||||
float: right;
|
||||
margin-top: -24px;
|
||||
font-size: 16px;
|
||||
margin-right: -8px;
|
||||
color: red;
|
||||
}
|
||||
.btn-univ-add-other {
|
||||
float: right;
|
||||
margin-top: -24px;
|
||||
font-size: 16px;
|
||||
margin-right: 13px;
|
||||
color: #11df21;
|
||||
}
|
||||
.btn-univ-remove-other {
|
||||
float: right;
|
||||
margin-top: -24px;
|
||||
font-size: 16px;
|
||||
margin-right: -8px;
|
||||
color: red;
|
||||
}
|
||||
.btn-remove-content {
|
||||
float: right;
|
||||
margin-top: -57px;
|
||||
font-size: 20px;
|
||||
margin-right: 16px;
|
||||
color: red;
|
||||
}
|
||||
.btn-add-content {
|
||||
float: right;
|
||||
margin-top: -57px;
|
||||
font-size: 18px;
|
||||
margin-right: 40px;
|
||||
color: #11df21;
|
||||
}
|
||||
.btn-add-line-break {
|
||||
float: right;
|
||||
margin-top: -57px;
|
||||
font-size: 18px;
|
||||
margin-right: 60px;
|
||||
}
|
||||
.gly-dest {font-size: 16px;}
|
||||
.file-txt {overflow-wrap: break-word;
|
||||
word-wrap: break-word;}
|
||||
.video-icon {
|
||||
float: right;
|
||||
font-size: 26px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
#top-btn {
|
||||
display: none;
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
right: 30px;
|
||||
z-index: 99;
|
||||
cursor: pointer;
|
||||
padding: 15px;
|
||||
font-size: 30px;
|
||||
|
||||
}
|
||||
.bg-yellow {
|
||||
background-color:#e3f10d;
|
||||
font-weight: bold;
|
||||
}
|
||||
.bg-yellow2 {
|
||||
background-color:#e8de5e;
|
||||
}
|
||||
.bg-pink {
|
||||
background-color: #ead0ea;
|
||||
}
|
||||
.bg-tra {
|
||||
background-color: #DAB96A;
|
||||
}
|
||||
.bg-exp {
|
||||
background-color: #98BDC5;
|
||||
}
|
||||
.bg-equ {
|
||||
background-color: #CBD06C;
|
||||
}
|
||||
.cb-br {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
background-color: #ccc;
|
||||
}
|
||||
.span-cl-green {
|
||||
color: #1bd618
|
||||
}
|
||||
.acct-cb-img .addr_hsrty{
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
table.addr_hsrty td.headerTUC, table.addr_hsrty td.headerEXP, table.addr_hsrty td.headerEQF {
|
||||
/* background-color: transparent !important;
|
||||
color: black;*/
|
||||
}
|
||||
.cl-diff {
|
||||
font-weight: bold !important;
|
||||
font-size: 13px !important;
|
||||
color: red;
|
||||
mix-blend-mode: exclusion;
|
||||
}
|
||||
.icon-goto-report {font-size: 20px;padding-left: 10px;}
|
||||
.span-file {padding-left: 5px;}
|
||||
.cb-numbers {text-align: center;}
|
||||
#univ-dest-div .btn-group {width: 100%;}
|
||||
#univ-dest-div .multiselect {width: 100%;}
|
||||
556
webroot/epicvelocity/css/improved.css
Normal file
556
webroot/epicvelocity/css/improved.css
Normal file
@@ -0,0 +1,556 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
color: #2A3F54;
|
||||
background-color: #54c7dc;
|
||||
background-image: linear-gradient(-90deg, #54c7dc 0%, #4361c2 100%);
|
||||
background-image: -webkit-linear-gradient(-90deg, #54c7dc 0%, #4361c2 100%);
|
||||
background-image: -o-linear-gradient(-90deg, #54c7dc 0%, #4361c2 100%);
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.dropdown-menu > li,
|
||||
.dropdown-menu > li button,
|
||||
.dropdown-menu > li > a {
|
||||
font: 300 14px "roboto";
|
||||
color: #2A3F54 !important;
|
||||
}
|
||||
|
||||
.dropdown-menu > li button {
|
||||
padding: 0 8px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.nav.side-menu > li.active,
|
||||
.nav.side-menu > li.current-page {
|
||||
border-right: 4px solid #edab1c;
|
||||
}
|
||||
|
||||
.nav li.current-page {
|
||||
background: rgba(255,255,255,.1);
|
||||
}
|
||||
|
||||
.nav-md .container.body .right_col {
|
||||
background-color: #fff;
|
||||
padding: 90px 40px 30px;
|
||||
margin-bottom: -25px;
|
||||
}
|
||||
|
||||
.panel-default {
|
||||
border: 1px solid #efefff;
|
||||
box-shadow: 0 16px 26px 0 rgba(219, 219, 255, 0.7);
|
||||
-webkit-box-shadow: 0 16px 26px 0 rgba(219, 219, 255, 0.7);
|
||||
}
|
||||
|
||||
.panel-default > .panel-heading {
|
||||
border-color: #efefff;
|
||||
background-color: #fff;
|
||||
}
|
||||
.panel-default > .panel-heading > h1 {
|
||||
font-size: 26px;
|
||||
color: #2A3F54;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.panel-default > .panel-heading > p {
|
||||
color: #4A4F74;
|
||||
}
|
||||
|
||||
.panel-default .x_panel {
|
||||
padding: 0;
|
||||
display: block;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.panel-default label {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.nav_menu {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
box-shadow: 0 2px 16px rgba(219, 219, 255, 0.7);
|
||||
-webkit-box-shadow: 0 2px 16px rgba(219, 219, 255, 0.7);
|
||||
}
|
||||
|
||||
.site_title {
|
||||
line-height: 54px;
|
||||
}
|
||||
|
||||
.form-control,
|
||||
.login_content form input[type="text"],
|
||||
.login_content form input[type="email"],
|
||||
.login_content form input[type="password"],
|
||||
.datepicker {
|
||||
border: 1px solid #dfdfef;
|
||||
border-radius: 3px;
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
}
|
||||
|
||||
.form-control:focus,
|
||||
.login_content form input[type="text"]:focus,
|
||||
.login_content form input[type="email"]:focus,
|
||||
.login_content form input[type="password"]:focus,
|
||||
.datepicker:focus {
|
||||
color: #151948;
|
||||
background: #f1f1ff;
|
||||
border: 1px solid #2fc2dd;
|
||||
box-shadow: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.panel-default .req-span {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
fieldset.add-nother {
|
||||
border: none !important;
|
||||
padding: 15px 10px 15px;
|
||||
margin: 0 12px 25px;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
background: #fafbff;
|
||||
box-shadow: 0 0 5px rgba(0,0,0,0.125);
|
||||
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.125);
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
legend.add-nother {
|
||||
font-size: 26px !important;
|
||||
font-weight: 300 !important;
|
||||
text-align: center !important;
|
||||
width: auto;
|
||||
margin: 0 auto 10px;
|
||||
padding: 5px 25px;
|
||||
border: none !important;
|
||||
position: relative;
|
||||
top: 40px;
|
||||
}
|
||||
|
||||
.panel-default .div-item-dest {
|
||||
/*border: 1px solid #dfdfef;*/
|
||||
border-radius: 3px;
|
||||
padding: 10px 15px;
|
||||
overflow: auto;
|
||||
overflow-y: auto;
|
||||
height: 490px;
|
||||
/*background-color: #fff;*/
|
||||
}
|
||||
|
||||
.div-item-dest .form-control {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.form-control.no-bdr {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.btn2 {
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-weight: 800;
|
||||
font-size: 1em;
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
border-radius: 7px;
|
||||
margin: 10px;
|
||||
padding: 10px 35px;
|
||||
background-size: 200% auto;
|
||||
border: none;
|
||||
color: white;
|
||||
box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
|
||||
background-image: linear-gradient(to right, #45aaf2 0%, #6574cd 50%, #45aaf2 100%);
|
||||
background-image: -webkit-linear-gradient(to right, #45aaf2 0%, #6574cd 50%, #45aaf2 100%);
|
||||
background-image: -o-linear-gradient(to right, #45aaf2 0%, #6574cd 50%, #45aaf2 100%);
|
||||
transition: 0.35s;
|
||||
-webkit-transition: 0.35s;
|
||||
}
|
||||
|
||||
.btn2:hover,
|
||||
.btn2:focus {
|
||||
background-image: linear-gradient(to right, #6574cd 0%, #45aaf2 50%, #6574cd 100%);
|
||||
background-image: -webkit-linear-gradient(to right, #6574cd 0%, #45aaf2 50%, #6574cd 100%);
|
||||
background-image: -o-linear-gradient(to right, #6574cd 0%, #45aaf2 50%, #6574cd 100%);
|
||||
background-position: right center;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.panel-frm .btn2-danger {
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-weight: 800;
|
||||
font-size: 1em;
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
border-radius: 7px;
|
||||
margin: 10px;
|
||||
padding: 1em 3em;
|
||||
background-size: 200% auto;
|
||||
border: none;
|
||||
color: white;
|
||||
box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
|
||||
background-image: linear-gradient(to right, #d7344a 0%, #d91578 50%, #f26545 100%);
|
||||
background-image: -webkit-linear-gradient(to right, #d7344a 0%, #d91578 50%, #f26545 100%);
|
||||
background-image: -o-linear-gradient(to right, #d7344a 0%, #d91578 50%, #f26545 100%);
|
||||
transition: 0.35s;
|
||||
-webkit-transition: 0.35s;
|
||||
}
|
||||
|
||||
.btn2-danger:hover,
|
||||
.btn2-danger:focus {
|
||||
background-image: linear-gradient(to right, #d7344a 0%, #d91578 50%, #f26545 100%);
|
||||
background-image: -webkit-linear-gradient(to right, #d7344a 0%, #d91578 50%, #f26545 100%);
|
||||
background-image: -o-linear-gradient(to right, #d7344a 0%, #d91578 50%, #f26545 100%);
|
||||
background-position: right center;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.left_col {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.nav.side-menu > li > a {
|
||||
color: #fff !important;
|
||||
font: 300 16px "roboto";
|
||||
}
|
||||
|
||||
.nav.side-menu > li > a:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.main_menu .fa {
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.nav-sm .nav.side-menu li a {
|
||||
font-size: 12px;
|
||||
padding: 10px 5px;
|
||||
font-weight: 300;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
.login_content {
|
||||
width: 400px;
|
||||
background: #fff;
|
||||
padding: 10px 25px;
|
||||
box-shadow: 0 10px 10px 10px rgba(0,0,0,0.1);
|
||||
border-radius: 20px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.profile_info {
|
||||
padding: 0 15px 20px;
|
||||
width: auto;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid rgba(255,255,255,0.2);
|
||||
float: none;
|
||||
}
|
||||
|
||||
.profile_pic {
|
||||
width: 30%;
|
||||
margin: 0 auto;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.img-circle.profile_img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.profile_info h2 {
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
margin: 7px 0 0;
|
||||
font-weight: 400;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.welcome-t {
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
margin: 20px 0 0;
|
||||
text-shadow: 0px 2px 2px rgba(255,255,255,0.35);
|
||||
}
|
||||
|
||||
.login_content .separator h1 {
|
||||
margin: 20px auto 5px;
|
||||
font: 300 28px "roboto",sans-serif;
|
||||
color: #54c7dc;
|
||||
}
|
||||
|
||||
.login-logo {
|
||||
width: 240px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.login_content form .login-btn2 {
|
||||
margin: 0 auto 10px !important;
|
||||
display: block;
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
.menu_section h3 {
|
||||
padding: 15px;
|
||||
color: #fff;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.ex-links {
|
||||
margin: 25px 0 0;
|
||||
}
|
||||
|
||||
.ex-links > a {
|
||||
font-size: 15px !important;
|
||||
font-weight: 300;
|
||||
display: inline-block;
|
||||
margin: 0 0 5px !important;
|
||||
}
|
||||
|
||||
.form-horizontal .control-label {
|
||||
margin: 0 0 5px;
|
||||
}
|
||||
|
||||
.form-horizontal .note {
|
||||
font-weight: 300;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.datepicker {
|
||||
padding: 6px 12px !important;
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.form-horizontal input[type="file"] {
|
||||
margin: 15px 0 5px;
|
||||
}
|
||||
|
||||
.reg-h {
|
||||
margin: 30px 0 20px;
|
||||
border-top: 1px solid #f1f1f1;
|
||||
padding-top: 20px;
|
||||
font: 300 30px "roboto";
|
||||
}
|
||||
|
||||
.main-content {
|
||||
border: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.tbg {
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
|
||||
.dropdown-x dd ul {
|
||||
top: 1px !important;
|
||||
padding: 2px 10px !important;
|
||||
border-color: #dfdfef !important;
|
||||
}
|
||||
|
||||
.dropdown-x dt a,
|
||||
.dropdown-x dt a.form-control {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.hida {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 3px !important;
|
||||
border-radius: 3px !important;
|
||||
font-size: 13px !important;
|
||||
background: #e06f00 !important;
|
||||
line-height: 18px !important;
|
||||
}
|
||||
|
||||
/**====== Radio & Checked css start ======**/
|
||||
|
||||
.radio-btn {
|
||||
display: block;
|
||||
position: relative;
|
||||
padding-left: 35px;
|
||||
margin-bottom: 12px;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.radio-btn input {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.radio-btn .cr {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
background-color: #fff;
|
||||
border: 2px solid #e9eaec;
|
||||
border-radius: 50%;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.radio-btn:hover input ~ .cr {
|
||||
background-color: #e9eaec;
|
||||
}
|
||||
|
||||
.radio-btn input:checked ~ .cr {
|
||||
background-color: #2196F3;
|
||||
border-color: #2196F3;
|
||||
}
|
||||
|
||||
.radio-btn .cr:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.radio-btn input:checked ~ .cr:after {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.radio-btn .cr:after {
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 50%;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.check-btn {
|
||||
display: block;
|
||||
position: relative;
|
||||
padding-left: 35px;
|
||||
margin-bottom: 12px;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.check-btn input {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.check-btn .cr {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
border: 2px solid #e9eaec;
|
||||
border-radius: 3px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.check-btn:hover input ~ .cr {
|
||||
background-color: #e9eaec;
|
||||
}
|
||||
|
||||
.check-btn input:checked ~ .cr {
|
||||
background-color: #2196F3;
|
||||
border-color: #2196F3;
|
||||
}
|
||||
|
||||
.check-btn .cr:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.check-btn input:checked ~ .cr:after {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.check-btn .cr:after {
|
||||
left: 7px;
|
||||
top: 4px;
|
||||
width: 5px;
|
||||
height: 10px;
|
||||
border: solid white;
|
||||
border-width: 0 3px 3px 0;
|
||||
-webkit-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.radio-btn input[type="radio"] + .cr::after {
|
||||
top: 5px;
|
||||
}
|
||||
.check-btn input[type="checkbox"] + .cr::after {
|
||||
top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
/**====== Radio & Checked css end ======**/
|
||||
|
||||
.table > thead > tr > th{
|
||||
font-size: 15px;
|
||||
font-weight: 500;
|
||||
padding: 14px 0 !important;
|
||||
background: #f3f7fa;
|
||||
}
|
||||
|
||||
.table > tbody > tr > td > .btn2 {
|
||||
margin: 5px 0 5px 20px;
|
||||
padding: 7px 20px;
|
||||
}
|
||||
.table > tbody > tr > td {
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.btn2 .glyphicon {
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
padding: 0;
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.page-title .title_right .btn {
|
||||
float: right;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.page-title .title_left small {
|
||||
display: block;
|
||||
margin: 5px 0 0;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.table-striped > tbody > tr:nth-of-type(2n+1) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.table-striped > tbody > tr:nth-of-type(2n+2) {
|
||||
background-color: rgba(57, 73, 171, 0.03);
|
||||
}
|
||||
|
||||
#form-change-password label {
|
||||
margin: 19px 0 5px;
|
||||
}
|
||||
|
||||
.img-circle.profile_img {
|
||||
|
||||
}
|
||||
1
webroot/epicvelocity/css/iq-default.min.css
vendored
Normal file
1
webroot/epicvelocity/css/iq-default.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
193
webroot/epicvelocity/css/rtg_custom.css
Normal file
193
webroot/epicvelocity/css/rtg_custom.css
Normal file
@@ -0,0 +1,193 @@
|
||||
.btn2{
|
||||
background: #FF440A !important;
|
||||
border-color: #FF440A !important;
|
||||
color: #fff !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.left_col{
|
||||
background: url(images/bg.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 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 {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 0 3px 2px 0;
|
||||
background: #3c8dbc !important;
|
||||
color: #fff;
|
||||
margin-left: 2px;
|
||||
margin-bottom: 2px;
|
||||
border-radius: 4px;
|
||||
padding: 0 5px;
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.dropdown-x dd ul {
|
||||
background-color: #fff;
|
||||
border: 0;
|
||||
color: #333;
|
||||
display: none;
|
||||
left: 0px;
|
||||
padding: 2px 15px 2px 5px;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
width: 100%;
|
||||
list-style: none;
|
||||
max-height: 300px;
|
||||
height: auto;
|
||||
overflow-y: auto;
|
||||
border:1px solid black;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.disable-elem-download{
|
||||
background-color: #eee !important;
|
||||
opacity: 1;
|
||||
cursor: not-allowed;
|
||||
pointer-events:none;
|
||||
}
|
||||
img#client-file-load {
|
||||
position: absolute;
|
||||
z-index: 99999999;
|
||||
left: 50%;
|
||||
width:120px;
|
||||
top: 20rem;
|
||||
margin-left: -60px;
|
||||
display: none;
|
||||
}
|
||||
.rebuttal-class{
|
||||
margin-top: 120px;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.rebuttal-class1{
|
||||
margin-top: 112px;
|
||||
}
|
||||
|
||||
.rebuttal-class3{
|
||||
margin-top: 100px;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.rebuttal-class4{
|
||||
margin-top: 100px;
|
||||
}
|
||||
.modal-content{
|
||||
width: 60%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.letter-stream-content table td, th{
|
||||
text-align: left !important;
|
||||
padding: 3px 15px!important;
|
||||
}
|
||||
|
||||
.letter-stream-content table tr td label , .letter-stream-content table tr td select{
|
||||
font-weight: normal !important;
|
||||
font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
|
||||
}
|
||||
|
||||
#letter-stream-modal .modal-content{
|
||||
width: 1030px !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px){
|
||||
.client-files-modal .modal-dialog {
|
||||
width: 100% !important;
|
||||
padding: 10px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.client-files-modal .modal-content{
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
11
webroot/epicvelocity/css/sc/sc_1.css
Normal file
11
webroot/epicvelocity/css/sc/sc_1.css
Normal file
File diff suppressed because one or more lines are too long
11
webroot/epicvelocity/css/sc/sc_2.css
Normal file
11
webroot/epicvelocity/css/sc/sc_2.css
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
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 : Mar 1, 2021, 7:58:52 PM
|
||||
Author : USER
|
||||
*/
|
||||
|
||||
h1, .pageHeader { FONT-SIZE: 24px; LINE-HEIGHT: 24px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; border: 0px; margin: 0px; padding: 0px; padding-bottom: 5px;}.pageHeaderNoMargin { FONT-SIZE: 24px; LINE-HEIGHT: 24px; vertical-align: bottom; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; border: 0px; margin: 0px; padding: 0px;}h2, .pageSubHeader { FONT-WEIGHT: bold; FONT-SIZE: 22px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: arial, geneva, sans-serif;}h3, .pageSubHeader2 { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: arial, geneva, sans-serif;}body { FONT-SIZE: 12px; COLOR: #333333; background-color: #FFFFFF; LINE-HEIGHT: 15px; FONT-FAMILY: Arial, Helvetica, sans-serif;}.bodySmall { FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif;}body strong { FONT-SIZE: 12px; COLOR: #333333; LINE-HEIGHT: 15px; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;}.errorText { FONT-SIZE: 11px; COLOR: #CC0000; FONT-WEIGHT: bold; FONT-FAMILY: Arial, Helvetica, sans-serif;}td { FONT-SIZE: 12px; COLOR: #333333; LINE-HEIGHT: 15px; FONT-FAMILY: Arial, Helvetica, sans-serif}th, .tableHeader { FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: arial, geneva, sans-serif;}.content { vertical-align: top; horizontal-align: left; width: 100%; height: 100%;}.crTableBackground { background-color: #FFFFFF; font-family: verdana; font-size: 11px;}.crTableBackgroundLight { background-color: #FFFFFF; font-family: verdana; font-size: 11px;}.crTradelineHeader { background-color: #FFFFFF; font-family: verdana; font-size: 12px; color: #000000;}.crTradelineGroupHeader { font-family: verdana; font-size: 12px; color: #6B6B6B; padding: 5px;}.crTableBackgroundSmall { background-color: #FFFFFF; font-size: 10px; font-family: verdana;}.crDarkGreenText { color: #006633; font-family: verdana;}.crDarkGreenText:visited { color: #006633;}.crDarkGreenText:active { color: #006633;}.crDarkGreenText:link { color: #006633;}.crTableHeader { background-color: #FFFFFF; color: #FFFFFF; font-family: verdana; font-size: 11px;}.crTab { color: #000000; font-size: 12px; background-color: #FFFFFF; font-family: verdana;}.crLightTableBackground { background-color: #FFFFFF; font-size: 11px; font-family: verdana;}.maintenanceText { FONT-SIZE: 21px; LINE-HEIGHT: 21px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; border: 0px; margin: 0px; padding: 0px; padding-bottom: 5px;}.maintenanceText1 { FONT-SIZE: 24px; LINE-HEIGHT: 24px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; border: 0px; margin: 0px; padding: 0px; padding-bottom: 5px;}.largeMaintenanceText { FONT-SIZE: 24px; LINE-HEIGHT: 24px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; border: 0px; margin: 0px; padding: 0px; padding-bottom: 5px;}.reportSubTitle { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;}#company-name { display: block;}header, .print-label, .alert, footer, a.moreAboutLink { display: none !important;}#content { margin-top: 0 !important;}
|
||||
11
webroot/epicvelocity/css/sc/sc_3.css
Normal file
11
webroot/epicvelocity/css/sc/sc_3.css
Normal file
File diff suppressed because one or more lines are too long
1
webroot/epicvelocity/css/select2.min.css
vendored
Normal file
1
webroot/epicvelocity/css/select2.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
748
webroot/epicvelocity/css/smart_credit_report.css
Normal file
748
webroot/epicvelocity/css/smart_credit_report.css
Normal file
@@ -0,0 +1,748 @@
|
||||
.pageHeaderNoMargin {
|
||||
FONT-SIZE: 24px;
|
||||
LINE-HEIGHT: 24px;
|
||||
vertical-align: bottom;
|
||||
COLOR: #009966;
|
||||
FONT-STYLE: normal;
|
||||
FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
border: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.disclaimerSmall {
|
||||
FONT-SIZE: 10px;
|
||||
COLOR: #666666;
|
||||
FONT-FAMILY: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.disclaimerSmallColour {
|
||||
FONT-SIZE: 10px;
|
||||
COLOR: #043737;
|
||||
FONT-FAMILY: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.disclaimer {
|
||||
FONT-WEIGHT: normal;
|
||||
FONT-SIZE: 10px;
|
||||
FONT-STYLE: normal;
|
||||
FONT-FAMILY: Verdana, arial, geneva, sans-serif;
|
||||
COLOR: #333333;
|
||||
}
|
||||
|
||||
.errorText {
|
||||
FONT-SIZE: 11px;
|
||||
COLOR: #CC0000;
|
||||
FONT-WEIGHT: bold;
|
||||
FONT-FAMILY: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.header {
|
||||
background-color: #009966;
|
||||
}
|
||||
|
||||
.progressHeader {
|
||||
background-color: #009966;
|
||||
}
|
||||
|
||||
.firstNav {
|
||||
color: #666666;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.firstNavLink:visited {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.contentBorder {
|
||||
background-color: #CCCCCC;
|
||||
}
|
||||
|
||||
.faqHeader {
|
||||
color: #000000;
|
||||
background-color: #DDDDDD;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.faqBody {
|
||||
color: #006633;
|
||||
background-color: #EEEEEE;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* DO NOT UNCOMMENT '.content' CLASS IN THIS FILE */
|
||||
|
||||
/* .content { position: absolute;
|
||||
vertical-align: top;
|
||||
horizontal-align: left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
} */
|
||||
.formHeader {
|
||||
font-size: 10px;
|
||||
color: #FFFFFF;
|
||||
background-color: #818286;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.formBody {
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
background-color: #DDDDDD;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.receiptTotal {
|
||||
font-size: 11px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.submitBody {
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
background-color: #CBCBCB;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.bodyText {
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.bodyTextScore {
|
||||
font-size: 8.3pt;
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.homeBody {
|
||||
font-size: 12px;
|
||||
color: #009966;
|
||||
background-color: #E4EFE4;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.darkGreyComment {
|
||||
font-size: 11px;
|
||||
color: #818286;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.lightGreyComment {
|
||||
font-size: 11px;
|
||||
color: #CBCBCB;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.darkGreyCommentOnBlue {
|
||||
color: #818286;
|
||||
background-color: #D1E6F2;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 11px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.darkBlueHeaderOnBlue {
|
||||
color: #003366;
|
||||
background-color: #D1E6F2;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.subH1Comment {
|
||||
color: #009966;
|
||||
background-color: #FFFFFF;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.suberrH1Comment {
|
||||
color: #009966;
|
||||
background-color: #FFFFFF;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.crTableBackground {
|
||||
background-color: #EEEEEE;
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.crTableBackgroundLight {
|
||||
background-color: #EEEEEE;
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.contentLarge {
|
||||
color: #333333;
|
||||
font-family: Arial;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.reportAvailableText {
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.pageHeading1GreyScale {
|
||||
color: #818286;
|
||||
font-family: Arial;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.crGrantedTradelineHeader {
|
||||
color: #003498;
|
||||
background-color: #DDDDDD;
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.crTradelineHeader {
|
||||
background-color: #EEEEEE;
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.crTradelineGroupHeader {
|
||||
font-family: Arial;
|
||||
color: #000000;
|
||||
font-size: 13px;
|
||||
padding: 5px;
|
||||
background-color: #fefeda;
|
||||
width:550px
|
||||
}
|
||||
|
||||
.crTableBackgroundSmall {
|
||||
background-color: #DDDDDD;
|
||||
font-size: 10px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.crTableBackgroundVerySmall {
|
||||
background-color: #DDDDDD;
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.crDarkGreenText {
|
||||
color: #006633;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.crDarkGreenText:visited {
|
||||
color: #006633;
|
||||
}
|
||||
|
||||
.crDarkGreenText:active {
|
||||
color: #006633;
|
||||
}
|
||||
|
||||
.crDarkGreenText:link {
|
||||
color: #006633;
|
||||
}
|
||||
|
||||
.crTableHeader {
|
||||
background-color: #eeeeee;
|
||||
color: #FFFFFF;
|
||||
font-family: Arial;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.alertTableHeader {
|
||||
background-color: #868686;
|
||||
color: #FFFFFF;
|
||||
font-family: Arial;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.scoreTableHeader {
|
||||
background-color: #4884da;
|
||||
color: #FFFFFF;
|
||||
font-family: Verdana;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.singleScoreTableHeader {
|
||||
background-color: #4a86de;
|
||||
color: #FFFFFF;
|
||||
font-family: Verdana;
|
||||
font-weight: bold;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.crTab {
|
||||
background-color: #DDDDDD;
|
||||
color: #000000;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.crTabScore {
|
||||
background-color: #ffffff;
|
||||
color: #2765bf;
|
||||
font-family: Verdana;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.bodyTextDesc {
|
||||
font-size: 10px;
|
||||
color: #000000;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.bodyTextBoldAlertDesc {
|
||||
font-size: 10px;
|
||||
color: #000000;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.crLightTableBackground {
|
||||
background-color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.alertLightTableBackground {
|
||||
background-color: #EEEEEE;
|
||||
font-size: 11px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.scoreLightTableBackground {
|
||||
background-color: #EEEEEE;
|
||||
font-size: 11px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
.crRoseLightTableBackground {
|
||||
background-color: #F7F3F7;
|
||||
font-size: 11px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.largeMaintenanceText {
|
||||
FONT-SIZE: 24px;
|
||||
LINE-HEIGHT: 24px;
|
||||
COLOR: #000000;
|
||||
FONT-STYLE: normal;
|
||||
FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
border: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.bodyTextU {
|
||||
FONT-WEIGHT: normal;
|
||||
FONT-SIZE: 75%;
|
||||
BORDER-BOTTOM: black 1px solid
|
||||
}
|
||||
|
||||
.topHeaderGreyComment {
|
||||
PADDING-LEFT: 14px;
|
||||
FONT-WEIGHT: bold;
|
||||
FONT-SIZE: 1.25em;
|
||||
COLOR: #9c9c9c
|
||||
}
|
||||
|
||||
.topHeaderGreyComment1 {
|
||||
FONT-WEIGHT: bold;
|
||||
FONT-SIZE: 1.00em;
|
||||
COLOR: #9c9c9c
|
||||
}
|
||||
|
||||
.borderColor {
|
||||
border-color: #9c9c9c
|
||||
}
|
||||
|
||||
.crNameText {
|
||||
color: #5280b1;
|
||||
font-size: 18px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.crThreeScoreBottomText {
|
||||
font-size: 12px;
|
||||
color: #999999;
|
||||
background-color: #FFFFFF;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.bottomBodyText {
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
A.bcLinkAlert:active {
|
||||
COLOR: #5280b1;
|
||||
TEXT-DECORATION: underline;
|
||||
FONT-SIZE: 4px;
|
||||
}
|
||||
|
||||
.bodyTextBoldAlert {
|
||||
FONT-WEIGHT: bold;
|
||||
FONT-SIZE: 75%;
|
||||
PADDING-LEFT: 5px
|
||||
}
|
||||
|
||||
.pageTitleAlertPopup {
|
||||
FONT-WEIGHT: bold;
|
||||
FONT-SIZE: 1.25em;
|
||||
COLOR: #999999
|
||||
}
|
||||
|
||||
.logOutHeading {
|
||||
font-family: Arial;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.logOutText {
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.crTableBackgroundForPrint {
|
||||
background-color: #FFFFFF;
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.crLightTableBackgroundForPrint {
|
||||
background-color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.crTableBackgroundLightForPrint {
|
||||
background-color: #FFFFFF;
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.crTradelineHeaderForPrint {
|
||||
background-color: #FFFFFF;
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.crTradelineGroupHeaderForPrint {
|
||||
font-family: verdana;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.RmediumForPrint {
|
||||
background-color: #FFFFFF;
|
||||
font-family: Arial;
|
||||
FONT-WEIGHT: bold;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.RSmallForPrint {
|
||||
background-color: #FFFFFF;
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.reportSubTitle {
|
||||
font-family: Arial;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.idLikeTo {
|
||||
font-family: arial;
|
||||
font-size: 11px;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
|
||||
.tranunionHeaderColum {
|
||||
color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
background-color: #00a6ca;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.experianHeaderColum {
|
||||
color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
background-color: #044993;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.equifaxHeaderColum {
|
||||
color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
background-color: #971d31;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.whiteText {
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tranUnionText {
|
||||
color: #00a6ca;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.experianText {
|
||||
color: #044993;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.equifaxText {
|
||||
color: #971D31;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.sectionHeader {
|
||||
font-size: 17px;
|
||||
color: #000000;
|
||||
font-family: Arial;
|
||||
padding: 2px 4px 8px;
|
||||
}
|
||||
|
||||
.accountHeader {
|
||||
color: #0066FF;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.moreAboutLink {
|
||||
float: right;
|
||||
font-size: 11px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
tr.table_headers {
|
||||
background: white url(https://www.smartcredit.com/resources/images/shared/tui/table_headers_bg.gif) bottom left repeat-x;
|
||||
color: #FFFFFF;
|
||||
margin: 0 0 0 0;
|
||||
padding: 0;
|
||||
font-size: 17px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tableborder {
|
||||
border: 2px solid green;
|
||||
}
|
||||
|
||||
.inquiriesHeader {
|
||||
background-color: #cccccc;
|
||||
font-family: Arial;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.accountHistoryColorRow {
|
||||
background-color: #eeeeee;
|
||||
color: #000000;
|
||||
font-family: Arial;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.alertColHeader {
|
||||
color: #0066FF;
|
||||
font-weight: bold;
|
||||
font-size: 10px;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
||||
.crNoTableBackground {
|
||||
font-size: 12px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.backtoTopText {
|
||||
float: right;
|
||||
font-size: 11px;
|
||||
font-family: Arial;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.score_table_headers {
|
||||
background: white url(https://www.smartcredit.com/resources/images/shared/tui/table_headers_bg.gif) bottom left repeat-x;
|
||||
color: #FFFFFF;
|
||||
margin: 0 0 0 0;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.score_sectionHeader {
|
||||
color: #369BCD;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.crWhiteTradelineHeader {
|
||||
color: #000000;
|
||||
background: white url(https://www.smartcredit.com/resources/images/shared/tui/table_headers_bg.gif) bottom left repeat-x;
|
||||
background-color: #FFFFFF;
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
margin: 0 0 0 0;
|
||||
padding: 0 0 6px;
|
||||
}
|
||||
|
||||
.paymenttranUnionText {
|
||||
color: #00a6ca;
|
||||
font-weight: bold;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.paymentexperianText {
|
||||
color: #044993;
|
||||
font-weight: bold;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.paymentequifaxText {
|
||||
color: #971D31;
|
||||
font-weight: bold;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.crNoColorTableHeader {
|
||||
background-color: #eeeeee;
|
||||
font-family: Arial;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.bodyTextBoldCSm {
|
||||
font-family: Arial;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.expHeader {
|
||||
background-color: #191970;
|
||||
COLOR: #FFFFFF;
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.eqfHeader {
|
||||
background-color: #8B0000;
|
||||
COLOR: #FFFFFF;
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.tuHeader {
|
||||
background-color: #4d917b;
|
||||
COLOR: #FFFFFF;
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.tuAlertHearder {
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
background-color: #eee3c5;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.tuAlertText {
|
||||
color: #000000;
|
||||
background-color: #f6f3e2;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.contentMedium {
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.contentSmall {
|
||||
color: #000000;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#company-name {
|
||||
display: none;
|
||||
}
|
||||
td#personalInfo {
|
||||
width: 100%;
|
||||
}
|
||||
#reportTop table{
|
||||
width: 100%;
|
||||
}
|
||||
#reportTop td{
|
||||
width: 100%;
|
||||
}
|
||||
1523
webroot/epicvelocity/css/style.DEFAULT.css
Normal file
1523
webroot/epicvelocity/css/style.DEFAULT.css
Normal file
File diff suppressed because it is too large
Load Diff
100
webroot/epicvelocity/css/table-font-bigger.css
Normal file
100
webroot/epicvelocity/css/table-font-bigger.css
Normal file
@@ -0,0 +1,100 @@
|
||||
/*
|
||||
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 : Feb 22, 2021, 12:53:29 PM
|
||||
Author : USER
|
||||
*/
|
||||
body {
|
||||
/* font-size: 18px !important;*/
|
||||
}
|
||||
.acct-cb-img{
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
td.label, td.info{
|
||||
/* font-family: 'Roboto', sans-serif;
|
||||
font-size: 12px !important;*/
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
table, table.rpt_content_table, table.crLightTableBackground{
|
||||
width: 100% !important;
|
||||
margin-bottom:0 !important;
|
||||
}
|
||||
.credit-report table{
|
||||
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 16px !important;
|
||||
margin-top: 120px;
|
||||
color: black;
|
||||
text-align: justify;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.span-red { color: red; }
|
||||
.span-large { font-size: 20px; text-align: center; }
|
||||
.span-ul {text-decoration: underline; color: #333;background-color: yellow;font-size: 18px;}
|
||||
.span-blue { color: #8aaed3;font-size: 20px; }
|
||||
.txt-cen-ul {text-align: center;text-decoration: underline;font-weight: bold;}
|
||||
.span-ul2 {text-decoration: underline; color: #333;}
|
||||
/* div.cb-content * {
|
||||
background-color: #eded80;
|
||||
} */
|
||||
.bg-yellow {
|
||||
background-color:#e3f10d;
|
||||
font-weight: bold;
|
||||
}
|
||||
.bg-pink {
|
||||
background-color: #ead0ea;
|
||||
}
|
||||
.bg-tra {
|
||||
background-color: #DAB96A;
|
||||
}
|
||||
.bg-exp {
|
||||
background-color: #98BDC5;
|
||||
}
|
||||
.bg-equ {
|
||||
background-color: #CBD06C;
|
||||
}
|
||||
.bg-yellow2 {
|
||||
background-color:#e8de5e;
|
||||
}
|
||||
.cb-br {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
background-color: #ccc;
|
||||
}
|
||||
.span-cl-green {
|
||||
color: #1bd618
|
||||
}
|
||||
.addr_hsrty{
|
||||
font-size:9px;
|
||||
border-spacing: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
.addr_hsrty td{
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
table.addr_hsrty td.headerTUC, table.addr_hsrty td.headerEXP, table.addr_hsrty td.headerEQF {
|
||||
background-color: transparent !important;
|
||||
color: black;
|
||||
}
|
||||
.cl-diff {
|
||||
font-weight: bold !important;
|
||||
font-size: 13px !important;
|
||||
/*color: red;
|
||||
mix-blend-mode: exclusion;*/
|
||||
}
|
||||
.clr-red {
|
||||
color: red;
|
||||
}
|
||||
.bg-light-red {
|
||||
background-color: #f19191;
|
||||
}
|
||||
.span-simple-ul {text-decoration: underline;}
|
||||
|
||||
Reference in New Issue
Block a user