/* Write your custom CSS here */

body {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #ccc;
    color: #000000;
    font-size: 13px;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.danger {
    color: red;
}

.success {
    color: green;
}

.app-color {
    color: #22BAA0;
}

.page-title {
    display: none;
}

.page-login .page-inner, .page-forgot .page-inner {
    padding: 0 0 50px;
    background: #0f2e3c;
    position: relative;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px !important;
}

.appbox-shadow {
    background: #ffffff;
    border-radius: 6px;
    padding: 40px 40px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.login-box {
    margin: auto;
    max-width: 400px;
}

.widget-table {
    width: 100%;
}

.dashboard-widget {
    height: 250px !important;
    padding: 10px 0px;
}

.widget-table th {
    line-height: 50px;
    font-size: 12px;
    padding: 3px;
}

.widget-table td {
    line-height: 50px;
    font-size: 12px;
    padding: 5px 0px;
    border-bottom: 1px solid #F1F1F1;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px;
    /* border-bottom: 2px solid #ddd; */
}

.table-striped th {
    background-color: #7a6fbe;
    color: white;
    font-weight: normal;
}

.table-striped td {
    border: none !important;
}

.form-control {
    padding: 7px !important;
    height: 27px;
    border-radius: 4px;
}

input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

input[type=file] {
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
    height: 27px;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}

input[type=file]::before {
    font-weight: 900;
    content: "Choose File:";
    height: 27px !important;
    text-indent: 20px;
    color: #22BAA0;
}