/* General */
.form-control:-moz-placeholder {
    font-style: italic;
}

.form-control::-moz-placeholder {
    font-style: italic;
}

.form-control:-ms-input-placeholder {
    font-style: italic;
}

.form-control::-webkit-input-placeholder {
    font-style: italic;
}

.form-control {
    color: #000;
}

.m-rig15 {
    margin-right: 15px;
}

.m-rig5 {
    margin-right: 5px;
}

.m-rig3 {
    margin-right: 3px;
}

.m-top5 {
    margin-top: 5px;
}

.m-top15 {
    margin-top: 15px;
}

.m-bottom5 {
    margin-bottom: 5px;
}

.m-left3 {
    margin-left: 3px;
}

table.DTable > tbody.DTBody > tr > td,
table.DTable > tbody > tr > td {
    vertical-align: middle;
}

table.DTable > tbody.DTBody > tr:hover {
    cursor: pointer;
}

.w-100 {
    width: 100% !important;
}

.w-1 {
    width: 1% !important;
}

/* jquery.Steps */
.wizard > .steps > ul > li.w50 {
    width: 50%;
}

.wizard > .steps > ul > li.w33 {
    width: 33%;
}

.wizard > .content {
    min-height: 0 !important;
}

.wizard > .content > .body {
    float: none !important;
    height: auto !important;
    padding: 0 !important;
    position: inherit !important;
    width: auto !important;
}

.wizard > .content > .body input {
    display: inline-block;
}

.logo-print {
    float: none;
    height: 105px;
    margin: 0;
    width: 105px;
}

.invoice-logo {
    display: inline-block;
}

.invoice-title h1 {
    font-size: 39px;
}

.invoice-header {
    border: 0;
}

a.logo {
    margin: 5px 0 0 !important;
}

a.logo img {
    margin-left: 10px;
    max-height: 70px;
    max-width: 200px;
}

.form-horizontal .control-label {
    text-align: left !important;
}

.update-state-label:hover {
    cursor: pointer;
}

.pre {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.428571429;
    margin: 0 0 10px;
    padding: 9.5px;
    word-wrap: break-word;
}

/* Text link style */
#scrollUp {
    bottom: 20px;
    right: 20px;
}

/* Desactivar los inputs raros de la nueva act de firefox */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

input.form-control[type=file] {
    border: none;
    box-shadow: none;
    padding: 0;
}

.dashboard-pie-chart {
    height: 400px;
    text-align: left;
    width: 100%;
}

/* Wysiwyg*/
#ArticleDescription {
    min-height: 200px;
}

/* Tags */
form#sendmail-form div.tagsinput {
    border: none !important;
}

div.tagsinput input:focus {
    padding: 5px;
}

tr.odd td.sorting_1 {
    background-color: inherit !important;
}

@media (max-device-width: 480px) {
    .form-signin {
        margin: 0 auto;
    }
}

.dataTables_filter {
    float: none !important;
}

.wizard ul.pagination li {
    display: inline !important;
}

.entity-id {
    color: #fa8564;
    font-weight: bold;
}

.tasks-icon {
    font-size: 20px;
    margin-top: 3px;
}

a.tasks-icon {
    color: #767676;
}

div#invoicing-wizard div.actions {
    display: none;
}

.btn {
    min-width: 40px;
}

.inline {
    display: inline;
}

.mini-stat-info span {
    font-size: 20px;
}

.region-earning-stats {
    padding: 0;
}

.expenses {
    color: #e47578 !important;
}

.balance {
    color: #7bd0d1 !important;
}

label[for=ArticleQuantity] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 35px;
    font-size: 10px;
}

@media (max-device-width: 480px) and (orientation: portrait) {
    .form-horizontal .m-rig15 {
        margin-right: 3px;
    }
}

div.permissions {
    margin: 10px;
}

.error-wrapper h1 img {
    width: 500px;
}

.fa.fa-chevron-down {
    color: #000;
}