
body {
    font-family: 'Roboto';
    min-width: 700px;
    padding-bottom: 100px;
}

header {
    width: 100%;
}

header.welcome {
    height: 200px; //300px;
}
header.welcome .logo {
    width: 85px; //370px
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 10px; //30px 0 20px;
}

header.welcome .appname {
    width: 700px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
header.welcome .appname span {
    border-bottom: 2px solid #FF9D57;
}

.page-title {
    width: 700px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
}
.page-title span {
    border-bottom: 2px solid #FF9D57;
}

.page-layout.welcome {
    width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
}
.page-layout.welcome nav {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 600px;
    margin-top: 20px;
}
.page-layout.welcome nav::before,
.page-layout.welcome nav::after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}
.page-layout.welcome nav a {
    display: block;
    width: 48%;
    margin-bottom: 3%;
    box-shadow: 0px 2px 8px -2px rgba(15,15,230,0.3);
    color: #111;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;

}
.page-layout.welcome nav a:hover {
    background: #b7b7f8;
}
.page-layout.welcome nav a.logout:hover {
    background: hsla(10, 100%, 70%, 1);
}
.page-layout.welcome nav a.logout span:nth-child(1),
.page-layout.welcome nav a.logout:hover span:nth-child(2) {
    display: inline;
}
.page-layout.welcome nav a.logout:hover span:nth-child(1),
.page-layout.welcome nav a.logout span:nth-child(2) {
    display: none;
}
.page-layout.welcome nav a:nth-child(1n+4){
    order: 1;
}
.page-layout.welcome nav a:nth-child(2n+4){
    order: 2;
}
.page-layout.welcome nav a:nth-child(1) {
    order: 1;
    padding: 20px 0;
}
.page-layout.welcome nav a:nth-child(2) {
    order: 2;
    padding: 60px 0;
}
.page-layout.welcome nav a:nth-child(3) {
    order: 1;
    padding: 90px 0;
}
.page-layout.welcome nav a:nth-child(4) {
    order: 2;
    padding: 50px 0;
}

.page-layout.one-column {
}
.page-layout.one-column .column {
    min-width: 700px;
    max-width: 1350px;
    margin: 0 auto;
}

.page-layout.two-column {
    min-width: 700px;
    max-width: 1350px;
    margin: 25px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
}
.page-layout.two-column .column {
    border: 1px solid;
}
.page-layout.two-column .filter.column {
    width: 24%;
    border-color: #b7b7f8;
}
.page-layout.two-column .content.column {
    width: 73%;
    margin-left: 2%;
    border-color: hsla(0, 0%, 70%, 1);
}
.page-layout .container {
    margin: 40px 50px 10px 50px;
    padding: 25px;
    border: 1px solid #b7b7f8;
    text-align: center;
}
.page-layout .container h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.comnewcol {}
.comnewcol .w180 {
    margin: 5px 0 5px 0;
    font-size: 18px;
}
.comnewcol input,
.comnewcol select {
    padding: 5px 20px;
    border: 1px solid hsla(0, 0%, 85%, 1);
    font-family: 'Roboto';
    font-size: 18px;
}
.comnewrow .button {
    padding: 5px 10px;
    border: 2px solid hsla(0, 0%, 70%, 1);
    font-family: 'Roboto';
    font-size: 18px;
    background: #D9FDAB;
    font-weight: 500;
    cursor: pointer;
    color: #444;
    text-decoration: none;
}
.comnewrow .button:hover {
    background: #b7b7f8;
    border: 2px solid #b7b7f8;
}
@media (max-width: 800px) {
    .page-layout.two-column .filter.column {
        width: 95%;
        margin-left: 4%;
        margin-bottom: 25px;
        font-size: 26px;
    }
    .page-layout.two-column .content.column {
        width: 95%;
        margin-left: 4%;
    }
	table{
		/*transform: scale(0.5);*/
	}
	
	.big-table {
		/*overflow-x: scroll;
		padding-left: 15px;
		margin-right: 25px;*/
		/*display: inline-block;*/
	}


}
/*
@media (min-width: 801px) and (max-width: 1200px) {

	.big-table {
		overflow-x: scroll;
		padding-left: 15px;
		margin-right: 20px;
	}


}*/
/* mobile scroll bar */
/*
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #D9FDABfff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #D9FDABfff; 
}*/
/* mobile scroll bar */
nav.stats-menu {
    width: 100%;
    height: 300px;
    padding-top: 20px;
}
nav.stats-menu a {
    display: block;
    float: left;
    width: 30%;
    padding: 40px 0;
    margin-bottom: 30px;
    margin-right: 2%;
    box-shadow: 0px 2px 8px -2px rgba(15,15,230,0.3);
    color: #111;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
}
nav.stats-menu a:hover {
    background: #b7b7f8;
}
@media (max-width: 800px) {
    nav.stats-menu a {
        float: none;
        width: auto;
        padding: 0;
        margin-left: 4%;
        font-size: 30px;
        line-height: 40px;
    }
}

.login-form {
    text-align: center;
}
.login-form .form-group {
    padding: 10px 0;
}
.login-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #222;
    text-align: left;
    margin-left: 30px;
}
.login-form input.field {
    width: 500px;
    padding: 25px 20px;
    border: 1px solid hsla(0, 0%, 85%, 1);
    font-family: 'Roboto';
    font-size: 22px;
}
.login-form input.button {
    width: 542px;
    padding: 25px 0;
    border: 2px solid #505010;
    font-family: 'Roboto';
    font-size: 22px;
    background: #505010;
    font-weight: 500;
    cursor: pointer;
    color: #b7b7f8;
}
.login-form input.button:hover {
    background: #b7b7f8;
    color: #505010;
    border: 2px solid #b7b7f8;
}
.login-form .field-alert input.field {
    border: 1px solid #FF9D57;
}
.login-form .field-alert .text-alert {
    text-align: right;
    margin: 3px 29px 0px 3px;
}
.login-form .field-alert .text-alert span {
    background: #FF9D57;
    color: #D9FDAB;
    padding: 2px 10px;
    border-radius: 0 0 5px 5px;
}

header.internal {
    max-width: 1140px;
    padding: 10px 0 15px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}
header.internal .logo {
    float: left;
}
header.internal .logo img {
    width: 50px; //80px;

}

header.internal nav a {
    color: black;
    /* border-bottom: 2px solid black; */
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    margin-left: 45px;
}
@media (max-width: 800px) {
    header.internal {
        padding: 10px 0 20px;
    }
    header.internal nav a {
        margin-left: 20px;
    }
}
header.internal nav a:hover,
header.internal nav a.active {
    /* color: #b7b7f8; */
    border-bottom: 2px solid #FF9D57;
}


.private-form {
    display: flex;
    flex-wrap: wrap;
}
.private-form .form-group {
    flex: 1 1 50%;
    margin: 15px 0;
}
@media (max-width: 800px) {
    .private-form .form-group {
        flex: 1 1 96%;
        margin-left: 4%;
    }
}
.private-form .form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #222;
}
.private-form .form-group select {
    width: 94%;
    padding: 5px 20px;
    border: 1px solid hsla(0, 0%, 85%, 1);
    font-family: 'Roboto';
    font-size: 18px;
}
.private-form .form-group input.field {
    width: 86%;
    padding: 25px 20px;
    border: 1px solid hsla(0, 0%, 85%, 1);
    font-family: 'Roboto';
    font-size: 22px;
}
.private-form .form-group input.button {
    width: 97%;
    padding: 25px 0;
    border: 2px solid #505010;
    font-family: 'Roboto';
    font-size: 22px;
    background: #505010;
    font-weight: 500;
    cursor: pointer;
    color: #b7b7f8;
}
.private-form .form-group input.button:hover {
    background: #b7b7f8;
    color: #505010;
    border: 2px solid #b7b7f8;
}


/* stat_car_visual */
.car-visual{
    padding: 25px;
}
.animblock{
    width:100%;
    margin:40px auto;
}
.vagvis{
    display:table;
    margin:10px auto;
}
#animvis{position:relative;}
.vag{position:absolute;cursor: pointer;}
.vag:hover{border:2px dotted #D9FDAB;margin-top: -1px; margin-left: -1px;}
.vagscol{display: inline-block;width: 19%; text-align: center;}
#horn{position:absolute; height:35px;  border:2px solid #000; text-transform:uppercase; text-align:center;}
#horn p{font-size:9px; padding:0; margin:0;}
#scaner{position:absolute; }
.scanqv{height:15px; width:25px; border:2px solid #FF9D57; display:inline-block; vertical-align:middle; margin-right:5px;}
.movestatus{height:20px; display:table; margin:5px auto;}
.movestatus span{display:none;}
#machinemove{margin-right:10px;font-size: inherit;}
.vagvis label,#movedemo{display:none;}
.machstats,.vagstats{display:table; margin:20px auto;line-height: 2rem;}
.vagstats{max-width:800px; padding:5px 15px;}
.vagstats img{width:100%; display:none;}

/* stat_scanner */
.scannershot{
    display:table;
    margin:20px;
}
.scannershot img{
    max-width:100%;
    height:auto;
}

/* grid search form */
.default_dg_filter_table tr td select,
.default_dg_filter_table tr td input {
    margin-left:2px;
}
.default_dg_filter_table tr td {
    padding-bottom: 2px;
}
.default_dg_filter_table tr td,
.default_dg_filter_table tr td input,
.default_dg_filter_table tr td select {
    font-size: 18px !important;
}
@media (max-width: 800px) {
    .default_dg_filter_table tr td,
    .default_dg_filter_table tr td input,
    .default_dg_filter_table tr td select {
        font-size: 20px !important;
    }
}

/* adm */

.alertsetblock {
    text-align: center;
    font-size: 20px;
}
.alertset {
    margin: 20px auto;
}
.alertsetblock input.button {
    width: 470px;
    padding: 25px 0;
    border: 2px solid hsla(0, 0%, 70%, 1);
    font-family: 'Roboto';
    font-size: 20px;
    background: #D9FDAB;
    font-weight: 500;
    cursor: pointer;
    color: #444;
}
.alertsetblock input.button:hover {
    background: #b7b7f8;
    border: 2px solid #b7b7f8;
}
.comdlist {
    margin-top: 40px;
}


.tablemore{
    width:100%;
}
.tablemore th {
    font-weight: bold;
    padding: 10px 0;
}
.tablemore tr{
    border-bottom:1px solid #eee;
}
.tablemore tr td{
    padding:4px 5px;
    position:relative;
}
.tablemore a{
    font-size:12px;
}
.tabrowname {
    display: none;
}
@media (max-width: 640px) {
    .tablemore {
        zoom: 2.2;
    }
    .tablemore th {
        display: none;
    }
    .tabrowname {
        float: left;
        display: block;
    }
    .tablemore td {
        display: block;
        text-align: right;
        width: 100%;
    }
}

.comnewbl {
    display: none;
}

.rights_top{
    display:table;
    margin:30px auto;
    font-size: 20px;
}
.rights_top .rghtname{
    width:100px;
    display:inline-block;
    vertical-align:middle;
    margin: 5px 0;
}
.mashrow{
    margin-bottom:10px;
}
.mashrow .rghtname{
    width:410px;
    padding: 0 30px 5px 0;
    display:inline-block;
    vertical-align:middle;
    font-size: 20px;
}
#idus{
    display:none;
}
.rgt_list {
    width: 470px;
    margin: 0 auto;
}
.rgt_list input.button {
    width: 470px;
    padding: 25px 0;
    border: 2px solid hsla(0, 0%, 70%, 1);
    font-family: 'Roboto';
    font-size: 20px;
    background: #D9FDAB;
    font-weight: 500;
    cursor: pointer;
    color: #444;
}
.rgt_list input.button:hover {
    background: #b7b7f8;
    border: 2px solid #b7b7f8;
}
.rghtmsg{
    display:block;
    text-align:center;
    color:#ff3333;
    margin-top:20px;
}


.comnewcol {}
.comnewcol .w180 {
    margin: 5px 0 5px 0;
    font-size: 18px;
}
.scancomblock input,
.scancomblock select {
    padding: 5px 20px;
    border: 1px solid hsla(0, 0%, 85%, 1);
    font-family: 'Roboto';
    font-size: 18px;
    width: 300px;
}
.scancomblock .button {
    padding: 5px 10px;
    border: 2px solid hsla(0, 0%, 70%, 1);
    font-family: 'Roboto';
    font-size: 18px;
    background: #D9FDAB;
    font-weight: 500;
    cursor: pointer;
    color: #444;
    text-decoration: none;
}
.scancomblock .button:hover {
    background: #b7b7f8;
    border: 2px solid #b7b7f8;
}

.scb_top{
    display:table;
    margin:0 auto 20px;
}
.scb_top select{
    width:200px;
}
.w100{
    width:100px;
    display:inline-block;
    vertical-align:top;
}
.w130{
    width:130px;
    display:inline-block;
    vertical-align:top;
}
.shortinp{
    width:60px;
}

#scanselect{
    width:230px;
}
#comspr{
    width:20px;
}
.fastcomhd{
    margin-bottom: 5px;
}
.comfastbl{
    display: table;
    margin: 0 auto 20px;
}
.scancomblock .comnewcol {
    margin-bottom: 5px;
}
.comnewbl{
    display: table;
    margin: 0 auto;
    display:none;
}
.savecommsg,.sendcommsg{
    display:table;
    margin:15px auto;
    color:#ff3333;
    font-size:12px;
}
.fixfloat{
    content:'';
    display:block;
    clear:both;
}
ul li{
    list-style:none;
}


.alertblock{
    display:none;
    position:fixed;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:100%;
    max-width:800px;
    padding:10px 15px;
    background:rgba(0,0,0,0.8);
    z-index:10;
}
#alerts{
    color:#ff3333;
}
#alerts a, #alerts a:visited{
    color:#ffcc00;
    display:table;
    padding:5px 0 13px;
    margin:0 auto;
}