/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i&subset=cyrillic'); @import url('https://fonts.googleapis.com/css?family=Roboto Slab:400,400i,500,500i,700,700i,900,900i&subset=cyrillic'); */ .balance__table:nth-child(2n) { background-color:#92cde8; } .balance__table:nth-child(2n+1) { background-color:#aee0f7; } .balance__table__body{ border-collapse: collapse; border-style:solid; border-width:0px; border-color:#fff; width:200px; height:25px; padding: 5px 5px 5px 5px; } .balance__table__body.right{ text-align:right; } .center{ text-align:center; } .balance__table__head{ background-color:#54bae9; } .balance__text{ font-weight:bold; font-size: 28px; } a.exit {background:url(../img/1_vyhod-zdes-pravostoronniy.png);} .block_social_1 a.exit {background-position:0px 0px;} .block_social_1 a.exit:hover {background-position:0px -22px;} .div_row{ display:none; border:2px solid DodgerBlue; padding:15px; } .div_row p{ font-weight:bold; margin-bottom:20px; } .daily_allocation_form{ position:relative; visibility:hidden; display:inline-block; width:215px; /*height:150px;*/ padding:10px 10px 20px 10px; margin-bottom:5px; background:rgba(30, 144, 255, 0.2); border:1px none DodgerBlue; } .daily_allocation_form div{ height:80px; } .daily_allocation_form input[type=text]{ width:150px; padding-right:30px; } .daily_allocation_form_submit{ /*visibility:visible;*/ background:rgba(255, 69, 0, 0.2); /*height:153px;*/ } input[type=submit]{ padding: 0 24px; height: 44px; border-radius: 3px; font-size: 14px; /*border:none;*/ } .daily_allocation_form_submit input[type=submit]{ width:150px; } .marks{ position:absolute; right:20px; bottom:-21px; display:block; font-weight:900; font-size:32px; font-family: 'Font Awesome 5 Free'; } .marks.v:before{ content:"\f00c"; color: green; } .marks.x:before{ content:"\f00d"; color: red; } .marks.c:before{ content:"\f128"; color:yellow; } .marks.t:before{ content:"\f017"; color:red; } .marks.u:before{ content:"\f4fe"; color:red; } label.marksl{ font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif; font-size: 14px; } input[type=text]::placeholder,input[type=password]::placeholder{ color: lightgray; opacity: 1; /* Firefox */ } input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder{ /* Chrome/Opera/Safari */ color: lightgray; } input[type=text]::-moz-placeholder,input[type=password]::-moz-placeholder{ /* Firefox 19+ */ color: lightgray; } input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder{ /* IE 10+ */ color: lightgray; } input[type=text]:-moz-placeholder,input[type=password]:-moz-placeholder{ /* Firefox 18- */ color: lightgray; } /* POP-UP */ .pop_up_massages{ position:absolute; bottom:0; left:0; width: 100vw; display:none; z-index:100; } .pop_up{ position:absolute; top:0; left:0; width: 100vw; height: 100vh; background: rgba(255, 255, 255, 0.7); display:none; z-index:100; } .alert-message .alert-icon { width: 4rem; font-size: 1.5rem; } .alert-message .close{ font-size: 1rem; color: #a6a6a6; } i.rotate { -webkit-animation-name: rot; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: rot; -moz-animation-duration: 1s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: rot; -ms-animation-duration: 12s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; animation-name: rot; animation-duration: 1s; animation-iteration-count: infinite; animation-timing-function: linear; } @-ms-keyframes rot { from { -ms-transform: rotate(0deg); } to { -ms-transform: rotate(360deg); } } @-moz-keyframes rot { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } } @-webkit-keyframes rot { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @keyframes rot { from { transform:rotate(0deg); } to { transform:rotate(360deg); } }