body {
	--primary: #102C66;
	--secondary: #EF7D00;
	font-family: 'Manrope', sans-serif;
}
.dropdown-item {
	color: black !important;
}

.container-white {
	background-color: white;
	padding: 40px
}

.footer {
	position: fixed;
	bottom: 0;
	width: 95%;
	overflow: visible;
	clear: both
}

.title-div {
	text-align: center;
	font-size: xx-large;
	padding: 20px;
}

/*Для родительского контейнера плиток common-actionlink-area*/
.common-actiontiles-root-centered-container {
	max-width: 1020px;
	margin: auto;
	display: block;
	min-height: 120px;
	text-align: center;
}

/*Контейнер для common-actionlink-area*/
.common-actiontiles-child-container {
	text-align: left;
	min-width: 25%;
	margin: auto;
	align-content: space-around;
	display: inline-block;
}

/*подложка под actionlink*/
.common-actionlink-area {
	float: left;
	height: 90px;
	width: 260px;
	color: white;
	font-weight: 600;
	background: var(--primary);
	border: solid 1px rgba(0, 0, 0, 0.3);
	padding: 15px 20px 15px 20px;
	display: inline-block;
	margin: 8px;
	text-align: center;
	border-radius: 6px;
	font-size:18px;
	border-radius: 5px;
}

	.common-actionlink-area:hover, .common-actionlink-area:focus {
		color: white;
		background: #EF7D00;
		border: solid 1px rgba(255,255,255,0.3);
		transition: ease-out all 0.2s;
		-webkit-transition: ease-out all 0.2s;
		-moz-transition: ease-out all 0.2s;
		-o-transition: ease-out all 0.2s;
		-webkit-transform: scale(0.99);
		-ms-transform: scale(0.99);
		transform: scale(0.99);
	}

.auth-icons {
	position: relative;
	top:26px;
	text-align: center;
}

.auth-header-div {
	background-color: #204b9a;
	color: white;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.125);
	padding: 10px 10px 6px 10px;
	text-align: center;
	font-weight: 900;
}

.auth-div {
	color: #204b9a;
	border-radius: 30px !important;
	border: 1px solid rgba(0,0,0,0.125);
	padding-top: 30px;
	padding-bottom: 40px;
}
.auth-div > form > div {
	margin-bottom: 30px;
}

.auth-header-div-left > h4 {
	color: #204b9a;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: 900;
}

.auth-div-left > h1 {
	color: #204b9a;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 3rem;
	font-weight: 600;
}

.auth-div-left :first-child  {
	color: #6088d4;
}

.auth-div-left :last-child  {
	color: #2a416b;
}

.auth-bottom-row > a {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	min-width: 180px;
}
.auth-bottom-row :first-child {
	margin-left: 10px;
}
.auth-bottom-row :last-child {
	margin-right: 10px;
}

.title-header {
	padding: 10px;
}

.maitenance-text {
	color: dark-blue;
	font-size: large;
	font-weight: 700;
	margin: 8px;
}

.btn-top {
	font-size: 0.7rem;
	padding: 3px;
	width: 100px;
	border: 1px solid #204b9a
}

.table-stats {
	border-collapse: collapse;
	border: 1px solid #AAAAAA;
	font-weight: 600;
	margin: 0 auto;
}
.table-stats > thead {
	display:table-header-group;
	text-align:center;
	position: sticky; 
	top: 0;
	
}
.table-stats > tbody {
	background-color: #d6e2ef;
}
.table-stats  tr {
	
}
.table-stats > tbody > tr:nth-child(even) > td{
  background-color: #eff3f7;
}
.table-stats > thead > tr {
	background-color: var(--primary);
	color: white;
}
.table-stats > tbody > tr > td {
	min-width: 120px;
	border: 1px solid #AAAAAA;
	padding: 5px 10px 5px 10px;
}
/* END THEMES **********************/
.btn-primary {
    background-color: var(--primary);
    border-color: #0d2044;
    color: white !important;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color:var(--secondary);
    border-color:var(--secondary);
    color: white !important;
}

.btn-primary:active {
    background-color:red;
    border-color: red;
    color: white !important;
}

.btn-primary:focus {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white !important;
}

.btn-primary:hover * {
    color: white !important;
}

/* Четные строки */
.table-striped tbody tr:nth-child(even) {
    background-color: #FFFFFF;
}

/* Нечетные строки */
.table-striped tbody tr:nth-child(odd) {
    background-color: #F4F5F8;
}

/* Шапка */
.table thead {
    background-color: white;
}

/* Чтобы последний столбец не сужался настолько, что кнопки начнут занимать 2 строки вместо 1 */
.table th:last-child,
.table td:last-child {
    width: 210px;
}

.table {
    font-size: 16px;
    font-weight:bold; 
}

.table-sm th, .table-sm td {
    padding: 0.5rem;
}

.container-fluid {
    font-size: 16px;
    font-weight: bold;
}

.btn-secondary {
    background-color: #F1F3FC;
    color: black !important;
    border-radius: 5px;
}

.btn-sm {
    height:38px;
}

.btn-secondary:hover {
    background-color:var(--secondary);
    color: white !important;
}

.btn-sm {
    display: inline-block;
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
    font-weight: 700;
    white-space: nowrap;
}

.pager .page-item > .page-link {
    background-color: white; 
    border-color: #F1F3FC; 
    color: black; 
}

.pager .pagination > .page-item.active > .page-link {
    background-color: var(--secondary); 
    border-color: #F1F3FC; 
    color: white; 
}

.pager .pagination > .page-item:hover > .page-link {
    background-color: var(--secondary); 
    border-color: #F1F3FC; 
    color: white; 
}

.page-item.active .page-link {
    background-color: var(--primary);
    border-color: #0d2044;
}

.form-control {
    font-size: var(--font-size)
}

.form-center .form-group .form-control {
    min-width: 350px;
    max-width: 100%;
}

.form-center-450 .form-group .form-control {
    min-width: 450px;
}

.form-center .dropdown.bootstrap-select.form-control {
    min-width: 350px;
    max-width: 100%;
}

.img-preview {
    height: 100px;
    width: 100px;
}

.bg-transparent-lg {
    background-color: var(--accent-background)
}

@media (min-width:992px) {
    .bg-transparent-lg {
        background-color: transparent !important
    }
}


.input-group-text {
    font-size: var(--font-size)
}

.table-responsive {
    overflow-x: auto;
    display: block;
    width: 100%
}

.dropdown.bootstrap-select.form-control {
    max-width: 400px
}
.dropdown-menu {
   font-size:inherit;
}
.dropdown-item:hover {
    background-color: var(--secondary);
    color: white !important;
}
.dropdown-item:active {
    background-color: var(--secondary);
    color: white !important;
}

/* Чтобы подменю (администрирование, НСИ раскрывались по наведению а не по клику) */
.nav-item:hover .dropdown-menu { 
    display: block;
}

/*.dropdown-menu {
    max-height: 500px;
    max-width: 400px
}

.bs-searchbox input[type=text] {
    max-width: none
}

.bootstrap-select > .dropdown-toggle {
    border: 1px solid #ced4da
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }*/

.popup_frame {
    overflow: hidden;
    height: 100%;
    min-height: 640px;
    width: 100%;
    position: relative;
    background: url("../images/preloader.svg") center center no-repeat;
    background-size: 140px;
}

.field-validation-error {
    color: red
}

.field-validation-valid {
    display: none
}

.input-validation-error {
    border: 2px solid red;
    color: red
}

.validation-summary-errors {
    font-weight: 700;
    color: red
}

.validation-summary-valid {
    display: none
}
