/***
This is css specifically for the 'app' theme
 */

/*** Type (look at type.css) ***/
body {
    font-family: 'Open Sans', sans-serif;
    font-size:12px;

    /*box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -o-box-shadow: 0px 0px 5px #ccc;*/
}

p,span,small{
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
    color:#000000;
}
small {
    font-size:10px;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(/fonts/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(/fonts/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(/fonts/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/fonts/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(/fonts/EInbV5DfGHOiMmvb1Xr-hqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(/fonts/PRmiXeptR36kaC0GEAetxuw_rQOTGi-AJs5XCWaKIhU.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(/fonts/PRmiXeptR36kaC0GEAetxhbnBKKEOwRKgsHDreGcocg.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url(/fonts/PRmiXeptR36kaC0GEAetxsBo4hlZyBvkZICS3KpNonM.woff) format('woff');
}
/*** Type (end) ***/


/*** Buttons (look at buttons.css ***/
/*** Buttons (end) ***/

/*** Ajax Spinner ***/
.ajax_spinner {
    background: #666;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    left:0;
    top:0;
    display: none;
}
.ajax_spinner img {
    position: relative;
    top:49%;
    left:49%;
    width: 25px;
    height: 25px;
}
.ajax_spinner span {
    position: relative;
    top:50%;
    display: block;
    text-align: center;
    color:#000;
    background-color: #fff;
    min-height:25px;
    padding:0 10px;
}
/*** Ajax Spinner (end) ***/

/*** Breadcrumbs ***/
.btn-breadcrumb a {
    font-size:12px;
}

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -12px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding:2px 2px 2px 12px;
}
.btn-breadcrumb .btn:first-child {
    padding:3px 3px 3px 5px;
}
.btn-breadcrumb .btn:last-child {
    padding:3px 2px 3px 12px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
    border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
    border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
    border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
    border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
    border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
    border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
    border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
    border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
    border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
    border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
    border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
    border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
    border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
    border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
    border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
    border-left: 10px solid #269abc;
}
/*** Breadcrumbs (end) ***/

#divMainHeader > div {
    min-height: 65px;
}
#divMainHeader .navbar {
    position:absolute;
    right:0;
    z-index: 9999;
}
#divMainHeader h6 {
    color: #fff;
}

#divMainContent {
    box-sizing: border-box;
    padding:0px;
}

.navbar {
    padding:.5rem !important;
    height: 100% !important;
}
.navbar-login {
    max-height: 65px;
    height: 65px;
}
.navbar-brand {
    max-height: 65px !important;
}

.form-control {
    /*font-size: .85rem !important;*/
}
.input-group-text {
    /*font-size: .85rem !important;*/
}

/*** Forms ***/
.info-only > .input-group-prepend > .input-group-text {
    background-color: transparent;
    border: none;
    font-weight: bold;
    padding: 0;
}
.info-only > .form-control {
    border: none;
    padding: 0;
    height: calc(.5em + .5rem + 2px);
}

/*** Custom ***/
.bg-primary {
    background-color: #528caf !important;
}
.bg-secondary {
    background-color: #333333 !important;
}

.btn-primary {
    background-color: #528caf !important;
    border-color: #528caf !important;
}
.btn-secondary {
    background-color: #333333 !important;
    border-color: #333333 !important;
}
.btn-nav {
    background-color: #262626 !important;
    border-color: #262626 !important;
    color: #fff;
}
.btn-nav:hover {
    color:#fff;
}

.border-primary {
    border-color: #528caf !important;
}
.border-secondary {
    border-color: #528caf !important;
}

.kyc-notice p {
    margin-bottom: 0;
}

.is-invalid.error {
    color: #dc3545;
    font-weight: 500;
}

.registration .terms-conds {
    padding-left:10px;
}

.subvendors .terms-conds {
    padding-left:20px;
}

#divNavigation .nav-item {
    padding: 0px 0px 1px 0px;
}

#divNavigation .nav-item a {
    text-align: left;
}

#divNavigation .nav-icon {
    display:inline;
}

.table-label {
    padding-right:5px !important;
    background-color: #eaebeb;
    font-weight: 600;
    min-width:100px;
    width:110px;
    max-width:130px;
    vertical-align: middle !important;
}

.table thead th {
    vertical-align: top;
}

.form-control.is-valid.novalidshow, .was-validated.novalidshow .form-control:valid.novalidshow {
    padding-right: 0;
    background-image: none;
}

.navbar-brand img {
    width:100%;
}

input[type=number].pin {
    -webkit-text-security: disc;
    max-width: 100px;
}
.longpin {
    max-width:100% !important;
}
/* remove the spinner arrows (up/down) */
input[type="number"].pin::-webkit-outer-spin-button, input[type="number"].pin::-webkit-inner-spin-button, .nospinner {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"].pin, .nospinner {
    -moz-appearance: textfield;
}

/*** Custom (end) ***/


.swal2-popup {
    width:20em !important;
    padding: 0em !important;
    border-radius: 7px !important;
}
.swal2-header {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    padding-top:.4em;
    margin-bottom: 10px;
}
.swal2-title {
    font-size:16px !important;
}

.swal2-content {
    font-size: 14px !important;
    margin:.5em .5em !important;
}

.swal2-styled {
    padding:.425em 1em !important;
}

.swal2-input {
    margin: 0.5em auto !important;
    height:36px !important;
}

.swal2-styled {
    padding: 3px 15px !important;
}

.swal2-icon::before {
    font-size: 1.5em !important;
}
.swal2-icon {
    display: none !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0em auto 0em !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top:1em !important;
    width:1.6375em !important;
    height: 0.3125em !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left:.25em !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right:.25em !important;
}

.swal2-styled.swal2-confirm {
    background-color: #0a81d0;
}

.swal2-actions {
    margin:.25em auto 0 !important;
    padding-bottom:3px;
}