body{
    background: #f1f4fb;
    font-size:14px;
    color:rgb(38, 56, 113);
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
p{
    font-size:14px;
}
h2, .h2 {
    font-size: 1.7rem;
}
h5, .h5 {
    font-size: 1rem;
}
/**
Hacks
 */
.relative{
    position:relative;
}
.fs-20{
    font-size:20px;
}
.fs-24{
    font-size:24px;
}
.fs-26{
    font-size:26px;
}
.fs-100{
    font-size:100px;
}

/**
Buttons, Badges
 */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.84615385;
    font-size: 14px;
    padding: .3rem .75rem;
    letter-spacing: .4px;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-sm{
    font-size: 13px;
    padding: 0 10px;
}
.btn-success, .badge-success {
    color: #fff !important;
    background-color: #0dcd94;
    border-color: #0dcd94;
    box-shadow: 0 0 10px -5px rgba(45,206,137,.5);
}
.btn-success:hover {
    color: #fff !important;
    background-color: #09bf89 !important;
    border-color: #09bf89 !important;
}
.btn-primary, .badge-primary {
    color: #fff !important;
    background-color: #36f;
    border-color: #36f;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #255bfb;
    border-color: #255bfb;
}

.btn-secondary, .badge-secondary {
    color: #fff !important;
    background-color: #fe7f00;
    border-color: #fe7f00;
    box-shadow: 0 0 10px -5px rgba(254,127,0,.3);
}
.btn-secondary:hover {
    color: #fff !important;
    background-color: #e67504;
    border-color: #e67504;
}

.btn-info, .badge-info {
    color: #fff !important;
    background-color: #128af9;
    border-color: #128af9;
    box-shadow: 0 0 10px -5px rgba(12,133,245,.5);
}
.btn-info:hover {
    color: #fff !important;
    background-color: #0c85f5;
    border-color: #0c85f5;
}

.btn-warning, .badge-warning {
    color: #fff !important;
    background-color: #fbc518;
    border-color: #fbc518;
    box-shadow: 0 0 10px -5px rgba(247,191,13,.5);
}
.btn-warning:hover {
    color: #fff !important;
    background-color: #f7bf0d;
    border-color: #f7bf0d;
}

.btn-danger, .badge-danger {
    color: #fff !important;
    background-color: #f7284a;
    border-color: #f7284a;
    box-shadow: 0 0 10px -5px rgba(249,26,63,.44);
}
.btn-danger:hover {
    color: #fff !important;
    background-color: #f91a3f;
    border-color: #f91a3f;
}


aside {
    min-height: 100vh;
    width: 270px;
    z-index: 1000;
    position: fixed;
    border-right: 1px solid #ebedfa;
    -webkit-box-shadow: 0 6px 18px rgba(196, 205, 224, .2);
    box-shadow: 0 6px 18px rgba(196, 205, 224, .2);
    -webkit-transition: left .2s ease, width .2s ease;
    transition: left .2s ease, width .2s ease;
    background: #151f4c;
    color: hsla(0, 0%, 100%, .7);
}

.app-header {
    padding-left: 270px;
}
.app-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    transition: padding-left .2s ease;
    border-bottom: 1px solid #ebedfa;
    background: #fff;
    box-shadow: 0 6px 18px rgba(196,205,224,.1);
    align-items: center;
}
.header {
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
}
.header-brand{
    display: block;
    padding: 7px 10px;
}
.header-brand-img {
    display: block;
    margin: -10px auto 0 auto;
    max-width: 100%;
    border-bottom:1px solid rgba(255,255,255,.1)
}

/**
Header search
 */
.search-element {
    position: relative;
}
.header .form-inline .form-control {
    border: 0;
    padding-left: 20px;
    width: 368px;
    padding-right: 40px;
    padding-top: 7px;
    background: #f1f4fb;
    margin-left: 0;
    height: 45px;
    border-radius:5px;
}
.header .form-inline .btn {
    border-radius: 0;
    padding: 5px 15px 6px 15px;
    border: 2px solid transparent;
    box-shadow: none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background: 0 0;
    color: #fff;
    margin-left: -56px;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 3px;
}
.header .form-inline .btn i{
    color:rgb(85, 91, 149)
}
.search-element input::placeholder{
    color:#9ba5ca
}

/**
Sidebar toggler
 */
.app-sidebar__toggle{
    margin-left:5px;
    margin-right:20px;
}
.app-sidebar__toggle .open-toggle{
    background: #f1f4fb;
    padding: 13px;
    border-radius:5px;
    color:#9ba5ca
}

/**
Menu
 */
.side-menu{
    padding:0;
    margin:0;
}
.side-menu li{
    display:block;
}
.side-menu .side-item{
    margin: 40px 0;
    font-size: 14px;
    text-transform: uppercase;
    padding-left:24px;
}
.side-menu li a{
    color: hsla(0,0%,100%,.7);
}
.side-menu li a:hover{
    text-decoration: none;
}
.side-menu li > a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px 12px 24px;
    border-left: 3px solid transparent;
}
.side-menu li ul{
    padding:0;
}
.side-menu li ul li a{
    display:block;
    padding: 12px 20px 12px 44px;
}
.side-menu li i{
    margin-right: 5px;
}
.slide .angle{
    position:absolute;
    top:50%;
    right:10px;
    transform: translateY(-50%);
    font-size:20px;
}
.side-menu li a.active-me,
.side-menu li a:hover {
    border-left-color: #fccd1c;
    opacity: .8;
    color: #fff;
    background: rgba(0,0,0,.2);
}

/**
Dropdowns
 */
.dropdown-menu.dropdown-menu-right.dropdown-menu-arrow.animated.show{
    min-width:220px;
    left: -40px;
    top: 21px;
}
.dropdown-menu.dropdown-menu-right.dropdown-menu-arrow.animated.show a.user{
    color:#212529
}

/**
Content
 */
.container-wizard{
    padding-left: 300px;
    padding-top: 70px;
    padding-right:40px;
}
.blank-wizard{
    background:#fff;
    border-radius: 13px;
    padding: 20px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(196,205,224,.2);
}
.blank-wizard .card{
    border:none;
}
.blank-wizard .card-header,
.blank-wizard .card-body{
    padding:0
}
.blank-wizard .card-header {
    background: transparent;
    margin-bottom: 20px;
}
.blank-wizard .card-title{
    font-weight: 700;
    display: block;
    margin: 0 -20px 0 -20px;
    padding: 0 20px 0 20px;
    border-left: 4px solid #36f;
}
/**
Table lists
 */
table{
    color:rgb(38, 56, 113);
    border-radius: 13px;
    border-right:1px solid rgb(233, 235, 250);
}
table th:first-child{
    border-radius: 13px 0 0 0;
}
table th:last-child{
    border-radius: 0 13px 0 0;
}
table tr:last-child td:last-child{
    border-radius: 0 0 13px 0;
}
thead th,
tbody tr td{
    display: table-cell;
    padding:10px;
}
thead th{
    font-size:14px;
}
tbody tr td{
    font-size:14px;
    vertical-align: middle !important;
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 15px;
}
th.sorting{
    padding-right: 30px !important;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #e9ebfa;
}
.border-bottom {
    border-bottom: 1px solid #e9ebfa !important;
}
.table-bordered {
    border: 1px solid #e9ebfa;
    border-top: 0;
}
/**
Pagination
 */
ul.pagination{
    margin-bottom:0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #151f4c;
    border-color: #151f4c;
}
.page-link {
    color: #151f4c;
    font-size:14px;
}


/**
Action btns (transactions list)
 */
.action-btns1{
    width:25px;
    height:25px;
    padding:2px 5px;
    border-radius:5px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom:-2px;
    text-align: center;
    background:#fff;
    box-shadow:0 0 1px rgba(0,0,0,.3);
    transition:box-shadow ease .2s;
}
.action-btns1:hover{
    text-decoration: none;
    box-shadow:0 0 3px rgba(0,0,0,.3);
}
/**
Modals
 */
.modal-backdrop{
    background:rgba(0,0,0,.8)
}
.modal-content{
    border-radius:13px;
    box-shadow:0 2px 30px rgba(0,0,0,0.1)
}

/*
Badges
 */
.badge{
    display: inline-block;
    padding:5px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius:7px;
}

/**
card-headers
 */
.card-header{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    align-items: center;
}
.ui.search.dropdown>.text {
    cursor: text;
    position: relative;
    left: 1px;
    z-index: 3;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    display: block !important;
}
.ui.fluid.search.selection.dropdown{
    height: 38px;
}
.ui.dropdown, .ui.dropdown input {
    font-size: 16px !important;
}
.ui.search.dropdown > .text{
    top: -2px;
}
.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon{
    top: 50% !important;
    right: 0.6em !important;
    transform: translateY(-25%);
}
/** TODO: DEL IT FROM METHODS **/
.card-body{
    position: relative;
}
.preload{
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#fff;
    display:flex;
    align-items: center;
    justify-content: center;
    transition: opacity ease .3s;
}
.preload.active{
    opacity:1;
    z-index:2;
    transition: opacity ease .3s;
}
.preload.unactive{
    opacity:0;
    z-index:-100;
    left:-10000000px;
    transition: opacity ease .3s;
}