/* === front end overrides === */

.language {
    width: 130px;
}

.header-menu__item {
    outline: 0;
}

.footer-menu a {
    outline: 0;
}



/* === platform specific === */


#sscont {
    color: rgba(255, 255, 255, 0.5);
    font-family: arial, sans-serif;
    font-size: 14px;
    padding-bottom: 60px;
}

#sscont a {
    color: #04a3ff;
}

/* === page headings === */

#sscont .app-page-heading,
#sscont .ui_cont_header {
    margin-bottom: 30px;
}

#sscont .app-page-title,
#sscont .bigHeader {
    font-family: "Oxanium", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #04a3ff;
    Xtext-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    white-space: nowrap;
    align-items: center;
    flex-direction: row;
}

#sscont .app-page-title::after,
#sscont .bigHeader::after {
    display: inline-block;
    content: '';
    width: 100%;
    margin-left: 30px;
    background-color: rgba(255, 255, 255, 0.15);
    height: 1px;
}

#sscont .app-panel-heading {
    margin-bottom: 20px;
}

#sscont .app-panel-title,
#sscont .header {
    font-family: "Oxanium", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.70);
    color: rgba(255, 255, 255, 1);
    Xtext-transform: uppercase;

    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);

}

#sscont .header {
    margin-bottom: 15px;
}


/* === forms === */

.app-form-horizontal {
    margin-bottom: 20px;
}

.app-form-group {
    display: flex;
    padding-bottom: 10px;
    padding-bottom: 15px;
    Xborder: 1px solid red;
}

.app-form-control-label {
    padding-top: 7px;
    padding-right: 15px;
    min-height: 32px;
    font-weight: bold;
    Xborder: 1px solid blue;
}

.app-form-group > div {
    flex: 1 0 auto;
    min-height: 32px;
    Xborder: 1px solid green;

}


.app-form-group .app-form-control-label {
    flex: 0 0 175px;
}

.app-form-control-static {
    padding-top: 8px;
    color: #fff;
}



.help-block {
    margin-top: 10px;
    color: #666;
    font-size: 12px;
    padding-bottom: 10px;
}

.checkbox,
.app-checkbox {
    margin-top: 7px;
    margin-bottom: 14px;
}

.checkbox label,
.app-checkbox label {
    vertical-align: middle;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.app-checkbox input[type="checkbox"],
.app-checkbox input[type="radio"] {
	vertical-align: middle;
    margin: 0;
    padding: 0;
    Xmargin-left: 4px;
    margin-right: 4px;
}


/* === alerts === */

#sscont .notifybox {
	border: 1px solid rgba(255, 255, 255, 0.17);
	padding: 10px 15px 10px 15px;
	background-repeat: no-repeat;
	background-position: 8px 10px;
	line-height: 18px;
	margin-bottom: 20px;
}

#sscont .notifybox strong {
	display:block;	
}

#sscont .notifybox span {
	display: block;
}

#sscont .notifybox.tip {
    background-color: #0c052a;
    background-color: rgba(12, 5, 42, 0.7);
	Xbackground-image: url(../../../interface/images/help.png);
}

#sscont .notifybox.success {
    background-color: #29B87E;
    background-color: rgba(41,184,126, 0.7);
    color: #fff;
	Xbackground-image: url(../../../interface/images/accept.png);
}

#sscont .notifybox.error {
    background-color: #E52121;
    background-color: rgba(299, 33, 33, 0.7);
    color: #fff;
	Xbackground-image: url(../../../interface/images/cross.png);
}

#sscont .notifybox strong {
    padding-bottom: 5px;
}


#sscont .notifybox.error strong,
#sscont .notifybox.error span,
#sscont .notifybox.tip strong,
#sscont .notifybox.tip span,
#sscont .notifybox.success strong,
#sscont .notifybox.success span
{
	Xmargin-left: 25px;
}


/* === tables === */
#sscont .dataTbl,
#sscont .app-data-table {
    width: 100%;
    box-shadow: 2px 3px 21px 0px rgba(0, 0, 0, 0.49);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-collapse: collapse;
    margin-bottom: 20px;
}

#sscont .tblHeader,
#sscont .app-data-table thead {
    background-color: #0c052a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

#sscont .tblHeader td,
#sscont .app-data-table thead th {
    padding: 10px 10px;
    text-align: left;
}

#sscont .tblRowA,
#sscont .tblRowB {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

#sscont .tblRowA > td,
#sscont .tblRowB > td,
#sscont .app-data-table tbody > tr > td {
    padding: 10px 10px;
    text-align: left;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

/* ========== PANELS ============= */
#sscont .ui_cont_section,
#sscont .app-panel {
    margin-bottom: 30px;
    padding-top: 10px;

}


/* ========== INPUT TABLE LEGACY ========== */
.inputTbl {
    border-collapse: collapse;
    display: block;
}

.inputTbl tr.sepLine {
    display: flex;
}

.inputTbl tr.sepLine > td {
    Xflex: 1 1 auto;
    flex: 1 0 auto;
    display: block;
    padding-bottom: 15px;
    padding-top: 7px;
}

.inputTbl tr.sepLine > td[width="20"] {
    /* icon */
    width: 25px;
    flex: 0 0 25px !important;
}

.inputTbl tr.sepLine > td[width="100"] {
    width: 150px;
    flex: 0 0 150px !important;
}

.inputTbl tr.sepLine > td[width="150"] {
    width: 200px;
    flex: 0 0 200px !important;
}


.inputTbl tr.sepLine .inputText {
    margin-top: -7px;
}


/*

.calc-input input {
    height: 55px;
    line-height: 55;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 25px;
    font-family: "Oxanium", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background: transparent;
    outline: none;
    border-radius: 2px;
    width: 100%;
}
.calc-input ::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.calc-input ::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

*/

#sscont select {
    padding: 5px 5px;
}


#sscont textarea {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 15px;
    color: #fff;
    background: transparent;
    outline: none;
    border-radius: 2px;
    line-height: 20px;
}

#sscont input[type="text"],
#sscont input[type="password"],
#sscont input[type="email"],
#sscont input[type="number"],
#sscont .inputText {
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 15px;
    color: #fff;
    background: transparent;
    outline: none;
    border-radius: 2px;
}

#sscont input[type="number"] {
    padding-right: 4px;
}


#sscont button,
#sscont .inputBtn {
    position: relative;
    z-index: 1;
    height: 32px;
    border: 1px solid #000;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px 0 15px;
    text-decoration: none;
    color: #fff;
    background: -moz-linear-gradient(left, #c30048 15%, #9d009b 100%);
    background: linear-gradient(90deg, #c30048 15%, #9d009b 100%);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 4px;
    outline: none;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    Xtext-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    background: #04a3ff;
}

/* LIST TABLE */

.app-list-table {
    width: 100%;
    border-spacing: 0px;
}

.app-list-table > tbody > tr > td {
    padding: 8px 5px;
    Xborder-top: 1px solid transparent;
    Xborder-bottom: 1px solid #EFEFEF;
}


/* =========== UTILS ============== */
.collapse {
    display: none;	
}

#sscont hr {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 15px;
}

.app-toolbar {
    margin-bottom: 20px;
}

/* =========== PAGER ============== */
.app-pager > span.label {
    display: none;
}

.app-pager .prev-btn {
    margin-right: 5px;
    outline: 0;
}

.app-pager .next-btn {
    margin-left: 5px;
    outline: 0;
}

.app-pager .page-input {
    width: 65px;
    text-align: center;
}

.app-pager .go-btn {
    display: none !important;
}

/* ========= STYLER SELECT ========== */

.jq-selectbox.styler-select {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 25px 25px;
}

.jq-selectbox.styler-select .jq-selectbox__select {
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    color: #fff;
    height: 55px;
    line-height: 55px;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    text-transform: none;
}

.jq-selectbox.styler-select .jq-selectbox__trigger {
    border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.jq-selectbox.styler-select .jq-selectbox__trigger-arrow {
    border-top-color: rgba(255, 255, 255, 0.2) !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jq-selectbox.styler-select .jq-selectbox__dropdown {
    background-color: #0c052a;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 5px;
}

.jq-selectbox.styler-select .jq-selectbox__dropdown li {
    padding: 9px 5px 9px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent !important;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.2);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.jq-selectbox.styler-select .jq-selectbox__dropdown li {
    text-transform: none;
}

.jq-selectbox.styler-select .jq-selectbox__dropdown li:last-child {
    border-bottom: none;
}


.styler-select .jq-selectbox__dropdown li:hover,
.styler-select .jq-selectbox__dropdown li.sel {
    color: rgba(255, 255, 255, 0.5);
}


/* ========= PROCESSOR SELECT ========== */

.jq-selectbox.styler-select.processor-select .jq-selectbox__select {
    padding-left: 55px;
}


.jq-selectbox.styler-select.processor-select .jq-selectbox__dropdown li {
    padding-left: 50px;
    background-color: transparent !important;
    background-size: 20px 20px;
    background-position: 10px center;
    background-repeat: no-repeat;
    text-transform: none;
}


/* override on styler select for backoffice */
#sscont select.styler-select {
    opacity: 0;
}

#sscont .jq-selectbox.styler-select {
    width: auto;
}

#sscont .jq-selectbox.styler-select.processor-select {
    width: auto;
    min-width: 350px;
    background-size: 20px 20px;

}

#sscont .jq-selectbox.styler-select .jq-selectbox__select {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.bitcoin { background-image: url(/assets/img/btc.svg); }
.bitcoin_cash { background-image: url(/assets/img/bch.svg); }
.ethereum { background-image: url(/assets/img/eth.svg); }
.litecoin { background-image: url(/assets/img/ltc.svg); }
.tetherusdt { background-image: url(/assets/img/usdt.png); }


/* ========= Clipboard tooltip ======== */
.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;
}

/* ========= RESPONSIVE ======== */
/*
- 600px
- 768px
- 992px
- 1200px

*/

@media only screen and (max-width: 768px) {
    #sscont input[type="text"],
    #sscont input[type="password"],
    #sscont input[type="email"],
    #sscont input[type="number"],
    #sscont .inputText {
        width: 100% !important;
    }

    #sscont select {
        margin-bottom: 6px;
    }

    #sscont .app-pager input.page-input {
        width: 64px !important;
    }

    .app-form-group {
        display: block;
    }

    .app-form-control-label {
        padding-bottom: 10px;
        display: block;
    }

    #sscont .jq-selectbox.styler-select.processor-select {
        min-width: auto;
        width: 100%;
    }

    #pack-logo-img {
        opacity: 0;
    }

    .ticket-nav-desc {
        display: none;
    }
}

@media (max-width: 1199px) {
    .cab-team-stat__item {
        padding-left: 0;
        padding-right: 0;
        border-right: none;
    }
}



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

.app-table-scroller > div {
    min-width: 650px;
}


