.sti-about {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.sti-about h2 {
  font-size: 25px;
  color: #23645c;
  font-weight: 100;
}

.sti-about .sti-logo {
  margin: 10px;
}

.sti-about .sti-text {
  margin: 10px;
}

.sti-about .sti-footer {
  border-top: 1px dotted #c6c6c6;
  width: calc(100% + 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  margin-bottom: -8px;
}
#modalAccountDelete .items-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

#modalAccountDelete .items-panel .item {
  display: flex;
  align-items: center;
}

#modalAccountDelete .items-panel .item img {
  margin-right: 4px;
}
body {
  background-color: #ffffff;
  color: #696969;
}

body ::-webkit-scrollbar-thumb {
  border-radius: 0px;
}

table th,
table td {
  vertical-align: top;
}

.sti-text-grey {
  color: #696969;
}

.sti-purple {
  background-color: #5065a1;
}

.sti-green {
  background-color: #2ecc71;
}

.sti-blue {
  background-color: #3498db;
}

.sti-yellow {
  background-color: #e67e22;
}

.sti-black {
  background-color: #34495e;
}

.sti-red {
  background-color: #e74c3c;
}

.sti-gray {
  background-color: #e0e1e2;
}

i.lightgrey.icon.icon.icon.icon {
  color: #e6e6e6;
}

.field.sti-agree {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.sti-view-content {
  position: absolute;
  left: 140px;
  right: 0px;
  top: 40px;
  bottom: 0px;
  transition: left 0.3s;
}

.sti-view-content.sti-small-state {
  left: 44px;
}

.sti-view-content .sti-basic-content {
  float: left;
  height: 100%;
  margin: 0px;
  padding: 4px;
  border: none;
  border-right: 1px dotted #c6c6c6;
}

.sti-pointered {
  cursor: pointer;
}

.sti-hide,
.ui.menu.sti-hide {
  display: none;
}

.sti-button {
  text-align: center;
  padding: 6px;
  cursor: pointer;
  margin-right: 4px;
}

.button {
  border-radius: 0px;
  margin-left: 14px;
}

.sti-button.active {
  background-color: #d3f0ec;
}

.sti-button:hover {
  background-color: #d3f0ec;
}

.sti-button[disabled="disabled"] {
  opacity: 0.4;
  pointer-events: none;
}

.sti-button table {
  width: 100%;
}

.sti-button table td {
  vertical-align: middle;
}

.sti-button table td img {
  vertical-align: middle;
}

.sti-button table td img {
  margin-right: 4px;
}

.sti-left {
  float: left;
}

.sti-center {
  text-align: center;
}

.sti-right {
  float: right;
}

.sti-full-width {
  width: 100%;
}

.sti-full-height {
  height: 100%;
}

.ui.basic.sti-zero-margin-padding {
  margin: 0px;
  padding: 0px;
}

.ui.grid > .row.sti-zero-margin-padding {
  margin: 0px;
  padding: 0px;
}

.ui.grid > .row > .column.sti-zero-margin-padding {
  margin: 0px;
  padding: 0px;
}

.sti-view-content .sti-basic-content.sti-zero-margin-padding {
  margin: 0px;
  padding: 0px;
}

/*Progress*/

.ui.inverted.dimmer .ui.loader.sti-loader:after {
  border-color: #18453f transparent transparent;
}

.ui.inverted.dimmer .ui.loader.sti-loader:before {
  border-color: #18453f;
  opacity: 0.2;
}

.ui.dimmer .ui.loader.sti-loader:after {
  border-color: #18453f transparent transparent;
}

.ui.dimmer .ui.loader.sti-loader:before {
  border-color: #18453f;
  opacity: 0.2;
}

.ui.loader:before {
  border-width: 6px;
}

.ui.loader:after {
  border-width: 6px;
  animation-duration: 0.8s;
}

/* Side Menu */

.fixed.menu {
  font-size: 16px;
}

.menu:not(.fixed) {
  padding-left: 16px;
}

.fixed.menu .ui.popup {
  min-width: 350px;
}

.fixed.menu .picture img,
.fixed.menu .picture div {
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 58px;
  color: white;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
}

.fixed.menu .picture .shadow {
  position: absolute;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.5);
}

.fixed.menu .user.info.title {
  width: 100%;
  font-size: 1em;
  color: white;
}

.fixed.menu .user.info .text {
  padding-left: 1em;
}

.fixed.menu .user.info span {
  font-size: 0.86em;
  display: block;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.5);
}

.fixed.menu .content.menu div.item {
  margin-left: 1em;
}

.fixed.menu .content.menu div.item:hover {
  color: white;
}

/* Toasts */

.ng-toast .alert {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: white;
  padding: 1em 1.5em;
  margin: 0 20px 20px 20px;
}

.ng-toast .alert-error {
  box-shadow: 0 0 15px rgba(140, 0, 0, 0.3);
  color: #843534;
}

/* Views Animation */

.sti-view-content.ng-enter,
.sti-view-content.ng-leave {
  transition: margin .3s ease, right .3s ease, opacity .3s ease;
}

.sti-view-content.ng-enter {
  margin-left: 100px;
  right: -100px;
  opacity: 0;
}

.sti-view-content.ng-enter-active {
  margin-left: 0;
  right: 0;
  opacity: 1;
}

.sti-view-content.ng-leave {
  margin-left: 0;
  right: 0;
  opacity: 1;
}

.sti-view-content.ng-leave-active {
  margin-left: -100px;
  right: 100px;
  opacity: 0;
}

/* Modal Dialogs */

.ui.dimmer {
  background-color: rgba(0, 0, 0, 0.4);
}

.modals.dimmer .ui.scrolling.modal {
  margin: 0 auto !important;
}

.ui.modal {
  margin-top: 0 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.ui.modal > .actions {
  background: #ffffff;
  padding: 1rem 1rem;
  border-top: 0px solid rgba(34, 36, 38, .15);
  text-align: right;
}

.ui.modal > .content {
  padding: 1.2rem;
}

.ui.small.modal {
  width: 500px !important;
}

.ui.sti-small.modal {
  width: 500px !important;
  margin-left: -250px !important;
}

.ui.modal .header {
  background-color: #23645c;
  color: white;
  border-radius: 0px;
}

.ui.modal > :not(.ui).header {
  font-size: 24px;
  font-weight: normal;
}

/*Font*/

.ui.header {
  color: #444444;
  font-weight: 500;
}

h1.ui.header.sti-header-page {
  color: #23645c;
  font-size: 25px;
  margin-bottom: 28px;
}

/*Header*/

.sti-header-panel-page {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 4px;
  padding-top: 26px;
  padding-left: 20px;
  height: 122px;
}

.sti-header-panel-page .sti-button:first-of-type {
  margin-left: -6px;
}

.sti-header-panel-page.sti-no-border {
  border-bottom: 0px solid #c6c6c6;
}

/*Table*/

.ui.table td.active,
.ui.table td.active:focus {
  background: rgba(0, 0, 0, 0) !important;
}

.ui.basic.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.015) !important;
}

.ui.basic.striped.table tbody tr.active:nth-child(2n) {
  background-color: #e5e5e5 !important;
}

.ui.basic.striped.table tbody tr:hover:nth-child(2n) {
  background-color: #f2f2f2 !important;
}

.ui.table.sti-table-top {
  margin-top: -5px;
}

.ui.table tr td {
  border-top: 1px dotted #c6c6c6;
}

.ui.table tr th {
  border-bottom: 1px solid #c6c6c6;
}

.ui.table.sti-table.sti-workspace-table {
  border-radius: 0px;
  padding-right: 4px;
  border-right: 1px dotted #c6c6c6;
}

.ui.table.sti-workspace-table tr:hover td {
  background: #d3f0ec;
}

.ui.table.sti-workspace-table tr.active td {
  background: #97ccc6;
  color: black;
}

.ui.table.sti-workspace-table tr td .sti-workspace-item {
  display: flex;
}

.ui.table.sti-table.sti-workspace-table img {
  margin: -2px 4px -2px -2px;
}

.ui.table.sti-table thead th,
.ui.table.sti-table tbody td {
  padding: 10px;
}

.ui.table.sti-table tfoot tr th {
  padding: 10px;
}

.ui.table.sti-table thead tr th:first-of-type,
.ui.table.sti-table tbody tr td:first-of-type,
.ui.table.sti-table tfoot tr th:first-of-type {
  padding-left: 18px;
}

.ui.very.basic.table.sti-table thead tr th:first-of-type,
.ui.very.basic.table.sti-table tbody tr td:first-of-type,
.ui.very.basic.table.sti-table tfoot tr th:first-of-type {
  padding-left: 18px;
}

.ui.table {
  color: #696969;
}

.ui.table tr {
  color: #696969;
}

.ui.table tr.red td {
  color: #ff5032;
}

.ui.table tr th {
  color: #696969;
}

.ui.table tr td {
  color: #696969;
}

.ui.table tfoot tr:first-child > th:only-child {
  border-radius: 0px;
}

/*Loader*/

.ui.inverted.dimmer {
  background-color: transparent;
}

/*Form*/

.ui.form {
  color: #696969;
}

.ui.form .field > label {
  color: #696969;
}

.ui.form .field .prompt.label,
.ui.form select,
.ui.form textarea,
.ui.form textarea:focus {
  border-radius: 0px;
}

/*Input*/

.ui.input input {
  border-radius: 0px;
}

.ui.input.sti-display-block {
  display: block;
  width: 500px;
}

/*Button*/

.actions .ui.button {
  min-width: 100px;
}

.ui.big.button {
  min-width: 150px;
}

.ui.basic.blue.buttons .button:hover,
.ui.basic.blue.button:hover {
  box-shadow: 0px 0px 0px 2px #1678c2 inset !important;
}

/*Checkbox*/

.ui.checkbox input ~ .box:before,
.ui.checkbox input ~ label:before {
  border-radius: 0px;
}

.ui.checkbox label,
.ui.checkbox + label {
  color: #696969;
}

/*Dropdown*/

.ui.top.right.pointing.dropdown > .menu {
  margin: 0;
}

.ui.top.pointing.dropdown > .left.menu:after,
.ui.top.right.pointing.dropdown > .menu:after {
  visibility: collapse;
}

/*Pgenation*/

.pagination {
  margin: -4px 0px 0px -4px;
  padding: 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 8px;
  line-height: 34px;
  text-decoration: none;
}

.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999999;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.pagination li:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pagination li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a {
  float: right;
}

.pager .previous a {
  float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

/*Workspace*/

.ui.secondary.menu .dropdown.item:hover,
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu a.item:hover {
  background-color: #d3f0ec;
}

.ui.secondary.pointing.menu .dropdown.item:hover,
.ui.secondary.pointing.menu .link.item:hover,
.ui.secondary.pointing.menu a.item:hover {
  background-color: #d3f0ec;
}

.ui.secondary.vertical.pointing.menu {
  border-right-color: #f2f2f2;
}

.ui.secondary.vertical.pointing.menu .item {
  border-left: 3px solid transparent;
}

.ui.secondary.vertical.pointing.menu .active.item {
  border-right-width: 0px;
  border-left: 3px solid #23645c;
  background: #97ccc6;
  color: #444444;
}

.ui.secondary.menu .active.item,
.ui.secondary.menu .active.item:hover {
  background: #d3f0ec;
}

.ui.secondary.menu .item,
.ui.secondary.menu .active.item {
  border-radius: 0px;
  margin: 0 1px;
}

.ui.vertical.menu {
  width: 26rem;
}

.ui.vertical.segment {
  border-bottom: 1px solid #c6c6c6;
}

.ui.secondary.menu .item[disabled="disabled"] {
  opacity: 0.4;
  pointer-events: none;
}

.sti-light-gray {
  background-color: #f2f2f2;
}

.sti-top-line-panel {
  padding-top: 0px;
  border-top: 1px solid #c6c6c6;
}

.sti-workspace.sti-basic-content {
  height: calc(100% - 75px);
  padding-top: 0px;
  margin-top: -47px;
  width: 100%;
}

.sti-workspace .sti-top-row {
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
}

.sti-workspace tr.sti-border-bottom td {
  border-bottom: 1px solid #c6c6c6;
}

.sti-right-menu {
  top: -50px;
  right: 0px;
  bottom: auto;
  background-color: white;
  border-left: 1px dotted #c6c6c6;
  display: flex;
  flex-direction: column;
  width: 0px;
  opacity: 0;
  transition: width 0.3s;
  margin-top: -74px;
  margin-right: -4px;
}

.sti-right-menu.sti-show {
  width: 500px;
  opacity: 1;
}

.sti-right-menu.sti-hide {
  width: 0px;
  opacity: 0;
}

.sti-button-search-close .ui.button {
  position: absolute;
  margin-left: -40px;
}

.sti-button-search-close.ui.buttons .button:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.sti-button-search-close.ui.buttons .button:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.sti-serach-input {
  width: 300px;
  margin-right: 8px;
}

.sti-search-scroll {
  width: 456px;
  overflow-y: scroll;
}

.sti-search-input2 {
  margin-top: 50px;
  margin-bottom: 12px;
}

.sti-search-input2 .ui.icon.input > input {
  margin-left: 10px;
  width: 420px;
}

.sti-licenses.sti-basic-content,
.sti-orders.sti-basic-content {
  height: calc(100% - 75px);
  width: 100%;
}

.sti-empty-div {
  display: flex;
  width: 100%;
  height: 80%;
  margin: auto;
}

.sti-empty-div p {
  margin: auto;
  /* Important */
  text-align: center;
}

.opacity60 {
  opacity: 0.6;
}

.sti-search-user {
  background-color: red;
}

#buttonUser {
  min-width: 139px;
}

/*Workspace Products*/

.divMaxDevelopers {
  display: flex;
  align-items: center;
}

.divMaxDevelopers .ui.checkbox {
  margin-left: -220px;
}

.ui.form .divMaxDevelopers input {
  padding-left: 30px;
}

.aligner-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Color*/

.text.white {
  color: #FFFFFF;
}

.text.grey {
  color: #CCCCCC;
}

.text.black {
  color: #1B1C1D;
}

.text.yellow {
  color: #F2C61F;
}

.text.teal {
  color: #00B5AD;
}

.text.red,
.ui.form .field .text.red {
  color: #D95C5C;
}

.text.purple {
  color: #564F8A;
}

.text.pink {
  color: #D9499A;
}

.text.orange {
  color: #E07B53;
}

.text.green {
  color: #5BBD72;
}

.text.blue {
  color: #3B83C0;
}

/*Picker*/

.picker--drop-up {
  top: calc(100% - 299px);
}

.sti-act-column {
  display: flex;
  flex-direction: column;
}

.sti-act-row {
  display: flex;
}

.sti-act-row.sti-center {
  justify-content: center;
}

/*Input*/

.sti-input-goto::-webkit-outer-spin-button,
.sti-input-goto::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.sti-input-goto[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.sti-input-goto {
  border-color: lightgray;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  width: 60px;
}

.sti-input-goto:focus {
  outline-width: 0;
}

.ui.item img {
  width: 16px;
  height: 16px;
}
.sti-natification-panel {
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-content: center;
}

.sti-natification-panel .sti-notification-item:first-child {
  border-top: 0px solid #c6c6c6;
}

.sti-natification-panel .sti-notification-item {
  border-top: 1px solid #c6c6c6;
}

.sti-natification-list {
  overflow-y: auto;
  max-height: 400px;
}

.sti-natification-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px dotted #c6c6c6;
  min-height: 10px;
}

.sti-natification-panel .sti-previous {
  margin-left: 8px;
}

.sti-natification-panel .sti-next {
  margin-left: 8px;
}
.sti-item.sti-top.blue-menu-item.blue-border-bottom {
  padding-left: 14px;
}

.sti-left-menu {
  position: fixed;
  left: 0px;
  top: 40px;
  right: auto;
  bottom: auto;
  width: 140px;
  height: calc(100% - 40px);
  background-color: #23645c;
  display: flex;
  flex-direction: column;
  transition: width 0.3s;
}

.sti-left-menu.sti-small-state {
  width: 44px;
}

.sti-left-menu.sti-small-state .sti-item span {
  opacity: 0;
  transition: opacity 0.3s;
}

.sti-left-menu .sti-top .sti-content img {
  transform: rotate( 0 );
  transition: transform 300ms ease;
  margin-top: 6px;
}

.sti-left-menu.sti-small-state .sti-top .sti-content img {
  transform: rotate( -180deg );
  transition: transform 300ms ease;
}

.sti-left-menu .sti-content {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  height: 40px;
}

.sti-left-menu .sti-content .sti-content-inline {
  display: ruby;
}

.sti-left-menu .sti-content img {
  margin-bottom: -3px;
  margin-right: 12px;
}

.sti-left-menu .sti-content img.cloud {
  margin-right: 10px;
  margin-left: -3px;
}

.sti-left-menu .sti-item {
  color: #ffffff;
  padding-left: 11px;
  cursor: pointer;
  height: 40px;
}

.sti-left-menu .sti-item span {
  opacity: 1;
  transition: opacity 0.3s;
}

.sti-left-menu .sti-item:hover {
  background-color: #447b74;
}

.sti-left-menu .sti-item:active,
.sti-left-menu .sti-item.active {
  background-color: #18453f;
}

.sti-left-menu .sti-item.sti-top {
  border-bottom: 1px solid #447b74;
}

.sti-left-menu .sti-item.sti-top .sti-content {
  height: 34px;
}

.sti-left-menu .sti-item.sti-bottom {
  margin-top: auto;
}
.sti-notification-item {
  display: flex;
  flex-direction: column;
}

.sti-notification-item .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}

.sti-notification-item .header .icon {
  margin: 5px 8px 0 5px;
}



.sti-notification-item .header .close {
  margin-left: auto;
}

.sti-notification-item .body {
  display: flex;
  flex-direction: row;
  margin: 0 0 0 5px;
}

.sti-notification-item .footer {
  align-self: flex-end;
  margin: 0 5px 5px 0;
  color: #808080;
}
.sti-description-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sti-description-panel img {
  margin-right: 20px;
}
.sti-toolbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 40px;
  background-color: #18453f;
  display: block;
}

.sti-toolbar .sti-left-panel {
  float: left;
  display: table;
  height: 100%;
  padding-left: 14px;
}

.sti-toolbar .sti-right-panel {
  float: right;
  display: table;
  height: 100%;
  text-align: right;
}

.sti-toolbar .sti-item {
  display: table;
  height: 100%;
  cursor: pointer;
}

.sti-toolbar .sti-item.visible {
  background-color: #ffffff;
}

.sti-toolbar .sti-item.visible .sti-content {
  color: #696969;
}

.sti-toolbar .sti-item:hover {
  background-color: #447b74;
}

.sti-toolbar .sti-item.visible:hover {
  background-color: #ffffff;
}

.sti-toolbar .sti-content {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1em;
  font-size: 12px;
}

.sti-toolbar .sti-right-panel .sti-content {
  pointer-events: none;
}

.sti-toolbar .sti-content i {
  margin: 0px;
}

.sti-toolbar .picture img,
.sti-toolbar .picture div {
  width: 34px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  color: white;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
}

.sti-toolbar .picture .shadow {
  position: absolute;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
}

.sti-toolbar .ui.popup.sti-popup {
  z-index: 10000;
  background: #ffffff;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  max-width: none;
  border-radius: 0px 0px;
  left: initial !important;
  text-align: left;
}

.sti-toolbar #popupUser.ui.popup.sti-popup {
  right: 0px !important;
}

.sti-toolbar .popup .sti-top-panel {
  padding: 8px 12px;
}

.sti-toolbar .popup .sti-top-panel .sti-header {
  font-size: 18px;
  font-weight: 600;
}

.sti-toolbar .popup .sti-popup-item {
  display: table;
  height: 100%;
  width: 100%;
  padding: 10px 12px;
  cursor: pointer;
}

.sti-toolbar .popup .sti-popup-item.active {
  background-color: #97ccc6;
}

.sti-toolbar .popup .sti-popup-item.sti-top-border {
  border-top: 1px solid #c6c6c6;
}

.sti-toolbar .popup .sti-popup-item.sti-bottom-border {
  border-bottom: 1px solid #c6c6c6;
}

.sti-toolbar .popup .sti-popup-item:hover {
  background-color: #d3f0ec;
}
.cloud-button {
  margin: 8px 8px 8px 0px;
  width: 80px;
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid #ababab;
  height: 24px;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cloud-button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

.cloud-button:hover {
  background: #d3f0ec;
  border: 1px solid #7dbbb3;
}

.cloud-button .cloudButtonBody {
  color: #444444;
  font-family: Arial;
  font-size: 12px;
}
.cloud-button-small {
  margin: 4px 4px 4px 0;
  height: 24px;
  width: 25px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #d6d3d6;
  border: 1px solid #ababab;
  background: #ffffff;
  display: flex;
  flex-direction: row;
}

.cloud-button-small.hide-border {
  border-width: 0px;
}

.cloud-button-small.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.cloud-button-small:hover {
  border-color: #7dbbb3;
  background: #d3f0ec;
}

.cloud-button-small:hover {
  background-color: #d3f0ec;
}

.cloud-button-small div.image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}