Built motion from commit ee17993.|1.0.6
[motion.git] / public / assets / css / global / custom.css
index d6eece1..edc1b20 100644 (file)
@@ -631,6 +631,10 @@ body > [uib-modal-window]:not([modal-render]) {
   outline: 2px solid transparent;
   animation: blink .5s step-end infinite alternate;
   outline-offset:-2px;
+  /*Reduce CPU load*/
+  transform: translateZ(0);
+  -webkit-transform: translateZ(0);
+  -ms-transform: translateZ(0);
 }
 
 .otherfields-col{
@@ -784,8 +788,12 @@ rzslider .rz-ticks .rz-tick{
     text-overflow: ellipsis;
 }
 
+.yellow-notes{
+  background-color:#FFFFCC;
+}
+
 .notes-textarea,.notes-textarea:focus, .notes-textarea:hover, .notes-textarea:active{
-  background-color:#F6FF7D;
+  background-color:#FFFFCC;
   width: calc(100%);
   height: 200px;
   resize: none;
@@ -796,3 +804,67 @@ rzslider .rz-ticks .rz-tick{
   -moz-box-shadow: none;
   box-shadow: none;
 }
+
+.center-text{
+  text-align:center;
+}
+
+.no-border{
+  border:none !important;
+}
+
+.about-logo{
+  max-width: 250px;
+}
+
+.ui-select-multiple input.ui-select-search:not(.ng-touched) {
+    width: 100% !important;
+}
+
+.ui-select-choices-row disabled{
+  color: #EEEEEE;
+}
+
+.td-disposal-logo{
+  max-height: 60px;
+}
+
+.pricing.disabled-update .pricing-head h3 {
+
+    background: #BFBFBF !important;
+    border-bottom: solid 1px #BFBFBF !important;
+}
+
+.pricing.disabled-update:hover {
+    border: 3px solid #BFBFBF !important;
+}
+
+.pricing.disabled-update:hover h4 {
+    color: #BFBFBF !important;
+}
+
+.pricing.disabled-update .pricing-content li i {
+    color: #BFBFBF ! important;
+}
+
+.pricing.current-version .pricing-head h3 {
+
+    background: #8775a7 !important;
+    border-bottom: solid 1px #8775a7 !important;
+}
+
+.pricing.current-version:hover {
+    border: 3px solid #8775a7 !important;
+}
+
+.pricing.current-version:hover h4 {
+    color: #8775a7 !important;
+}
+
+.pricing.current-version .pricing-content li i {
+    color: #8775a7 ! important;
+}
+
+.right-margin-10{
+  margin-right: 10px;
+}