html{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: PT Sans, Helvetica, Calibri, Arial,Helvetica;
	font-size: 14px; /*было 16*/
}

:focus{
	outline: none}

img, button, span{
	border: none
}

a{
	text-decoration: none;
	color:#2c496c;
}

#content{
	font-size:14px; /*было 14*/
	margin:0;
}

.h3, h3 {
    font-size: 1.5rem;
}

.nav{
    color:#056535;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background: #13a64d;
	color: #fff;
	font-weight: bold;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #fd004f;
	outline: 0;
	box-shadow: 0 0 9px rgba(0,0,0,0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #e60010;
    border-color: #e60010;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #056535;
    border-color: #056535;
}

.btn-outline-primary {
    color: #13a64d;
    border-color: #13a64d;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 0, 79, 1);
}

.btn-primary {
    color: #fff;
    background-color: #13a64d;
    border-color: #13a64d;
    font-weight: bold;
    float: right;
}

.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #036735;
    border-color: #036735;
}

.btn-primary:hover {
    color: #fff;
    background-color: #036735;
    border-color: #036735;
}

.btn-primary:focus {
    color: #fff;
    background-color: #056535;
    border-color: #056535;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 103, 53, 1);
}
.bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}

.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #13a64d;
    border-color: #13a64d;
}

.form-row label {
    font-weight: 600;
}

.form-row {
    margin-bottom: 10px;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:lang(ru) ~ .custom-file-label::after {
    content: "Выбрать";
    color: #fff;
    background-color: #27ae60;
    border-color: #2ECC71;
    font-weight: bold;
}

.custom-select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fd004f;
    outline: 0;
    box-shadow: 0 0 9px rgba(0,0,0,0.5);
}

.custom-file-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fd004f;
    outline: 0;
    box-shadow: 0 0 9px rgba(0,0,0,0.5);
}

.custom-file-input:focus~.custom-file-label {
    color: #495057;
    background-color: #fff;
    border-color: #fd004f;
    outline: 0;
    box-shadow: 0 0 9px rgba(0,0,0,0.5);
}

.form-text {
/*    display: block;
    margin-top: 1.25rem;*/
    display: block;
    margin-top: 0.25rem;
    margin-bottom: 1.25rem;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 60;
    padding: .375rem .75rem;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #6b6f74;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

a:hover {
    color: #e60010;
    text-decoration: underline;
}

/* Прелоадер */
.preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.preloader__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

hr {
    margin-top: 1rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.title{
    margin-left: 15px;
}

/*
    DEMO STYLE
*/

body {
    font-family: 'Ubuntu', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1em;
    line-height: 1.7em;
    /*color: #999;*/
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    /*padding: 15px 10px;*/
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #13a64d;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #13a64d;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #13a64d;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #056535;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.custom-file-label::after {
    position: absolute;
    top: 0.5px;
    right: -0.5px;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #fff;
    content: "Приложить";
    background-color: #056535;
    border-left: inherit;
    border-radius: .25rem .25rem .25rem .25rem;
}

#sidebar ul li a:hover {
    color: #eee;
    background: #056535;
}

#sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #056535;
    background: #fafafa;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.iconz {
    vertical-align: middle;
}

.attention-panel {
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 16px;
    background-color: #f8f9fa;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin: 5px 0 5px;
}
.attention-panel__icon{
    
}
/*.icon_size_m.icon_name_attention.icon_colored.icon_theme_mip-on-color, .icon_size_m.icon_name_attention.icon_colored.icon_theme_mip-on-white {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIvPjxwYXRoIGQ9Ik0yNCAxMmMwLTYuNjI3LTUuMzczLTEyLTEyLTEyUzAgNS4zNzMgMCAxMnM1LjM3MyAxMiAxMiAxMiAxMi01LjM3MyAxMi0xMnoiIGZpbGw9IiNGNkJGNjUiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjE3IiByPSIxLjUiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTAuNSA2aDNsLS43IDhoLTEuNmwtLjctOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    padding: 5px;d
}*/
.button_theme_mip-on-white.button_hovered {
    border-color: rgba(11,31,53,.9);
}

.button_theme_mip-on-white.button_hovered:hover{
    background-color: #a1000b;
    color: #fff;
}
.button_theme_mip-on-white {
    color: #fff;
    background: #056535;
    
}
.button_size_s {
    height: 30px;
    padding: 0 15px;
    font-size: 13px;
}
.button, .button *, .button :after, .button :before {
    box-sizing: border-box;
}
.button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background,border-color,color,width;
    transition-property: background,border-color,color,width;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-radius: 4px;
}
.button__content{
    padding: 0 10px 0;
}


.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: unset;
}

.navbar-brand {
    margin-right: unset;
    font-size: 1.1rem !important; 
}

::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#ecedee
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#13a64d;
}

::-webkit-scrollbar-thumb:hover{
background-color:#056535;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

::-webkit-scrollbar{
width: 10px;
}
/*--------------------------*/

.form-check-inline .form-check-input {
/*    position: static;
    margin-top: 0;
    margin-right: 0.250rem;
    margin-left: 2.5rem;*/

    position: relative;
    margin-top: 0px;
    margin-right: 0.25rem;
    margin-left: 0.75rem;
}


.custom-file-label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

::-webkit-inner-spin-button { display: none; }
::-webkit-calendar-picker-indicator { display: none; }
