/*Структура страниц*/
body {
    background: url('/ArtPay/resources/images/fon.svg;base64,[data]') no-repeat;
    -webkit-background-size: 100vw 100vh;
    -o-background-size: 100vw 100vh;
    -moz-background-size: 100vw 100vh;
    background-size: 100vw 100vh;
    padding: 0px;
    margin: 0;
    text-align: center;
    font-family: Century Gothic !important;
}

/*html,body {
    width: 100%;
    height: 100%;
}*/

.header{
    width: 100%; 
	height: 100%; 
	display: table;
}

.header-wrapper{
	height: 100px;
    position: relative;
    max-width: 1400px;
    min-width: 700px;
    width: 70vw;
    margin: 0 auto;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
}

.header-fixed{
	background-color: #FFFFFF;
	border-bottom: 3px solid #B3B3B3;
	max-width: 1400px;
    min-width: 700px;
    width: 70vw;
    position: fixed;
    height: auto;
}

.header-wrapper-fixed{
    max-width: none;
    z-index: 200;
    padding-top: 0;
    position: relative;
    height: 46px;
}

.header-fixed > .div_logo {
	padding-left: 10px;
	padding-top: 5px;
	width: 15%;
	padding-bottom: 3px;
}

.header-fixed > .div_logo .text_for_logo{
	bottom: 3px;
	font-size: 15px;
}

.header-fixed .menudiv .mainMenu > ui >li {
	padding: 0 !important;
	padding-top: 15px !important;
	padding-right: 5px !important;
	margin-left: -5px !important;
	background-color: transparent !important;
	background-image: linear-gradient(to left, #f1f1f1, transparent);
}

.header-fixed .menudiv .mainMenu > ui >li >a{
	color: #666666 !important;
	font-weight: unset !important;
}

.header-fixed a.logOut-href{
	background: url('/ArtPay/resources/images/exit_cabinet_grey.png;base64,[data]') no-repeat;
	background-size: 100%;
}

.header-fixed a.logOut-href:HOVER{
	background: url('/ArtPay/resources/images/exit_cabinet_open_grey.png;base64,[data]') no-repeat;
	background-size: 100%;
}

.header-fixed .logOut .localization_flag{
	top: 10px;
	right: 40px;
}

.div_logo{
    display: table-cell;
    vertical-align: bottom;
    width: 25%;
}

.div_logo .text_for_logo{
	position: absolute;
	bottom: 0px;
	color: #00A6EE;
	font-size: 24px;
	font-style: normal;
}

.header .logo{
    max-height: 80px;
}

.header-fixed .logo{
	max-height: 50px;
}

.header .logo-link{
	/* background: url('/ArtPay/resources/images/logo/logo.png;base64,[data]') no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    background-position-y: 100%;
    background-position-x: 50%;
    background-size: 100%; */
}

.logOut{
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    position: relative;
}

.logOut .localization_flag{
	position: absolute; 
	top: 0; 
	right: 0;
}

.logOut > table > tbody > tr > td {
	vertical-align: bottom;
}

a.logOut-href{
	background: url('/ArtPay/resources/images/exit_cabinet.png;base64,[data]') no-repeat;
	display: block;
	width: 30px;
	height: 50px;
	background-size: 100%;
}

a.logOut-href:HOVER{
	background: url('/ArtPay/resources/images/exit_cabinet_open.png;base64,[data]') no-repeat;
	background-size: 100%;
}

/*   dropdownMenu   */

.menudiv{
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
    margin-bottom: 5px;
    margin-left: 10px;
}

#dropdownMenu, #dropdownMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 598;
}
#dropdownMenu li {
  float: left;
  position: relative;
  padding: 5px 10px;  
}

#dropdownMenu > li {
    margin: 1px;
}

#dropdownMenu li ul {
  display: none;
  position: absolute;
  background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(226, 226, 226, 1) 58%, rgba(219, 219, 219, 1) 98%, rgba(209, 209, 209, 1) 100%);
  padding: 8px 0;
  z-index: 500;
  border: 1px solid grey;
  border-radius: 5px;
  width: auto;
  min-width: 100%;
}

#dropdownMenu li ul li{
    width: 100%;
    display: inline;
}

#dropdownMenu li ul li ul {
  top: 1px;
  left: 99%;
}

#dropdownMenu a {
  color: #00AFF0;;
  text-decoration: none;
  display: block;
  padding: 2px 4px;
  font-size: 1.2em;
  font-style: normal;
  white-space: nowrap;
}
#dropdownMenu div {
  color: #00AFF0;;
  text-decoration: none;
  display: block;
  padding: 2px 4px;
  font-size: 18px;
  font-style: normal;
  white-space: nowrap;
}

#dropdownMenu>li>div:after {
	content: '\2039';
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -6px;
    line-height: 1;
    color: black;
    text-decoration: none;
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); 
}

#dropdownMenu li>div{
    padding-right: 13px;
}

#dropdownMenu li.selected{
    background-color: #F7F7F8;
}

#dropdownMenu li.selected>a {
    font-weight: bolder;
}

#dropdownMenu li.selected>div {
    /* text-decoration: underline; */
    font-weight: bolder;
}

#dropdownMenu a:hover {
    color: #0194e5;
}

#dropdownMenu div:hover {
    color: #0194e5;
}

#dropdownMenu li:hover > div {
    color: #0194e5;
}

#dropdownMenu li:hover ul {
    display: block;
}

#dropdownMenu li:hover li ul {
    display: none;
}
#dropdownMenu li:hover li:hover ul {
    display: block;
}
/*   dropdownMenu   */

.background {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    left: 0px;
}

#page {
	/* height: 100%; */
	margin: 0 auto;
	text-align: left;
	top: 0;
	width: 70vw;
	max-width: 1400px;
	min-width: 700px;
	margin-bottom: 30px;
}

.footer {
    position: fixed;
    bottom: 0;
    padding: 1vh;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(transparent)); 
    background-image: -webkit-linear-gradient(right, #ffffff, transparent); 
    background-image: -moz-linear-gradient(right, #ffffff, transparent); 
    background-image: -o-linear-gradient(right, #ffffff, transparent); 
    background-image: linear-gradient(to left, #ffffff, transparent);
}
.footer>* {
    display: inline-block;
    padding-right: 5%;
}
/*Структура страниц*/



/* Элементы управления */
input[type="text"], input[type="password"], select {
    border-radius: 6px;
    padding: 2px 4px;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus {
    outline: none;
    box-shadow: -1px -1px 6px 0 #D3E9F2 inset;
}
input[type="text"]:-webkit-autofill, input[type="password"]:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; /*костыль для желтого фона полей в хроме и опере*/
}
input[type="text"].input-error, input[type="password"].input-error, select.input-error {
    -webkit-box-shadow: 0 0 0px 1000px #ffd7d7 inset; /*костыль для предыдущего костыля в хроме и опере*/
    background-color: #ffd7d7 !important;
}
input[type="text"].input-ok, input[type="password"].input-ok {
    -webkit-box-shadow: 0 0 0px 1000px #d0ede0 inset; /*костыль для предыдущего костыля в хроме и опере*/
    background-color: #d0ede0 !important;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: white;
	color: #003364;
	display: block;
	position: relative;
	background: url('/ArtPay/resources/images/arrow.png;base64,[data]') white no-repeat;
	background-position: 95% 50%;
}

select.input-error{
}

input[type="checkbox"],input[type="radio"] {
	display: none;
}

input[type="checkbox"]+label,input[type="radio"]+label {
	display: inline-block;
	cursor: pointer;
	margin-top: 2px;
	width: 100%;
}

input[type="checkbox"]+label:before {
	content: '';
	width: 17px;
	height: 17px;
	padding: 0 10px 3px 16px;
	background: url('/ArtPay/resources/images/check/uncheck.png') left top no-repeat;
	vertical-align: middle;
}

input[type="checkbox"]:checked+label:before {
	background: url('/ArtPay/resources/images/check/check.png') left top no-repeat;
}

input[type="radio"]+label:before {
	content: '';
	width: 16px;
	height: 16px;
	padding: 0 10px 0 16px;
	background: url('/ArtPay/resources/images/check/radio.png') left top 1px no-repeat;
	vertical-align: middle;
}

input[type="radio"]:checked+label:before {
	background: url('/ArtPay/resources/images/check/radio.png') left -18px no-repeat;
}

input[type="submit"].btn, input[type="button"].btn {
    font-size: inherit;
    font-family: inherit;
    padding: 4px 8px;
    cursor: pointer;
}
input[type="submit"].btn:focus, input[type="button"].btn:focus {
    outline: none; /*для отсутстия жёлтой рамки в webkit*/
}

.btn.large {
    padding: 8px 16px !important;
}

.btn.small {
    padding: 2px 4px !important;
    font-size: 0.9em !important;
}

.btn.major {
    color: #ffffff;
    border-radius: 7px;
    border: none;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#0090E3), to(#00B6F3)); 
    background-image: -webkit-linear-gradient(#00B6F3 20%, #0090E3); 
    background-image: -moz-linear-gradient(#00B6F3 20%, #0090E3); 
    background-image: -o-linear-gradient(#00B6F3 20%, #0090E3); 
    background-image: linear-gradient(to top, #0090E3, #00B6F3 80%);    
}
.btn.major:hover {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#169DED), to(#13C1FC)); 
    background-image: -webkit-linear-gradient(#13C1FC 20%, #169DED); 
    background-image: -moz-linear-gradient(#13C1FC 20%, #169DED); 
    background-image: -o-linear-gradient(#13C1FC 20%, #169DED); 
    background-image: linear-gradient(to top, #169DED, #13C1FC 80%);    
}

.btn.minor {
    /*Второстепенные кнопки ("отмена" и т.п.)*/
    border-radius: 7px;
    border: 2px solid #808080;
    background-color: #FFFFFF;
    color: #4D4D4D;
}    
.btn.minor:HOVER {
	border: 2px solid #00CCFF;
	color: #00CCFF;
}

.btn-flat{
/*    font-size: inherit;
    font-family: inherit;*/
    padding: 4px 8px;
    margin: 0.4em auto;
    outline: none;
    border: none;
    color: #333333;
    background-color: #CCCCCC;
    width: 200px;
}

.btn-flat:HOVER {
	background-color: #E0DDDD;
}

a {
    text-decoration: none;
    color: #00A6EE;    
}
a:focus {
    outline: none; /*для отсутстия жёлтой рамки в webkit*/
}
/* Элементы управления */


/* c3_components.css */

/* c3:messages */
.messages-info{
	background: #FFFFFF !important;
}

.messages li {
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 10px 7px !important;
	font-style: normal !important;
	margin-right: 30px;
	font-size: 1em !important;
	color: #0098E7;
}
/* c3:messages */

/* c3_components.css */


/* Общие универсальные классы */
.the-whole{
	width: 100%;
}

.none {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.mrgTop60 { /* mrg-top_60 --   ,    */
	margin-top: 60px !important;
}

.inner-left { /* Все дочерние элементы слева*/
    text-align: left;
}
.inner-center { /* Все дочерние элементы по центру*/
    text-align: center;
}
.inner-right { /* Все дочерние элементы справа*/
    text-align: right;
}

.rhomb-marked::before { /* добавляет ромбик перед блоком/надписью и т.п. */
    content: '';
    background: url('/ArtPay/resources/images/rombus.png') no-repeat;
    background-size: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding-right: 0.2em;
}

.legend { /* небольшая поясняющая надпись, напр. пояснения значков */
    font-size: 0.75em;
}

.label {
    color: #003364;
    display: table-row;
}
/* Общие универсальные классы */



/* Основные составляющие страницы */
.frm-container {
    width: 85%;
    position: relative;
    margin: 5% auto;
    padding: 0 5%;
}
.frm-container:before, .frm-container:after {
    content: ""; 
    position: absolute; 
    top: -3px; 
    left: -3px;
}
.frm-container:before {
    bottom: -3px; 
    width: 3px; 
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(transparent), to(#ffffff)); 
    background-image: -webkit-linear-gradient(#ffffff, transparent); 
    background-image: -moz-linear-gradient(#ffffff, transparent); 
    background-image: -o-linear-gradient(#ffffff, transparent);
    background-image: linear-gradient(#ffffff, transparent);
}
.frm-container:after { 
    right: -3px; 
    height: 3px; 
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(transparent)); 
    background-image: -webkit-linear-gradient(left, #ffffff, transparent); 
    background-image: -moz-linear-gradient(left, #ffffff, transparent); 
    background-image: -o-linear-gradient(left, #ffffff, transparent);
    background-image: linear-gradient(to right, #ffffff, transparent);
}

.pnl-client-table_header {
	background-color: #FFFFFF;
	color: #00679F;
    border-bottom: 2px solid #B3B3B3;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    padding: 10px;
}

.pnl-client-table_footer {
    background-color: #F0F0F0;
	height: 45px;
}

.client-filter {
	height: 80px;
	background-color: #F0F0F0;
	border-bottom: 2px solid #B3B3B3;
	display: table;
	width: 100%;
}

.client-filter > * {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	color: #003364; 
	font-size: 0.8em;
}

.client-filter > *:nth-child(1) {
	padding-left: 10px;
}

.client-filter > * > input.btn[type="button"] {
	font-size: 1em;
	float: right; 
	width: 150px;
	margin-right: 10px;
}

.client-filter > * > label {
	position:absolute;
	top: 10px;		
}

.interlayer{
	height: 15px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #B3B3B3;
	
}

.client-table{
	width: 100%;
	border-collapse: collapse;
}

.client-table>thead>tr{
	border-bottom: 2px solid #B3B3B3;
}

.client-table>thead>tr>th{
	background-color: #F0F0F0;
	text-align: center;
	color: #333333 !important;
	font-size: 14px;
	font-weight: normal;
}

.client-table>thead>tr>th a{
	color: #333333 !important;
}

.client-table>tbody{
	background-color: #F0F0F0;
	text-align: left;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 2px solid #B3B3B3;
}

.client-table .empty{
	/* height: 150px;
	vertical-align: top; */
}

.edit-form {
    text-align: left;
}
.edit-form>* {
    display: block;
    margin: 2px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.edit-form>input[type="text"], .edit-form>input[type="password"], .edit-form>input[type="submit"], .edit-form>a {
    width: 98%;
    display: inline-block;
}


.ajax_loader {
    display: none; 
    position: fixed; 
    top: 50%; 
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/* Основные составляющие страницы */