@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
html, body {
    /*overflow-x: hidden;*/
    height: 100%;
}
body {
    font-size: 100%;
    overflow-y: hidden;
    font-family:  Ubuntu, 'Varela Round', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #efefef;
    padding: 0;
    margin: 0;
}

input.error {
    border-color: #ff0000 #ff9494 #ecd1d1;
    display: block;
}
select.error {
    border-color: #ff0000 #ff9494 #ecd1d1;
    display: block;
}
label.error {
	color: red;
    display: block;
}

.ti_allow{
    background-color: #85d0a1;
}

.ti_prevent{
    background-color: #ff6b66;
}

.body{
    background-color: white;
}

select{
    border-radius: 0;
    padding: 2px 10px;
    width: 150px;
/*    background: white;*/
    height: 22px;
    cursor: pointer;
}

.rowId{
    width: 100px
}

.rowModel{
    width: 235px
}

.rowVin{
    width: 235px
}

.rowCompany{
    width: 210px
}

.btn-toolbar{
    width: 160px
}

a {
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
a:hover {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.app {
    height: 100vh;
}

.logo{
    margin: 10px 50px;
    color: white;
    display: inline-block;
}

.title{
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
    z-index: 20;
    height: 44px;
    top: 0;
    /* right: 0; */
    position: fixed;
    padding: 0.62em 1em;
    /* margin-left: 17em; */
    width: 100%;
    background-color: #3C4252;
}

.title > .logo {
    font-weight: bold;
    font-size: large;
}

.header{
	margin-top: 10px;
	width: 100%;
	border-width: 0 1px;
	border-color: gray;
	border-style: solid;
}

.content-pane{
    /* margin: 80px 5% 25px 5%; */
/*    width: 100%;*/
    overflow: hidden;
    padding: 80px 80px 40px 80px;
    min-width: 900px;
}

.content{
border-width: 1px 0;
border-color: gray;
border-style: solid;
    table-layout: auto;
    text-align: left;
/*     margin-left: 40px; */
    width: 90%;
/*     margin: 0 auto; */
/*     margin-top: 100px; */
    max-width: 90%;
/*     margin-bottom: 65px; */
}

.content thead {
    background-color: #d6d8e0;
}

.content > tbody > tr:hover {
/*     border-top: 1px solid #ccc; */
	background-color: #eaecee;
}



.content-info{
    border: 1px solid gray;
    font-size: 0.8em;
    table-layout: auto;
    text-align: left;
    width: 100%;
}

.one_content{
    position: relative;
    left: 25em;
    top: 3em;
    /* border-spacing: 1px; */
    border: 1px solid gray;
    border-collapse: collapse;
    width: 200px;
    /* display: inline-block; */
    float: left;
}

.clicable > tbody > tr:hover{
    background-color: #e6e8ec;
    cursor: pointer;
}

.fotorama{
    overflow: hidden;
    /* float: right; */
    width: 50%;
    left: 25em;
    position: relative;
    top: 2em;
    /*height: 30em;*/
}

.one_content > td {
    padding: 10px;
}

table{
    border-collapse: collapse;
    table-layout: fixed;
}

tr{
/*     border-top: 1px solid #ccc; */
/*     height: 30px; */
}



tr > th {
    padding: 8px;
    border-right: 1px solid white;
}

tr > td {
/*     padding: 2px 8px; */
    text-align: left;
}

table > tfoot > tr{
    background-color: #cfd2db;
}

.ti-open{
   background-color:  #eaffea;
}

.control-group{
    display: inline-block;
}

.ti-close{
cursor: pointer;
}

.ti-close:hover {
    border-top: 1px solid #ccc;
    background-color: #eaecee;
}

.icon-control{
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
}

.fa{
    /*color: #171343;*/
    /*padding: 0.5em;*/
    /*font-size: 1.4em;*/
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.fa:hover{
    /*color: #383b52;*/
    /*cursor:pointer;*/
    /*background-color: white;*/
}

.table-entity {
	width: 100%;
	border-collapse: separate;
	table-layout: auto;
	margin-top: 20px;
	/* 		font-size: 0.9em; */
}

.table-entity td {
	vertical-align: top;
}

.static{
    font-size: 14px;
    display: inline-block;
}

.icon-telegram {
    background: url("../images/telegram_32.png") no-repeat center;
    background-size: 18px;
}

.icon-parser {
    background: url("../images/parser.png") no-repeat center;
    background-size: 18px;
}

/* три нижние стиля не исправлять ни как!!!
    Иконки будут какого-то хера криво выглядить
*/
.icon-db {
    background: url("../images/bulk/database.svg") no-repeat;
}

.icon-community{
    background: url("../images/bulk/group.svg") no-repeat;
}

.icon-company{
    background: url("../images/bulk/company.svg") no-repeat;
}


.icon-migrator{
    background: url("../images/bulk/migrator_icon.png") no-repeat;
    background-size: contain;
}


.icon-olx{
    background: url("../images/olx_small.png") no-repeat;
    background-size: contain;
}

.icon-android{
    background: url("../images/android_small_white.png") no-repeat;
    background-size: contain;
}

/*
.icon-control-edit{
    background: url("../images/baseline_edit_black_18dp.png") no-repeat;
    background-size: contain;
}
*/

.icon-checker {
    background: url("../images/bulk/checker.svg") no-repeat;
}

.icon-extra {
    background: url("../images/bulk/extra.svg") no-repeat;
}

.icon-request {
    background: url("../images/bulk/request.svg") no-repeat;
}

.icon-statistic {
    background: url("../images/bulk/stat.svg") no-repeat;
}

.export-excel{
	background-image: url("../images/excel.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 16px 16px;
	background-position-x: 7px;
}

.icon-border{
    width: 40px;
    height: 40px;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    flex-shrink: 0;
    font-family: Muli,Roboto,"Helvetica",Arial,sans-serif;
    line-height: 1;
    user-select: none;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    right: 4em;
    top: 0.5em;
    background: white;
    color: #3C4252;
}
.main-car-image{
    height: 175px;
    width: 310px;
    object-fit: contain;
}
.ti-allowed td, .ti-allowed th {
    background-color: #b6d2b677;
}

.ti-permitted td, .ti-permitted th{
    background-color: #ff6b6677;
}

.small-car-icon{
    height: 35px;
    cursor: pointer;
    display: block;
    width: 50px;
    object-fit: contain;
    background: #696969;
}

/*.small-car-icon:hover{*/
/*content:  url("../images/baseline_edit_black_18dp.png");*/
/*}*/

.auth-link{
	position: absolute;
	right: 5em;
    top: 1em;
    font-size: 12px;
    color: white;
    text-align: right;
}
.auth-link a{
	text-decoration: underline;
	color: white;
}

.auth-info{
    position: absolute;
    right: 9.4em;
    top: 1em;
    font-size: 14px;
    color: white;
}

.ava{
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}

button {
		    padding: 5px 10px;
	font-size: 0.9em;
	color: black;
	cursor: pointer;
	background-color: #e7e7e7;
	border: 0.1em solid;
    border-color: #848484 #a1a1a1 #c7c7c7;
	outline: 0;
	font-weight: normal;
	    font-family: 'Varela Round', sans-serif;
}

	button:hover{ 
		box-shadow: #5c809c 0 0 5px; 
	} 
	
	button:active{ 
		background-color: #ddd; 
		box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); 
		box-sizing: border-box; 
	} 

/* button{ */
/* 	    padding: 5px 10px; */
/*     letter-spacing: .5px; */
/*     cursor: pointer; */
/*     height: 24px; */
/*     font-size: 0.9em; */
/*     font-weight: bold; */
/*     background-color: #e7e7e7;; */
/* } */

.button-icon{
    padding: 5px 10px;
    font-size: 0.9em;
/*     line-height: 1.5; */
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #e7e7e7;
    cursor: pointer;
    float: left;
        outline: 0
}

.button-def:active, .button-def:hover{
/* 	    color: #333333; */
    background-color: #ddd;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-sizing: border-box;
   
}

button:active , input[type="submit"],
 input[type="button"]{
background-color: #ddd;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-sizing: border-box;
}



 button:hover, input[type="submit"]:hover, 
 input[type="button"]:hover{
/* 	    color: #333333; */
	box-shadow: #5c809c 0 0 2px;
}

 button:disabled, input[type="submit"]:disabled, 
 input[type="button"]:disabled{
	color: #777777;
    background-color: #eee;
    box-shadow: none;
    border-color: #ccc;
    cursor: auto;
}

 button:disabled:hover, input[type="submit"]:disabled:hover, 
 input[type="button"]:disabled:hover{
	color: #777777;
    background-color: #eee;
    box-shadow: none;
    border-color: #ccc;
    cursor: auto;
}

 button:active:hover{
     box-shadow: inset 0 1px 5px rgb(0 0 0 / 20%);
 }

button:disabled:active:hover{
    box-shadow: none;
}

.button-confirm{
    color: #ffffff;
    background-color: #f04124;
    border-color: #ea2f10;
    margin-left: 10px;
}

.button-save{
    color: #ffffff;
    background-color: #358753;
    border-color: #2b6e44;
    margin-left: 10px;
}

.button-confirm:active,  .button-confirm:hover{
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-sizing: border-box;
    color: #ffffff;
    background-color: #d32a0e;
    border-color: #b1240c;
}
    
.multi-list, #scrollPane{
    height:55px;
    overflow:scroll;
    /*overflow-y:scroll;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.multi-select, #scrollPane{
    width: 100%;
}

#scrollPane {
    overflow: auto;
    height: 100%;
/*     margin-top: 60px; */
/*     padding-top: 100px; */
    width: 100%;
    font-size: 1rem;
}

#scrollPane form {
/*     overflow: auto; */
    /* height: 100%; */
/*     height: 96%; */
    margin-top: 10px;
}

.empty-message{
    text-align: center;
    margin-top: 50px;
}


/*.multi-list::-webkit-scrollbar-track, .multi-select::-webkit-scrollbar-track,*/
/*    #scrollPane::-webkit-scrollbar-track, #scrollPane::-webkit-scrollbar-track*/
/*{*/
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
/*    background-color: blue;*/
/*    color: black;*/
/*}*/

/*.multi-list::-webkit-scrollbar, .multi-select::-webkit-scrollbar,*/
/*#scrollPane::-webkit-scrollbar, #scrollPane::-webkit-scrollbar*/
/*{*/
/*    width: 6px;*/
/*    background-color: red;*/
/*    color: black;*/
/*}*/

/*.multi-list::-webkit-scrollbar-thumb, .multi-select::-webkit-scrollbar*/
/*#scrollPane::-webkit-scrollbar-thumb, #scrollPane::-webkit-scrollbar*/
/*{*/
/*    background-color: green;*/
/*    color: black;*/
/*}*/

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9ba1b1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #62697b;
}

/* -------------
Sidebar
----------------*/
.sidebar {
    position: fixed;
    width: 17em;
    height: 100%;
    top: 60px;
    overflow: hidden;
    background-color: #303030;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    transform: translateX(-17em);
    transition: transform 250ms ease-in-out;
    z-index: 15;
}


/*header {
    background-color: #3C4252;
    width: 100%;
    display: block;
    padding: 0.75em	1em;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
    !* border-radius: 20px; *!
    z-index: 10;
    position: relative;
    !*height: 35px;*!
}*/
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type="submit"] {
    /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);*/
    padding: 0 16px;
    letter-spacing: 1px;
    cursor: pointer;
    height: 24px;
    background-color: #e7e7e7;;
    /*border: 1px solid #aaa;*/
}
input[type="button"]{
    letter-spacing: 1px;
    cursor: pointer;
    height: 24px;
    background-color: #e7e7e7;;
}
#openSidebarMenu {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input, select, textarea {
/* 	box-sizing: border-box; */
/*     background-color: #ffffff;*/
    border: 0.1em solid;
	border-color: #848484 #848484 #c1c1c1 #c1c1c1;
    outline: 0;
    padding: 0 0.3em;
/*	font-size: 1em;*/
}

input:focus, select:focus, textarea:focus, input:active, select:active, textarea:active{
/*-webkit-box-shadow: #5c809c 0 0 2px;
    box-shadow: #5c809c 0 0 2px;
    z-index: 1;*/
    outline: 1px solid #32537f;
    outline-offset: -1px;
    box-shadow: none;
}

input[type="radio"]:active, input[type="radio"]:focus{
    outline: none;
    cursor: pointer;
}

input:disabled:focus, select:disabled:focus, textarea:disabled:focus,
input:disabled:active, select:disabled:active, textarea:disabled:active{
    /*-webkit-box-shadow: #5c809c 0 0 2px;
        box-shadow: #5c809c 0 0 2px;
        z-index: 1;*/
    outline: none;
}

textarea{
    padding: 2px 4px;
    font-size: 13px;
}


input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

input[type="number"]{
    height: 20px;
}
/*input[type="file"]{
    background-color: white;
}*/
/* input[type="text"]{ */
/*     max-width: 120px; */
/*     height: 18px; */
/* } */

input[type="date"] {
    /*max-width: 100px;*/
    height: 20px;
}



.pageable-control{
/* 	margin-left: 40px; */
/*     width: 90%; */
    padding: 0;
   border-collapse: separate;
/*    margin-top: 100px; */
}

.pageable-control > .button-control{
	width: 50px;
}




/* -------------
	spec-button
----------------*/

.spec-button {
/*     position: relative; */
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    padding: 0 16px;
    /* min-width: 64px; */
    height: 32px;
    width: 180px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    /* text-transform: uppercase; */
    color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
    /* color: black; */
    background-color: #0c53b0;
    position: absolute;
    bottom: 32px;
    right: 5%;
}

.sub-spec-button{
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    padding: 0 16px;
    /* min-width: 64px; */
    height: 24px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    /* text-transform: uppercase; */
    color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
    /* color: black; */
    background-color: #0c53b0;
}

.spec-button::-moz-focus-inner {
    border: none;
}

/* Overlay */
.spec-button::before , .sub-spec-button::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transition: opacity 0.2s;
}

/* Ripple */
.spec-button::after, .sub-spec-button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.spec-button:hover, .sub-spec-button:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.spec-button:hover::before {
    opacity: 0.08;
}

/* Active */
.spec-button:active, .sub-spec-button:active {
	    background-color: #0c53b0;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.spec-button:active::after, .sub-spec-button:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

/* Disabled */
.spec-button:disabled , .sub-spec-button:disabled{
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    box-shadow: none;
    cursor: initial;
}

.spec-button:disabled::before {
    opacity: 0;
}

.spec-button:disabled::after {
    opacity: 0;
}


/* -------------
	Spinner
----------------*/

.loader {
/*   border: 6px solid #e7e7e7; */
/*   border-radius: 50%; */
/*   border-top: 6px solid #3C4252; */
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* -------------
Sidebar Nav
----------------*/
.sidebar-nav {
    position: fixed;
    background-color: #303030;
    height: 100%;
    font-weight: 400;
    padding-bottom: 6em;
    z-index: 9;
    overflow: hidden;
    padding-top: 1em;
    -webkit-overflow-scrolling: touch;
    width: 100%
    /* -------------
    Chev elements
    ----------------*/
    /* -------------
    Nav-Flyout
    ----------------*/
    /* -------------
    Hover
    ----------------*/
}

.sidebar-nav ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.sidebar-nav ul li {
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    width: 100%;
    /* -------------
    Sidebar: icons
    ----------------*/
}
.sidebar-nav ul li a {
    color: rgba(255, 255, 255, 0.9);
    padding: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.sidebar-nav ul li ul {
    background-color: #464646;
}

.sidebar-nav ul li ul li a {
	    font-size: 12px;
	    padding-left: 7em;
}

.sidebar-nav ul li ul li a:hover{
	background-color: #5b61718a;
}

.sidebar-nav ul li a:hover {
	background-color: #5b61718a;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.sidebar-nav ul li i {
    display: inline;
    margin: 0 1em;
    width: 24px;
    height: 24px;
}

.sidebar-nav .nav-flyout {
    position: absolute;
    background-color: #2C2C2C;
    z-index: 9;
    left: 2.5em;
    top: 0;
    height: 100vh;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar-nav .nav-flyout a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
.sidebar-nav ul > li:hover .nav-flyout {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}