@charset "utf-8";


@import url//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);


div.main {
    background: #0264d6; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #0264d6 1%, #1c2b5a 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#0264d6), color-stop(100%,#1c2b5a)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #0264d6 1%,#1c2b5a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #0264d6 1%,#1c2b5a 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #0264d6 1%,#1c2b5a 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #0264d6 1%,#1c2b5a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0264d6', endColorstr='#1c2b5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: calc(100vh);
    width: 100%;
}

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */

* {
    box-sizing: border-box;
    /*margin: 0px auto;*/
    &:before, &:after

{
    box-sizing: border-box;
}

}

body {
    color: #606468;
    font: 87.5%/1.5em 'Open Sans', sans-serif;
    margin: 0;
}

a {
    color: #eee;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

input {
    border: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
    -webkit-appearance: none;
}

p {
    line-height: 1.5em;
}

.clearfix {
    *zoom: 1;
    &:before, &:after

{
    content: ' ';
    display: table;
}

&:after {
    clear: both;
}

}

.container {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* ---------- LOGIN ---------- */

#login form {
    width: 250px;
}

#login, .logo {
    display: inline-block;
    width: 40%;
}

#login {
    border-right: 1px solid #fff;
    padding: 0px 22px;
    width: 59%;
}

.logo {
    color: #fff;
    font-size: 50px;
    line-height: 125px;
}

#login form span.fa {
    background-color: #fff;
    border-radius: 3px 0px 0px 3px;
    color: #000;
    display: block;
    float: left;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

#login form input {
    height: 50px;
}

fieldset {
    padding: 0;
    border: 0;
    margin: 0;
}

.LoginFields {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    color: #000;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 200px;
}

form input[type="submit"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000000;
    color: #eee;
    font-weight: bold;
    /* margin-bottom: 2em; */
    text-transform: uppercase;
    padding: 5px 10px;
    height: 30px;
}

    form input[type="submit"]:hover {
        background-color: #d44179;
    }

form input[type="button"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000000;
    color: #eee;
    font-weight: bold;
    /* margin-bottom: 2em; */
    text-transform: uppercase;
    padding: 5px 10px;
    height: 30px;
}

    form input[type="button"]:hover {
        background-color: #d44179;
    }

#login > p {
    text-align: center;
}

    #login > p span {
        padding-left: 5px;
    }

.middle {
    display: flex;
    width: 600px;
}


.register {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    padding: 3%;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

    .register-left input {
        border: none;
        border-radius: 1.5rem;
        padding: 2%;
        width: 60%;
        background: #f8f9fa;
        font-weight: bold;
        color: #383d41;
        margin-top: 10%;
        margin-bottom: 3%;
        cursor: pointer;
    }

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    padding: 10%;
    margin-top: 10%;
}



.btnRegister {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000000;
    color: #eee;
    font-weight: bold;
    /* margin-bottom: 2em; */
    text-transform: uppercase;
    padding: 5px 10px;
    height: 30px;
}

    .btnRegister:hover {
        background-color: #d44179;
    }

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}


.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}


/**************************Navigation***************************************/
#toolbar {
    /*background-color: rgba(191, 191, 191, 0.15);*/
    padding: 5px 10px;
}

#drawer {
    /* background-color: #337ab7 */
}

.dx-list-item-icon-container,
.dx-toolbar-before {
    width: 36px;
    padding-right: 0 !important;
    text-align: center;
}

.dx-list-item-content {
    padding-left: 10px !important;
}

.dx-button {
    background-color: rgba(191, 191, 191, -0.15);
    border: none;
}


.dx-drawer-expand.dx-drawer-right .panel-list {
    float: right;
}

.panel-list .dx-list-item {
    color: #fff;
    border-top: 1px solid rgba(221, 221, 221, 0.2);
}

    .panel-list .dx-list-item .dx-icon {
        color: #fff !important;
    }

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
}

.options-container {
    display: flex;
    align-items: center;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
    display: inline-block;
    margin-right: 50px;
}

label {
    font-weight: bold;
}

#content {
    height: 100%;
    padding: 10px 20px;
}

    #content h2 {
        font-size: 26px;
    }


.dx-drawer-expand.dx-drawer-right .panel-list {
    float: right;
}

.panel-list .dx-list-item {
    color: #fff;
    border-top: 1px solid rgba(221, 221, 221, 0.2);
}

    .panel-list .dx-list-item .dx-icon {
        color: #fff !important;
    }

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
}

.options-container {
    display: flex;
    align-items: center;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
    display: inline-block;
    margin-right: 50px;
}

label {
    font-weight: bold;
}

#content {
    height: 100%;
    padding: 10px 20px;
}

    #content h2 {
        font-size: 26px;
    }


/**************************Navigation End************************************/
    /**************************Buttons*******************************************/

    .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

    .buttons > div > div {
        width: 300px;
        flex-wrap: nowrap;
        display: flex;
        
    }

.buttons-column > div {
    width: 150px;
    height: 50px;
    text-align: center;
    
}

.buttons-column {
    width: 150px;
    justify-content: center;
    
}

/**************************Buttons END*******************************************/

.dx-datagrid-export-button .dx-icon-export-to:before {
    content: "\f05f ";
    width:50px;
    height:50px;
}  

/************************Tab Pages**********************************************/
.ReportsTabPageContainer{
    margin-top:20px;
}

#TreeViewDF {
    max-height: 540px;
}

#TreeViewDF .dx-treelist-rowsview td {
    vertical-align: middle;
}



/**************************************Checkout********************************/
.vm {
    display: block;
    float: right;
}

.vm img {
    width: 10%;
    float: right;
}

#divLoading {
    display: none;
    margin-top: 3px;
}

/*********************************Checkout END********************************/

/*********************************Invoices***********************************/


#fileuploader-container {
    border: 1px solid #d3d3d3;
}

#form h3 {
    margin-left: 20px;
    font-weight: normal;
    font-size: 22px;
}


.widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    min-width: 200px;
    padding: 16px 32px;
    overflow: clip;
}

.widget-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 100%;
}

.widget-wrapper-vertical {
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.caption {
    font-weight: 500;
    font-size: 18px;
}

#show-navigation-buttons {
    margin-top: 22px;
}


.dx-tabs {
    max-width: 100%;
}

.dx-tabs-vertical {
    height: 216px;
}

.dx-viewport:not(.dx-theme-generic) .dx-tabs-horizontal {
    border-block-end: 1px solid rgb(225, 225, 225, 0.4);
}

.dx-viewport:not(.dx-theme-generic) .dx-tabs-vertical {
    height: 232px;
    border-inline-end: 1px solid rgb(225, 225, 225, 0.4);
}

#SearchInvoices{
    display:block
}

#UploadInvoices {
    display: none
}

/*********************************Invoices END******************************/

/*********************************Merchants*********************************/
#Limits {
    display: none
}

/*********************************Merchants END****************************/




