/* ----- Elements ----- */
.fontsizesmall {
	font-size: small;
}

.fontsizelarge {
	font-size: large;
}

.fontweightbold {
	font-weight: bold;
}

.textdecorationoverline {
	text-decoration: overline;
}

.textdecorationunderline {
	text-decoration: underline;
}

.textalignleft {
	text-align: left;
}

.textaligncenter {
	text-align: center;
}

.textalignright {
	text-align: right;
}

.verticalaligntop {
	vertical-align: top;
}

.floatright {
    float: right;
}

.success {
	color: green;
}

.warning {
	color: orange;
}

.error {
	color: red;
}

.white {
	color: white;
}

.gray {
	color: gray;
}

.black {
	color: black;
}

.backgroundwhite {
	background: white;
}

.comment {
	font-size: small;
	font-style: italic;
}

.displaynone {
	display: none !important;
}

.displayinline {
	display: inline !important;
}

.nowrap {
	white-space: nowrap;
}

.whitespacepre {
	white-space: pre;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
         -o-user-select: none; /* Opera */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.leftbordered_cells .cell,
.leftbordered {
    border-left: 1px solid #eee;
}

.rightbordered {
    border-right: 1px solid #eee;
}

.topbordered {
    border-top: 1px solid #eee;
}

.bottombordered {
    border-bottom: 1px solid #eee;
}

.width100 {
	width: 100%;
}

.button:focus, .button:hover {
    background-color: #058;
}

.hover_rose_bg:hover {
    background-color: #fdd;
}

.cursorpointer {
	cursor: pointer;
}
/* ----- /Elements ----- */

/* ----- Top menu ----- */
.top-bar, .top-bar ul {
    z-index: 1000;
}

.is-dropdown-submenu .is-dropdown-submenu.conversion_submenu {
    bottom: -180px;
    top: unset;
}
/* ----- /Top menu ----- */

/* ----- Reports ----- */
p.report_pagination {
	text-align: center; 
	width: 100%;
}

.report.transactions .actions {
	width: 140px;
}

.transactions .time {
	font-size: small; 
	white-space: nowrap;
}

.transactions .button.small, 
.report_table .button {
	margin-bottom: 0;
}

.report .input_number {
	max-width: 5rem;
	display: inline-block;
}

.report .input_button {
	margin-bottom: 0;
}

.report_tabs .tabs-title > a {
	font-size: inherit;
}

.report_table .td_numeric {
	text-align: right;
}

.report_table thead {
	position: sticky;
	top: 75px;
}

.report_table th {
	vertical-align: top;
}

.report_table tbody tr.subtotal {
	/* color: #666; */
	font-weight: bold;
	/* text-decoration: overline; */
	border-bottom: 2px solid #ccc;
	background: #e0e0e0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #999;
}

.report_table tfoot td {
	font-weight: bold;
}

.report_table tfoot tr.subtotal {
	color: #666;
}

.report_table tfoot tr.subtotal:first-child {
    border-top: 1px solid #ccc;
}

.report_table tfoot tr.subtotal td {
	padding-bottom: 0;
	padding-top: 0;
}

.report_table tfoot tr.total {
	text-decoration: overline;
}

.report_table .logo {
	vertical-align: middle;
}
.report_table .logo.banks {
	height: 15px;
	max-width: none;
}
.report_table .logo.payment_systems {
	height: 15px;
}
.report_table .logo.payment_systems.small {
	height: 11px;
}
/* ----- /Reports ----- */

/* ----- P2P admin ----- */
.report_table.p2p_new .logo.banks,
.report_table.p2p_pendings .logo.banks {
	height: 20px;
}

.p2p_new button[name=accountId],
.report_table.p2p_pendings button {
	margin-bottom: 5px;
}

.p2p_pendings [type=checkbox] {
	width: 20px;
	height: 20px;
}
.p2p_pendings [type=checkbox]+label {
	margin-right: 0;
}

.p2p_pendings select, 
.p2p_pendings [type=text], 
.p2p_pendings [type=number] {
	height: 1.5rem;
}

.p2p_pendings [type=file] {
	padding: 0;
	width: 200px;
}
/* ----- /P2P admin ----- */

/* ----- Lists ----- */
.checklist {
	list-style: none;
}

.checklist [type="checkbox"], 
.checklist [type="file"], 
.checklist [type="radio"] {
	margin: 0;
}

.checklist .logo {
	height: 25px;
	vertical-align: text-bottom;
}
.checklist.banks .logo {
	height: 25px;
}
.checklist.payment_systems .logo {
	height: 20px;
}
.checklist.payment_systems .logo.small {
	height: 15px;
}
/* ----- /Lists ----- */

/* ----- Useraccount's page ----- */
.useraccount_details button.small {
	margin-bottom: 0;
}

.useraccount_details select {
	width: unset;
}
/* ----- /Useraccount's page ----- */

/* ----- Bankaccount's page ----- */
.bankaccount_details .dropdown-pane {
	/*min-width: 300px;*/
	width: auto;
}
/* ----- /Bankaccount's page ----- */

/* ----- Agent's cabinet ----- */
.onepayment button[name="Service"],
.onepayment button[name="Sending"] {
	min-height: 55px; /*46px;*/
	width: 100%;
}
/* ----- /Agent's cabinet ----- */

/* ----- SelectorsV2 ----- */
.cascades .dropdown-pane {
	/*min-width: 300px;*/
	width: auto;
}

.new_GroupOrProviderItem .new_GroupOrProviderItem_select {
	/*width: 40%;*/
}

.cascades .filter, 
.cascades .filter * {
	font-size: small;
}

.cascades .filter [type=color], .cascades .filter [type=date], .cascades .filter [type=datetime-local], .cascades .filter [type=datetime], .cascades .filter [type=email], .cascades .filter [type=month], .cascades .filter [type=number], .cascades .filter [type=password], .cascades .filter [type=search], .cascades .filter [type=tel], .cascades .filter [type=text], .cascades .filter [type=time], .cascades .filter [type=url], .cascades .filter [type=week], .cascades .filter textarea {
	display: inline-block;
	width: auto;
	margin: 0;
}

.cascades .filter select {
	margin: 0;
}

.cascades .filter [type=checkbox], .cascades .filter [type=file], .cascades .filter [type=radio] {
	margin: 0;
}

.cascades .filter [type=button].bank {
    border-radius: 10px;
    border: 0;
    font-size: x-small;
    cursor: pointer;
}

.report_table.cascades select,
.report_table.cascades [type=text],
.report_table.cascades [type=number] {
	margin: 0;
}
/* ----- /SelectorsV2 ----- */

/* ----- Find ----- */
.report_table.find_xattempts > tbody > tr:nth-child(odd) {
    border-top: 1px solid #ccc;
}

.report_table.find_xattempts .actions {
    text-align: center;
}

.report_table.find_xattempts .toggle_raw_details {
    display: block;
    /*
    margin-top: 5px;
    width: 100%;
    */
    margin: 5px auto 0;
}

.report_table.find_xattempts .raw_details table {
	margin: 0;
}

.report_table.find_xattempts .raw_details .raw_body {
    width: 100%;
    max-width: 600px;
    max-height: 100px;
    overflow: auto;
    white-space: pre-wrap; /*pre;*/
}
/* ----- /Find ----- */

/* ----- Full balance report ----- */
.report_table.providers_balances .providers_group {
	cursor: pointer;
}
.report_table.providers_balances .providers_group:hover {
	background: #ffffee;
}

.report_table.providers_balances .providers_group_sub {
	background: #ffffee !important;
}

.report_table.providers_balances tr {
	border-bottom: 1px solid #ddd;
}

.report_table.providers_balances tbody tr:nth-child(even) {
	border-bottom: 1px solid #ddd;
	background-color: inherit;
}
/* ----- /Full balance report ----- */

/* ----- Cheques statistics page ----- */
.report_table.cheques_statistics label {
	margin-top: -10px;
	margin-bottom: -10px;
}
/* ----- /Cheques statistics page ----- */

/* ----- MonitoringPrometheus page ----- */
.report_table.monitoringprometheus button {
	margin: -5px;
	padding: 5px;
}
/* ----- /MonitoringPrometheus page ----- */

/* ----- Agents list page ----- */
.compact_mode .report_table {
	width: auto;
}
/* ----- /Agents list page ----- */

