.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 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*Blue*/

.blue-toolbar-background {
  background: linear-gradient(to right, #11315f, #19478a 85%);
}

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

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

.blue-color-over:hover {
  background: #d5e1f2 !important;
}

.blue-color-panel {
  background: #19478a !important;
}

.blue-border-bottom {
  border-bottom: 1px solid #3b629b !important;
}

.blue-border-top {
  border-top: 1px solid #3b629b !important;
}

.blue-menu-item.active {
  background-color: #11315f !important;
}

.blue-menu-item:hover {
  background-color: #3b629b !important;
}

.blue-color-header {
  color: #19478a !important;
}

.ui.text.menu .blue-color-item.active {
  color: #19478a !important;
}

.blue-color-button {
  background: #19478a !important;
}

.blue-color-button:hover {
  background: #3b629b !important;
}

.blue-color-a {
  color: #338dc6 !important;
}

.blue-color-a:hover {
  color: #3b629b !important;
}

/*Carmine*/

.carmine-toolbar-background {
  background: linear-gradient(to right, #641e20, #942e31 85%);
}

.ui.inverted.dimmer .ui.loader.sti-loader.carmine-color:after,
.ui.dimmer .ui.loader.sti-loader.carmine-color:after {
  border-color: #641e20 transparent transparent;
}

.ui.inverted.dimmer .ui.loader.sti-loader.carmine-color:before,
.ui.dimmer .ui.loader.sti-loader.carmine-color:before {
  border-color: #641e20;
  opacity: 0.2;
}

.carmine-color-over:hover {
  background: #fadcdd !important;
}

.carmine-color-panel {
  background: #912c2f !important;
}

.carmine-border-bottom {
  border-bottom: 1px solid #a14b4e !important;
}

.carmine-border-top {
  border-top: 1px solid #a14b4e !important;
}

.carmine-menu-item.active {
  background-color: #641e20 !important;
}

.carmine-menu-item:hover {
  background-color: #a14b4e !important;
}

.carmine-color-header {
  color: #912c2f !important;
}

.ui.text.menu .carmine-color-item.active {
  color: #912c2f !important;
}

.carmine-color-button {
  background: #b25557 !important;
}

.carmine-color-button:hover {
  background: #a14b4e !important;
}

.carmine-color-a {
  color: #b25557 !important;
}

.carmine-color-a:hover {
  color: #a14b4e !important;
}

/*Green*/

.green-toolbar-background {
  background: linear-gradient(to right, #084523, #0e733a 85%);
}

.ui.inverted.dimmer .ui.loader.sti-loader.green-color:after,
.ui.dimmer .ui.loader.sti-loader.green-color:after {
  border-color: #084523 transparent transparent;
}

.ui.inverted.dimmer .ui.loader.sti-loader.green-color:before,
.ui.dimmer .ui.loader.sti-loader.green-color:before {
  border-color: #084523;
  opacity: 0.2;
}

.green-color-over:hover {
  background: #d4f1e1 !important;
}

.green-color-panel {
  background: #0b6433 !important;
}

.green-border-bottom {
  border-bottom: 1px solid #2f7b51 !important;
}

.green-border-top {
  border-top: 1px solid #2f7b51 !important;
}

.green-menu-item.active {
  background-color: #084523 !important;
}

.green-menu-item:hover {
  background-color: #2f7b51 !important;
}

.green-color-header {
  color: #0b6433 !important;
}

.ui.text.menu .green-color-item.active {
  color: #0b6433 !important;
}

.green-color-button {
  background: #418761 !important;
}

.green-color-button:hover {
  background: #2f7b51 !important;
}

.green-color-a {
  color: #418761 !important;
}

.green-color-a:hover {
  color: #2f7b51 !important;
}

/*Orange*/

.orange-toolbar-background {
  background: linear-gradient(to right, #7e2813, #a3351a 85%);
}

.ui.inverted.dimmer .ui.loader.sti-loader.orange-color:after,
.ui.dimmer .ui.loader.sti-loader.orange-color:after {
  border-color: #7e2813 transparent transparent;
}

.ui.inverted.dimmer .ui.loader.sti-loader.orange-color:before,
.ui.dimmer .ui.loader.sti-loader.orange-color:before {
  border-color: #7e2813;
  opacity: 0.2;
}

.orange-color-over:hover {
  background: #fde5dd !important;
}

.orange-color-panel {
  background: #b73a1c !important;
}

.orange-border-bottom {
  border-bottom: 1px solid #c2573e !important;
}

.orange-border-top {
  border-top: 1px solid #c2573e !important;
}

.orange-menu-item.active {
  background-color: #7e2813 !important;
}

.orange-menu-item:hover {
  background-color: #c2573e !important;
}

.orange-color-header {
  color: #b73a1c !important;
}

.ui.text.menu .orange-color-item.active {
  color: #b73a1c !important;
}

.orange-color-button {
  background: #d86245 !important;
}

.orange-color-button:hover {
  background: #c2573e !important;
}

.orange-color-a {
  color: #d86245 !important;
}

.orange-color-a:hover {
  color: #c2573e !important;
}

/*Purple*/

.purple-toolbar-background {
  background: linear-gradient(to right, #5c3971, #7f4f9c 85%);
}

.ui.inverted.dimmer .ui.loader.sti-loader.purple-color:after,
.ui.dimmer .ui.loader.sti-loader.purple-color:after {
  border-color: #5c3971 transparent transparent;
}

.ui.inverted.dimmer .ui.loader.sti-loader.purple-color:before,
.ui.dimmer .ui.loader.sti-loader.purple-color:before {
  border-color: #5c3971;
  opacity: 0.2;
}

.purple-color-over:hover {
  background: #eadcf2 !important;
}

.purple-color-panel {
  background: #8653a5 !important;
}

.purple-border-bottom {
  border-bottom: 1px solid #986db2 !important;
}

.purple-border-top {
  border-top: 1px solid #986db2 !important;
}

.purple-menu-item.active {
  background-color: #5c3971 !important;
}

.purple-menu-item:hover {
  background-color: #986db2 !important;
}

.purple-color-header {
  color: #8653a5 !important;
}

.ui.text.menu .purple-color-item.active {
  color: #8653a5 !important;
}

.purple-color-button {
  background: #80569b !important;
}

.purple-color-button:hover {
  background: #986db2 !important;
}

.purple-color-a {
  color: #80569b !important;
}

.purple-color-a:hover {
  color: #986db2 !important;
}

/*Teal*/

.teal-toolbar-background {
  background: linear-gradient(to right, #18453f, #29756b 85%);
}

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

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

.teal-color-over:hover {
  background: #d3f0ec !important;
}

.teal-color-panel {
  background: #23645c !important;
}

.teal-border-bottom {
  border-bottom: 1px solid #447b74 !important;
}

.teal-border-top {
  border-top: 1px solid #447b74 !important;
}

.teal-menu-item.active {
  background-color: #18453f !important;
}

.teal-menu-item:hover {
  background-color: #447b74 !important;
}

.teal-color-header {
  color: #23645c !important;
}

.ui.text.menu .teal-color-item.active {
  color: #23645c !important;
}

.teal-color-button {
  background: #2c8a7f !important;
}

.teal-color-button:hover {
  background: #447b74 !important;
}

.teal-color-a {
  color: #2c8a7f !important;
}

.teal-color-a:hover {
  color: #447b74 !important;
}

/*Violet*/

.violet-toolbar-background {
  background: linear-gradient(to right, #4b2148, #7f4f9c 85%);
}

.ui.inverted.dimmer .ui.loader.sti-loader.violet-color:after,
.ui.dimmer .ui.loader.sti-loader.violet-color:after {
  border-color: #4b2148 transparent transparent;
}

.ui.inverted.dimmer .ui.loader.sti-loader.violet-color:before,
.ui.dimmer .ui.loader.sti-loader.violet-color:before {
  border-color: #4b2148;
  opacity: 0.2;
}

.violet-color-over:hover {
  background: #f1dbef !important;
}

.violet-color-panel {
  background: #6d3069 !important;
}

.violet-border-bottom {
  border-bottom: 1px solid #834f7f !important;
}

.violet-border-top {
  border-top: 1px solid #834f7f !important;
}

.violet-menu-item.active {
  background-color: #4b2148 !important;
}

.violet-menu-item:hover {
  background-color: #834f7f !important;
}

.violet-color-header {
  color: #6d3069 !important;
}

.ui.text.menu .violet-color-item.active {
  color: #6d3069 !important;
}

.violet-color-button {
  background: #945790 !important;
}

.violet-color-button:hover {
  background: #834f7f !important;
}

.violet-color-a {
  color: #945790 !important;
}

.violet-color-a:hover {
  color: #834f7f !important;
}
#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;
}
.sti-view-content .container.sti-license.sti-padding,
.sti-view-content .container.sti-how-to-activate.sti-padding {
  padding: 40px 60px 40px 60px;
  background: #eeeeee;
}

.sti-how-to-activate .ui.demo.menu {
  min-height: 0px;
  margin: 0px;
  margin-right: 50px;
  padding: 0px;
}

p span.red {
  color: #c82829;
}

p span.green {
  color: #718c00;
}

.sti-button-clipboard.ui.icon.button {
  position: absolute;
  right: -3px;
  top: -36px;
  height: 34px;
  padding-top: 10px;
}

.sti-view-content .container.sti-how-to-activate .ui.right.floated.button {
  margin-right: 3px;
  margin-left: 14px;
  margin-top: 14px;
}

.ui.button.sti-button-back {
  margin: 2px;
  position: absolute;
}

.sti-how-to-activate .ui.text.menu .active.item {
  font-weight: bold;
  color: rgba( 114, 177, 169, 1);
}

.sti-tabs-multiline {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding: 0px !important;
  width: 100%;
}

.sti-tabs-multiline .item {
  flex: 0 1 auto !important;
  margin: 0 4px 4px 0 !important;
  border-radius: 3px !important;
  white-space: nowrap !important;
}

.sti-add-domain-button {
  flex: 0 0 auto !important;
  margin: 0 0 4px 4px !important;
  height: 36px !important;
  align-self: flex-start !important;
}

.sti-domain-tabs-container {
  margin-bottom: 10px;
}
.sti-how-to-activate-bi-flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.sti-how-to-activate-bi-flex-container img {
  align-self: center;
  margin: calc(2rem - .14285714em) 0 1rem;
}

.sti-how-to-activate-bi-flex-container .button {
  align-self: center;
}

.sti-how-to-activate-bi-flex-container p {
  margin: calc(2rem - .14285714em) 2rem 1rem;
}
body {
  background-color: #ffffff;
  color: #696969;
}

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

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

table.sti-center th,
table.sti-center td {
  vertical-align: inherit;
}

input:focus {
  border-color: #696969 !important;
}

.sti-spacer {
  margin-top: 26px;
}

.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-red-color {
  color: #e74c3c;
}

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

.sti-white,
.ui.basic.blue.button.sti-white {
  background-color: #ffffff;
}

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

.ui.basic.segment.sti-background {
  background: #eeeeee;
}

.sti-view-content {
  background: #eeeeee;
  position: absolute;
  left: 170px;
  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-message-panel {
  margin: 18px;
}

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

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

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

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

.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-inrow {
  display: flex;
  align-items: flex-start;
}

.sti-incolumn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sti-incolumn.sti-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sti-flex-center {
  justify-content: center;
}

.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 .field.sti-zero-margin-padding {
  margin: 0px;
  padding: 0px;
}

.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;
}

.ui.form .inline.fields .field.sti-zero-margin-padding {
  margin: 0px;
  padding: 0px;
}

.ui.form .field.sti-line {
  border-top: 1px solid #c6c6c6;
  margin-left: -1em;
  margin-right: -1em;
}

/*Progress*/

.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;
}

#profileModal .menu {
  padding: 0px !important;
}

/* 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;
}

.ui.sti-medium.modal {
  width: 700px !important;
}

.ui.modal div.header {
  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;
}

/*Table*/

.ui.table tbody tr.sti-show-top-border:first-child td {
  border-top: 1px solid rgba(34,36,38,.1);
}

.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:not(.sti-no-bottom) {
  border-bottom: 1px solid #c6c6c6;
}

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

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

.ui.very.basic.table.sti-table:not(.sortable):not(.striped) > thead > tr:first-child > th {
  padding-top: 10px;
}

.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 tr td .sti-product {
  color: #3e3e3e;
}

.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.input.sti-display-block {
  display: block;
  width: 500px;
}

/*Button*/

.ui.green.button,
.ui.green.buttons .button {
  background-color: #1abc9c;
}

.ui.green.button:hover,
.ui.green.buttons .button:hover {
  background-color: #17ad90;
}

.ui.blue.button,
.ui.blue.buttons .button {
  background-color: #3498db;
}

.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;
}

.ui.basic.black.buttons .button:hover,
.ui.basic.black.button:hover {
  box-shadow: 0px 0px 0px 2px #1b1c1d 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.selection.dropdown:focus,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown:hover .menu {
  border-color: #696969;
}

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

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

/*Tab*/

.ui.secondary.menu.sti-blue .active.item {
  color: white;
  background-color: #2185d0;
}

/*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.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-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;
}

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

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

/*Picker*/

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

/*.picker__box {
    display: flex;
    flex-direction: column-reverse;
}*/

/*Profile*/

.sti-theme-item {
  width: 27px;
  height: 27px;
  margin-right: 5px;
  border-width: 2px;
  border: solid;
  border-color: white;
}

.sti-theme-item.selected,
.sti-theme-item:hover {
  cursor: pointer;
  border-color: rgb(242, 148, 54);
}
.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;
}

.white-border-top {
  border-top: 1px solid #ffffff !important;
}

.sti-left-menu {
  position: fixed;
  left: 0px;
  top: 40px;
  right: auto;
  bottom: auto;
  width: 170px;
  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,
.sti-left-menu.sti-small-state .sti-item .sti-img-link {
  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,
.sti-left-menu .sti-item .sti-img-link {
  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-enabled:active,
.sti-left-menu .sti-item.sti-enabled.active {
  background-color: #447b74;
}

.sti-left-menu .sti-item.sti-enabled {
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
}

.sti-left-menu .sti-item.sti-enabled img {
  opacity: 0.3;
}

.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;
}
.ui.grid.sti-product-item {
  color: white;
  font-size: 18px;
  padding: 1rem;
}

.ui.grid.sti-product-item i.icon.sti-icon-edit {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 24px;
}

.ui.grid.sti-product-item .stretched.row {
  border-radius: 4px;
  min-height: 200px;
  padding: 20px;
}

.ui.grid.sti-product-item .button {
  border-radius: 4px;
  margin-left: 14px;
}

.ui.grid.sti-product-item .left.button {
  margin-left: 0px;
}

.ui.grid.sti-product-item .sti-link-buy {
  float: left;
}

.ui.grid.sti-product-item .sti-trial-product-content {
  display: flex;
  font-family: 'Open Sans', sans-serif;
  color: #3e3e3e;
  justify-content: space-between;
  width: 100%;
}

.ui.grid.sti-product-item .sti-product {
  font-family: 'Open Sans', sans-serif;
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15);
  background: white;
  color: #3e3e3e;
}

.ui.grid.sti-product-item .sti-trial-product-content .sti-product-left-panel {
  display: flex;
}

.ui.grid.sti-product-item .sti-trial-product-content .sti-product-right-panel {
  display: flex;
  align-self: flex-end;
  align-items: center;
}

.ui.grid.sti-product-item .sti-trial-product-content .sti-product-title {
  display: flex;
  align-self: center;
  flex-direction: column;
  margin: 20px;
}

.ui.grid.sti-product-item .sti-trial-product-content .sti-product-title div:not(:last-child) {
  margin-bottom: 20px;
}

.ui.grid.sti-product-item .sti-trial-product-content .sti-product-title .sti-product-name {
  font-size: 28px;
}

.ui.grid.sti-product-item .sti-trial-product-content .sti-product-title .sti-product-name-description {
  font-size: 20px;
}

.ui.grid.sti-product-item .sti-trial-product-content .sti-product-logo {
  display: flex;
  align-self: stretch;
}

.ui.grid.sti-product-item .sti-trial-product-content .sti-product-logo img {
  align-self: stretch;
  margin: 30px;
}

.ui.grid.sti-product-item .sti-link-buy:hover {
  cursor: pointer;
  text-decoration: underline;
}

.ui.grid.sti-product-item.sti-product-server p {
  font-size: 18px;
}

.ui.grid.sti-product-item table {
  font-size: 14px;
}

.ui.grid.sti-product-item .sti-row-download table tr:last-child td {
  border-bottom: 1px dotted #c6c6c6;
}

.ui.grid.sti-product-item .sti-checkbox {
  margin-right: 10px;
  margin-top: 6px;
}

.ui.grid.sti-product-item .sti-checkbox label {
  color: #3e3e3e;
}

.sti-dashboard-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  font-size: 24px;
  padding: 40px 20px 40px 20px;
  text-align: center;
  background: white;
  font-family: 'Open Sans', sans-serif;
  color: #3e3e3e;
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15);
  border-radius: 4px;
}

.sti-dashboard-item i.icon.sti-icon-edit {
  position: absolute;
  right: 18px;
  top: 10px;
  font-size: 22px;
}

.sti-dashboard-item strong {
  line-height: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.sti-dashboard-item a {
  color: #3e3e3e;
  line-height: 1.5em;
}

.sti-dashboard-item a:hover {
  color: #3e3e3e;
  text-decoration: underline;
  cursor: pointer;
}

.sti-price {
  font-weight: bold;
  font-size: 16px;
}

.sti-price .discount {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 14px;
}

.ui.big.button.sti-trial-product-button {
  min-width: 220px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 14px;
}

.sti-product-logo-main {
  display: flex;
  justify-content: center;
}

.sti-product .sti-product-logo {
  display: flex;
  align-self: stretch;
  justify-content: center;
  width: 160px;
  height: 160px;
}

@media (max-width: 991px) {
  .sti-product-logo {
    margin-bottom: 20px;
  }
}
.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: #eeeeee;
}

.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;
}
.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%;
}
.simple-progress {
  background: #eeeeee;
  border: 1px solid #ababab;
  border-radius: 3px;
  text-align: center;
  padding: .4em;
  width: 100%;
}