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