Non conflict files
This commit is contained in:
7
workflow/public_html/css/bootstrap.min.css
vendored
Normal file
7
workflow/public_html/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
18
workflow/public_html/css/dashboardStylesForIE.css
Normal file
18
workflow/public_html/css/dashboardStylesForIE.css
Normal file
@@ -0,0 +1,18 @@
|
||||
_:-ms-lang(x), .ie-progress-dark-base {
|
||||
top:-105px;
|
||||
zoom: 1;
|
||||
position:relative;
|
||||
z-index: -10;
|
||||
}
|
||||
|
||||
|
||||
_:-ms-lang(x), .ie-panel-content {
|
||||
height:150px !important;
|
||||
}
|
||||
|
||||
|
||||
_:-ms-lang(x), .ie-panel-footer {
|
||||
margin-top:-105px
|
||||
}
|
||||
|
||||
|
||||
4
workflow/public_html/css/font-awesome.min.css
vendored
Normal file
4
workflow/public_html/css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
715
workflow/public_html/css/general.css
Normal file
715
workflow/public_html/css/general.css
Normal file
@@ -0,0 +1,715 @@
|
||||
|
||||
.pm-charts-no-draw {
|
||||
font-size:16px;
|
||||
font-family:"Arial";
|
||||
font-weight:bold;
|
||||
width:200px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
color:#e14333;
|
||||
}
|
||||
|
||||
|
||||
.hideme {opacity:0;}
|
||||
|
||||
.pie-label {font-size:10px;}
|
||||
.axis-label {font-size:10px;}
|
||||
|
||||
.errorBar, .errorBarLowerMark, .errorBarUpperMark{
|
||||
stroke: blue;
|
||||
stroke-width: 1;
|
||||
}
|
||||
|
||||
.x-ticks-label {
|
||||
font-size:9px;
|
||||
}
|
||||
.y-ticks-label {
|
||||
font-size:9px;
|
||||
}
|
||||
|
||||
img.floating {
|
||||
position:fixed;
|
||||
right:0;
|
||||
bottom:0;
|
||||
margin:0;
|
||||
padding:0;
|
||||
z-index:1000;
|
||||
opacity: 0.9;
|
||||
filter: alpha(opacity=90);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
div.tooltipdiv {
|
||||
position: absolute;
|
||||
line-height: 1;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
width: 60px;
|
||||
height: 28px;
|
||||
padding: 10px;
|
||||
font: 10px sans-serif;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
border: 0px;
|
||||
border-radius: 8px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.d3-tip {
|
||||
line-height: 1;
|
||||
font-weight: bold;
|
||||
padding: 12px;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
color: #fff;
|
||||
border-radius: 9px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Creates a small triangle extender for the tooltip */
|
||||
.d3-tip:after {
|
||||
box-sizing: border-box;
|
||||
display: inline;
|
||||
font-size: 10px;
|
||||
width: 100%;
|
||||
line-height: 1;
|
||||
color: rgba(0, 0, 0, 0.7);
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Northward tooltips */
|
||||
.d3-tip.n:after {
|
||||
content: "\25BC";
|
||||
margin: -1px 0 0 0;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Eastward tooltips */
|
||||
.d3-tip.e:after {
|
||||
content: "\25C0";
|
||||
margin: -4px 0 0 0;
|
||||
top: 50%;
|
||||
left: -8px;
|
||||
}
|
||||
|
||||
/* Southward tooltips */
|
||||
.d3-tip.s:after {
|
||||
content: "\25B2";
|
||||
margin: 0 0 1px 0;
|
||||
top: -8px;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Westward tooltips */
|
||||
.d3-tip.w:after {
|
||||
content: "\25B6";
|
||||
margin: -4px 0 0 -1px;
|
||||
top: 50%;
|
||||
left: 100%;
|
||||
}
|
||||
.grid-stack-item-content {
|
||||
background: white;
|
||||
color: #2c3e50;
|
||||
/*font-family: 'Indie Flower', cursive;*/
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
border-color: 2px;
|
||||
}
|
||||
|
||||
.grid-stack-item-content .fa {
|
||||
/*font-size: 64px;*/
|
||||
display: block;
|
||||
/*margin: 20px 0 10px;*/
|
||||
}
|
||||
|
||||
header a, header a:hover { color: #fff; }
|
||||
|
||||
.darklue { background: #F2F2E0; color: #fff; }
|
||||
.darklue hr.star-light::after {
|
||||
background-color: #F2F2E0;
|
||||
}
|
||||
|
||||
.max {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
|
||||
/****************************** Estilos de Indicadores *****************************/
|
||||
.pricing-table {
|
||||
width: 100%;
|
||||
margin: 10px auto;
|
||||
text-align: center;
|
||||
padding: 0px;
|
||||
padding-right: 0;
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content:center;
|
||||
}
|
||||
.pricing-table .heading{
|
||||
color: #9C9E9F;
|
||||
text-transform: uppercase;
|
||||
font-size: 1.3rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
.block{
|
||||
width:100%;
|
||||
margin: 0 15px;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
/* border: 1px solid red;*/
|
||||
}
|
||||
/*Shared properties*/
|
||||
.title,.pt-footer{
|
||||
font-family: Arial !important;
|
||||
color: #FEFEFE;
|
||||
text-transform: capitalize;
|
||||
line-height: 2.5;
|
||||
position: relative;
|
||||
-moz-border-radius: 7px;
|
||||
-webkit-border-radius: 7px;
|
||||
}
|
||||
.content{
|
||||
width:100%;
|
||||
height:115px;
|
||||
color: #FEFEFE;
|
||||
padding: 10px 0 10px 0;
|
||||
overflow-y:hidden;
|
||||
}
|
||||
/*/arrow creation*/
|
||||
.price{
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin-bottom: 0.625rem;
|
||||
}
|
||||
.price span{
|
||||
font-family: Arial !important;
|
||||
font-size: 9.5rem !important;
|
||||
letter-spacing: 1px;
|
||||
position:relative;
|
||||
top:-13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.price sup{
|
||||
font-family: Arial !important;
|
||||
font-size: 2rem;
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: -30px;
|
||||
}
|
||||
.hint{
|
||||
font-family: Arial !important;
|
||||
font-style: italic;
|
||||
font-size: 1.7rem;
|
||||
position:absolute;
|
||||
top:117px;
|
||||
left:42%;
|
||||
}
|
||||
/*PERSONAL*/
|
||||
.indicator-color1 .title{
|
||||
background: #0769B6;
|
||||
}
|
||||
.indicator-color1 .content,.indicator-color1 .pt-footer{
|
||||
background: #1B7CC9;
|
||||
|
||||
}
|
||||
.indicator-color1 .content:after{
|
||||
border-top-color: #82DACA;
|
||||
}
|
||||
.indicator-color1 .pt-footer:after{
|
||||
border-top-color: #FFFFFF;
|
||||
}
|
||||
/*PROFESSIONAL*/
|
||||
.indicator-color2 .title{
|
||||
background: #0F768A;
|
||||
}
|
||||
.indicator-color2 .content,.indicator-color2 .pt-footer{
|
||||
background: #4CB6CA;
|
||||
|
||||
}
|
||||
.indicator-color2 .content:after{
|
||||
border-top-color: #53CFE9;
|
||||
}
|
||||
.indicator-color2 .pt-footer:after{
|
||||
border-top-color: #FFFFFF;
|
||||
}
|
||||
/*BUSINESS*/
|
||||
.indicator-color3 .title{
|
||||
background: #E37653;
|
||||
}
|
||||
.indicator-color3 .content,.indicator-color3 .pt-footer{
|
||||
background: #E4947B;
|
||||
|
||||
}
|
||||
.indicator-color3 .content:after{
|
||||
border-top-color: #EB6379;
|
||||
}
|
||||
.indicator-color3 .pt-footer:after {
|
||||
border-top-color: #FFFFFF;
|
||||
}
|
||||
|
||||
/*PERSONAL*/
|
||||
.indicator-color4 .title{
|
||||
background: #25943B;
|
||||
}
|
||||
.indicator-color4 .content,.personal .pt-footer{
|
||||
background: #7FC585;
|
||||
}
|
||||
.indicator-color4 .content:after{
|
||||
border-top-color: #82DACA;
|
||||
}
|
||||
.indicator-color4 .pt-footer:after{
|
||||
border-top-color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
background-color: transparent;
|
||||
}
|
||||
caption {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
color: #777;
|
||||
text-align: left;
|
||||
}
|
||||
th {
|
||||
background-color: #6AA985;
|
||||
}
|
||||
.table {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.table > thead > tr > th,
|
||||
.table > tbody > tr > th,
|
||||
.table > tfoot > tr > th,
|
||||
.table > thead > tr > td,
|
||||
.table > tbody > tr > td,
|
||||
.table > tfoot > tr > td {
|
||||
padding: 8px;
|
||||
line-height: 1.42857143;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
.table > thead > tr > th {
|
||||
vertical-align: bottom;
|
||||
border-bottom: 2px solid #ddd;
|
||||
}
|
||||
.table > caption + thead > tr:first-child > th,
|
||||
.table > colgroup + thead > tr:first-child > th,
|
||||
.table > thead:first-child > tr:first-child > th,
|
||||
.table > caption + thead > tr:first-child > td,
|
||||
.table > colgroup + thead > tr:first-child > td,
|
||||
.table > thead:first-child > tr:first-child > td {
|
||||
border-top: 0;
|
||||
}
|
||||
.table > tbody + tbody {
|
||||
border-top: 2px solid #ddd;
|
||||
}
|
||||
.table .table {
|
||||
background-color: #fff;
|
||||
}
|
||||
.table-condensed > thead > tr > th,
|
||||
.table-condensed > tbody > tr > th,
|
||||
.table-condensed > tfoot > tr > th,
|
||||
.table-condensed > thead > tr > td,
|
||||
.table-condensed > tbody > tr > td,
|
||||
.table-condensed > tfoot > tr > td {
|
||||
padding: 5px;
|
||||
}
|
||||
.table-bordered {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
.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 #ddd;
|
||||
}
|
||||
.table-bordered > thead > tr > th,
|
||||
.table-bordered > thead > tr > td {
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
.table-striped > tbody > tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
.table-hover > tbody > tr:hover {
|
||||
background-color: #B0C4DE;
|
||||
}
|
||||
table col[class*="col-"] {
|
||||
position: static;
|
||||
display: table-column;
|
||||
float: none;
|
||||
}
|
||||
table td[class*="col-"],
|
||||
table th[class*="col-"] {
|
||||
position: static;
|
||||
display: table-cell;
|
||||
float: none;
|
||||
}
|
||||
.table > thead > tr > td.active,
|
||||
.table > tbody > tr > td.active,
|
||||
.table > tfoot > tr > td.active,
|
||||
.table > thead > tr > th.active,
|
||||
.table > tbody > tr > th.active,
|
||||
.table > tfoot > tr > th.active,
|
||||
.table > thead > tr.active > td,
|
||||
.table > tbody > tr.active > td,
|
||||
.table > tfoot > tr.active > td,
|
||||
.table > thead > tr.active > th,
|
||||
.table > tbody > tr.active > th,
|
||||
.table > tfoot > tr.active > th {
|
||||
/*background-color: #f5f5f5;*/
|
||||
}
|
||||
.table-hover > tbody > tr > td.active:hover,
|
||||
.table-hover > tbody > tr > th.active:hover,
|
||||
.table-hover > tbody > tr.active:hover > td,
|
||||
.table-hover > tbody > tr:hover > .active,
|
||||
.table-hover > tbody > tr.active:hover > th {
|
||||
background-color: #e8e8e8;
|
||||
}
|
||||
.table > thead > tr > td.success,
|
||||
.table > tbody > tr > td.success,
|
||||
.table > tfoot > tr > td.success,
|
||||
.table > thead > tr > th.success,
|
||||
.table > tbody > tr > th.success,
|
||||
.table > tfoot > tr > th.success,
|
||||
.table > thead > tr.success > td,
|
||||
.table > tbody > tr.success > td,
|
||||
.table > tfoot > tr.success > td,
|
||||
.table > thead > tr.success > th,
|
||||
.table > tbody > tr.success > th,
|
||||
.table > tfoot > tr.success > th {
|
||||
background-color: #dff0d8;
|
||||
}
|
||||
.table-hover > tbody > tr > td.success:hover,
|
||||
.table-hover > tbody > tr > th.success:hover,
|
||||
.table-hover > tbody > tr.success:hover > td,
|
||||
.table-hover > tbody > tr:hover > .success,
|
||||
.table-hover > tbody > tr.success:hover > th {
|
||||
background-color: #d0e9c6;
|
||||
}
|
||||
.table > thead > tr > td.info,
|
||||
.table > tbody > tr > td.info,
|
||||
.table > tfoot > tr > td.info,
|
||||
.table > thead > tr > th.info,
|
||||
.table > tbody > tr > th.info,
|
||||
.table > tfoot > tr > th.info,
|
||||
.table > thead > tr.info > td,
|
||||
.table > tbody > tr.info > td,
|
||||
.table > tfoot > tr.info > td,
|
||||
.table > thead > tr.info > th,
|
||||
.table > tbody > tr.info > th,
|
||||
.table > tfoot > tr.info > th {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
.table-hover > tbody > tr > td.info:hover,
|
||||
.table-hover > tbody > tr > th.info:hover,
|
||||
.table-hover > tbody > tr.info:hover > td,
|
||||
.table-hover > tbody > tr:hover > .info,
|
||||
.table-hover > tbody > tr.info:hover > th {
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
.table > thead > tr > td.warning,
|
||||
.table > tbody > tr > td.warning,
|
||||
.table > tfoot > tr > td.warning,
|
||||
.table > thead > tr > th.warning,
|
||||
.table > tbody > tr > th.warning,
|
||||
.table > tfoot > tr > th.warning,
|
||||
.table > thead > tr.warning > td,
|
||||
.table > tbody > tr.warning > td,
|
||||
.table > tfoot > tr.warning > td,
|
||||
.table > thead > tr.warning > th,
|
||||
.table > tbody > tr.warning > th,
|
||||
.table > tfoot > tr.warning > th {
|
||||
background-color: #fcf8e3;
|
||||
}
|
||||
.table-hover > tbody > tr > td.warning:hover,
|
||||
.table-hover > tbody > tr > th.warning:hover,
|
||||
.table-hover > tbody > tr.warning:hover > td,
|
||||
.table-hover > tbody > tr:hover > .warning,
|
||||
.table-hover > tbody > tr.warning:hover > th {
|
||||
background-color: #faf2cc;
|
||||
}
|
||||
.table > thead > tr > td.danger,
|
||||
.table > tbody > tr > td.danger,
|
||||
.table > tfoot > tr > td.danger,
|
||||
.table > thead > tr > th.danger,
|
||||
.table > tbody > tr > th.danger,
|
||||
.table > tfoot > tr > th.danger,
|
||||
.table > thead > tr.danger > td,
|
||||
.table > tbody > tr.danger > td,
|
||||
.table > tfoot > tr.danger > td,
|
||||
.table > thead > tr.danger > th,
|
||||
.table > tbody > tr.danger > th,
|
||||
.table > tfoot > tr.danger > th {
|
||||
background-color: #f2dede;
|
||||
}
|
||||
.table-hover > tbody > tr > td.danger:hover,
|
||||
.table-hover > tbody > tr > th.danger:hover,
|
||||
.table-hover > tbody > tr.danger:hover > td,
|
||||
.table-hover > tbody > tr:hover > .danger,
|
||||
.table-hover > tbody > tr.danger:hover > th {
|
||||
background-color: #ebcccc;
|
||||
}
|
||||
.table-responsive {
|
||||
min-height: .01%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
|
||||
div.ok { position:relative;}
|
||||
img.positioned { position:absolute; height:28px; }
|
||||
img#topright { top:0; right:0; }
|
||||
|
||||
.timepoint {
|
||||
background-color:red;
|
||||
}
|
||||
|
||||
|
||||
#chart { /* NEW */
|
||||
height: 360px; /* NEW */
|
||||
position: relative; /* NEW */
|
||||
width: 360px; /* NEW */
|
||||
}
|
||||
path.slice{
|
||||
stroke-width:2px;
|
||||
}
|
||||
polyline{
|
||||
opacity: .3;
|
||||
stroke: black;
|
||||
stroke-width: 2px;
|
||||
fill: none;
|
||||
}
|
||||
svg text.percent{
|
||||
fill:white;
|
||||
text-anchor:middle;
|
||||
font-size:12px;
|
||||
}
|
||||
/*.tooltip {
|
||||
background: #eee;
|
||||
box-shadow: 0 0 5px #999999;
|
||||
color: #333;
|
||||
display: none;
|
||||
font-size: 12px;
|
||||
left: 130px;
|
||||
padding: 10px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 95px;
|
||||
width: 80px;
|
||||
z-index: 10;
|
||||
}*/
|
||||
.legend {
|
||||
font-size: 12px;
|
||||
}
|
||||
rect {
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
.background {
|
||||
fill: #FFFFFF;
|
||||
fill-opacity: 0.01;
|
||||
}
|
||||
|
||||
.component {
|
||||
fill: #e1e1e1;
|
||||
}
|
||||
|
||||
.component .label {
|
||||
font-family: Myriad, "Helvetic Neue", Helvetica, Arial;
|
||||
text-anchor: middle;
|
||||
/*fill: #0000FF;*/
|
||||
}
|
||||
|
||||
.arc {
|
||||
stroke-weight:0.5;
|
||||
/*fill: #000000;*/
|
||||
}
|
||||
|
||||
|
||||
.arc2 {
|
||||
stroke-weight:0.1;
|
||||
fill: #3660b0;
|
||||
}
|
||||
|
||||
|
||||
.label {
|
||||
font-family: Myriad, "Helvetic Neue", Helvetica, Arial;
|
||||
text-anchor: middle;
|
||||
}
|
||||
|
||||
.radial-svg {
|
||||
/*display: block;*/
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.grid
|
||||
{
|
||||
stroke: black;
|
||||
stroke-opacity: 0.3;
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
body {
|
||||
/*font: 10px Arial;
|
||||
font-weight:none;*/
|
||||
}
|
||||
|
||||
text.shadow {
|
||||
stroke: #fff;
|
||||
stroke-width: 2.5px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
path.line1 {
|
||||
stroke: steelblue;
|
||||
stroke-width: 1;
|
||||
fill: none;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
|
||||
.axis path,
|
||||
.axis line {
|
||||
fill: none;
|
||||
stroke: grey;
|
||||
stroke-width: 1;
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
.grid path {
|
||||
stroke-width: 0;
|
||||
}
|
||||
|
||||
.tooltip { /* NEW */
|
||||
background: #eee; /* NEW */
|
||||
box-shadow: 0 0 5px #999999; /* NEW */
|
||||
color: #333; /* NEW */
|
||||
display: none; /* NEW */
|
||||
font-size: 12px; /* NEW */
|
||||
left: 110px; /* NEW */
|
||||
padding: 10px; /* NEW */
|
||||
position: absolute; /* NEW */
|
||||
text-align: center; /* NEW */
|
||||
top: 85px; /* NEW */
|
||||
width: 80px; /* NEW */
|
||||
z-index: 10; /* NEW */
|
||||
}
|
||||
|
||||
.letter{
|
||||
background-image: url("../images/logo-proces-marker.png");
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
height: 150%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*------------header---------*/
|
||||
|
||||
.tick {
|
||||
stroke:blue;
|
||||
stroke-opacity: 0.3;
|
||||
font-size:12px;
|
||||
font-family:arial;
|
||||
/*font-weight:normal;*/
|
||||
/*text-shadow:1px 1px 1px #000;*/
|
||||
}
|
||||
.tick :Hover{
|
||||
stroke:red;
|
||||
stroke-opacity: 0.3;
|
||||
font-size:12px;
|
||||
font-family:arial;
|
||||
/*font-weight:normal;*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*------------index--------------*/
|
||||
|
||||
.FormTitle{
|
||||
background: none repeat scroll 0 0 #888888;
|
||||
border-bottom: 1px solid #626262;
|
||||
color: #ffffff;
|
||||
}
|
||||
.contact{
|
||||
background: none repeat scroll 0 0 #eeeeee;
|
||||
border-bottom: 1px solid #dddddd;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
text.shadow {
|
||||
stroke: #fff;
|
||||
stroke-width: 2.5px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.line1 {
|
||||
stroke: steelblue;
|
||||
stroke-width: 2;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.line2 {
|
||||
stroke: #eee;
|
||||
stroke-width: 2;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.axis path,
|
||||
.axis line {
|
||||
fill: none;
|
||||
stroke: grey;
|
||||
stroke-width: 1;
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
|
||||
.grid .tick {
|
||||
stroke: lightgrey;
|
||||
stroke-opacity: 0.7;
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
.grid path {
|
||||
stroke-width: 0;
|
||||
}
|
||||
|
||||
.area {
|
||||
fill: lightsteelblue;
|
||||
stroke-width: 0;
|
||||
}
|
||||
|
||||
.parea {
|
||||
fill: green;
|
||||
stroke-width: 0;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.point-area2 {
|
||||
fill:gray;
|
||||
opacity: 1.0;
|
||||
stroke-width: 0;
|
||||
}
|
||||
|
||||
|
||||
129
workflow/public_html/css/gridstack.css
Normal file
129
workflow/public_html/css/gridstack.css
Normal file
@@ -0,0 +1,129 @@
|
||||
.grid-stack {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.grid-stack-item {
|
||||
position: absolute;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.grid-stack-item .grid-stack-item-content{
|
||||
/*margin: 0;*/
|
||||
position: absolute;
|
||||
/*top: 0;*/
|
||||
left: 15px;
|
||||
right: 15px;
|
||||
/*bottom: 0;*/
|
||||
/*width: auto;*/
|
||||
z-index: 0 !important;
|
||||
/*overflow: auto;*/
|
||||
}
|
||||
|
||||
.grid-stack-item .placeholder-content {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 15px;
|
||||
right: 15px;
|
||||
bottom: 0;
|
||||
z-index: 0 !important;
|
||||
}
|
||||
|
||||
.grid-stack-placeholder .placeholder-content {
|
||||
border: 1px dashed lightgray;
|
||||
}
|
||||
|
||||
.grid-stack-item.ui-draggable-dragging,
|
||||
.grid-stack-item.ui-resizable-resizing {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.grid-stack-item.ui-draggable-dragging .grid-stack-item-content,
|
||||
.grid-stack-item.ui-resizable-resizing .grid-stack-item-content {
|
||||
box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.grid-stack-item .ui-resizable-handle {
|
||||
padding: 3px;
|
||||
margin: 3px 0;
|
||||
cursor: nwse-resize;
|
||||
color: gray;
|
||||
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 15px;
|
||||
|
||||
font: normal normal normal 10px/1 FontAwesome;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
||||
-webkit-transform: rotate(90deg);
|
||||
-ms-transform: rotate(90deg);
|
||||
transform: rotate(90deg);
|
||||
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.grid-stack-item .ui-resizable-handle::before {
|
||||
content: "\f065";
|
||||
}
|
||||
|
||||
.grid-stack-item[data-gs-width="12"] { width: 100% }
|
||||
.grid-stack-item[data-gs-width="11"] { width: 91.66666667% }
|
||||
.grid-stack-item[data-gs-width="10"] { width: 83.33333333% }
|
||||
.grid-stack-item[data-gs-width="9"] { width: 75% }
|
||||
.grid-stack-item[data-gs-width="8"] { width: 66.66666667% }
|
||||
.grid-stack-item[data-gs-width="7"] { width: 58.33333333% }
|
||||
.grid-stack-item[data-gs-width="6"] { width: 50% }
|
||||
.grid-stack-item[data-gs-width="5"] { width: 41.66666667% }
|
||||
.grid-stack-item[data-gs-width="4"] { width: 33.33333333% }
|
||||
.grid-stack-item[data-gs-width="3"] { width: 25% }
|
||||
.grid-stack-item[data-gs-width="2"] { width: 16.66666667% }
|
||||
.grid-stack-item[data-gs-width="1"] { width: 8.33333333% }
|
||||
|
||||
.grid-stack-item[data-gs-x="12"] { left: 100% }
|
||||
.grid-stack-item[data-gs-x="11"] { left: 91.66666667% }
|
||||
.grid-stack-item[data-gs-x="10"] { left: 83.33333333% }
|
||||
.grid-stack-item[data-gs-x="9"] { left: 75% }
|
||||
.grid-stack-item[data-gs-x="8"] { left: 66.66666667% }
|
||||
.grid-stack-item[data-gs-x="7"] { left: 58.33333333% }
|
||||
.grid-stack-item[data-gs-x="6"] { left: 50% }
|
||||
.grid-stack-item[data-gs-x="5"] { left: 41.66666667% }
|
||||
.grid-stack-item[data-gs-x="4"] { left: 33.33333333% }
|
||||
.grid-stack-item[data-gs-x="3"] { left: 25% }
|
||||
.grid-stack-item[data-gs-x="2"] { left: 16.66666667% }
|
||||
.grid-stack-item[data-gs-x="1"] { left: 8.33333333% }
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.grid-stack-item {
|
||||
position: relative !important;
|
||||
width: auto !important;
|
||||
left: 0 !important;
|
||||
top: auto !important;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.grid-stack {
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
|
||||
-webkit-transition: left .3s, top .3s, height .3s, width .3s;
|
||||
-moz-transition: left .3s, top .3s, height .3s, width .3s;
|
||||
-o-transition: left .3s, top .3s, height .3s, width .3s;
|
||||
-ms-transition: left .3s, top .3s, height .3s, width .3s;
|
||||
transition: left .3s, top .3s, height .3s, width .3s;
|
||||
}
|
||||
/*Don't animate the placeholder or when dragging/resizing*/
|
||||
.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
|
||||
.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing,
|
||||
.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder{
|
||||
-webkit-transition: left .0s, top .0s, height .0s, width .0s;
|
||||
-moz-transition: left .0s, top .0s, height .0s, width .0s;
|
||||
-o-transition: left .0s, top .0s, height .0s, width .0s;
|
||||
transition: left .0s, top .0s, height .0s, width .0s;
|
||||
}
|
||||
766
workflow/public_html/css/sb-admin-2.css
Normal file
766
workflow/public_html/css/sb-admin-2.css
Normal file
@@ -0,0 +1,766 @@
|
||||
/*!
|
||||
* Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
|
||||
* Code licensed under the Apache License v2.0.
|
||||
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
|
||||
*/
|
||||
|
||||
body {
|
||||
background-color: #f5f5f5;
|
||||
font-size: 15px;
|
||||
font-family: 'Chivo', sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6{
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#page-wrapper {
|
||||
padding: 0 15px;
|
||||
min-height: 568px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
#page-wrapper {
|
||||
position: inherit;
|
||||
margin: 0;
|
||||
padding: 0 30px;
|
||||
margin-top: 10px;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-top-links {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.navbar-top-links li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.navbar-top-links li:last-child {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.navbar-top-links li a {
|
||||
padding: 15px;
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.navbar-top-links .dropdown-menu li {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.navbar-top-links .dropdown-menu li:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.navbar-top-links .dropdown-menu li a {
|
||||
padding: 3px 20px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.navbar-top-links .dropdown-menu li a div {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.navbar-top-links .dropdown-messages,
|
||||
.navbar-top-links .dropdown-tasks,
|
||||
.navbar-top-links .dropdown-alerts {
|
||||
width: 310px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.navbar-top-links .dropdown-messages {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.navbar-top-links .dropdown-tasks {
|
||||
margin-left: -59px;
|
||||
}
|
||||
|
||||
.navbar-top-links .dropdown-alerts {
|
||||
margin-left: -123px;
|
||||
}
|
||||
|
||||
.navbar-top-links .dropdown-user {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.sidebar .sidebar-nav.navbar-collapse {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.sidebar .sidebar-search {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.sidebar ul li {
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
}
|
||||
|
||||
.sidebar ul li a.active {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.sidebar .arrow {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.sidebar .fa.arrow:before {
|
||||
content: "\f104";
|
||||
}
|
||||
|
||||
.sidebar .active>a>.fa.arrow:before {
|
||||
content: "\f107";
|
||||
}
|
||||
|
||||
.sidebar .nav-second-level li,
|
||||
.sidebar .nav-third-level li {
|
||||
border-bottom: 0!important;
|
||||
}
|
||||
|
||||
.sidebar .nav-second-level li a {
|
||||
padding-left: 37px;
|
||||
}
|
||||
|
||||
.sidebar .nav-third-level li a {
|
||||
padding-left: 52px;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
.sidebar {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
width: 250px;
|
||||
margin-top: 51px;
|
||||
}
|
||||
|
||||
.navbar-top-links .dropdown-messages,
|
||||
.navbar-top-links .dropdown-tasks,
|
||||
.navbar-top-links .dropdown-alerts {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-outline {
|
||||
color: inherit;
|
||||
background-color: transparent;
|
||||
transition: all .5s;
|
||||
}
|
||||
|
||||
.btn-primary.btn-outline {
|
||||
color: #428bca;
|
||||
}
|
||||
|
||||
.btn-success.btn-outline {
|
||||
color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-info.btn-outline {
|
||||
color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-warning.btn-outline {
|
||||
color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-danger.btn-outline {
|
||||
color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-primary.btn-outline:hover,
|
||||
.btn-success.btn-outline:hover,
|
||||
.btn-info.btn-outline:hover,
|
||||
.btn-warning.btn-outline:hover,
|
||||
.btn-danger.btn-outline:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.chat {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.chat li {
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px dotted #999;
|
||||
}
|
||||
|
||||
.chat li.left .chat-body {
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
.chat li.right .chat-body {
|
||||
margin-right: 60px;
|
||||
}
|
||||
|
||||
.chat li .chat-body p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.panel .slidedown .glyphicon,
|
||||
.chat .glyphicon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.chat-panel .panel-body {
|
||||
height: 350px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.login-panel {
|
||||
margin-top: 25%;
|
||||
}
|
||||
|
||||
.flot-chart {
|
||||
display: block;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.flot-chart-content {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.dataTables_wrapper {
|
||||
position: relative;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting,
|
||||
table.dataTable thead .sorting_asc,
|
||||
table.dataTable thead .sorting_desc,
|
||||
table.dataTable thead .sorting_asc_disabled,
|
||||
table.dataTable thead .sorting_desc_disabled {
|
||||
background: 0 0;
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting_asc:after {
|
||||
content: "\f0de";
|
||||
float: right;
|
||||
font-family: fontawesome;
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting_desc:after {
|
||||
content: "\f0dd";
|
||||
float: right;
|
||||
font-family: fontawesome;
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting:after {
|
||||
content: "\f0dc";
|
||||
float: right;
|
||||
font-family: fontawesome;
|
||||
color: rgba(50,50,50,.5);
|
||||
}
|
||||
|
||||
.btn-circle {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
padding: 6px 0;
|
||||
border-radius: 15px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
line-height: 1.428571429;
|
||||
}
|
||||
|
||||
.btn-circle.btn-lg {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
padding: 10px 16px;
|
||||
border-radius: 25px;
|
||||
font-size: 18px;
|
||||
line-height: 1.33;
|
||||
}
|
||||
|
||||
.btn-circle.btn-xl {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
padding: 10px 16px;
|
||||
border-radius: 35px;
|
||||
font-size: 24px;
|
||||
line-height: 1.33;
|
||||
}
|
||||
|
||||
.show-grid [class^=col-] {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
border: 1px solid #ddd;
|
||||
background-color: #eee!important;
|
||||
}
|
||||
|
||||
.show-grid {
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
.huge {
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
.fontMedium {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.panel-green {
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
|
||||
.panel-green .panel-heading {
|
||||
border-color: #1fbc99;
|
||||
color: #fff;
|
||||
background-color: #1fbc99;
|
||||
}
|
||||
|
||||
.panel-green a {
|
||||
color: #606368;
|
||||
}
|
||||
|
||||
.panel-green a:hover {
|
||||
color: #1fbc99;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.panel-red {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
.panel-red .panel-heading {
|
||||
border-color: #e14333;
|
||||
color: #fff;
|
||||
background-color: #e14333;
|
||||
}
|
||||
|
||||
.panel-red a {
|
||||
color: #606368;
|
||||
}
|
||||
|
||||
.panel-red a:hover {
|
||||
color: #e14333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.panel-yellow {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
.panel-yellow .panel-heading {
|
||||
border-color: #fcb322;
|
||||
color: #fff;
|
||||
background-color: #fcb322;
|
||||
}
|
||||
|
||||
.panel-yellow a {
|
||||
color: #606368;
|
||||
}
|
||||
|
||||
.panel-yellow a:hover {
|
||||
color: #fcb322;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
/*NEW STYLES START HERE*/
|
||||
|
||||
/*navbar*/
|
||||
|
||||
|
||||
.navbar-default{
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 0;;
|
||||
}
|
||||
|
||||
.navbar-brand{
|
||||
height: 77px;
|
||||
padding: 7px 10px;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.navbar-nav{
|
||||
padding: 12px 15px;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
|
||||
background-color: transparent;
|
||||
color: #3397e1;
|
||||
display: inline-block;
|
||||
border-bottom: 2px solid #3397e1;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav>li>a{
|
||||
color: #7b7c80;
|
||||
padding: 16px 3px;
|
||||
margin: 0 12px;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav>li>a:hover{
|
||||
color: #3397e1;
|
||||
}
|
||||
|
||||
.navbar-toggle{
|
||||
margin-top:20px;
|
||||
}
|
||||
|
||||
.user i img{
|
||||
width: 54px;
|
||||
border-radius: 100px;
|
||||
border: 2px solid #e9e9e9;
|
||||
margin-right: 12px;
|
||||
display: inline-grid;;
|
||||
}
|
||||
|
||||
.user{
|
||||
background:transparent;
|
||||
border-left: 1px solid #dadada;
|
||||
margin-right: -15px;
|
||||
height: 77px;
|
||||
}
|
||||
|
||||
.user:hover, .user.open{
|
||||
background:#f5f5f5;
|
||||
}
|
||||
|
||||
.navbar-default .user>.active>a{
|
||||
border-bottom:0;
|
||||
color:#3397e1;
|
||||
padding: 0;
|
||||
height: 52px;
|
||||
}
|
||||
|
||||
.navbar-default .user>.active>a:hover, .navbar-default .user>.active>a:focus{
|
||||
color:#3397e1;
|
||||
border-bottom: 0;
|
||||
height: 52px;
|
||||
}
|
||||
/*navbar ends*/
|
||||
|
||||
/*title panel*/
|
||||
.panel{
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.panel-body{
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.dashboard-button{
|
||||
background-color: #fff;
|
||||
color:#3d4047;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
height:55px;
|
||||
width: 85px;
|
||||
padding-top: 15px;
|
||||
float: left;
|
||||
margin-right: 25px;
|
||||
border-right: 1px solid #dadada;
|
||||
}
|
||||
|
||||
.dashboard-button:hover, .dashboard-button:active, .dashboard-button:focus{
|
||||
background-color: #3d4047;
|
||||
}
|
||||
|
||||
.dashboard-button i.fa-chevron-down{
|
||||
margin-top: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.fa-chevron-right{
|
||||
color: #337AB8;
|
||||
}
|
||||
|
||||
.header-dashboard{
|
||||
float: left;
|
||||
margin: 18px 0;
|
||||
}
|
||||
.clear{
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.well{
|
||||
background-color: #3d4047;
|
||||
border-radius: 0;
|
||||
color:#fff;
|
||||
border:0;
|
||||
box-shadow:none;
|
||||
margin-top: 11px;
|
||||
}
|
||||
|
||||
|
||||
.btn-success{
|
||||
background-color: #1fbc99;
|
||||
border-color: #0b9778;
|
||||
border-radius: 2px;
|
||||
margin-right: 16px;
|
||||
margin-top: 11px;
|
||||
}
|
||||
|
||||
.btn-success:hover, .btn-success:active, .btn-success:focus{
|
||||
background-color: #0b9778;
|
||||
border-color: #0b9778;
|
||||
}
|
||||
|
||||
.form-control{
|
||||
width: 100px;
|
||||
margin: 11px 17px 0 0;
|
||||
}
|
||||
|
||||
.dashboard-right h5{
|
||||
margin: 20px 12px 0 0;
|
||||
}
|
||||
|
||||
/*title panel ends*/
|
||||
|
||||
.panel-primary{
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
.panel-primary a{
|
||||
color: #606368;
|
||||
}
|
||||
|
||||
.panel-primary a:hover{
|
||||
color: #3397e1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.panel{
|
||||
box-shadow:none;
|
||||
}
|
||||
|
||||
.panel a{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.indicators .panel-heading{
|
||||
min-height: 115px;
|
||||
}
|
||||
|
||||
.indicators{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.panel-green:hover, .panel-red:hover, .panel-yellow:hover, .panel-primary:hover{
|
||||
box-shadow:0px 3px 2px #dfdfdf;
|
||||
}
|
||||
|
||||
.small{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.smallB{
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.panel-footer{
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.panel-active{
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.panel-active:after, .panel-active:before {
|
||||
top: 100%;
|
||||
left: 50%;
|
||||
border: solid transparent;
|
||||
content: " ";
|
||||
height: 0;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.panel-active:after {
|
||||
border-color: rgba(136, 183, 213, 0);
|
||||
border-top-color: #fff;
|
||||
border-width: 20px;
|
||||
margin-left: -20px;
|
||||
}
|
||||
.panel-active:before {
|
||||
border-color: rgba(194, 225, 245, 0);
|
||||
border-top-color: #ddd;
|
||||
border-width: 21px;
|
||||
margin-left: -21px;
|
||||
}
|
||||
|
||||
.progress{
|
||||
height: 115px;
|
||||
margin-bottom: 0;
|
||||
|
||||
}
|
||||
|
||||
.progress-bar{
|
||||
padding: 10px 15px;
|
||||
}
|
||||
|
||||
.progress-dark-base{
|
||||
background-color: #ddd;
|
||||
border-radius: 0;
|
||||
margin-top: -115px;
|
||||
}
|
||||
|
||||
.panel .text-right, .small{
|
||||
margin-top:10px;
|
||||
}
|
||||
|
||||
.panel-red .panel-heading, .panel-primary .panel-heading{
|
||||
color:rgba(0,0,0,0.4) !important;
|
||||
}
|
||||
|
||||
.panel-yellow .progress-bar{
|
||||
background: #fcb322;
|
||||
}
|
||||
|
||||
.process-div{
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
margin-top: 10px;
|
||||
padding:0;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.process-div .panel-heading{
|
||||
color:#606368;
|
||||
}
|
||||
|
||||
.process-div .panel-heading a{
|
||||
color: #606368;
|
||||
}
|
||||
|
||||
.process-div .small{
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/*.process-div .breadcrumb{*/
|
||||
.breadcrumb{
|
||||
margin: 0;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.breadcrumb>li+li:before{
|
||||
color: rgba(0,0,0, 2);
|
||||
}
|
||||
|
||||
.red{
|
||||
color:#e14333 !important;
|
||||
}
|
||||
|
||||
.green{
|
||||
color:#1fbc99 !important;
|
||||
}
|
||||
|
||||
.yellow{
|
||||
color:#fcb322 !important;
|
||||
}
|
||||
|
||||
.blue{
|
||||
color:#337AB8 !important;
|
||||
}
|
||||
|
||||
.grey{
|
||||
color:#606368 !important;
|
||||
}
|
||||
|
||||
.redbg{
|
||||
/*background:#e14333 !important;*/
|
||||
border-color: #e14333;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.greenbg{
|
||||
/*background:#1fbc99 !important;*/
|
||||
border-color: #1fbc99;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.yellowbg{
|
||||
/*background:#fcb322 !important;*/
|
||||
border-color: #fcb322;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.bluebg{
|
||||
/*background:#337ab7 !important;*/
|
||||
border-color: #337ab7;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.greybg{
|
||||
background:#606368 !important;
|
||||
}
|
||||
|
||||
.vcenter {
|
||||
margin: 7% 0;
|
||||
}
|
||||
|
||||
.vcenter-task {
|
||||
margin: 2% 0;
|
||||
}
|
||||
|
||||
.border-left-light{
|
||||
border-left:1px solid rgba(255,255,255, 0.5);
|
||||
}
|
||||
|
||||
.border-left-dark{
|
||||
border-left:1px solid rgba(0,0,0, 0.2);
|
||||
}
|
||||
|
||||
.process-button{
|
||||
border:1px solid #dadada;
|
||||
display:inherit;
|
||||
height:83px;
|
||||
padding: 13px;
|
||||
}
|
||||
|
||||
.process-button .small{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.process-button .blue{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.process-button:hover .blue, .process-button:hover, .process-button:hover .grey{
|
||||
background: #337AB8;
|
||||
color:#fff !important;
|
||||
}
|
||||
|
||||
.arrow{
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.title-process{
|
||||
margin-top:15px;
|
||||
}
|
||||
|
||||
.btn-group .btn-success{
|
||||
margin: 20px 0 0 0;
|
||||
}
|
||||
|
||||
.selected .fa-star{
|
||||
color: #fcb322 !important;
|
||||
}
|
||||
|
||||
.selected .btn-success{
|
||||
background-color: #007E62;
|
||||
}
|
||||
|
||||
.well .btn-group{
|
||||
margin: 0 15px 0 0;
|
||||
}
|
||||
|
||||
.bottom{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user