html, body {
    /*overflow-x: hidden;*/
    height: 100%;
}

body {
    font-size: 100%;
    overflow-y: hidden;
    font-family: 'Roboto', 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-color: white;*/
    height: 22px;
}

.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;
}

h3 {
    margin: 0;
    font-size: 1.1em;
}


#create-request-link {
    margin-right: 8px;
    transition: 0.2s;
}

/*#create-request-link:hover{
    color: #0056b3;
}*/

.create-request-div {
    display: flex;
    padding: 4px;
    align-items: baseline;
    border: 1px solid transparent;
    transition: 0.1s;
    cursor: pointer;
    margin: 0 4px;
}


.create-request-div a {
    color: #525252;
}

.create-request-div:hover a {
    color: #0056b3;
}

.create-request-div:active a {
    color: #003e81
}

.create-request-div:hover {
    background-color: white;
    color: #0056b3;
    border-color: #bbb #ddd #eee;
    border-width: 1px;
    border-style: solid;
}

.create-request-div:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #003e81;
    background-color: #fefefe;
}

.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: 40px;
    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% 20px 5%;
    /*    width: 100%;*/
    overflow: hidden;
    padding: 8px;
}

.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-parser { */
/*     background: url("../images/parser.png") no-repeat center; */
/*     background-size: 18px; */
/* } */

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

/*
.icon-file-to-db{
    background: url("../images/import.png");
	background-size: contain;
	background-repeat: no-repeat;
}
*/
.icon-community {
    background: url("../images/group.png");
    background-size: contain;
    background-repeat: no-repeat;
}


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

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

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

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

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



/*
.icon-olx{
    background: url("../images/olx_small.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/checker.png");
	background-size: contain;
	background-repeat: 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;
    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;
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #e7e7e7;
    cursor: pointer;
    float: left;
    outline: 0;
    color: #333;
    transition: all 0.1s;
}

.button-icon:hover{
    box-shadow: none;
    background-color: #efefef;
    color: #000;
    border: 1px solid #ccc;
}

.button-icon:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-sizing: border-box;
    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"]:active,
input[type="button"]:active {
    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 #ccc #eee;
    cursor: auto;
}

button:disabled:active, input[type="submit"]:disabled:active,
input[type="button"]:disabled:active, input[type="checkbox"]:disabled:active {
    border-color: #ccc #ccc #eee;
    outline: none;
}

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

.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: 1em;
}

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

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

#dialog-create-request {
    font-size: 14px;
    padding: 20px;
}

#dialog-create-request input, #dialog-create-request select {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin: 5px;
}

#dialog-create-request input {
    width: 180px;
    height: 21px;
}

#dialog-create-request input[type="number"] {
    width: 100px;
}

#dialog-create-request select {
    width: 190px;
    height: 24px;
}


#dialog-create-request textarea {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin: 5px;
    width: 185px;
}

#dialog-create-request td:first-child {
    text-align: right;
}


.request-warning {
    font-style: italic;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
}

/*.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;
    -webkit-transform: translateZ(0);
    visibility: visible;
    -webkit-backface-visibility: hidden;
    transform: translateX(-17em);
    transition: transform 250ms ease-in-out;
    z-index: 15;
}


.sidebar header {
    background-color: #3C4252;
    width: 100%;
    display: block;
    padding: 0.75em 1em;
    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);
    /* 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: .5px;
    cursor: pointer;
    height: 24px;
    background-color: #e7e7e7;;
    /*border: 1px solid #aaa;*/
}

input[type="button"] {
    letter-spacing: .5px;
    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 {
    /* 	box-sizing: border-box; */
    /* background-color: #fff; */
    border: 0.1em solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    outline: 0;
    padding: 0 0.3em;
    font-size: 14px;
    height: 24px;
    box-sizing: border-box;
}

input:focus, select:focus, input:active, select:active, button:active, button: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=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: 24px;
}

input[type="file"] {
    background-color: white;
    height: auto;
}

/* input[type="text"]{ */
/*     max-width: 120px; */
/*     height: 18px; */
/* } */


textarea {
    box-sizing: border-box;
}

textarea:focus {
    outline: 1px solid #32537f;
    outline-offset: -1px;
    box-shadow: none;
}


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

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

/* -------------
	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;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

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


/* -------------
Sidebar Nav
----------------*/
.sidebar-nav {
    position: fixed;
    background-color: #303030;
    height: 100%;
    font-weight: 400;
    font-size: 1.2em;
    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);
    font-size: 0.65em;
    padding: 1.05em 1em;
    position: relative;
    display: block;
}

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

.sidebar-nav ul li ul li a {
    font-size: 0.6em;
    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 {
    font-size: 1.4em;
    padding-right: 1em;
    /* width: 2em; */
    display: inline;
    vertical-align: middle;
    margin: 0 1em;
}

.sidebar-nav .nav-flyout {
    position: absolute;
    background-color: #2C2C2C;
    z-index: 9;
    left: 2.5em;
    top: 0;
    height: 100vh;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-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 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
