body {
    min-width: 320px;
}

h1 {
    font-size: 32px;
}

textarea {
	resize: none !important;
}

h2 {
    font-size: 23px !important;
}

.page-header {
	margin: 10px 0 10px !important;
}

.error {	
	color: #ff0000;
}

.myform {
	height: 25px;
}

.my_input {
	border: 1px solid #8f8f9d;
	padding: 4px 4px; 
	background: #ffffff;
	width:100%;
}

caption {
    display: none;
}

.telega-img {
    position: absolute;
    z-index: 1000;
}

@media (max-width: 540px) {
    .hidden-xxs {
        display: none !important;
    }

    .visible-xxs {
        display: block !important;
    }

    .kassa-man {
        display: none;
    }

    .welcome-kassa {
        width: 90% !important;
    }

    .kassa-law-text {
        margin-left: 5px;
        width: 90% !important;
    }

    .kassa-scheme h2 {
        font-size: 18px !important;
        line-height: 29px !important;
        margin-bottom: 20px !important;
    }

    .kassa-scheme td {
        font-size: 14px;
        padding: 8px !important;
    }

    .kassa-scheme {
        font-size: 14px !important;
        padding-top: 26px !important;
    }

    .kassa-scheme-text {
        font-size: 14px !important;
        padding-top: 26px !important;
    }

    .kassa-service-use h2 {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 25px !important;
    }

    .kassa-service-use-table td {
        font-size: 14px;
        padding: 8px !important;
    }

    .kassa-service-use-resume {
        font-size: 14px !important;
        padding-top: 26px !important;
    }
}

@media screen and (min-width: 541px) {
    .visible-xxs {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .kassa-man-img {
        width: 250px;
    }

    .kassa-scheme-text {
        width: 90% !important;
    }

    .telega-img {
        margin-top: 20px;
    }

    .big-paw-logo {
        display: none !important;
    }

    .small-paw-logo {
        display: block;
    }

    .nav li a {
        font-size: 14px !important;
        padding: 10px 10px !important;
    }

    .navbar-collapse {
        float: none !important;
    }

}

@media (min-width: 768px) {
    .nav li {
        height: 60px !important;
    }

    .navbar-nav li a {
        padding-top: 19px !important;
        height: 60px !important;
    }

    .big-paw-logo {
        display: block;
    }

    .small-paw-logo {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .welcome-kassa {
        width: 50%;
    }

    .welcome-kass-inline h1 {
        font-size: 36px !important;
    }

    .welcome-kass-inline h4 {
        font-size: 18px !important;
    }

    .welcome-kass-inline p {
        font-size: 14px !important;
    }

    .kassa-scheme-container img {
        width: 90%;
    }

    .nav li a {
        font-size: 11px;
        padding: 27px 4px;
    }
}

.container-fluid {
    max-width: 1200px;
    width: 100%;
}

.navbar-kassa {
    margin-bottom: 0;
    border: none;
}

.navbar-right {
    margin-right: -15px;
}

.navbar-toggle {
    background-color: #e9e9e9;
    box-shadow: 0px 1px 3px #666;
    border: none;
    margin-top: 14px;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background: #999;
}

.navbar-brand {
    height: 33px;
}

.navbar {
    min-height: 60px;
    background: #fff;
    min-width: 295px;
}

.nav-register-btn, .nav-login-btn {
    margin-top: 11px;
    color: #444;
    text-shadow: none;
}

.nav-register-btn {
    margin-right: 10px;
}

.nav-login-btn {

}

.nav-register-btn:active, .nav-register-btn:focus, .nav-register-btn:hover {
    color: #333;
}

.nav-login-btn:active, .nav-login-btn:focus, .nav-login-btn:hover {
    color: #333;
}

.kassa-instruction-container {
    color: #fff;
    padding-left: 8px;
    min-height: 420px;
    margin-top: 80px;
    background-color: #c53616;
    background-image: url("/img/instruction-block-bgr.png");
}

.kassa-main-container {
    background-color: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 55px;
}

.kassa-middle-container {
    background-color: #fbc554;
    padding-top: 63px;
    padding-bottom: 5px;
}

.kassa-middle-empty-container {
    background-color: #e0e0e0;
    padding-top: 53px;
    padding-bottom: 5px;
}

.kassa-man {
    min-height: 420px;
    position: relative;
}

.kassa-man-img {
    position: absolute;
    bottom: 0;
}

.welcome-kassa {
    min-height: 420px;
    vertical-align: middle;
    position: relative;
}

.welcome-kass-inline {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.welcome-kass-inline h1 {
    font-size: 52px;
}

.welcome-kass-inline h4 {
    font-size: 24px;
}

.welcome-kass-inline p {
    font-size: 18px;
    opacity: 0.7;
}

.welcome-kass-inline p a {
    color: #fff;
}

.welcome-kass-inline p a:active, .welcome-kass-inline p a:focus, .welcome-kass-inline p a:hover {
    color: #fff;
}

.welcome-kass-inline button {
    margin-bottom: 30px;
}

.kassa-law-container {
    padding-top: 50px;
    padding-bottom: 50px;
    /* background-color: #ffd109; */
    background-color: #f1f1f1;
}

.kassa-law-icon {
    text-align: right;
}

.kassa-law-text {
    font-size: 16px;
}

.kassa-law-text a {
    text-decoration: underline;
}

.kassa-law-text a:active, .kassa-law-text a:focus, .kassa-law-text a:hover {
    text-decoration: none;
}

.kassa-scheme {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
    background: url("/img/kassa-scheme-bgr.jpg") no-repeat center center;
    background-color: #252d3c;
}

.kassa-scheme-container {
    text-align: center;
}

.kassa-scheme-container img {
    margin-top: 20px;
}

.kassa-scheme h2 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 40px;
}

.kassa-service-use {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
    background: url("/img/kassa-use-bgr.jpg") no-repeat center center;
    background-color: #52306d;
}

.kassa-service-use-cms {
    text-align: center;
}

.kassa-service-use-cms img {
    margin-top: 20px;
}

.kassa-service-use h2 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 40px;
}

.kassa-service-use-resume {
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    text-align: center;
}

.kassa-service-use-table {
    border: 0;
}

.kassa-service-use-table td {
    padding: 10px;
    vertical-align: top;
}

.kassa-service-use-cms-list-1 {

}

.kassa-service-use-cms-list-2 {

}

.kassa-service-use-cms-list-3 {
    opacity: 0.7;
}

.kassa-scheme-text {
    font-size: 16px;
}

.kassa-scheme-text li {
    margin-bottom: 15px;
}

.kassa-scheme-text a {
    color: #fff;
    text-decoration: underline;
}

.kassa-scheme-text a:active, .kassa-scheme-text a:focus, .kassa-scheme-text a:hover {
    color: #fff;
    text-decoration: none;
}

.kassa-service-use-text {
    font-size: 16px;
}

.kassa-service-use-text a {
    color: #fff;
    text-decoration: underline;
}

.kassa-service-use-text a:active, .kassa-service-use-text a:focus, .kassa-service-use-text a:hover {
    color: #fff;
    text-decoration: none;
}

.kassa-service-faq {
    color: #000;
    opacity: 0.7;
    text-align: center;
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
}

.kassa-service-faq h4 {
    font-size: 30px;
    line-height: 42px;
}

.kassa-service-faq p {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 660px;
}

.kassa-service-faq-contact-1 {

}

.kassa-service-faq-contact-2 {
    font-weight: 700;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    margin-bottom: 20px;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer div {
    padding-top: 10px;
}

.footer dt {
    margin-bottom: 10px;
}

.footer .row:last-of-type {
    margin-bottom: 30px;
}

.container-fluid-left {
    margin-top: 20px;
    padding-left: 0px;
}

.kassavalue {
    display: none;
}

.form-filed {
    margin-bottom: 15px;
}

.kassa-checkbox-div {
    margin-bottom: 15px;
}

.kassa-field-help {
    cursor: pointer;
}

.kass-type-column {
    padding: 30px;
    border: 12px solid #f3f3f3;
    height: 445px;
}

.kass-type-column a {
    text-decoration: none;
    font-size: 16px;
}

.kass-type-row {
    margin-bottom: 45px;
}

.kassa-payment-type {
    margin-top: 15px;
}

h2 small {
    font-size: 47%;
}

.nav-tabs li {
    height: auto !important;
}

.dropdown-menu li {
    height: 38px !important;
}

.dropdown-menu li a {
    height: 38px !important;
    padding-top: 8px !important;
    padding-left: 20px !important;
    padding-bottom: 8px !important;
    color: #337ab7;
}

.nav li.divider {
    height: 1px !important;
}

/* Form builder start */
.kassa-paytoolkit-form-block {
    margin-bottom: 25px;
}

.paytoolkit .positions-list .actions div:nth-child(n+2) {
    margin-top: 10px;
}

.position-edit .img-preview {
    margin-bottom: 10px
}

/* спиннер */
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 3px solid #fcc74b;
    border-top-color: #f05383;
    border-right-color: #8dc63f;
    border-bottom-color: #a97eb8;
    animation: spinner .6s linear infinite;
}

/* Form builder end */

.happy-new-year {
    position: absolute;
    width: 18%;
    z-index: 1000;
    display: none;
}

.navbar-header {
    min-width: 290px;
}

.big-paw-logo {
}

.small-paw-logo {
}

.navbar-collapse {
    float: right;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
}

.table {
    font-size: 13px;
}

.main-settings-value {
    margin-bottom: 10px;
}

input[type=number].manual-input::-webkit-inner-spin-button,
input[type=number].manual-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].manual-input {
    -moz-appearance: textfield;
}

.blue-green-craiola {
    color: #11ABC1;
}

.input-group {
    width: 100%;
}

.action-with-check {
    margin-bottom: 5px;
    min-width: 24px;
}

.paging { padding: 0; list-style: none; overflow: hidden; width: 100%; margin-bottom: 10px; }
.paging li { float: left; margin-right: 12px; }

.badge {
    margin-top: -5px;
}

.work_table {
	border: 1px solid #c0c0c0;
        border-collapse: collapse;
}

.work_table td {
	border: 1px solid #D5D5D5;
	padding:3px;
	font-size: 90%;
}

.tzag {
	background-color:#97ccf9;
	font-weight: bold;
	text-align: right;
	font-size: 90%;
}

td.tzag  {
	padding-right:10px;
}

.border_color {
	border: 1px solid #bdc6e0;
}

.work_table2 {
	border: 1px solid #c0c0c0;
        border-collapse: collapse;
}

.work_table2 td {
	border: 1px solid #D5D5D5;
	padding:3px;
	font-size: 90%;
}

.ibtn:hover {
	cursor: pointer;
}

.log_table {
	border: 1px solid #c0c0c0;
        border-collapse: collapse;
	margin-top: 10px;
}

.log_table td {
	border: 1px solid #D5D5D5;
	padding:3px;
	font-size: 90%;
}

.tzagc {
	background-color:#97ccf9;
	font-weight: bold;
	text-align: center;
	padding: 3px !important;
}

.filters {
	line-height: 150%;
}

.error_div {
	color: #ff0000;
	width: 400px;
	padding: 40px;
	border: 1px solid #ff0000;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%, -50%);	
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.div_container {
  width: 100%;
  height: 100vh;
}

.work_table3 {
        margin-top: 10px;
	border: 1px solid #c0c0c0;
        border-collapse: collapse;
}

.work_table3 td {
	border: 1px solid #D5D5D5;
	padding:3px 5px;
	font-size: 90%;
}

.addfile_form {
	border: 1px solid #D5D5D5;
	padding: 10px 10px;
	margin: 10px 0;
        min-height: 30px;
	overflow: auto;
}

.file_list {
	min-width: 500px;
	float:right;
        min-height: 30px;
	overflow: auto;
	margin-bottom:5px;
}

.file_table {
	font-size:90%;
        border: 1px solid #D5D5D5;
        border-collapse: collapse;
	float:right;
}

.file_table td {
	padding: 2px 5px;
        border: 1px solid #D5D5D5;
}

.up_line {
 	border-top: 4px solid #858585;
}

.table_bet td {
	padding: 5px 5px !important;
}

.red_border {
	border: 1px solid #ff0000;
}

.bold {
	font-weight: bold;
}

.filter-line {
	margin-bottom:7px;
	line-height: 130%
}

.filtr td {
	padding: 2px 2px !important;
}

.container-analyse {
        padding: 0px 10px !important;
	overflow: auto;
}

.user_title {
	font-size:95%;
	text-align: center;
}

.table_wrap {
	overflow: auto;
}