﻿input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.material-icons {
    top: 0px !important;
}

.form-group{
    margin: 16px 0 0 0 !important;
}

.apm-section-blue .header {
    border-bottom: 1.4px solid #eee !important;
}

.apm-section-blue .header h2{
    color: #004165 !important;
}

.bg-custom-e{
    background-color: #2184be !important;
}

.mandatory-field {
    color: #f44336
}

.apm-aut-icon{
    border-right: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    border-top: 1px solid #e6e6e6 !important;
}

.apm-autocomplete {
    border-left: 1px solid #e6e6e6 !important;
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

.copied-background{
    background-color: #f3f7f8;
    margin: 4px;
    padding-top: 1em;
}

.inverted-card{
    background: #f3f7f8 !important;
    box-shadow: none !important;
}


.well{
    border: 1px dotted #999;
    padding-right: 1em;
    padding-left: 1em;
}

.header, .header--terminal.header--slim{
    height: unset !important;
}


fieldset {
    margin: 8px;
    border: 1px solid #e6e6e6;
    padding: 8px;
    border-radius: 4px;
}

legend {
    margin-bottom: 0;
    padding: 0 2px;
}

.mandatory-field{
    color: #f44336
}

.apm-aut-icon{
    border-right: 2px solid #e6e6e6 !important;
    border-bottom: 2px solid #e6e6e6 !important;
    border-top: 2px solid #e6e6e6 !important;
    padding-top: 6px !important;
}

.apm-autocomplete {
    border-left: 1px solid #e6e6e6 !important;
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

.hidden-loader{
    display: none !important;
    position: fixed;
    right: -100px;
}

.tmp-overlay{
    height: 540px;
    background: #f3f7f8;
    opacity: .5
}

.main-body{
    display: none;
}

.btn-group > button{
    border-radius: 0 !important;
}

.card .header h2 {
    text-transform: none !important;
}
.card .header h2 small{
    text-transform: none !important;
}

h6 {
    text-transform: none !important;
}

.cbx{
    background: #fafafa !important;
}

.badge{
    font-size: 1em !important;
    color: #fff !important;
    border-radius: 0 !important;
    cursor: default;
}

.float-right{
    float: right;
    margin-top: 4px
}

.margin-4px{
    margin-top: 4px;
    margin-right: 4px;
}

.vertical-bottom{
    vertical-align: bottom;
}

.btn-ingrid{
    padding: 2px 4px 2px 4px !important;
    margin: 0 !important;
    line-height: 0 !important;
}

.opacity-5{
    opacity: .5;
}

.a-disabled {
    pointer-events: none;
    color: #cfcfcf !important;
}

.cancel-section{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin: 0 0 4px;
    font-size: 1em !important;
    padding-left: 2px !important;
}

.btn-color2{
    background: #3C3C46 !important;
    color: #fff !important;
}

li.k-button{
    padding-right: 1.5em !important;
}

#rolesListView {
    background-color: inherit !important;
    border-color: transparent !important;
    box-shadow: none !important;
}