560 lines
8.6 KiB
CSS
560 lines
8.6 KiB
CSS
|
|
body
|
|
{
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
#sigpad{
|
|
touch-action: none;
|
|
}
|
|
|
|
@media (max-width: 767px)
|
|
{
|
|
.ay-main-content
|
|
{
|
|
padding-right: 50px;
|
|
}
|
|
}
|
|
|
|
|
|
.ay-bumper-footer
|
|
{
|
|
width: 100%;
|
|
height: 500px;
|
|
}
|
|
|
|
.ay-location
|
|
{
|
|
color: black;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
.ay-login-brand
|
|
{
|
|
color: #07346F;
|
|
font-size: 18px;
|
|
}
|
|
.ay-login-brand span
|
|
{
|
|
color: #07346F;
|
|
font-size: 32px;
|
|
}
|
|
|
|
.navbar-brand span
|
|
{
|
|
color: #07346F;
|
|
}
|
|
@media (min-width: 768px)
|
|
{
|
|
.navbar-brand span
|
|
{
|
|
font-size: 32px;
|
|
padding-top: 15px;
|
|
}
|
|
}
|
|
|
|
#searchinput
|
|
{
|
|
width: 200px;
|
|
}
|
|
#searchclear
|
|
{
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 14px;
|
|
margin: auto;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
color: #ccc;
|
|
}
|
|
a.panelHeaderText, a.panelHeaderText:hover
|
|
{
|
|
color: #fff;
|
|
}
|
|
|
|
.ay-nav-button
|
|
{
|
|
font-size: 20px;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
margin-right: 5px;
|
|
}
|
|
.ay-nav-button:enabled
|
|
{
|
|
color: #47a447;
|
|
}
|
|
|
|
.ay-drop-menu-wide
|
|
{
|
|
width: 350px !important;
|
|
}
|
|
|
|
.ay-menu-icon
|
|
{
|
|
font-size: 16px;
|
|
}
|
|
|
|
.ay-text-left {
|
|
text-align: left;
|
|
}
|
|
|
|
@media (max-width: 767px)
|
|
{
|
|
.navbar-brand span
|
|
{
|
|
font-size: 32px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a
|
|
{
|
|
font-size: 28px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a
|
|
{
|
|
font-size: 24px;
|
|
margin-top: 10px;
|
|
}
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
|
|
{
|
|
background-color: #e7e7e7;
|
|
}
|
|
|
|
li.dropdown-header
|
|
{
|
|
font-size: 20px;
|
|
}
|
|
|
|
.ay-menu-icon
|
|
{
|
|
font-size: 32px;
|
|
}
|
|
}
|
|
|
|
div.ay-display-list h4
|
|
{
|
|
font-size: 18px;
|
|
}
|
|
|
|
div.ay-display-list p
|
|
{
|
|
font-size: 14px;
|
|
}
|
|
|
|
.ay-ig-button
|
|
{
|
|
background-color: #F9F9F9 !important;
|
|
}
|
|
|
|
.ay-ig-button span
|
|
{
|
|
color: #CACACA;
|
|
}
|
|
|
|
li.ay-more
|
|
{
|
|
list-style: none;
|
|
}
|
|
|
|
.ay-task-incomplete
|
|
{
|
|
color:Black;
|
|
font-style:normal;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.ay-task-complete
|
|
{
|
|
color: #333;
|
|
font-style:normal;
|
|
font-weight:normal;
|
|
}
|
|
|
|
.ay-task-na
|
|
{
|
|
color: #777;
|
|
font-style:italic;
|
|
font-weight:lighter;
|
|
}
|
|
|
|
|
|
.ay-action-link
|
|
{
|
|
color: #428bca;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.ay-icon-large
|
|
{
|
|
font-size: 24px;
|
|
}
|
|
|
|
|
|
|
|
.ay-icon-list-link
|
|
{
|
|
font-size: 48px;
|
|
}
|
|
|
|
.ay-highlight
|
|
{
|
|
color:Red;
|
|
}
|
|
|
|
@media (min-width: 768px)
|
|
{
|
|
.ay-scroll
|
|
{
|
|
font-size:larger;
|
|
background-color:#f5f5f5;
|
|
height:300px;
|
|
width:100%;
|
|
overflow-y: scroll;
|
|
white-space: nowrap;
|
|
overflow-x: hidden;
|
|
}
|
|
}
|
|
@media (max-width: 767px)
|
|
{
|
|
.ay-scroll
|
|
{
|
|
font-size:larger;
|
|
background-color:#f5f5f5;
|
|
height:150px;
|
|
overflow-y: scroll;
|
|
white-space: nowrap;
|
|
overflow-x: hidden;
|
|
width:100%;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.ay-control-button
|
|
{
|
|
padding: 4px 3px;
|
|
}
|
|
.ay-control-button span
|
|
{
|
|
font-size: 19px;
|
|
}
|
|
@media (max-width: 767px)
|
|
{
|
|
.ay-control-button
|
|
{
|
|
padding: 2px 3px;
|
|
}
|
|
.ay-control-button span
|
|
{
|
|
font-size: 23px;
|
|
}
|
|
}
|
|
|
|
|
|
#wikieditor {
|
|
height: 100%;
|
|
}
|
|
|
|
|
|
.ay-schedule-marker
|
|
{
|
|
background-color: #FF9933;
|
|
border-color: #C0C0C0;
|
|
color: White;
|
|
background-position: 1px 1px;
|
|
background-repeat: no-repeat;
|
|
background-image: url('Bubble.png');
|
|
padding-left: 50px;
|
|
}
|
|
|
|
|
|
|
|
.panel-heading.accordion-toggle:after
|
|
{
|
|
font-family: 'Glyphicons Halflings';
|
|
content: "\e114";
|
|
float: right;
|
|
color: #D0D0D0;
|
|
position: relative;
|
|
bottom: 23px;
|
|
font-size: 15pt;
|
|
}
|
|
.panel-heading.accordion-toggle.collapsed:after
|
|
{
|
|
content: "\e080";
|
|
}
|
|
.panel-heading:hover
|
|
{
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
.loginbanner
|
|
{
|
|
overflow:hidden;
|
|
padding-bottom:1em;
|
|
}
|
|
|
|
.customer-cp-block
|
|
{
|
|
font-size:smaller;
|
|
padding-top:1em;
|
|
}
|
|
|
|
.customer-header
|
|
{
|
|
overflow:auto;
|
|
padding-bottom:1em;
|
|
}
|
|
|
|
.customer-footer
|
|
{
|
|
overflow:auto;
|
|
padding-top:1em;
|
|
}
|
|
|
|
.customer-title-link
|
|
{
|
|
font-weight: bold;
|
|
text-align:left;
|
|
font-size:1.5em;
|
|
}
|
|
|
|
.ay-customer-wiki-content
|
|
{
|
|
padding-top:1em;
|
|
padding-bottom:1em;
|
|
margin-bottom:2em;
|
|
background-color:#fcf8e3;
|
|
}
|
|
|
|
.customer-csr-text
|
|
{
|
|
overflow:auto;
|
|
padding-bottom:1em;
|
|
margin-bottom:2em;
|
|
padding-left:15px;
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: 'ayanova';
|
|
src:url('../fonts/ayanova.eot?z3s4lq');
|
|
src:url('../fonts/ayanova.eot?#iefixz3s4lq') format('embedded-opentype'),
|
|
url('../fonts/ayanova.ttf?z3s4lq') format('truetype'),
|
|
url('../fonts/ayanova.woff?z3s4lq') format('woff'),
|
|
url('../fonts/ayanova.svg?z3s4lq#ayanova') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
[class^="icon-"], [class*=" icon-"]
|
|
{
|
|
font-family: 'ayanova';
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-printer:before {
|
|
content: "\e63c";
|
|
}
|
|
.icon-truck:before {
|
|
content: "\e63d";
|
|
}
|
|
.icon-ConvertScheduledToLabor:before {
|
|
content: "\e60a";
|
|
}
|
|
.icon-AyaNovaRWILogo:before {
|
|
content: "\e63b";
|
|
}
|
|
.icon-PartSerial:before {
|
|
content: "\e600";
|
|
}
|
|
.icon-Part:before {
|
|
content: "\e609";
|
|
}
|
|
.icon-Rate:before {
|
|
content: "\e60b";
|
|
}
|
|
.icon-Notification:before {
|
|
content: "\e60c";
|
|
}
|
|
.icon-Report:before {
|
|
content: "\e60d";
|
|
}
|
|
.icon-PartWarehouse:before {
|
|
content: "\e60e";
|
|
}
|
|
.icon-UnitMeterReading:before {
|
|
content: "\e60f";
|
|
}
|
|
.icon-Priority:before {
|
|
content: "\e610";
|
|
}
|
|
.icon-WorkorderStatus:before {
|
|
content: "\e611";
|
|
}
|
|
.icon-Workorder:before {
|
|
content: "\e612";
|
|
}
|
|
.icon-ServiceBank:before {
|
|
content: "\e613";
|
|
}
|
|
.icon-Project:before {
|
|
content: "\e614";
|
|
}
|
|
.icon-WorkorderServiceTemplate:before {
|
|
content: "\e615";
|
|
}
|
|
.icon-WorkorderQuote:before {
|
|
content: "\e616";
|
|
}
|
|
.icon-WorkorderPreventiveMaintenance:before {
|
|
content: "\e617";
|
|
}
|
|
.icon-WikiFile:before {
|
|
content: "\e618";
|
|
}
|
|
.icon-WikiPage:before {
|
|
content: "\e619";
|
|
}
|
|
.icon-PartInventoryAdjustment:before {
|
|
content: "\e61a";
|
|
}
|
|
.icon-WorkorderItemPartRequest:before {
|
|
content: "\e61b";
|
|
}
|
|
.icon-PartByWarehouseInventory:before {
|
|
content: "\e61c";
|
|
}
|
|
.icon-WorkorderItemMiscExpense:before {
|
|
content: "\e61d";
|
|
}
|
|
.icon-Contract:before {
|
|
content: "\e61e";
|
|
}
|
|
.icon-ClientNote:before {
|
|
content: "\e61f";
|
|
}
|
|
.icon-CustomFields:before {
|
|
content: "\e620";
|
|
}
|
|
.icon-Duplicate:before {
|
|
content: "\e621";
|
|
}
|
|
.icon-LoginName:before {
|
|
content: "\e622";
|
|
}
|
|
.icon-LoginPassword:before {
|
|
content: "\e623";
|
|
}
|
|
.icon-ClientServiceRequestAcceptToNew:before {
|
|
content: "\e624";
|
|
}
|
|
.icon-ClientServiceRequestReject:before {
|
|
content: "\e625";
|
|
}
|
|
.icon-ClientServiceRequestAcceptToExisting:before {
|
|
content: "\e626";
|
|
}
|
|
.icon-ClientServiceRequest:before {
|
|
content: "\e627";
|
|
}
|
|
.icon-Region:before {
|
|
content: "\e628";
|
|
}
|
|
.icon-Memo:before {
|
|
content: "\e629";
|
|
}
|
|
.icon-User:before {
|
|
content: "\e62a";
|
|
}
|
|
.icon-Vendor:before {
|
|
content: "\e62b";
|
|
}
|
|
.icon-WorkorderItemUnit:before {
|
|
content: "\e62c";
|
|
}
|
|
.icon-UnitModel:before {
|
|
content: "\e62d";
|
|
}
|
|
.icon-Client:before {
|
|
content: "\e62e";
|
|
}
|
|
.icon-HeadOffice:before {
|
|
content: "\e62f";
|
|
}
|
|
.icon-WorkorderItemOutsideService:before {
|
|
content: "\e630";
|
|
}
|
|
.icon-WorkorderItemLoan:before {
|
|
content: "\e631";
|
|
}
|
|
.icon-WorkorderItemLabor:before {
|
|
content: "\e632";
|
|
}
|
|
.icon-WorkorderItemTask:before {
|
|
content: "\e633";
|
|
}
|
|
.icon-FollowUp:before {
|
|
content: "\e634";
|
|
}
|
|
.icon-ScheduleMarker:before {
|
|
content: "\e635";
|
|
}
|
|
.icon-Schedule:before {
|
|
content: "\e636";
|
|
}
|
|
.icon-WorkorderItemScheduledUser:before {
|
|
content: "\e637";
|
|
}
|
|
.icon-WorkorderItem:before {
|
|
content: "\e638";
|
|
}
|
|
.icon-Search:before {
|
|
content: "\e639";
|
|
}
|
|
.icon-Upload:before {
|
|
content: "\e63a";
|
|
}
|
|
.icon-Edit:before {
|
|
content: "\e603";
|
|
}
|
|
.icon-RecordHistory:before {
|
|
content: "\e604";
|
|
}
|
|
.icon-Delete:before {
|
|
content: "\e605";
|
|
}
|
|
.icon-Remove:before {
|
|
content: "\e606";
|
|
}
|
|
.icon-Exit:before {
|
|
content: "\e607";
|
|
}
|
|
.icon-Save:before {
|
|
content: "\e608";
|
|
}
|
|
.icon-Refresh:before {
|
|
content: "\e601";
|
|
}
|
|
.icon-Add:before {
|
|
content: "\e602";
|
|
}
|
|
|