/*fonts*/

.button_next {
    background: url("/img/merchant/button_next.png?v2");
    background-repeat: no-repeat;
    border: none;
    color: #fff;
    font-size: 17px;
    width: 95px;
    height: 35px;
    margin-top: 15px;
    margin-right: 103px;
    float: right;
}

/*error messages*/
.error-msg {
    margin: 5px;
    border: 1px solid red;
    text-align: center;
    color: red;
    font-size: 14pt;
    padding: 15px;
    margin-bottom: 50px;
}

/*success messages in layout*/
.success {
    margin: 5px;
    border: 1px solid green;
    text-align: center;
    color: green;
    font-size: 17px;
    padding: 15px;
    font-weight: bold;
}

.fhv_msgbox {
	color: #ff0000 !important;
}

#top {
    padding-top: 15px;
    padding-left: 40px;
}

/*content table*/

#middle table {
    margin-top: 60px;
}

td.al_right {
    text-align: right;
    padding-right: 5px;
}
td.al_left {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px dotted #3e3e3e;
}

td.al_center {
    text-align: center;
    padding: 0 5px 0 5px;
}

/*footer*/

#footer {
	border-top: 1px dotted #595959;
}

#footer .contacts {
    float: left;
    width: 200px;
    font-size: 80%;
}

#footer #info {
    float: right;
    width: 200px;
    font-size: 80%;
    margin-top: 15px;
}

#footer #info a {
    text-decoration: underline;
    font-size: 14px;
    color: #595959;
}

.footer2 .email {
    background-image: url("/img/merchant/v2_f_28_white.png");
    background-repeat: no-repeat;
    color: #fffefe;
    float: left;
    font-size: 18px;
    width: 310px;
    height: 25px;
}

.footer2 .phone {
    background-image: url("/img/merchant/v2_f_21_white.png");
    background-repeat: no-repeat;
    color: #fffefe;
    float: left;
    font-size: 18px;
    margin-left: 260px;
    width: 252px;
    height: 27px;
}

.footer2 .email a {
    color: #fffefe;
}


/* myshops page */

.sort-arrows-up,
.sort-arrows-down {
    float: right;
    cursor: pointer;
}
.myshops-save-wrapper {
    text-align: right;
}
.myshops-save-order {
    display: none;
}
.shop-col-priority {
    min-width: 50px;
    text-align: center;
}

/*addshop form*/

#pay_param_tr, .proto_prm_hid {
    display: none;
}

.hint {
    font-size: 11px;
}

.can-edit {
    display: none;
}

.dn {
    display: none;
}

.psToolLabel{
    margin-left: -moz-calc(50% - 30px);
    margin-left: -webkit-calc(50% - 30px);
    margin-left: calc(50% - 30px);  /* css3 variant */
}

.sectionHeader{
    text-align: center;
    padding-top: 10px;
}

/* history form */

#history_form #button_next {
    float: left;
    margin-top: 25px;
}

table.history-params td {
    width: 30%;
    font-size: 11px;
    font-weight: bold;
	/* line-height: 11px;*/
}

table.history-params .input-ids {
    height: 20px;
    padding: 3px;
    border: 1px solid #b3b3b3;
}

table.history-params .history-params-choose {
    position: relative;
    width: 250px;
}

table.history-params .inp-merch {
    position: absolute;
    left: 145px;
    top: 85px;
}

table.history-params .inp-paymaster {
    position: absolute;
    left: 145px;
    top: 130px;
}

table.history-params .pst-list {
    position: absolute;
    right: 2px;
    top: 33px;
    max-width: 160px;
}

table.history-params .choose-enter {
    margin-left: 40px;
    margin-top: 52px;
}

.csv-enter {
    float: right;
    margin: 15px 15px 0;
    width: 28px;
    height: 26px;
}

table.history-params .inp-amount-max {
    position: absolute;
    right: 2px;
}

table.history-params .inp-amount-min {
    position: absolute;
    right: 72px;
}

/* bill form */

#bill_form
{
	font-size: 11px;
}
#bill,#bill2, .bill {
	padding: 10px;
	border-radius: 6px;
	border: 1px dotted #ccc;
	float: left;
	width: 250px;
	margin: 5px;
}
#bill2
{
	width: 450px;
}

#bill_pay_ways {

    float: left;
    width: 250px;
}



#bill_except * {
    padding-left: 20px;
}

#bill_except {
    float: right;
    width: 50%;
    margin-top: 25px;
}

#bill_except input {
    float: right;
}

#bill_except span {
    float: left;
}

.bill-fields {
    margin: 20px auto 0 auto !important;
    border: 2px solid #cff;
}

.bill-link-error {
    font-size: 11px;
    color: red;
    text-align: center;
    display: none;
}



.block
{
	margin:5px 20px 20px 180px;
	min-height:200px;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(231, 231, 231, 1);
	-moz-box-shadow: 2px 2px 10px 0px rgba(231, 231, 231, 1);
	box-shadow: 2px 2px 10px 0px rgba(231, 231,231, 1);
	padding: 10px;
}


.block h1
{
	font-size: 18px;
	margin-top: 0px;
	color: #444;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	height: 30px;
	font-weight: normal;

}

.block input[type="submit"],.block input[type="button"],input.button-common,a.submit-style
{
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	background-image: url(/img/merchant/button_green.png?v2);
	background-repeat: repeat-x;
	/*background-size: auto 100%;*/
	color: #fff;
	font-size: 14px;
	padding: 12px 10px 12px 10px;
    border-radius: 5px;
    border:0px;

	-webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.35), 0px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.35), 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.35), 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    /*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);*/
}
a.submit-style{
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
    padding: 13px;
}
input.button-orange-small {
    background-image: url('/img/merchant/button_bg.png?v2') !important;
    background-repeat: repeat !important;
    padding: 6px 20px !important;
}

.block input[type="submit"]:active:after, .block  input[type="button"]:active:after { content: ""; width: 100%; height: 3px; background: #fff; position: absolute; bottom: -1px; left: 0; }

.block input[type="submit"]:active, .block input[type="button"]:active, input.disabled[type="submit"], input.disabled[type="button"]
{
    position: relative; top: 3px;
    -webkit-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
}


.block select
{
	border: 1px solid #b3b3b3 !important;  /*Removes border*/

	color: #444;

	padding: 5px;
	padding-right: 10px;
	box-shadow: inset 0 0 2px rgba(000,000,000, 0.2);
	max-width: 230px;
}
div.ui-datepicker{
	font-size:11px;
}
.ui-widget-header div
{
	color: #fff !important;
}
.date_filter {
	position: absolute;
}
.date_filter div,
.date-selector {
	position: relative;
	top: -40px;
	left: 280px;
	color:#f26122;
	font-weight: bold;
	font-size: 14px;
	background-image: url(/img/merchant/calendar.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left:  40px;
	height: 30px;
}
.date-selector {
    top: -47px;
    left: 163px;
}
.date_filter input[type="text"],
.date-selector input[type="text"]
{

	border: 0 none;
	text-decoration: underline;
	color:#f26122;
	font-weight: bold;
	font-size: 14px;

	width: 84px;
}
#time_from, #time_to{
    width: 42px;
}

.table1
{
	margin-top: 20px;

	border-top: 1px solid #444;

	border-spacing: 1px;
}
.table1 tr
{

}
.table1 th
{
	height: 20px;
	font-size: 10px;
	background:-o-linear-gradient(bottom, #e4e4e4 5%, #ffffff 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4e4e4), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #e4e4e4 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e4e4", endColorstr="#ffffff");
	background: -o-linear-gradient(top,#e4e4e4,ffffff);

	background-color:#e4e4e4;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 1px 1px 0px;
	border-right-color:#dadada;
	border-bottom-color:#ffb595;

	color:#444444;

}
.table1 td
{
	font-size: 14px;
	border-width:0px 1px 1px 0px;
	border-right-color:#dadada;
	border-bottom-color:#ffb595;
	border-style: solid;
	padding: 4px 7px 4px 7px;
}
.table-short-columns td {
	max-width: 85px;
	word-wrap: break-word;
}
.table1 td span.active
{
	color: #3a9d04;
	font-weight: bold;
}

.table1 td span.inactive
{
	color:#f26122;
	font-weight: bold;
}
.table1 td span.disabled
{
	color:#e7e7e7;
	font-weight: bold;
}

.table1 span.amount,
.table1 span.amount-bill,
span.amount-green,
span.amount-has-refunds,
span.amount-has-canceled,
span.amount-has-canceled-bank,
span.amount-on-hold,
span.amount-in-progress,
span.amount-unsuccess,
span.amount-not-payed{
	border-radius: 3px;
	text-align:right;
	padding: 3px;
}
.table1 span.amount {
	background-color:#d0efcd;
	display: block;
}
.table1 span.amount-bill {
	background-color:#a9a9a9 !important;
	display: block !important;
}
span.amount-green {
	text-align: left !important;
	background-color:#d0efcd !important;
}
span.amount-has-refunds {
	background-color: #ccc1d9 !important;
	display: block !important;
}
span.amount-on-hold {
	background-color: yellow !important;
	display: block !important;
}
span.amount-in-progress {
	background-color: #ece78b !important;
	display: block !important;
}
span.amount-has-canceled {
	background-color: #fbd5b4 !important;
	display: block !important;
}
span.amount-has-canceled-bank {
	background-color: #e5b9b7 !important;
	display: block !important;
}
span.amount-unsuccess{
	background-color: #8e1818 !important;
	color: #ffffff !important;
	display: block !important;
}
span.amount-not-payed{
	background-color: #a9a9a9 !important;
	display: block !important;
}
tr.amount-bill-expired td {
	color: #888;
}
.table1 .history-results-activate,
.table1 .history-results-activate-paid,
.table1 .history-results-activate-cancel,
.table1 .history-results-activate-list {
	cursor: pointer;
}

.filter .label
{
	font-size: 11px;
	margin-bottom: 10px;
}


.shop_add,
.shop_supervise {
    top: 14px;
	margin-bottom: 5px;
}
.shop_add a,
.shop_supervise a {
	color:#f26122;
	font-weight: bold;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-left:  30px;
	height: 20px;
}
.shop_add a {
	background-image: url(/img/merchant/shop_add.png);
}
.shop_supervise a {
	background-image: url(/img/merchant/shop_supervise.png);
}
/* paginator */
div.paginator{
    min-height: 30px;
    text-align: center;
}
div.paginator a,div.paginator span{
    color: #000000;
    /*font-size: 12px;*/
    text-decoration: underline;
}
div.paginator a.page_num,div.paginator span.active{
    display: inline-block;padding: 0 2px;width: 15px;border-radius: 5px;
}
div.paginator a.page_num{
    color: #000000;
    text-decoration: none;
    background: rgb(206,206,206); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(206,206,206,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
div.paginator span.active{
    color: #ffffff;
    text-decoration: none;
    background: rgb(242,97,34); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,97,34,1) 0%, rgba(204,78,20,1) 90%, rgba(183,65,15,1) 91%, rgba(163,55,8,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,97,34,1)), color-stop(90%,rgba(204,78,20,1)), color-stop(91%,rgba(183,65,15,1)), color-stop(100%,rgba(163,55,8,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,97,34,1) 0%,rgba(204,78,20,1) 90%,rgba(183,65,15,1) 91%,rgba(163,55,8,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,97,34,1) 0%,rgba(204,78,20,1) 90%,rgba(183,65,15,1) 91%,rgba(163,55,8,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,97,34,1) 0%,rgba(204,78,20,1) 90%,rgba(183,65,15,1) 91%,rgba(163,55,8,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(242,97,34,1) 0%,rgba(204,78,20,1) 90%,rgba(183,65,15,1) 91%,rgba(163,55,8,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26122', endColorstr='#a33708',GradientType=0 ); /* IE6-9 */
}

.items-per-page {
    float: right;
    width: 200px;
    text-align: right;
}

.items-per-page select {
    height: 24px;
    padding: 2px 6px 2px 5px;
}

/* bill page */

table.bill-data td {
    max-width: 206px;
    overflow: hidden;
}
.bill-form-dialog,
.bill-paid-dialog{
    display: none;
    font-weight: bold;
}
.bill-form-dialog table {
    width: 380px;
}
.bill-data-value {
    background-color: #eaeaea;
}
.bill-form-dialog table td {
    padding: 5px 10px;
    vertical-align: bottom;
}
.bill-form-dialog #save_form,
.bill-form-dialog #check_form{
    font-size: 11px;
}
.bill-form-dialog span {
    font-size: 14px;
}
/*history refund window*/
.paid-refund-window {
    width: 446px;
    height: 150px;
    min-height: 150px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin: 0 0 4px 0;
    padding: 0;
}
.paid-refund-part {
    float: left;
    border-right: 1px solid #d3d3d3;
    width: 270px;
}
.paid-refund-part *,
.paid-refund-all * {
    margin: 2px;
}
.paid-refund-amount {
    float: left;
}
.refund {
    float: left;
    border: 1px solid #b3b3b3;
    height: 20px;
    padding: 3px;
    margin-top: 5px;
}
.paid-refund-all-text {
    float: left;
}
.seriously-refund {
    padding: 30px;
    text-align: center;
    color: red;
    display: none;
}
.refund-status-ph {
    padding: 30px;
    text-align: center;
    display: none;
}
.refund-status-success {
	color: green;
	font-size: large;
}
.refund-status-error {
	color: red;
}
.history_refund_list_content {
    text-align: right;
}
#paid-refund-bank {
    display: none;
    font-size: 14px;
}
.refunds-info td {
    font-size: 12px !important;
}
.refunder-date {
    text-align: center;
}
.refunder-fio {
    width: 140px;
    word-wrap: break-word;
    text-align: center;
    font-size: 12px !important;
}
.refunds-list-header {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

#bill_form input[type="text"],
#save_form input[type="text"],
#check_form input[type="text"] {
    border: 1px solid #B3B3B3;
    height: 20px;
    padding: 3px;
}
.check-form-content {
    line-height: 24px;
    padding-left: 10px;
}
.link-wrapper {
    border: 1px solid #B3B3B3;
}
.link-wrapper div {
    float: right;
    color: #f26122;
    margin-top: 5px;
    margin-right: 5px;
}
.link-wrapper input {
    width: 350px;
}
.link-wrapper .check-link-radio {
    width: 15px;
    float: right;
}

.save-link {
    border: none !important;
}
#save_form_dialog #email,
#save_form_dialog #email_copy,
#check_form_dialog #check_email_copy{
    float: right;
}
.email-lbl {
    float: left;
    margin-left: 26px;
    margin-top: -9px;
    text-align: right;
    width: 200px;
}
.email-copy-lbl {
    float: left;
    margin-left: 53px;
}
#bill_pay_ways .button_get {
    font-size: 11px !important;
    padding: 8px 6px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.error-top-message {
    display: none;
    position: fixed;
    top: 0;
    left: 45%;
    width: 190px;
    height: 39px;
    background-image: url(/img/merchant/cabinet_error.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 6px 50px;
}
#save_form .fhv_msgbox {
    float: right !important;
}
.bill #email_text {
    width: 379px !important;
    resize: none !important;
}

/* bill page - paid dialog*/

.bill-paid-dialog {
    font-size: 11px;
}

.bill-paid-name,
.bill-paid-value {
    margin-top: 1px;
    width: 285px;
    min-height: 23px;
    background-repeat: no-repeat;
    word-wrap: break-word;
    font-weight: normal;
    font-size: 14px;
}

.bill-paid-row-first {
    margin-top: 1px;
    border-top: 1px solid #444444;
}
.bill-paid-row {
    margin-top: 1px;
    border-top: 1px solid #ffb595;
}

.bill-paid-name {
    float: left;
}

.bill-paid-value {
    float: right;
}

.bill-paid-amount {
    padding-top: 4px;
}

.bill-paid-success {
    color: #1fa013;
}

/*register and login pages*/

.register-merch {
    position: relative;
}

.register-title {
    margin-top: 15px;
    font-size: 24px;
    text-align: center;
}

span.register-star {
    color: #4ba91c;
}

.register-lbl,
.login-lbl,
.resend-lbl {
    font-style: italic;
    font-size: 14px;
}
.register-lbl {
    margin-left: 155px;
    margin-top: 13px;
}
.login-lbl {
    margin-left: 205px;
    margin-top: 18px;
}
.resend-lbl,
.reset-lbl {
    margin-top: 18px;
}
.resend-lbl {
    margin-left: 105px;
}
.reset-lbl {
    margin-left: 155px;
}

.register-lbl-center {
    margin-top: 10px;
    font-style: italic;
    font-size: 14px;
    text-align: center;
}

.register-merch-input,
.login-merch-input,
.reset-merch-input,
.resend-merch-input{
    border: 1px solid #b3b3b3;
    height: 22px;
    width: 282px;
    padding: 3px;
    margin-top: 5px;
}
.register-merch-input {
    margin-left: 155px;
}
.login-merch-input {
    margin-left: 205px;
}
.reset-merch-input {
    margin-left: 155px;
}
.resend-merch-input{
    margin-left: 105px;
}

.tick {
    display: none;
}

.register-merch .fhv_msgbox {
    background-color: #ffadad;
    color: 960000 !important;
    border-radius: 3px;
    height: 14px;
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
}

.register-error-common {
    position: absolute;
    background-image: url('/img/merchant/arrow_bottom.png');
    background-repeat: no-repeat;
    background-position: 8px 22px;
    height: 45px;
    left: 230px;
    display: none;
}
.register-error-email {
    top: 58px;
}
.login-error-email {
    left: 330px !important;
    top: -12px;
}
.resend-error-email {
    top: 34px;
}
.register-error-pass {
    top: 138px;
}
.login-error-pass {
    left: 330px !important;
    top: 59px;
}
.reset-error-pass {
    left: 330px !important;
    top: 37px;
}
.register-error-pass_confirm {
    top: 217px;
}
.reset-error-pass_confirm {
    top: 124px;
    left: 334px !important;
}
.register-error-fio {
    top: 284px;
}
.register-error-phone {
    top: 350px;
}
.register-error-site {
    top: 435px;
}
.register-error-captch {
    top: 495px;
    left: 260px !important;
}
.login-error-captch {
    top: 172px;
    left: 360px !important;
}
.resend-error-captch {
    top: 101px;
    left: 260px !important;
}
.reset-error-captch {
    top: 192px;
    left: 310px !important;
}
.register-error-company {
    top: 498px;
}
.register-error-edrpou {
    top: 563px;
}

.register-merch-hint,
.reset-merch-hint {
    color: #aeaeae;
    font-size: 11px;
    font-style: italic;
}
.register-merch-hint {
    margin-left: 155px;
}
.reset-merch-hint {
    margin-left: 155px;
}

.register-merch-captcha {
    float: left;
    margin-left: 105px;
}
.reset-merch-captcha {
    float: left;
    margin-left: 155px;
}

.login-merch-captcha {
    float: left;
    margin-left: 205px;
}

.register-reload {
    float: left;
    margin-left: 5px;
}

.register-captcha-input {
    margin-left: 5px;
    width: 143px;
    border: 1px solid #b3b3b3;
    height: 22px;
    padding: 3px;
}

.register-button,
.login-button,
.resend-button{
    background-image: url("/img/merchant/button_register.png") !important;
    margin-top: 15px;
    padding: 12px 25px !important;
    font-size: 18px !important;
}
.register-button {
    margin-left: 154px;
}
.login-button {
    margin-top: 9px !important;
    margin-left: 205px;
}
.resend-button {
    margin-left: 187px;
}
.register-button-big {
    padding: 12px 3px !important;
    margin-left: 141px !important;
}
.register-button:hover,
.login-button:hover,
.resend-button:hover{
    background-image: url("/img/merchant/button_register_clicked.png") !important;
    margin-top: 15px;
    padding: 12px 25px !important;
    font-size: 18px !important;
}
.register-button:hover {
    margin-left: 154px;
}
.login-button:hover {
    margin-left: 205px;
    margin-top: 9px !important;
}
.resend-button:hover {
    margin-left: 187px;
}
.register-button-big:hover {
    padding: 12px 3px !important;
    margin-left: 141px !important;
}

.register-login-ask {
    margin-top: 9px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
}

.resend-success,
.resend-error {
    text-align: center;
    font-size: 16px;
}
.resend-success {
    color: #489603;
}
.resend-error {
    color: #ff0000;
}
.resend-button-clicked {
    opacity: 0.5;
}

.register-login {
    color: #4ba91c;
}

.login-lock {
    position: absolute;
    top: 60px;
    left: 50px;
}

.reg-success {
    position: absolute;
    top: 100px;
    left: 50px;
}

.login-forgot-pass {
    margin-top: 4px;
    margin-left: 205px;
}

.registerconfirm-forgot-pass {
    margin-top: 10px;
    text-align: center;
}

.registerconfirm-forgot-pass a {
    text-align: center;
    color: #538f11;
}

.login-forgot-pass a {
    font-size: 14px;
    color: #444;
}

.register-success {
    margin-top: 15px;
    color: #489603;
    font-size: 22px;
    text-align: center;
}

.login-merch-captha{
    margin-left: 205px;
}
.register-captha{
    margin-left: 105px;
}
.reset-captha{
    margin-left: 155px;
}

/* dialogs */

/*bill type dialog*/

.bill-form-dialog-custom .ui-widget-header {
    background: none !important;
    border: none !important;
}
.bill-form-dialog-custom .ui-widget-header .ui-icon {
    background-image: none !important;
}
.bill-form-dialog-custom .ui-dialog-titlebar-close {
    background-image: url("/img/merchant/cabinet_close2.png") !important;
    background-repeat: no-repeat !important;
    width: 26px !important;
    height: 26px !important;
    border: none !important;
}
.bill-form-dialog-custom .ui-state-hover {
    background-color: #fff !important;
}
.bill-form-dialog-custom .ui-dialog-titlebar {
    background-image: url("/img/merchant/pin.png") !important;
    background-repeat: no-repeat !important;
}
.bill-title-paid .ui-dialog-titlebar {
    background-image: url("/img/merchant/view.png") !important;
    background-repeat: no-repeat !important;
}
.bill-title-cancel .ui-dialog-titlebar {
    background-image: url("/img/merchant/cancel_refund.png") !important;
    background-repeat: no-repeat !important;
}
.bill-title-refund-list .ui-dialog-titlebar {
    background: none !important;
}
.bill-title-refund-list .ui-dialog-title {
    text-align: center !important;
}
.bill-form-dialog-custom .ui-corner-right,
.bill-form-dialog-custom .ui-corner-right,
.bill-form-dialog-custom .ui-corner-right,
.bill-form-dialog-custom .ui-corner-right,
.bill-form-dialog-custom .ui-corner-all,
.bill-form-dialog-custom .ui-corner-br,
.bill-form-dialog-custom .ui-corner-bl,
.bill-form-dialog-custom .ui-corner-tr,
.bill-form-dialog-custom .ui-corner-tl {
    border-radius: 0 !important;
}
.bill-form-dialog-custom .ui-widget-content {
    border: none !important;
}
.bill-form-dialog-custom {
    border: 3px solid rgba(216, 230, 230, .5) !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    background-color: #fff !important;
}
.bill-form-dialog-custom .ui-dialog-title {
    color: #444 !important;
    padding-left: 25px !important;
}
td.all-center {
    text-align: center;
    vertical-align: middle;
}
.conversion_group .conversion_group_title{
    background: -moz-linear-gradient( top ,  #0063B3 5%, #0082C0 100%);
    background: -webkit-linear-gradient( top ,  #0063B3 5%, #0082C0 100%);
    background: -o-linear-gradient( top ,  #0063B3 5%, #0082C0 100%);
    background: -ms-linear-gradient( top ,  #0063B3 5%, #0082C0 100%);
    background: linear-gradient( top ,  #0063B3 5%, #0082C0 100%);
    border-color: #0063B3;
    color: #fff;
    padding: 12px 10px;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.conversion_group .conversion_group_title:hover{
    background: #004c98 -moz-linear-gradient(center top ,  #004c98 5%, #0082C0 100%) repeat scroll 0 0;
    border-color: #004c98;
}

.conversion_group .conversion_group_title span {
    background: #2BB100;
    padding: 5px;
    border-radius: 5px  ;
}

.conversion_group .conversion_group_table table{
    margin-top: 0px;
}

.conversion_group .conversion_group_table {
    display: none;
}


.btn_question{
    background: url("/img/ui-icons_222222_256x240.png") -50px -147px;
    display: inline-block;
    height: 11px;
    width: 13px;
    position: relative;
}
.btn_question .question_answer{
    display: none;
    position: absolute;
    min-width: 100px;
    min-height: 20px;
    max-width: 200px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0 rgba(231, 231, 231, 1);
    padding: 5px;
    background: #fff;
    word-wrap: normal;
}
.btn_question:hover .question_answer{
    display: block;
    left: 15px;
    z-index: 10;
}

.conv_td_1{
    width: 50px;
}
.conv_td_2{
    width: 150px;
}
.conv_td_3{
    width: 80px;
}
.conv_td_4{
    width: 80px;
}
.conv_td_5{
    width: 80px;
}
.conv_td_6{
    width: 80px;
}
.conv_td_7{
    width: 100px;
}
.conv_td_8{
    width: 80px;
}
.conv_td_9{
    width: 50px;
}

.stats_tabs{
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 10px;
}

.stats_tabs td{
    vertical-align: middle;
}

.stats_tabs td a{
    display: block;
    background-color: #eee;
	background-repeat: no-repeat;
	background-position: 5px center;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 50px;
    position: relative;
    top: 1px;
    color: #444;
    text-decoration: none;
}

.stats_tabs td a:hover{
    background-color: #ccc;
}

.stats_tabs_tabTotal {
	background-image: url(/img/merchant/menusmall_2.png);
}
.stats_tabs_tabManual {
	background-image: url(/img/merchant/menusmall_3.png);
}
.stats_tabs_tabConversion {
	background-image: url(/img/merchant/menusmall_10.png);
}

.stats_tabs td a.stats_tabs_active{
    background-color: #fff;
    border-bottom: none;
    padding-bottom: 11px;
}

.mt5 {
    margin-top: 5px !important;
}
.mt15{
    margin-top: 15px !important;
}

.history_request_response_table table{
    width: 100%;
}

.tbl-docs {
	width: 100%;
}

.tbl-docs-iCtrl,     .tbl-docs-iCtrl:hover,     .tbl-docs-iCtrl:visited,     .tbl-docs-iCtrl:active,
.tbl-docs-btnPayoff, .tbl-docs-btnPayoff:hover, .tbl-docs-btnPayoff:visited, .tbl-docs-btnPayoff:active {
	text-decoration: none;
}

.tbl-docs-iCtrl {
	display: block;
	padding-left: 20px;
	margin-bottom: 2px;
}

.tbl-docs-iCtrl-docs     {background: #ffffff url('/img/merchant/icon_tiny_folders.png') no-repeat top left;}
.tbl-docs-iCtrl-balances {background: #ffffff url('/img/merchant/icon_tiny_balance-scale.png') no-repeat top left;}
.tbl-docs-iCtrl-files    {background: #ffffff url('/img/merchant/icon_tiny_file.png') no-repeat top left;}
.tbl-docs-iCtrl-linkage  {background: #ffffff url('/img/merchant/icon_tiny_link.png') no-repeat top left;}

.tbl-docs-hRow {
	display: none;
}

.tbl-docs-fList a {
	display: block;
	vertical-align: middle;
	background: url('/img/merchant/registry_download_new.png') no-repeat top left;
	padding: 5px 0 5px 32px;
	min-height: 28px;
}

.half-block{
    width: 50%;
    float: left;
}

.tbl-docs-inline-block {
    float: left;
    margin: 0 10px 10px 10px;
    border: 1px solid #dadada;
    width: 46%;
}
.tbl-docs-inline-block h3 {
    margin-bottom: 0;
    padding: 0 10px 10px;
    border-bottom: 1px solid #ffb595;
}
.tbl-docs-inline-block table {
    width: 100%;
}

.mw-docs-payoff .ui-dialog-titlebar {
    background-image: url('/img/merchant/icon_tiny_card.png') !important;
    background-repeat: no-repeat !important;
}

.mw-docs-payoff-content {
    display: none;
	font-size: 11px;
    font-weight: bold;
}

.mw-docs-overdrafteditor-result,
.mw-docs-payoff-result {
    text-align: center;
    margin-top: 15px;
    position: relative;
    top: -20px;
}

.mw-update-balance-result-success,
.mw-docs-overdrafteditor-result-success,
.mw-docs-payoff-result-success {
    color: green;
}

.mw-update-balance-result-error,
.mw-docs-overdrafteditor-result-error,
.mw-docs-payoff-result-error {
    color: red;
}

.mw-docs-payoff-tbl {
	width: 100%;
	border-top: 1px solid #444444;
	margin-bottom: 10px;
}

.mw-docs-payoff-tbl td {
	background-image: url('/img/merchant/paid_field.png');
	background-repeat: no-repeat;
	padding: 2px 5px 2px 5px;
	width: 202px;
	min-height: 25px;
	word-wrap: break-word;
}

.mw-payoff-datepicker {
	background-image: url('/img/merchant/icon_tiny_calendar.png');
	background-repeat: no-repeat;
	padding-left: 21px;
}

.muted{
    color: #777;
}

.text-center{
    text-align: center;
}

.psToolLabel2 {
    margin-left: -moz-calc(50% - 110px);
    margin-left: -webkit-calc(50% - 110px);
    margin-left: calc(50% - 110px);  /* css3 variant */
	color: #777;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(90, 161, 202, 0.5);
    z-index: 10;
}

#overlayContent{
    width: 440px;
    height: 320px;
    line-height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.21);
    z-index: 11;
    font-size: 24px;
}

#overlayContent h5{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.pay_way_ul{
    list-style: outside none none;
    margin: 0;
    padding: 0 5px;
}
.block select.bill-select{
    width: 100%;
    max-width: none;
}
.bill_table_col_2{
    width: 250px;
}

.td_nowrap{
    white-space: nowrap;
}

#closeErrorOverlay{
    cursor: pointer;
}
.error-overlay-header{
    margin: 5px;
    text-align: center;
    font-size: 18pt;
    padding: 15px;
    margin-bottom: 10px;
}
.error-overlay-msg {
    margin: 5px;
    text-align: center;
    font-size: 14pt;
    padding: 15px;
    margin-bottom: 50px;
}

.error-overlay{
    line-height: normal;
}

.history-release-hold{
    cursor: pointer;
}
.seriously-release-hold {
    padding: 30px;
    text-align: center;
    color: red;
}

.ui-widget .button-seriously
{
    background: #78CA1E;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    border:0px;

    -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.35), 0px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.35), 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.35), 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    font-size:18px;
    width:200px;
}

.ui-widget .button-seriously:active:after { content: ""; width: 100%; height: 3px; background: #fff; position: absolute; bottom: -1px; left: 0; }

.ui-widget .button-seriously:active {
    position: relative; top: 3px;
    -webkit-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
}

.ui-widget .button-seriously-red{
    background: #FF590E;
}

.release-hold-status {
    padding: 30px;
    text-align: center;
    display: none;
}
.release-hold-status-success {
    color: green;
    font-size: large;
}
.release-hold-status-error {
    color: red;
}
.release_hold_amount_block{
    margin: 10px 0;
    text-align: center;
}
#release_hold_refamount{
    text-align: center;
    font-size:18px;
    padding: 13px;
}
.SuperviseControlPanel {
	padding: 10px 0;
}
.ACFBlock {
	margin-bottom: 10px;
}
.ACFBlock .table1 {
	margin-top: 0;
}
.ACFHeader {
	margin-bottom: 10px;
	font-weight: 800;
}
.ACFSubmit {
	display: block;
	margin: 10px auto;
}
.ACFState {
	display: none;
	margin: 5px 0;
}
.ACFStateSuccess {
	color: green;
}
.ACFStateError {
	color: red;
}
#edriver-modal #edriver-data .tbl-edrivers{
    width: 100%;
}
.tbl-edrivers td{
    font-weight: normal;
}

.masspayment-info{
    width: 100%;
}
.masspayment-info td{
    width: 50%;
}
.mp-service-tbl{
    width: 100%;
}
.mp-service-tbl .mp_service_tr {
    display: none;
}
.masspayment-info .mp-service-tbl td{
    width: auto;
}
.masspayment-info .mp-service-tbl .mp-td-id{
    width: 30%;
}


.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -20px;
}
.pagination li {
    display: inline;
    text-align: center;
}
.pagination li:first-child a {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 0 0 6px;
}
.pagination li:last-child a {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0;
    border-radius: 0 6px 6px 0;
}

.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none !important;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.5;
    color: #424242 !important;
    background: #fff;
    border: 2px solid #FAFAFA;
    font-weight: bold;
}
.pagination a.active {
    cursor: default;
    outline: none;
}

.pagination a:hover {
    background: #eee;
}
.pagination a.active, .pagination a:active {
    border-color: #424242;
    background: #424242;
    color: #fff !important;
}
.pagination-box{
    text-align: center;
    clear: right;
}