* {
	outline:none!important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before, *:after {
    box-sizing: border-box;
}

img {
    border: none;
}

:focus {
    outline: none;
}

:hover, :active {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}

::-ms-clear { display: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

html {
    height: 100%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}


body {
    font-size: 16px;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
    padding-bottom:60px;
}

.footer {
    padding:60px 0 30px;
    margin-top:60px;
    width: 100%;
    text-align: center;
    font-size: small;
}

body > .container {
    padding: 60px 15px 0;
    min-height: 100%;
}
#breadcrumb-header {
    display: flow-root;
}
.breadcrumb-item {
    float: left;
}
.breadcrumb-item-right {
    float: right;
}
.breadcrumb-item+.breadcrumb-item-right::before {
    content: none;
}
.lawngreen {
    color: lawngreen;
}
.tomato {
    color: tomato;
}
.gold {
    color: gold;
}
table.table-results > caption {
    caption-side: top;
}
p {
    margin-bottom: 0;
}

.dataTable {
	table-layout:fixed;
}

div.dataTables_wrapper div.dataTables_filter {
	text-align:left;
}

.wrap {word-break: break-word;}


select.th-select {
    padding: 0 .5rem;
    margin-left: 10px;
    width: auto !important;
    //float: right;
}

.table-responsive {
    clear: both;
}

nav.navbar.navbar-expand-lg.navbar-light {
	padding:5px 0;
	background-color: #fff;
}

ul.navbar-nav {
    padding: 10px 0 20px;
}

.top_info {
	align-items:center;
}
.info_down {
	margin-left:10px;
	cursor:pointer;
}
tr > th.caption, .dataTable td {
    vertical-align: middle;
}
th.caption {
    text-align: center;
}
.dataTables_info {
	float: left;
}
.cid {
    width: 2em;
}
td.xs, th.xs {
    display: none;
}
td.wide, th.wide {
    display: table-cell;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-toggler {
	    display: block;
	}
	.navbar-expand-lg .navbar-collapse {
	  /*  display: none!important; */
	}
	.navbar-expand-lg {
    	justify-content: space-between;
	}
}

@media (max-width: 740px) {
    .container, .container-sm {
        max-width: 100%;
    }

    .table td, .table th {
        padding: 0.1rem;
    }

    html, body {
        font-size: 0.7rem;
    }

    body > .container {
        padding: 0px 15px 0;
    }

    a.top_header {
        width: calc(100% - 26px);
    }

    .navbar {
        align-items: baseline;
    }

    .top_info {
        align-items: baseline;
        width: calc(100% - 80px);
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0;
    }

    .breadcrumb-item + .breadcrumb-item:before {
        display: none;
    }

    ul.navbar-nav {
        font-size: +1rem;
    }

    td.wide, th.wide {
        display: none;
    }
    td.xs, th.xs {
        display: table-cell;
    }
}

img.i18n_flag {
    width: 16px;
    vertical-align: text-top;
}