
body:not(.layout-fixed) .main-sidebar {
	position: fixed;
}

.info{
	color: white;
}
.active_green{
	background-color: rgba(255, 255, 255, 0.1);
}
.active_green a{
	color: #38c172 !important;
}

.brand-link{
	text-decoration: none
}
.wrapper {
	height: 100%;
	background-color: #f4f6f9;
	min-height: calc(100vh - calc(3.5rem + 1px) - calc(3.5rem + 1px));
}
.navbar{
	flex-direction: row-reverse;
}
.flex-column {
	flex-direction: row !important;
}
.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
	right: 0rem;
}

.footer {
	background-color: #fff;
	border-top: 1px solid #dee2e6;
	color: #869099;
	padding: 1rem;
}


.form-control{
	font-size: 12px;
}


.close-drawer-modal-moblile{
	position: relative;
	padding: 5px 15px;
	color: #fff;
	font-weight: 600;
	border-radius: 20px;
}

.table-responsive {
	overflow-x: auto;
	overflow: auto;

}

.table-hover thead th {
	/* border-bottom: 3px solid #FFCC02; */
	font-weight: 400;
	text-align: left;
	position: relative;
	padding-right: 25px;
	padding-bottom: 9px;
	padding-left: 10px;
}
.table-hover thead th button {
	/*position: absolute;*/
	/*top: 1em;*/
	transform: translateY(-50%);
	right: 10px;
	background: transparent url(../image/static/table-sort.svg) center center no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	border: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
table{
	table-layout: fixed;
	font-family: Arial;
	font-size: 12px;
}
th{
	text-align: center;
}
td{
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}
table.reestr .col1 {
	width: 7em;
}
table.reestr .col2 {
	width: 12em;
	text-align: center;
}
table.reestr  .col3, .col4, .col5, .col6, .col7 {
	width: 8em;
}
table.reestr .col8 {
	width: 12em;
	text-align: center;

}
table.reestr .date{
	width: 6em;
}


table.reestr .col7 {
	width: 10em;
}table.reestr .col9 {
	 width: 10em;
 }
table.reestr .col10 {
	width: 30%;
}

table.reestr .col11 {
	width: 9em;
}
thead {
	background: #e2e6ee;
}

.transform {
	transform: rotate(180deg)!important;
}
.transformold {
	transform: rotate(0deg)!important;
}
.form-group {
	padding: 0.2em!important;
}
/* MODAL  drawer*/
.modal.show .modal-drawer-left, .modal.show .modal-drawer-right {
	transform: translate(0);
}
.modal.fade .modal-drawer-right {
	transform: translate3d(100%,0,0);
}
.modal-drawer .modal-dialog {
	margin-top: 0;
	margin-bottom: 0;
	position: fixed;
	top: 0;
	height: 100%;
}
.modal-drawer-right {
	right: 15px;
	box-shadow: -1px 0 3px 0 rgba(20,20,31,.15);
}
.modal-drawer-right .modal-content {
	border-width: 0 0 0 1px;
}
.modal-drawer .modal-content {
	height: 100%;
}
.modal-drawer .modal-content, .modal-drawer .modal-footer, .modal-drawer .modal-header {
	border-radius: 0;
}
.modal-drawer .modal-xl{
	min-width: 80% !important;
}
.modal-drawer .modal-lg{
	min-width: 60%;
}
.modal-drawer .modal-md{
	min-width: 50%;
}
.modal-drawer .modal-sm{
	min-width: 40%;
}
.modal-drawer .modal-xs{
	min-width: 30%;
}
.modal-drawer .modal-header{
	padding-top: 22px !important;
}
.pointer{
	cursor: pointer;
}
.close-drawer-modal{
	position: absolute;
	right: calc(100% - 2px);
	right: 100%;
	top: 95px;
	padding: 5px 15px;
	color: #fff;
	font-weight: 600;
	border-top-left-radius: 19px;
	border-bottom-left-radius: 19px;
}
.modal-header .close{
	position: absolute;
	right: 10px;
	top: 10px;
}
.modal-body.overflow-y-auto{
	overflow-x: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {

	@page {
		margin: 0.5cm;
	}
	table.reestr  .col3, .col4, .col5, .col6, .col7 {
		width: 5%;
	}

	table.reestr .col2{
		width: 13%;
	}
	table.reestr .col8 {
		width: 13%;
	}
	table.reestr .col10 {
		width: 40%;
	}
	.comment{
		width: 28em!important;
	}



}

/*iphone se*/
@media screen and (min-device-width: 320px) and (max-device-width: 700px) {
	/*.desktop {*/
	/*    !*display: none;*!*/
	/*}*/
	/*.phone{*/
	/*    display: block;*/
	/*}*/
	.pagination {
		font-size: 0.7em;
	}

	.search .col1 {
		width: 7em;
	}

	table.reestr {
		table-layout: fixed;
	}


	table.reestr .col2, .col8 {
		width: 10em;
	}

	table.reestr .col3, .col9 {
		width: 8em;
	}

	table.reestr .col4, .col5, .col6, .col7, .col11 {
		width: 7em;
	}

	table.reestr .col10 {
		width: 30em;
	}


}