body {
	transition: all 0.4s ease-in;
}

a.brand-link {
	min-height : 56px;
	padding: 0px 15px;
}

[class*="sidebar-dark"] .brand-link {
  border-bottom: 1px solid #FFF;
}

.brand-link-logo {
	background : url('../images/logo_svg.svg') center center no-repeat;
	padding : 5px 15px;
	background-size : contain;
	display : block;
	width : 100%;
	height : 46px;
	margin-top : 10px;
}

.sidebar-collapse .brand-link-logo {
	margin-top: 0px;
	padding : 5px 15px;
	background-size : contain;
	display : block;
	width : 100%;
	height : 56px;
}

.tcenter {
	text-align : center;
}

.loginput input {
	height : 50px;
	line-height : 50px;
	font-size : 16px;
	min-width : 40%;
	text-align : center;
	margin : 10px auto;
}

.loginputf {
	margin-top : 60px;
}

.logbut {
	height : 50px;
	min-width : 30%;
	font-size : 16px;
}

.btn-primary {
    background-color: #1E4A88;
    border-color: #1E4A88;
}

aside.sidebar-dark-primary {
	background-color: #1E4A88;
}

.dark-mode aside.sidebar-dark-primary {
	background-color: #0E3A78;
}

.mt-2 ul ul li {
	margin-left : 10px;
}

.mt-2 ul ul li a {
	width : 100%!important;
	font-size : 16px;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
  color: #FFF;
}

.topuser {
	padding-right : 80px;
	/*position : relative;*/
}

.topuser::after {
	content : "\f007";
	display : inline-block;
	width : 30px;
	height : 40px;
	line-height : 40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	font-size: 25px;
	color : #1E4A88;
	position : absolute;
	top : 8px;
	right : 40px;
}

.topusername {
	font-weight : bold;
	text-align : right;
	font-size : 14px;
}

.topuserunit {
	text-align : right;
	font-size : 13px;
}

.revslogo {
	max-width : 80%;
	height : auto;
	display : block;
	margin : 20px auto 30px;
}

.butwidth80 {
	width : 90%;
	display : block;
	margin : 10px auto 0px;
	position : relative;
	
}

.butwidth70 {
	width : 80%;
	display : block;
	margin : 10px auto 0px;
	position : relative;
	
}

textarea.butwidth70 {
	min-height : 100px;
	width : 90%;
}

input.butwidth70 {
	height : 40px;
	line-height : 40px;
	width : 90%;
}

.rev2but1::before {
	content : url('../images/ya.svg');
	display : block;
	position : absolute;
	width : 12px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.rev2but2::before {
	content : url('../images/google.svg');
	display : block;
	position : absolute;
	width : 15px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	top: 4px;
}

.rev2but3::before {
	content : url('../images/gis.svg');
	display : block;
	position : absolute;
	width : 16px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	top: 4px;
}

.rev2but4::before {
	content : url('../images/yell.svg');
	display : block;
	position : absolute;
	width : 17px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	top: 5px;
}

.rev2but5::before {
	content : url('../images/zoon.svg');
	display : block;
	position : absolute;
	width : 15px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	top: 5px;
}

#revruv, #revotk, #revotkform {
	display : none;
}

.revphone::before {
	content : url('../images/phone-call.svg');
	display : block;
	position : absolute;
	width : 15px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	top: 5px;
}

.revwa::before {
	content : url('../images/whatsapp.svg');
	display : block;
	position : absolute;
	width : 15px;
	color : #FFF;
	font-size : 20px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	top: 4px;
}


.fox-container {
	max-width : 800px;
	width : 100%;
	margin : 0px auto;
}

.fox-container .controls {
	width : 100%!important;
	text-align : center;
}

.fox-container .controls .textarea, .fox-container .controls button {
	display : inline-block;
	width : 100%!important;
}

div#fox-container-m98 textarea {
    width : 100%!important;
}

.selectlist select {
	width : 100%;
	margin-bottom : 20px;
	height : 40px;
	line-height : 40px;
	font-size : 16px;
	text-align : center;
}

.selectlist {
	
}

.tablelist table {
	width : 70%;
	border : 1px solid #ccc;
	margin : 0px auto;
}

.tablelist table tr {
	border-bottom : 1px solid #ccc;
}

.tablelist table tr:nth-child(2n) {
	background : #FFF;
}

.tablelist table td {
	text-align : center;
	padding : 7px;
	font-size : 16px;
}

.tablelist table.tabcol2 td:nth-child(1) {
	width : 25%;
}

.tablelist table.tabcol5 td:nth-child(2) {
	width : 25%;
}

.tablelist table.tabcol5 td:nth-child(3) {
	width : 12%;
}

.tablelist table.tabcol5 td:nth-child(4) {
	width : 25%;
}

.tablelist table.tabcol5 td:nth-child(5) {
	width : 12%;
}

.boldtr td {
	font-weight : bold;
}

.reviewslist .tcenter {
	font-size : 16px;
	margin-bottom : 8px;
}

.reviewslist a {
	margin-bottom : 8px;
}

.badreview {
	color : #FF2020;
	font-weight : bold;
}

#system-message {
	text-align : center;
}

img.page-logo, .page-logo-dark {
	display : block;
	max-width : 80%;
	margin : 140px auto 10px;
}

.page-logo-dark, .preload-agr-dark {
	display : none;
}

.dark-mode .page-logo, .dark-mode .preload-agr {
	display : none;
}

.dark-mode .page-logo-dark, .dark-mode .preload-agr-dark {
	display : block;
}

.log-form input[type=text], .log-form input[type=password], .log-form button {
	width : 300px;
}

.log-form input[type=checkbox] {
	margin-left : 5px;
}

label {
  font-weight: 400;
}

.rememb-me {
	margin-bottom : 50px;
}

.logout-form button {
	margin : 100px auto 10px;
	display : block;
}

.left-settings {
	position : absolute;
	left : 0px;
	right : 0px;
	bottom : 0px;
	height : 50px;
	color : #FFF;
	text-align : center;
	background : #0E3A78;
	width : 100%;
}

.dark-mode .left-settings {
	background : #0E2A58;
}

.dark-mode .topuser::after {
  color: #ccc;
}

.dark-mode .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .dark-mode .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #002A4D;
}

.left-settings a {
	display : inline-block;
	color : #FFF;
	margin : 0 10px;
	line-height : 50px;
}

.left-settings a:hover {
	color : #ccc;
}

.dark-mode .left-settings a:not(.btn):hover {
  color: #ccc;
}

.dark-mode .navbar-white {
  background-color: #343a40;
  color: #eee;
}

.dark-mode .navbar-light .navbar-nav .nav-link {
  color: #eee;
}

.content-wrapper > .content {
  padding : 30px;
}

[class*="sidebar-dark-"] .sidebar a {
  background-color: rgba(255,255,255,.1);
  color: #FFF;
  box-shadow: none;
  transition: all 0.2s ease-in;
}

.dark-mode [class*="sidebar-dark-"] .sidebar a {
  background-color: rgba(0,0,0,.1);
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link.active {
  box-shadow: none;
  transition: all 0.2s ease-in;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: rgba(255,255,255,1);
  color: #1E4A88;
  transition: all 0.2s ease-in;
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
  background-color: rgba(255,255,255,.2);
  color: #fff;
  transition: all 0.2s ease-in;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:focus, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:hover {
  background-color: rgba(255,255,255,.2);
  color: #fff;
}

aside .mt-2, .my-2 {
  margin-top: 20px!important;
  margin-bottom : 60px;
}

aside .nav-link {
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.4s ease-in;
  
}

.sidebar-collapse aside .nav-link {
  padding-left: 15px;
  transition: all 0.4s ease-in;
}

h2.page-title {
	margin-bottom : 20px;
}

.sub-wrap {
	background-color: rgba(0,0,0,.05);
	padding-top : 14px;
	padding-bottom : 7.5px;
	margin-bottom : 20px;
	width : 100%;
	margin: 0;
}

#polgruzfizwrap {
	width : 96%;
	margin : 0px auto;
}

.sub-sub-wrap {
	padding-top : 7.5px;
	padding-bottom : 7.5px;
	width : 100%;
}

.dark-mode .sub-wrap {
	background-color: rgba(0,0,0,.2);
}

.cblink {
	color: #212529;
}

.cblink:hover {
	color: #010509;
}

.dark-mode .cblink {
	color : #FFF;
}

.dark-mode .cblink:hover {
	color : #ddd!important;
}

.items-list input[type=text], .items-list input[type=number], .items-list select {
	width : 100%;
	height : 40px;
	line-height : 40px;
	padding : 0 10px;
	font-size : 16px;
	margin-bottom : 6px;
	border-radius : 5px;
	border : 1px solid #ccc;
}

.items-list select {
	border : 2px solid #1E4A88;
}

.items-list select:disabled {
	border : 2px solid #ccc;
	color: #aaa;
}

.items-list label {
	font-weight : 400!important;
}

.items-list input[type=checkbox] {
	margin-right : 6px; 
}

.checkbox-line {
	line-height : 40px;
}

h4.page-sub-title {
	margin-bottom : 15px;
}

#platgruz {
	
}

.dark-mode input, .dark-mode select {
  background: #333;
  color: #FFF;
}

.dark-mode .items-list select:disabled {
	color: #555;
}


.items-list a.btn {
	width : 100%;
}

.dark-mode .btn-primary {
  background-color: #0E3A78;
  border-color: #0E3A78;
}

.dark-mode .btn-primary:hover {
  background-color: #002A4D;
  border-color: #002A4D;
}

.btn-primary.adisabled {
    pointer-events: none;
	background-color: #ccc;
	border-color : #ccc;
	color : #666;
}

.dark-mode .btn-primary.adisabled {
    pointer-events: none;
	background-color: #444;
	border-color : #444;
	color : #999;
}

.items-list input[type="number"] {
  border: 2px solid #1E4A88;
}

.dark-mode .items-list input[type="number"]:disabled {
	color: #666;
	border: 2px solid #ccc;
}

.prodline {
	position : relative;
	background-color: rgba(0,0,0,.1);
	margin : 0 auto 20px;
	width : 95%;
}

.prodlinedel {
	position : absolute;
	right : 10px;
	top : 10px;
	font-size : 16px;
	cursor : pointer;
}

.prodlinedel a {
	color : #444;
	cursor : pointer;
}

.dark-mode .prodlinedel a {
	color : #ccc;
	cursor : pointer;
}

#proddesc {
	margin-bottom : 15px;
}

#prodkolall {
	text-align : center;
}

#prodkolall {
	margin-top : 15px;
	text-align : right;
}

.items-list textarea {
	width : 100%;
	min-height : 140px;
	border-radius : 4px;
	border: 2px solid #1E4A88;
}

.dark-mode .items-list textarea {
	background : #555;
	color : #FFF;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400;
  font-family : "Open Sans";
}

.app-preloader img.animation__shake, .app-preloader img.preload-agr-dark {
	animation: shake 1.5s infinite;
	margin: 100px auto 0;
}

.app-preloader, textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.filter-but {
	position : relative;
	text-align : left;
	padding-left : 35px;
}

.filter-but::before {
	font-size: 0.9rem;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	display : inline-block;
	left: 10px;
	line-height: 25px;	
	position : absolute;
}

#show-all-filters::before {
	content: "\f0b0";
}

#add-event::before {
	content: "\f067";
}

#myrole-short, #myrole-full , #type , #condition {
	text-align: center;
}

#refresh-list {
	display: inline-block;
	width: auto;
}

.notpc {
	display : none;
}

.sub-wrap .form-check {
	line-height : 40px;
}

.sub-wrap .form-check .form-check-input {
  margin-top: .9rem;
  margin-left: -1.25rem;
}

.items-list a.btn {
	margin-bottom: 6px;
}

.list-filters-full {
	display : none;
}

.event-list-name {
	font-weight : 600;
	font-family : "Open Sans";
}

.event-list-item a {
	color : #212529;
}

.dark-mode .event-list-item a {
	color : #FFF;
}

.event-list-item .event-list-author {
	color : #555;
	font-size : 13px;
}

.dark-mode .event-list-item .event-list-author {
	color : #888;
}

.items-list .sub-wrap {
	margin-bottom : 10px;
}

.shild {
	display : block;
	padding : 0 10px;
	font-size : 14px;
	line-height : 22px;
	border-radius : 4px;
	font-weight : 400;
	font-family : "Open Sans";
	text-align : center;
	text-transform : uppercase;
	margin-bottom : 8px;
}

.myrole {
	color : #000;
	background : #ccc;
}

.time-over {
	color : #FFF;
	background : #dc3545;
}

.lun-form {
  text-align: center;
}

.lun-form input, .lun-form input[type="email"]:not(.form-control), .lun-form input[type="tel"]:not(.form-control) {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
  margin: 0 0 15px;
  border-radius: .25rem;
}

.lun-form label {
  font-size: 16px;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

.lun-form textarea {
  width: 100%;
  line-height: 20px;
  margin: 0 0 15px;
  height: 120px;
  padding: 10px;
  border-radius: .25rem;
}

.support-form-send {
  margin-bottom: 15px;
}

.support-form-send {
	width: 70%;
	margin : 15px 0;
	height: 50px;
	line-height: 35px;
	min-width: 30%;
	font-size: 16px;
}

.el-form-send {
	text-align : center;
}

a.us-letter {
	display : inline-block;
	margin : 8px 6px;
	color : #FFF;
	background : #0E3A78;
	line-height : 40px;
	min-width : 40px;
	text-align : center;
	border-radius : 2px;
	font-size : 18px;
}

.textcenter {
	text-align : center;
}

.page-item.active .page-link {
  background-color: #0E3A78;
  border-color: #0E3A78;
}

.page-link {
  color: #0E3A78;
}

table.dataTable tr:nth-child(2n) {
	background : rgba(0,0,0,0.05);
}

.dark-mode table.dataTable tr:nth-child(2n) {
	background : rgba(0,0,0,0.25);
}

table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before {
  right: 1.2em!important;
}

#usertable td.dt-control {
  text-align: center;
  max-width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 40px;
  cursor: pointer;
}

#usertable td.dt-control::before {
	content: "\f0c9";
	font-size: 1.1rem;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color : #0E3A78;
}

.dark-mode #usertable td.dt-control::before {
	color : #FFFFFF;
}

.dt-actions, .dt-accsess {
	text-align : center;
}

.dt-accsess .fa-check {
	color : #008800;
	cursor: pointer;
}

.dt-accsess .fa-stop-circle {
	color: #FF0000;
	cursor: pointer;
}

.dark-mode .dt-accsess .fa-check {
	color : #00aa00;
}

.dark-mode .dt-accsess .fa-stop-circle {
	color: #FF3535;
}

.dt-actions small {
	color: #777;
}

.dark-mode .dt-actions small {
	color: #bbb;
}

.user-activated {
	display : inline-block;
}

.user-details li {
	padding-left : 15px;
	margin-bottom : 10px;
}

.user-details select {
	margin-bottom : 10px;
}

.user-details-title {
	font-size : 18px;
	margin-bottom : 10px;
}

#prodtimestable tr th {
	text-align : center;
}

.dpinput-form {
	width : 100%;
	display : flex;
	position : relative;
	min-width : 140px;
	min-height : 38px;
}

.dpinput-form input {
  position: absolute;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  top : 0;
  left : 0;
  right : 0;
  bottom : 0;
  width : 100%;
  line-height : 38px;
  height : 38px;
  border-radius: .2rem;
  box-shadow : none;
  border: 1px solid #ced4da;
  padding-left : 10px;
}

.dpinput-form button {
  position: absolute;
  top : 0;
  left : 0;
  right : 0;
  bottom : 0;
  width : 100%;
  border : none;
  box-shadow : none;
  background : rgba(0,0,0,0);
  text-align : right;
  line-height : 38px;
  height : 38px;
}

.dpinput-form button i {
	width : 38px;
	color : #666;
	margin-right : 6px;
}

.dark-mode .dpinput-form button i {
	width : 38px;
	color : #ddd;
}

#prodtimestable tr td {
	vertical-align: middle;
	min-height : 63px;
	height: 63px;
	box-sizing: border-box;
}

#prodtimestable tr td:nth-child(2), #prodtimestabus tr td:nth-child(2) {
	text-align : center;
}

#prodtimestable tr td:nth-child(2) input {
	width : 22px;
	height : 22px;
}

.bot-table-buts {
	
}

.bot-table-buts button {
	min-width : 33%;
	margin-bottom : 15px;
}

.users-list {
	margin-bottom : 25px;
}

.setts-saved {
	margin-bottom : 30px;
}

.setts-maindate {
	font-size : 22px;
	font-weight : bold;
	margin-bottom : 15px;
}

.setts-maindate2 {
	font-size : 18px;
	font-weight : bold;
	margin : 15px 0;
}

.prod-temes-list, .blog-news, .item-news-item {
	max-width : 1200px;
	margin-left : auto;
	margin-right : auto;
}

.blog-news-item img {
	max-width: 100%;
	margin-bottom : 15px;
	margin-top : 15px;
}

.blog-news-item .page-header h2 a {
	font-size : 24px;
	color : #1E4A88;
}

.blog-news-item .readmore a {
	color : #1E4A88;
}

.blog-news-item .published, .item-news-item .published {
	font-style : italic;
}

.item-news-item .item-image img {
	float : none!important;
	max-width : 70%;
	height : auto;
	margin: 0 auto 20px;
	display : block;
}

.card-primary:not(.card-outline) > .card-header {
  background-color: #1E4A88;
  cursor : pointer;
}

.mp-dashbrd .small-box-footer i {
	margin-left : 8px;
	font-size: 14px;
}

.mp-dashbrd-newsrow {
	line-height : 24px;
	font-size : 18px;
	padding : 10px 15px;
	transition: all 0.2s ease-in;
}

.mp-dashbrd-newsrow span {
	color : #bbb;
	font-size : 12px;
}

.mp-dashbrd-newsrow span.newsrow-date {
	color : #999;
	font-size: 14px;
}

.mp-dashbrd-newsrow a {
	color : #1E4A88;
	transition: all 0.2s ease-in;
}

.mp-dashbrd-newsrow a:hover {
	color : #0E3A78;
	transition: all 0.2s ease-in;
}

.mp-dashbrd-newsrow:hover {
	background : #e0e0e0;
	transition: all 0.2s ease-in;
}

.dashbrdrow0 {
	background : #e8e8e8;
	transition: all 0.2s ease-in;
}

.dashbrdrow0:hover {
	background : #e0e0e0;
	transition: all 0.2s ease-in;
}

.text-primary-pak {
	background : #1E4A88;
}

.mb30 {
	margin-bottom : 30px;
}

.blog-news hr {
	margin : 0px;
	visibility : hidden;
}

.blog-news-item-wrap1, .blog-news-item-wrap0 {
	padding : 15px 30px 0 30px;
}

.blog-news-item-wrap1 {
	background: rgba(0,0,0,0.05);
}

.blog .pagination {
	width : 100%;
}

.blog .pagination p.pull-right {
	display : none;
}

.blog .pagination ul {
	width : 100%;
	text-align: center;
	padding-left: 0;
}

.blog .pagination ul li {
	display : inline-block;
	min-width : 30px;
	line-height : 30px;
	margin : 5px;
	background: rgba(0,0,0,0.05);
	padding-left : 5px;
	padding-right : 5px;
}
@media(min-width:768px){
.civil_content.flex {
    display: flex;
}
div#RU_vitrage_ {
    width: 50%;
}
.pl-blocks {
    margin-top: 2.7em;
}
}
div#RU_vitrage_ {
    margin: 10px 10px 10px 0;
    background-image: url(/images/banners/vitrage_size.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 110px;
}
.pl-blocks {
    width: 100%;
    margin-bottom: 10px;
}
table.tab-news tr:nth-child(odd) {
    background: rgba(0,0,0,0.05)
}
