/*FRAMEWORK*/
html {
    height: 100%;
}

.page-title h1 {
    font-size: 1.8em;
    padding: 0.8em 0;
}

.page-title {
    background-color: #f7f7f7;
    margin-bottom: 1.5em;
    color: #000;
}

.subtitle {
    font-size: 1.6em;
}

/*LOGIN PAGE*/
body.login {
    height: 100%;
}

body.login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"]:not(.password-reset-input) {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.password-reset-input {
    margin-bottom: 10px;
    border-radius: 4px !important;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login-logo {
    width: 100%;
    margin-bottom: 2em;
}



/*CUSTOM*/
.card .table {
	margin-bottom: 0;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #fff;
}


.card-action > .row > div:last-child .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #f7f7f7;
    border-left: 1px solid rgba(0,0,0,.125);
}