body {
    margin-bottom: 60px;
}
.smart-form input {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.error-messages {
    padding: 5px 14px 0 14px;
}
.success-messages {
    padding: 5px 14px 0 14px;
}

.pac-container {
    z-index: 2000 !important;
}

.table-responsive {
    overflow-x: inherit;
    min-height: inherit;
}

select.form-control {
    -webkit-appearance: none;
}

.select-default-view {
    -webkit-appearance: menulist !important;
}

.step-pane {
    margin-top: 40px;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .2) !important;
}

.imeis-list {
    max-height: 300px;
    overflow-y: auto;
    padding-top: 15px;
    margin-top: -15px;
}
.imeis-string-list {
    overflow-y: auto;
    max-height: 8em;
}

.imei {
    margin-bottom: 14px;
}

.margin-left-0 {
    margin-left:0 !important;
}

.margin-right-0{
    margin-right: 0 !important;
}


.backdrop-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background-color: #fff;
    opacity:  .7;
}

.backdrop-loading .table {
    display: table;
    width: 100%;
    height: 100%;
}

.backdrop-loading .table .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.backdrop-loading .message {
    margin-top: 12px;
}

.md-relative {
    position: relative;
}
.md-relative .tooltip {
    margin-top: -10px;
}

.app-loading {
    position: absolute;
    color: black;
    top: 50%;
    left: 50%;
}

.validation-success {
    border: 1px solid #8ac38b;
}

.validation-error {
    border: 1px solid #b94a48;
}

@media(max-width: 1570px) {
    .table-responsive.large-content-table {
        width: 100% !important;
        margin-bottom: 13.5px !important;
        overflow-y: hidden !important;
        -ms-overflow-style: -ms-autohiding-scrollbar !important;
        border: 1px solid #ddd !important;
    }
}

@media(max-width: 1200px) {
    .table-responsive.medium-content-table {
        width: 100% !important;
        margin-bottom: 13.5px !important;
        overflow-y: hidden !important;
        -ms-overflow-style: -ms-autohiding-scrollbar !important;
        border: 1px solid #ddd !important;
    }
}

.rate-group .tooltip {
    width: 200px;
}
