
.span-icon-multicompany {
	background-image: url(/htdocs/custom/multicompany/img/object_multicompany.png);
	background-repeat: no-repeat;
	background-position: left center;
}

img.entity {
	cursor:pointer;
}

.modify-entity {
	cursor:pointer;
}

.modify-entity-disabled {
	cursor:not-allowed;
}

div.entityBox {
	margin-top: 10px;
}

div#login_right {
	min-width:0!important;
}

#entity {
	width: 135px;
}
#entityBox .select2-container {
	margin-left: 18px!important;
}

.padding-left5 {
	padding-left: 5px;
}

.fifty-percent {
	width: 50%;
}
.seventy-percent {
	width: 70%;
}

.float-right {
	float: right;
}
.valign-middle {
	vertical-align: middle;
}

.text-align-right {
	text-align: right;
}
.text-align-center {
	text-align: center;
}
.text-align-left {
	text-align: left;
}
.button-align-right {
	text-align: right;
	padding-right: 30px;
}
.button-not-allowed {
	cursor:not-allowed;
}

div.mc-upgrade-alert {
  color: #302020;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0.5em 1.5em 0.5em 1.5em;
  border: 1px solid #e0d0b0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #EFCFCF;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

table.dataTable thead tr {
    background-color: #f0f0f0!important;
}
table.dataTable tbody tr.odd {
    background-color: #f8f8f8!important;
}
table.dataTable tbody tr.even {
    background-color: #ffffff!important;
}
table.dataTable tbody tr:hover {
    background-color: #e8c0c0!important;
}

.multicompany-button-disabled,
.multicompany-switch-disabled,
.multicompany-switch-on-not-allowed,
.multicompany-switch-off-not-allowed {
	margin: 5px;
	cursor: not-allowed;
}
.multicompany-switch-on,
.multicompany-switch-off,
.multicompany-button-active-on,
.multicompany-button-active-off,
.multicompany-button-visible-on,
.multicompany-button-visible-off {
	margin: 5px;
	cursor: pointer;
}
.multicompany-button-lock-on {
	margin: 5px;
}
.multicompany-button-setup {
	margin: 7px;
	cursor: pointer;
}
.multicompany-button-delete {
	margin: 5px;
	cursor: pointer;
}
.multicompany-flag-language,
.multicompany-flag-country {
	margin-top: 5px;
}
