html {
    font-size: 13px;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #f9f9f9;
}

.btn {
    padding: 0.5rem 2rem;
}

[type='submit'] {
    text-transform: uppercase;
}

.login_page {
    margin-top: 80px;
}

.form-check-inline .form-check-label {
    vertical-align: bottom;
    line-height: 23px;
    padding-left: 0;
}

.form-group>label {
    font-weight: 700;
}

.bd-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    z-index: 1000;
    height: calc(100vh - 4rem);
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.user_dropdown {
    min-width: 200px;
}

.dropdown-item {
    padding: 0.8rem 1rem;
}

.material-icons {
    font-size: 19px;
    vertical-align: bottom;
    margin-right: 4px;
}

.icon_user {
    background: #682e91;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 9px 0;
    font-weight: 700;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 5px;
}

header nav a {
    font-size: 15px;
}

.bd-sidebar {
    background: #682e91;
    color: #fff;
    padding: 0;
}

.bd-sidebar a {
    font-size: 15px;
    background: #682e91;
    color: #fff;
    padding: 15px;
}

.bd-sidebar .nav-link.active {
    background: #a752e3 !important;
}

.bd-sidebar a.nav-link:hover {
    background: #843db6;
}

main {
    background: #f9f9f9;
}

#dropdownMenuAction>i {
    margin-right: 0;
}

.app-content {
    padding-top: 15px;
}

.table th,
.table td {
    vertical-align: middle;
}

.table th {
    padding: 10px;
}

.table th a::after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    margin-top: 12px;
    vertical-align: bottom;
    margin-left: 3px;
}

.table th a.sortable::after {
    content: 'sort';
}

.table th.sorted a.asc::after {
    content: 'arrow_upward';
}

.table th.sorted a.desc::after {
    content: 'arrow_downward';
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-header {
    font-size: 1.3rem;
    padding: 8px 15px;
    background: #682e91;
    border-radius: 0;
    color: #fff;
}

.modal.show .modal-content {
    border: 1px solid #999;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.close,
.close:focus,
.close:hover {
    font-size: 2rem;
    color: #fff;
    text-shadow: none;
}

.tab-content {
    padding-top: 30px;
}

.form-control {
    border-radius: 0;
    padding: 0.2rem 0.5rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(104, 46, 145);
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(104, 46, 145, 0.25);
}

label {
    margin-bottom: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: rgb(104, 46, 145);
    border-color: rgb(104, 46, 145);
}

.nav-tabs .nav-link {
    font-size: 1.2rem;
    text-transform: uppercase;
}

h5 {
    margin-top: 15px;
}

.btnTdAction {
    width: 30px;
    text-align: center;
    padding: 3px 0;
}

#app_loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    display: none;
    overflow: hidden;
    outline: 0;
    background: #00000070;
    text-align: center;
    padding-top: 23%;
    height: 100%;
    cursor: progress;
}

.app_loader_title {
    color: #fff;
    text-transform: uppercase;
    margin-top: 9px;
    font-weight: 700;
}

.navigation {
    text-align: center;
}

.navigation>nav {
    display: inline-block;
}

fieldset.form-group>legend {
    display: none;
}

.personnelAddAction {
    float: right;
    margin-bottom: 7px;
}

.table-responsive {
    min-height: 170px;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

#FilterModal .tab-content {
    padding-top: 0;
}

.navbar-expand-lg {
    width: 100%;
}

.sub-menu {
    padding-left: 30px;
}

.have-sub-menu {
    position: relative;
}

.have-sub-menu:after {
    content: 'expand_less';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 15px;
    right: 15px;
}

.have-sub-menu.collapsed:after {
    content: 'expand_more';
}

ul.sub-menu>li {
    display: block;
    width: 100%;
}

#headerContent {
    margin-bottom: 20px;
}

#headerContent .company_link {
    font-size: 14px;
    margin-right: 5px;
}

.prototypeAddAction {
    float: right;
}

.btn.floatright {
    float: right;
    padding: 0;
    margin-bottom: 10px;
}

.row.unites label {
    padding: 0;
    font-weight: 400;
}

.row.unites .card {
    margin-bottom: 20px;
}

.input-group-addon {
    padding: 0.4rem 0.65rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    height: 30px;
}

.nav.nav-pills.steps {
    text-align: center;
    width: 100%;
    display: block;
    background: #6610f2;
    margin: 50px 0;
}

.nav.nav-pills.steps>li {
    display: inline-block;
    padding: 5px 15px;
}

.counter {
    background-color: white;
    color: #000;
    width: 20px;
    display: inline-block;
    text-align: center;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.disabled .counter {
    background-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.15);
}