descripcion reportes

parent 79df01e2
...@@ -106,22 +106,22 @@ body { ...@@ -106,22 +106,22 @@ body {
opacity: 1; opacity: 1;
} */ } */
.minimap{ .minimap {
width:100%; width: 100%;
height:100%; height: 100%;
margin:0; margin: 0;
padding:0; padding: 0;
position:fixed; position: fixed;
} }
.minimaptabs{ .minimaptabs {
width:100%; width: 100%;
height:100%; height: 100%;
margin:0; margin: 0;
padding:0; padding: 0;
} }
#reportPage{ #reportPage {
height: 940px !important; height: 940px !important;
} }
...@@ -175,6 +175,7 @@ select { ...@@ -175,6 +175,7 @@ select {
background: #2c3e50; background: #2c3e50;
background-image: none; background-image: none;
} }
/* Custom Select */ /* Custom Select */
.select { .select {
position: relative; position: relative;
...@@ -186,6 +187,7 @@ select { ...@@ -186,6 +187,7 @@ select {
overflow: hidden; overflow: hidden;
border-radius: .25em; border-radius: .25em;
} }
select { select {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -194,9 +196,11 @@ select { ...@@ -194,9 +196,11 @@ select {
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
} }
select::-ms-expand { select::-ms-expand {
display: none; display: none;
} }
/* Arrow */ /* Arrow */
.select::after { .select::after {
content: '\25BC'; content: '\25BC';
...@@ -208,10 +212,12 @@ select::-ms-expand { ...@@ -208,10 +212,12 @@ select::-ms-expand {
background: #34495e; background: #34495e;
pointer-events: none; pointer-events: none;
} }
/* Transition */ /* Transition */
.select:hover::after { .select:hover::after {
color: #f39c12; color: #f39c12;
} }
.select::after { .select::after {
-webkit-transition: .25s all ease; -webkit-transition: .25s all ease;
-o-transition: .25s all ease; -o-transition: .25s all ease;
...@@ -227,6 +233,7 @@ select::-ms-expand { ...@@ -227,6 +233,7 @@ select::-ms-expand {
min-height: 30px; min-height: 30px;
bottom: 10px; bottom: 10px;
} }
.arrow_box:after, .arrow_box:before { .arrow_box:after, .arrow_box:before {
top: 100%; top: 100%;
left: 50%; left: 50%;
...@@ -244,6 +251,7 @@ select::-ms-expand { ...@@ -244,6 +251,7 @@ select::-ms-expand {
border-width: 10px; border-width: 10px;
margin-left: -10px; margin-left: -10px;
} }
.arrow_box:before { .arrow_box:before {
border-color: rgba(255, 167, 79, 0); border-color: rgba(255, 167, 79, 0);
border-top-color: #ffa74f; border-top-color: #ffa74f;
...@@ -251,7 +259,6 @@ select::-ms-expand { ...@@ -251,7 +259,6 @@ select::-ms-expand {
margin-left: -11px; margin-left: -11px;
} }
/* range de comparacion */ /* range de comparacion */
/* left */ /* left */
...@@ -262,6 +269,7 @@ select::-ms-expand { ...@@ -262,6 +269,7 @@ select::-ms-expand {
min-height: 30px; min-height: 30px;
bottom: 10px; bottom: 10px;
} }
.arrow_box_left:after, .arrow_box_left:before { .arrow_box_left:after, .arrow_box_left:before {
top: 100%; top: 100%;
left: 50%; left: 50%;
...@@ -279,6 +287,7 @@ select::-ms-expand { ...@@ -279,6 +287,7 @@ select::-ms-expand {
border-width: 10px; border-width: 10px;
margin-left: -10px; margin-left: -10px;
} }
.arrow_box_left:before { .arrow_box_left:before {
border-color: rgba(255, 167, 79, 0); border-color: rgba(255, 167, 79, 0);
border-top-color: #ffa74f; border-top-color: #ffa74f;
...@@ -286,8 +295,6 @@ select::-ms-expand { ...@@ -286,8 +295,6 @@ select::-ms-expand {
margin-left: -11px; margin-left: -11px;
} }
/* left */ /* left */
.arrow_box_right { .arrow_box_right {
position: relative; position: relative;
...@@ -296,6 +303,7 @@ select::-ms-expand { ...@@ -296,6 +303,7 @@ select::-ms-expand {
min-height: 30px; min-height: 30px;
bottom: 10px; bottom: 10px;
} }
.arrow_box_right:after, .arrow_box_right:before { .arrow_box_right:after, .arrow_box_right:before {
top: 100%; top: 100%;
left: 50%; left: 50%;
...@@ -313,6 +321,7 @@ select::-ms-expand { ...@@ -313,6 +321,7 @@ select::-ms-expand {
border-width: 10px; border-width: 10px;
margin-left: -10px; margin-left: -10px;
} }
.arrow_box_right:before { .arrow_box_right:before {
border-color: rgba(255, 167, 79, 0); border-color: rgba(255, 167, 79, 0);
border-top-color: #ffa74f; border-top-color: #ffa74f;
...@@ -320,39 +329,34 @@ select::-ms-expand { ...@@ -320,39 +329,34 @@ select::-ms-expand {
margin-left: -11px; margin-left: -11px;
} }
/*progress bar effect*/ /*progress bar effect*/
/*left and right arrows for slider with font-awesome*/ /*left and right arrows for slider with font-awesome*/
.fas.fa-chevron-left { .fas.fa-chevron-left {
position: absolute; position: absolute;
left: 0; left: 0;
top: 40%; top: 40%;
margin-left: 5px; margin-left: 5px;
color: rgba(11, 15, 192, 0.3); color: rgba(0,60,136,.5);
font-size: 60px; font-size: 60px;
z-index: 100; z-index: 100;
} }
.fas.fa-chevron-right { .fas.fa-chevron-right {
position: absolute; position: absolute;
right: 0; right: 0;
top: 40%; top: 40%;
margin-right: 5px; margin-right: 5px;
color: rgba(11, 15, 192, 0.3); color: rgba(0,60,136,.5);
font-size: 60px; font-size: 60px;
z-index: 100; z-index: 100;
} }
.fas.fa-chevron-left:hover{ .fas.fa-chevron-left:hover {
color: blue; color: rgba(0,60,136,.7);
} }
.fas.fa-chevron-right:hover {
color: blue; .fas.fa-chevron-right:hover {
} color: rgba(0,60,136,.7);
\ No newline at end of file }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment