@import '../../../interface/iconset_system.css';

* {
	box-sizing: border-box;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-size: 14px;
	Xline-height: 22px;
	line-height: 1.6;
	font-family: arial, sans-serif;
	padding: 0;
	margin: 0;
    height: 100%;
    color: #333;
}

#wrapper {
	Xborder: 1px solid red;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

#header-wrapper {
	background-color: #052137;
	background-color: #0f4373;
	
	background-color: #111116;
	
	flex: 0 0 auto;
}

#header {
	display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
    min-height: 90px;
}

#header .header-logo {
	margin-right: 20px;
}

#header .header-logo img {
	display: block;
}

#header .header-links {
	flex: 1;
	
}

#header .header-actions {
	text-align: right;
}

#header .header-menu-section {
	flex: 0 0 auto;
	display: none;
}

#header .header-menu-section button {
	font-size: 24px;
	color: #fff;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 6px;
}


#header .header-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

#header .header-link-list > li > a {
    padding: 6px 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

#site-menu-drawer {
	display: none;
}

#site-menu-drawer.open {
	display: block;
}

#site-menu-drawer ul {
    margin: auto;
    padding: 0;
    width: 350px;
    max-width: 100%;
    list-style: none;
    margin-bottom: 30px;
}

#site-menu-drawer ul li a {
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 8px;
	font-weight: bold;
}

@media (min-width: 1055px) {
	#site-menu-drawer {
	   display: none !important;
	}
}

@media (max-width: 1054px) {
	#header .header-logo img {
	   height: 50px;
	   width: auto;
	}
	#header .header-links {
	   display: none;
	}
	#header .header-actions {
	   display: none;
	}
	#header .header-menu-section {
	   display: block;
	}
}


#content-wrapper {
	flex: 1;
}

#footer-wrapper {
	background-color: #212121;
	flex: 0 0 auto;
}


.sitewidth {
    Xborder: 2px dashed blue;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

.ss-container {
	display: flex;
	width: 100%;
	padding-bottom: 60px;
	padding-top: 30px;
}

/* ======== DEFAULT USER MENU ============= */

.ss-menu {
    flex: 0 0 250px;
    margin-right: 15px;
}

.ss-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.ss-menu .menu-heading {
    margin-bottom: 20px;	
}

.ss-menu .menu-heading-section {
    margin-bottom: 10px;
}

.ss-menu a {
    color: dodgerblue;
    text-decoration: none;	
}

/* ===== PLATFORM CONTENT SECTION ======= */

.ss-content {
    flex: 1;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    
}

.ss-content.fullwidth {
	max-width: 800px;
	margin: 0 auto;
}

/* ========== RESPONSIVE USER MENU ========== */

#responsive-popup-menu-launcher {
    background-color: #ddd;
    text-align: center;
    display: none;
}

#responsive-popup-menu-launcher button {
   border: 0;
   background-color: transparent;
   color: gray;
   cursor: pointer;
   font-size: 24px;
   margin: 0;
   padding: 10px;
}

#popup-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    top: 0;
    left: 0;
}

#popup-menu-overlay.open {
    display: block;
}

ul.popup-menu-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.popup-menu-links a {
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
    display: block;
    padding: 6px;
    text-align: center;
}

.popup-menu-wrap {
    width: 350px;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 30px #000;
    margin: 0px auto;
    background-color: #052137;
    border-radius: 10px;
    z-index: 9999;
}

.popup-menu-header {
    padding: 15px;
    position: relative;
    text-align: center;
}

.popup-menu-content {
    flex: 1;
    overflow-y: auto;

}

.popup-menu-footer {
    padding: 15px;
}

.popup-menu-header a {
    display: inline-block;
}

.popup-menu-close-btn {
    color: gray;
    background: transparent;
    font-size: 24px;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 5px;
    
}

.popup-menu-member-info {
    color: gray;
    padding: 15px;
    text-align: center;
}

.popup-menu-member-info a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1054px) {
    body {
    }   
    .ss-menu {
        display: none;
    }
    #responsive-popup-menu-launcher {
        display: block;
    }
}


/* new UI styles */
/* we really should wrap these in a class like .site-ui */

/* ========== FORMS ============ */

.app-btn-primary {
	background-color: dodgerblue;
	border: 0;
	display: inline-flex;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 14px;
	align-items: center;
	min-height: 36px;
	padding: 6px 12px;
	cursor: pointer;
	vertical-align: middle;
}

.app-btn-primary:hover {
	background-color: #1780e7;
}

.app-btn-primary:active {
	background-color: #166cbf;
}

.app-btn-default {
	background-color: #ccc;
	border: 0;
	display: inline-flex;
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 14px;
	align-items: center;
	min-height: 36px;
	padding: 6px 12px;
	cursor: pointer;
	vertical-align: middle;
}


/*
.ss-style button,
.ss-style input[type="submit"],
.ss-style input[type="button"],
.ss-style a.action-btn,
.ss-style .btn-default {
	background-color: dodgerblue;
	border: 0;
	display: inline-flex;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 14px;
	align-items: center;
	min-height: 36px;
	padding: 6px 12px;
	cursor: pointer;
	vertical-align: middle;
}

.ss-style button:hover,
.ss-style input[type="submit"]:hover,
.ss-style input[type="button"]:hover,
.ss-style a.action-btn:hover,
.ss-style .btn-default:hover {
	background-color: #1780e7;
}

.ss-style button:active,
.ss-style input[type="submit"]:active,
.ss-style input[type="button"]:active,
.ss-style a.action-btn:active,
.ss-style .btn-default:active {
	background-color: #166cbf;
}
*/

/*.ss-style .btn-link {*/
.app-btn-link {
	border: 0;
	background-color: transparent;
    color: dodgerblue !important;
    text-decoration: none;
    display: inline;
    padding: 0;
    margin: 0;
    line-height: inherit;
    font-size: inherit;
    min-height: auto;
    vertical-align: middle;
    cursor: pointer;
}

.app-btn-group {
	display: flex;
	gap: 10px;
	align-items: center;
}

/*
.ss-style input[type="text"],
.ss-style input[type="password"],
.ss-style input[type="email"],
.ss-style input[type="number"] {
*/
input[type="text"].app-form-control,
input[type="password"].app-form-control,
input[type="email"].app-form-control,
input[type="number"].app-form-control
{
    font-family: inherit;
	font-size: inherit;
    padding: 6px 12px;
    border: 1px solid silver;
    height: 36px;
    max-width: 100%;
    vertical-align: middle;
}

.ss-style input[type="number"] {
    padding-right: 5px;	

}

/*
.ss-style select {
*/
select.app-form-control {
    font-family: inherit;
    font-size: inherit;
    padding: 6px 6px;
    height: 36px;
    max-width: 100%;
    vertical-align: middle;
}

/*.ss-style textarea {*/
textarea.app-form-control {
    border: 1px solid silver;
	font-family: inherit;
    font-size: inherit;
    padding: 6px 6px;
    max-width: 100%;
}

.app-form-horizontal {
	Xborder: 1px solid red;
	margin-bottom: 20px;
	
}

.app-form-group {
	display: flex;
	margin-bottom: 10px;
	min-height: 36px;
}

.app-form-control-label {
	font-weight: bold;
	flex: 0 0 175px;
	padding-top: 6px;
	padding-right: 15px;
}

.app-form-group > div {
	flex: 1;
	min-width: 0px;
}

.app-form-control-static {
	margin: 0;
	padding: 0;
	padding-top: 7px;
}

.app-form-seperated .app-form-group {
    border-bottom: 1px solid #EFEFEF;
}

/*.checkbox, */
.app-checkbox {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: inherit;
	min-height: 26px;
}

/*
.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
*/
.app-checkbox input[type="checkbox"],
.app-checkbox input[type="radio"] {
	vertical-align: top;
}

/*.help-block { */
.app-help-block {
    margin: 0;
    margin-top: 7px;
    margin-bottom: 7px;
    color: #666;
    font-size: 13px;
}

@media (max-width: 1054px) {
	.app-form-group {
	   flex-direction: column;
	}
    .app-form-control-label {
	   flex: 1;
	   padding-bottom: 7px;
    }
    
    /*
    .ss-style button,
    .ss-style .btn-default,
    .ss-style .app-form-control-static,
    .ss-style input[type="text"],
    .ss-style input[type="password"],
    .ss-style input[type="email"],
    .ss-style input[type="number"],
    .ss-style select
    {
        margin-bottom: 6px;
    }
    */
}


/* ============= tables =============== */
.ss-style .dataTbl,
.app-data-table {
    border: 1px solid silver;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 14px;
    background-color: #EFEFEF;
    width: 100%;
}

.ss-style .dataTbl tr.tblHeader > td,
.app-data-table > thead > tr > th {
	background-color: #EFEFEF;
    border-bottom: 1px solid silver;
    text-align: left;
}

.ss-style .dataTbl tr.tblHeader > td {
	
}

.ss-style .dataTbl td,
.app-data-table td,
.app-data-table th {
    padding: 6px 10px;
    background-color: #fff;
}

.ss-style .dataTbl tr.tblHeader > td {
	font-weight: bold;
}


.ss-style .dataTbl tr.tblRowA {
	
}

.ss-style .dataTbl tr.tblRowB > td,
.app-data-table > tbody > tr.tblRowB > td {
    background-color: #EDF8FF;
}

.ss-style .dataTbl tr.tblRowRed > td {
    background-color: #FFE9E9;
}

tr.row-blue > td {
    background-color: #EDF8FF;
}

.app-table-scroller {
    width: 100%;
    overflow-x: auto;
}

.app-table-scroller > div {
	min-width: 100%;
}

.app-table-nowrap {
	table-layout: auto;
}

.app-table-nowrap th,
.app-table-nowrap td {
	white-space: nowrap;
}


/* =========== TYPOGRAPHY =========== */

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

.text-muted {
    color: #666;	
}

.text-success { color: #3c763d; }
.text-danger { color: #a94442; }
.text-warning { color: darkorange; }


.ss-style a {
	color: dodgerblue;
	text-decoration: none;
}


/* =========== PANELS =========== */

.app-page-heading {
	
}

.app-page-title {
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.app-panel {
	margin-bottom: 20px;
}
.app-panel-heading > h3 {

}

.app-panel-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    Xborder-bottom: 1px solid dodgerblue
}



/* NOTIFICATION BOXES */
.notifybox {
    margin-bottom: 20px;
}

.notifybox.tip {
    color: #31708f;
}

.notifybox.success {
	color: #3c763d;
}

.notifybox.error {
	color: #a94442;
}


.notifybox > strong {
	display: block;
}

.notifybox > span {
	display: block;
}



/* PROCESSOR LOGOS */

.processor-logo {
    width: 60px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: top;
}

.processor-logo.pm { background-image: url(/interface/images/pay-pm.gif); }
.processor-logo.ap { background-image: url(/interface/images/pay-ap.gif); }
.processor-logo.payeer { background-image: url(/interface/images/pay-payeer.gif); }
.processor-logo.stp { background-image: url(/interface/images/pay-stp.gif); }
.processor-logo.paypal { background-image: url(/interface/images/pay-paypal.gif); }
.processor-logo.advcash { background-image: url(/interface/images/pay-advcash.gif); }
.processor-logo.okpay { background-image: url(/interface/images/pay-okpay.gif); }
.processor-logo.ipayout { background-image: url(/interface/images/pay-ipayout.gif); }
.processor-logo.eeecurrency { background-image: url(/interface/images/pay-eeecurrency.gif); }
.processor-logo.bitcoin { background-image: url(/interface/images/pay-bitcoin.gif); }
.processor-logo.litecoin { background-image: url(/interface/images/pay-litecoin.gif); }
.processor-logo.ripple { background-image: url(/interface/images/pay-ripple.gif); }
.processor-logo.ethereum { background-image: url(/interface/images/pay-ethereum.gif); }
.processor-logo.dash { background-image: url(/interface/images/pay-dash.gif); }
.processor-logo.wire { background-image: url(/interface/images/pay-wire.gif); }
.processor-logo.wallet { background-image: url(/interface/images/pay-wallet.gif); }
.processor-logo.bitcoin_cash { background-image: url(/interface/images/pay-bitcoin_cash.gif); }
.processor-logo.localitypay { background-image: url(/interface/images/pay-localitypay.gif); }
.processor-logo.monero { background-image: url(/interface/images/pay-monero.gif); }
.processor-logo.nixmoney { background-image: url(/interface/images/pay-nixmoney.gif); }
.processor-logo.pivx { background-image: url(/interface/images/pay-pivx.gif); }
.processor-logo.dyzrupt { background-image: url(/interface/images/pay-dyzrupt.gif); }
.processor-logo.tetherusdt { background-image: url(/interface/images/pay-tetherusdt.gif); }
.processor-logo.usdcoin { background-image: url(/interface/images/pay-usdcoin.gif); }



/* ============= toolbar / pager =============== */
.app-toolbar {
    margin-bottom: 20px;
    overflow: hidden;
	width: 100%;
    display: flex;
    flex-direction: row;
}

.app-toolbar-col {
    flex: 1;
}

.app-toolbar-col-right {
    text-align: right;
}

@media (max-width: 1054px) {
    .app-toolbar {
        flex-direction: column;
    }
    .app-toolbar-col {
        margin-bottom: 15px;
    }
    .app-toolbar-col-right {
        text-align: left;
    }    
}


.app-pager .label {
	font-weight: bold;
	margin-right: 10px;
}

.app-pager .page-input {
	width: 4em;
	text-align: center;
}

.app-pager .go-btn {
	margin-left: 10px;
}

.app-pager input[type="text"] {
	width: 4em;
	text-align: center;
	outline: 0;
}




/* ====== CLIPBOARD COPY BTN ======= */
.app-copied-tooltip {
    position: absolute;
    z-index: 99999;
    pointer-events: none;  
}

.app-copied-tooltip > span { 
    display: block;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    padding: 5px 15px;
    line-height: 20px;
}

.app-copied-tooltip::after {
    content: "";
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    margin: 0 auto;
}



/* ========== UTILITIES ============= */
.hidden {
	display: none;
}

hr {
	border: 0;
	background-color: silver;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* ======== MISC STUFF ============ */
.signup_required { color: red; }	


/* ======== TOAST NOTIFICATIONS ========== */
.app-toastify.success,
.app-toastify.error {
    box-shadow: none;
    background: none;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    Xmax-width: 800px;
}
.app-toastify.success .toast-close,
.app-toastify.error .toast-close {
    color: inherit;
}
.app-toastify.success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}
.app-toastify.success a {
    color: #155724;
}

.app-toastify.error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.app-toastify.error a {
    color: #721c24;
}
