@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    background-color: #F5F6FA;
}

* {
    font-family: 'Kumbh Sans', sans-serif;
}

#main {
    margin-left: 100px;
    transition: margin-left .5s;
}

.sidebar {
    height: 100%;
    width: 100px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
    padding-top: 20px;
    white-space: nowrap;
}

    .sidebar a {
        padding: 12px 8px 12px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #CECFD0;
        display: block;
        border-left: 4px solid #111;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .sidebar .active {
        background-color: #363636;
        border-left: 4px solid #5665F4;
    }

    .sidebar a:hover {
        color: #CECFD0;
        background-color: #363636;
    }


    .sidebar .nav-text {
        padding-left: 15px;
        transition: all 0.1s;
        opacity: 0;
        font-size: 14px;
        padding-top: 5px;
    }

.topbar-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #FFF;
    padding: 16px;
}

    .topbar-block img {
        height: 40px;
    }


    .topbar-block .spacer {
        flex: 1;
    }

    .topbar-block .logged-in-block {
        align-self: center;
    }

.content {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.content-block {
    padding: 20px;
    background-color: #FFF;
    line-height: 25px;
}

input[type="text"] {
    padding: 10px;
}

.content h2 {
    text-transform: uppercase;
}

.page-title {
    border-left: 4px solid #5665F4;
    margin-top: 10px;
    margin-bottom: 10px;

    font-size: 22px;
    padding-top: 6px;
    padding-left: 10px;
}

.grid-pager .pagination {
    display: flex;
}

.grid-pager .pagination .page-item {
    margin-right: 5px;
}

    .grid-pager .pagination .page-link {
        border: 0;
        border-radius: 0;
        outline: 0;
        padding: 5px;
        padding-top: 8px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 16px;
        cursor: pointer;
    }

    .grid-pager .pagination .active .page-link {
        background-color: #5665F4;
        font-weight: bold;
        color: #FFF;
    }

.grid-empty-text td {
    padding: 10px;
}

.grid-table {
    width: 100%;
}

.grid-table tbody {
    background-color: #FFF;
}

    .grid-table .grid-cell {
        padding: 15px 15px;
        text-align: center;
        border-bottom: 1px solid #DDDEE0;
    }

    .grid-table .grid-header-title button {
        color: black !important;
        font-weight: bold !important;
        padding: 15px 15px;
        width: 100%;
        background-color: #F5F6FA !important;
        font-size: 16px;
    }

.grid-search {
    margin: 0px;
}

.grid-search .input-group {
    display: flex;
    align-items: center;
}

input.grid-search-input {
    outline: 0;
    border: 1px solid #CECECE;
    height: 14px;
    margin-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    width: 200px;
}

button.grid-button {
    height: 36px;
    padding-left: 20px;
    padding-right: 13px;
}

.grid-cell a {
    color: #EF0AA0;
}

.edit-form {
    background-color: #FFF;
    padding: 15px;
    align-self: start;
}

.form-group-inline {
    display: flex;
    flex-direction: row;
}

.form-group-inline input[type=text] {
    flex: 1;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

    .form-group label {
        margin-bottom: 5px;
    }

    .form-group .form-control {
        padding: 10px;
    }

.btn-icon {
    outline: 0px;
    background: none;
    border: 0px;
    cursor: pointer;
}

.btn-primary {
    background-color: #5665F4;
    border: 0px;
    padding: 10px 15px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
}

    .btn-primary:hover {
        background-color: #EF0AA0;
    }

.btn-default {
    background-color: #FFF;
    border: 0px;
    padding: 10px 15px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    border: 1px solid #000;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #CECECE;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 10px;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.btn-group {
    display: flex;
    margin-bottom: 20px;
}

    .btn-group .btn-secondary {
        background-color: #FFF;
        border: 0px;
        padding: 10px 15px;
        color: #000;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        display: block;
        text-align: center;
        font-size: 14px;
        padding-top: 15px;
        border: 1px solid #000;
    }

    .btn-group -btn-secondary:active {
        border: 0px;
    }


.left-align {
    text-align: left !important;
}

.left-align .grid-header-group .grid-header-title button {
    text-align: left !important;
}

.btn-trans {
    outline: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.validation-errors {
    margin-top: 10px;
    color: red;
}

.validation-errors li {
    margin-bottom: 10px;
}

.subgrid-row td {
    padding-bottom: 20px;
}


.processing-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
}


/*#card-button {
    outline: 0;
    border: 0;
    width: 100%;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 20px;
    background: #a1c9ab;
    border-radius: 5px;
    border: 1px solid #7a9681;
}*/
