Built motion from commit ee17993.|1.0.6
[motion.git] / public / assets / css / global / custom.css
index 4ed9136..edc1b20 100644 (file)
@@ -68,6 +68,69 @@ margin-left: -370px;
 }
 */
 
+.file-upload {
+  position: relative;
+  overflow: hidden;
+  background: #00FF33;
+  border: none;
+  margin: 1px;
+  height: 26px;
+  width: 26px;
+}
+
+.file-upload:hover {
+  background-color: #00CC33;
+}
+
+.file-upload input.file-input {
+  position: absolute;
+  top: 0;
+  right: 0;
+  margin: 0;
+  padding: 0;
+  font-size: 20px;
+  cursor: pointer;
+  opacity: 0;
+  filter: alpha(opacity=0);
+}
+
+.ta-editor.form-control.myform2-height, .ta-scroll-window.form-control.myform2-height  {
+  height: 400px;
+  min-height: 400px;
+  overflow: auto;
+  font-family: inherit;
+  font-size: 100%;
+}
+
+.ta-editor.form-control.myform2-height::-webkit-scrollbar {
+  width: 7px;
+}
+
+.form-control.myform2-height > .ta-bind {
+  min-height: 400px;
+  padding: 6px 12px;
+}
+
+#chat-box {
+  height: 350px;
+  overflow : auto;
+  padding-right: 10px;
+}
+
+#chat-box::-webkit-scrollbar {
+  width: 7px;
+}
+
+#mail-box {
+  height: 781px;
+  overflow : auto;
+  padding-right: 10px;
+}
+
+#mail-box::-webkit-scrollbar {
+  width: 7px;
+}
+
 .motion-contact-uib-tab div.ng-binding, .motion-newContact-uib-tab div.ng-binding {
   border-top: 2px solid #8775a7 !important;
 }
@@ -92,28 +155,20 @@ margin-left: -370px;
   border-top: 2px solid #002C4C !important;
 }
 
+.motion-tdDisposal-uib-tab div.ng-binding {
+  border-top: 2px solid #b6af04 !important;
+}
+
+.motion-openchannelRoom-uib-tab div.ng-binding {
+  border-top: 2px solid #50937f !important;
+}
+
 .pretty-avatar {
-  height: 45px;
-  width: 45px;
-  -webkit-border-radius: 50% !important;
-  -moz-border-radius: 50% !important;
-  border-radius: 50% !important;
-  padding: 2px;
-  border: 2px solid #3399CC;
-  border-radius: 100%;
-  box-shadow: 0 0 4px RGBA(51, 153, 204, 0.4);
+  padding-top: 4px;
 }
 
 .pretty-avatar-v {
-  height: 45px;
-  width: 45px;
-  -webkit-border-radius: 50% !important;
-  -moz-border-radius: 50% !important;
-  border-radius: 50% !important;
   padding: 2px;
-  border: 2px solid #EA4C61;
-  border-radius: 100%;
-  box-shadow: 0 0 4px RGBA(51, 153, 204, 0.4);
 }
 
 .small-pretty-avatar {
@@ -176,7 +231,7 @@ margin-left: -370px;
 }
 
 .float-left{
-  float: left;
+  float: left !important;
 }
 
 .checker {
@@ -576,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{
@@ -638,7 +697,7 @@ body > [uib-modal-window]:not([modal-render]) {
 
 .custom-header-a div{
       color: #c6cfda;
-      max-width: 100px;
+      max-width: 150px;
       white-space: nowrap;
       text-overflow: ellipsis;
       overflow: hidden !important;
@@ -674,3 +733,138 @@ body > [uib-modal-window]:not([modal-render]) {
   animation: blink .5s step-end infinite alternate;
   outline-offset:-4px;
 }
+
+.custom-date-filter-modal .modal-dialog.modal-md{
+  width: 350px;
+}
+
+.chat-canned-answer-div{
+  margin-top:15px;
+  padding-top: 15px;
+  border-top: 1px solid #eee;
+}
+
+rzslider .rz-pointer{
+  border-radius: 16px !important;
+}
+
+rzslider .rz-ticks .rz-tick{
+  border-radius: 50% !important;
+}
+
+.span-link{
+  color: #337ab7;
+  text-decoration: none;
+  text-shadow: none;
+}
+
+.span-link:hover{
+  text-decoration: underline;
+  cursor:pointer;
+}
+
+.custom-logo{
+  max-height: 23px;
+}
+
+.custom-login-logo{
+  max-height: 140px;
+}
+
+.upborder{
+  border-top: 1px solid #eee;
+}
+
+.myCurtainClass{
+  opacity: 0.2;
+}
+
+.dot
+{
+    display: inline-block;
+    width: 500px;
+    white-space: nowrap;
+    overflow: hidden !important;
+    text-overflow: ellipsis;
+}
+
+.yellow-notes{
+  background-color:#FFFFCC;
+}
+
+.notes-textarea,.notes-textarea:focus, .notes-textarea:hover, .notes-textarea:active{
+  background-color:#FFFFCC;
+  width: calc(100%);
+  height: 200px;
+  resize: none;
+  border: none;
+  overflow: auto;
+  outline: none;
+  -webkit-box-shadow: none;
+  -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;
+}