#myTabs {
	padding-left:20px;
}
#myTabs button{
	background:rgb(230,230,230);
	padding:10px;
	border:1px solid rgb(180,180,180);
	border-bottom:0;
	border-radius:5px 5px 0 0;
	margin-right:3px;
	margin-left:0;
}
#myTabs button:hover{
	background:rgb(240,240,240);
}
#myTabs button:disabled{
	background:#d75241;
	border-color:#d75241;
	color:white;
	text-decoration:none;
	text-shadow:0;
	margin-right:3px;
	margin-left:0;
}

.action-buttons {
    margin-bottom: 20px;
}

.pokazFakBtn, .prepPayBtn{
	background:#000000;
    border:0 none;
    border-radius:5px;
    color:#FFFFFF;
    cursor:pointer;
    font-family:Ubuntu;
    font-size:17px;
    font-weight:500;
    padding:5px;
	margin-right: 5px;
}

#prepaidTab{
	width:800px;

	border-radius:5px 5px;
	background:#9c0200 0 0 url('redtob_bg.png') repeat-x;
	padding:0;
	color:white;
}
#prepaidTab strong{
	font-size:15px;
}
.transInp1{
	width:60px;
	height:24px;
	font-size:15px;
}
table.prepTab1{
	border-collapse:collapse;
	width:800px;	
}

table.prepTab1 td{
	padding:6px;
	padding-left:8px;
}


.darkInput {
	border: 2px solid #CFCFCF;
    height: 25px;
    width: 150px;
	margin-right: 10px;
}

button.theme-button  {
	font-family: 'Open Sans';
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #c1459d 0%, #811762 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*border-color: -moz-use-text-color -moz-use-text-color #400b31;*/
    border-image: none;
    border-radius: 5px;
    border-style: none none solid;
    border-width: 0 0 5px;
    border-color: #400b31;
    color: #fff;
    float: right;
    font-size: 16px;
    font-weight: 800;
    height: 40px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 220ms ease-in-out 0s;
    width: auto;
}

button.theme-button:hover {
    border-bottom: 2px solid #123210;
    line-height: 28px;
}


#filtrDataStart, #filtrDataEnd {
    margin-bottom: 5px;
}

/* V2 visual refresh */
#mojeKonto {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    padding: 18px;
}

#mojeKonto > h1.sH2 {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 12px;
    margin-bottom: 16px;
    color: #0f172a;
}

#mojeKonto .action-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
}

#mojeKonto #filtrDataStart,
#mojeKonto #filtrDataEnd {
    width: 140px;
    height: 38px;
    border: 1px solid #cfd8e3;
    border-radius: 9px;
    padding: 0 10px;
    margin: 0;
    font-size: 13px;
}

#mojeKonto .action-buttons .green-btn {
    min-height: 38px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
}

#mojeKonto [id^="tobMainDiv_"] {
    margin-top: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

#mojeKonto .ui-state-error,
#mojeKonto .ui-state-highlight {
    border-radius: 10px;
    border: 1px solid #f1d68b;
    background: #fffbeb;
    color: #92400e;
    padding: 10px 12px !important;
}

@media (max-width: 767px) {
    #mojeKonto {
        padding: 12px;
    }

    #mojeKonto .action-buttons {
        align-items: stretch;
    }

    #mojeKonto #filtrDataStart,
    #mojeKonto #filtrDataEnd {
        width: 100%;
    }

    #mojeKonto .action-buttons .green-btn {
        width: 100%;
    }
}
