html{min-height: 100%;position: relative;}
body {
    min-height: 100%;
    background: url(/img/body_bg.png) no-repeat center 0px;
    padding-bottom: 200px;
    display: block;
}

a, .btn-link {
    color: #000000;
    text-decoration: underline;
}



a:hover{color: #1d7f18;text-decoration: underline}
.orange-text:hover{color:#e48605;text-decoration: underline}

a.dropdown-item:hover{text-decoration: underline}
a.dropdown-item:active{color: #000;background: #eee;text-decoration: underline}
.dropdown-menu .disabled{text-decoration:none !important;}

.list-img:before{
    position: absolute;
    content: '';
    background: url(/img/wrapper_bg.png)no-repeat;
    top: -30px;
    right: 30px;
    width: 564px;
    height: 236px;
}

.list-img{
    position: relative;
}

footer{
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.08);
    height: 120px;
    bottom:0;
}

.btn-outline-green {
    color: #1d7f18;
    border-color: #1d7f18;background: transparent}
.btn-outline-green:hover, .btn-outline-green:focus, .btn-outline-green:active{
    background-color:#1d7f18 ;color: #fff;
}
.btn-green{background-color:#1d7f18;color: #fff;text-decoration: none; }
.green-text{color:#1d7f18}
.orange-text{color:#e48605}
.btn-green:hover{color: #fff}
.green-panel{
    background: rgb(83,200,83);
    background: linear-gradient(180deg, rgba(83,200,83,1) 0%, rgba(67,186,60,1) 39%, rgba(79,180,76,1) 100%);
    color:#fff
}

.choices__list--multiple .choices__item {
    background-color: #1d7f18 !important;
    border: 1px solid #1d7f18 !important;
    border-radius: 4px !important;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    border-left: 1px solid #ddd !important;
}

.btn-light-green
{
    background: rgb(83,200,83);
    background: linear-gradient(180deg, rgba(83,200,83,1) 0%, rgba(67,186,60,1) 39%, rgba(79,180,76,1) 100%);
    color:#fff !important;
    white-space:normal !important;
    text-decoration: none !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: linear-gradient(180deg, rgba(83,200,83,1) 0%, rgba(67,186,60,1) 39%, rgba(79,180,76,1) 100%);color:#fff;
}

.orange-panel{
    background: rgb(255,148,0);
    background: linear-gradient(0deg, rgba(255,148,0,1) 0%, rgba(255,163,37,1) 50%, rgba(255,148,0,1) 100%);
    color:#fff
}

.green-border {border:rgba(79,180,76,1) solid 1px;}
.orange-border {border:rgb(255,148,0) solid 1px;}
.nav-link{text-decoration: none;font-size:16px;}

.navbar-green{
    background: rgb(83,200,83);
    background: linear-gradient(180deg, rgba(83,200,83,1) 0%, rgba(67,186,60,1) 39%, rgba(79,180,76,1) 100%);color:#fff;
    border-radius: 5px;
    color: #fff;
}

.navbar-orange{
    background: rgb(255,148,0);
    background: linear-gradient(0deg, rgba(255,148,0,1) 0%, rgba(255,163,37,1) 50%, rgba(255,148,0,1) 100%);
    border-radius: 5px;
    color: #fff;
}

.navbar{padding-left: 0;padding-right: 0px;}

.navbar a{color:#fff;font-size:14px; padding-right:20px !important;padding-left: 20px !important;}

.navbar-green a:hover, .navbar-green .active a{background-color:#37b03d}
.navbar-orange a:hover, .navbar-orange .active a{background-color:rgb(255,148,0);}

.navbar ul a{height: 50px;padding-top: 14px;}
.navbar .navbar-brand{font-size:14px;}
#sum_box h4 {
    text-align: left;
    margin-top: 0px;
    font-size: 24px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 600;

}

#sum_box h4 .price
{
}

#sum_box .db:hover {
    background: #40516f;
    color: #fff;
}




#sum_box .db:hover .icon {
    opacity: 1;
    color: #999999;
}

#sum_box .icon {
    color: #ccc;
    font-size: 55px;
    line-height: 45px;
}

.text-orange{color:#ff9400}
.help-block{color:#ff9400}

.ruble-bg {background: url(/img/ruble.png)no-repeat;background-position: right;}

.navbar-toggler{
    padding: 0 20px;
}

.navbar button{outline: none !important;}


.icon-bar {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin-bottom: 3px;
    transition: all 0.5s 0s;
}
.navbar-toggler[aria-expanded="true"] .icon-bar-first {
    display: none;
}
.navbar-toggler[aria-expanded="true"] .icon-bar-next {
    transform: rotate(45deg);
    position: relative;
    top: 4px;
}
.navbar-toggler[aria-expanded="true"] .icon-bar-last {
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}
.navbar-light .navbar-toggler {
    border: none;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: all 0.5s 0s;
}

.shadow {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}
.statement-table th{
    font-size: 11px;}
.statement-table td{
    font-size: 12px;
}

.social-item {
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    padding-top: 3px;
    font-size: 16px;
    background: #3bad36;
    margin-top: 10px;
    opacity: 0.85;
}
.social-item:hover{opacity: 1}

footer{
    position: absolute;
}

/* end default */
@media screen and (min-width: 992px){
    .navbar ul, .navbar{height: 50px;}
    .navbar-nav li:first-child a{border-bottom-left-radius: 5px;border-top-left-radius: 5px;}
}
@media screen and (max-width: 992px){
    footer{height: 200px;}
    .navbar-nav li:first-child a{margin-top: 8px;}
    body {
        padding-bottom: 300px;
    }
}

@media screen and (max-width: 340px){
    .logo {min-height: 125px;}
}


@media print {
    body{margin: 0}
    /*.page {*/
    /*margin: 0;*/
    /*border: initial;*/
    /*min-height: initial;*/
    /*box-shadow: initial;*/
    /*background: initial;*/
    /*page-break-after:avoid;*/
    /*}*/
    /*.sector{background: #111 !important;-webkit-print-color-adjust:exact !important;color:#fff !important;}*/
    /*.header-left-top, .a-right-bottom, .time-right-bottom, header  {display: none;}*/
    /*.head{display: none}*/

    .no-print{display:none}
    .print{max-width: 100% !important;width: 100% !important;flex: 0 0 100%;}
}

.noty_theme__mint.noty_type__alert, .noty_theme__mint.noty_type__notification {
    border: 1px solid #E1e1e1;
    border-radius: 4px;
}




/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.success:checked + .slider {
    background-color: #1d7f18;
}
input:focus + .slider {
    box-shadow: 0 0 1px #3bad36;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.custom-switch {
    padding-left: 15px;
}

.noty_theme__mint.noty_type__success{background: #1d7f18}
.noty_theme__mint.noty_type__success .btn-green{color:#fff;border:#fff solid 1px;}
.noty_theme__mint.noty_type__success .btn-error{color:#fff;float:right}
.noty_progressbar{background-color: #111 !important;}
#noty_layout__bottomRight{width: 380px;}
.noty_bar{padding:3px;border-radius: 3px !important;}
#upload-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 7rem;
    outline: 2px dashed #5d5d5d;
    outline-offset: -12px;
    background-color: #eaeaea;
    font-family: 'Segoe UI';
    color: #1f3c44;
}

#upload-container img {
    width: 40%;
    margin-bottom: 20px;
    user-select: none;
}
#upload-container label {
    font-weight: bold;
}

#upload-container label:hover {
    cursor: pointer;
    text-decoration: underline;
}
#upload-container div {
    position: relative;
    z-index: 10;
}

#upload-container input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}
#upload-container label.focus {
    outline: 1px solid #0078d7;
    outline: -webkit-focus-ring-color auto 5px;
}
#upload-container input[type=file]:focus + label {
    outline: -webkit-focus-ring-color auto 5px;
}
#upload-container.dragover {
    background-color: #fafafa;
    outline-offset: -17px;
}
.file{
    display:inline-block;
    position:relative;
    margin-right:.4rem;
    margin-top:.4rem;
}
.upload_files{
    display:flex;
    flex-wrap:wrap;
}
.delete{
    position:absolute;
    right:0;
    top:0;
    background: #fff;
    font-size: 21px;
    cursor: pointer;
}
.mdi:before, .mdi-set{
    cursor:pointer;
}
input:focus{
    outline: 0!important;
    outline-offset: 0;
    box-shadow: none;
}
