html {
    font-family: "Helvetica",sans-serif !important;
    color: #373737;
}
body {
    font-family: "Helvetica",sans-serif !important;
    background-color: #878787;
    color: #373737;
}
div {
    background-size: cover;
}
[hidden] {
    display: none !important;
}
video {
    border: none;
    outline: none;
}
input {
    color: #373737;
}
select {
    color: #373737;
}

.select2-container {
    width: 100% !important;
}

.select2-selection--multiple {
    min-height: 38px;
}
textarea {
    color: #373737;
}
textarea.json {
  width: 100%;
  min-height: 35rem !important;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 0.8rem;
  line-height: 1.2;
}

.w3-dark-grey, .w3-dark-gray
{
    background-color:#373737 !important;
}
.w3-text-dark-grey, .w3-text-dark-gray
{
    color:#373737 !important;
}
.w3-input {
    padding:5px !important;
}
input {
    border: solid 1px silver;
    padding:.4rem !important;
}
select {
    border: solid 1px silver;
    font-family: sans-serif !important;
    padding:.5rem .2rem !important;
}
.w3-button {
    padding:5px 10px !important;
    margin-right:5px;
    border:solid 1px silver !important;
}
.w3-button:hover{
    border-color:silver !important;
}
.w3-button:active {
    background-color:darkgray !important;
}
.w3-button.w3-bar-item {
    border:none !important;
}
.w3-button.small
{
    font-size:.9rem;
}

.form-window .form-field.field-key {
width:165px;
}


.w3-tabs {
    display: flex;
    font-size: 1.1rem;
    border-bottom: solid 1px lightgray;
}

.w3-tab {
    padding: .5rem 1rem;
    padding-bottom: .3rem;
    color: dimgray;
    cursor: pointer;
    transition: .1s ease-in-out;
}

.form-buttons a {
    text-decoration:none;
}

    .w3-tab label {
        cursor: pointer;
        user-select: none;
        white-space:nowrap;
    }

    .w3-tab:hover {
        color: #373737;
        background-color: silver;
    }

    .w3-tab:active {
        color: white;
        background-color: dimgray;
    }

    .w3-tab.selected {
        color: white;
        background-color: dimgray;
    }

.w3-tab-table {
    display: none;
margin-bottom:1rem !important;
}

    .w3-tab-table.selected {
        display: table;
    }

.w3-tab-spacer {
    height: 15px;
    flex: 1;
}


.w3-sidebar {
    position: fixed !important;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 220px;
    display: flex !important;
    flex-direction: column;
}
.w3-main {
    /* margin-left: 220px; */
    position: fixed;
    top: 0;
    left: 226px;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.w3-table td.right, .w3-table th.right
{
    text-align:right;
}
.w3-table td.center, .w3-table th.center
{
    text-align:center;
}
.w3-table td.delete, .w3-table th.delete {
    text-align: center;
    width: 60px;
}
.w3-table td.actions, .w3-table th.actions
{
    text-align:center;
    width:200px;
    white-space:nowrap;
}
.w3-table td.select, .w3-table th.select
{
    text-align:center;
    width:40px !important;
}
.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
    /*vertical-align: baseline;*/
    vertical-align:inherit;
}
.w3-table td.thumblogo, .w3-table th.thumblogo {
    text-align: center;
    /*vertical-align: baseline;*/
width:30px;
}
.w3-table td.thumbnail, .w3-table th.thumbnail {
    text-align: center;
    vertical-align: inherit;
width:120px;
}
.w3-table td.ellipsis, .w3-table th.ellipsis {
    /*vertical-align: middle !important;*/
}
.w3-table td.thumblogo
{
    min-height:20px;
    min-width:20px;
    padding:0!important;
}
.w3-table td.thumblogo > div
{
    padding:0 !important;
    position:relative;
display:inline-block;
}
.w3-table td.thumblogo > div > img
{
    max-width:30px;
    margin: 0;
    margin-top:.5rem;
}
.w3-table td.thumblogo > div.thumblogo-list > img {
    margin:0;
}
.w3-table td.thumbnail
{
    min-height:20px;
    min-width:20px;
    padding:0!important;
}
.w3-table td.thumbnail > div
{
    padding:0 !important;
    position:relative;
display:inline-block;
}
.w3-table td.thumbnail > div > img
{
    max-width:60px;
    margin: 1rem;
    margin-top:.5rem;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.1),0 3px 10px 0 rgba(0,0,0,0.1) !important;
}
.w3-table td.thumbnail > div.thumbnail-list > img {
    margin:0;
}
.w3-table td.thumbnail > div > div.preview {
    opacity:0;
    cursor:pointer;
    transition:.1s ease-in-out;
}
.w3-table td.thumbnail > div > div.preview:hover {
    opacity:1;
}
.w3-table td.thumbnail > div > div.preview:active {
    opacity:.7;
}
    .w3-table td.thumbnail > div > div.preview > div.bkgd {
        position: absolute;
        background-color: #373737;
        opacity: .3;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
.w3-table td.thumbnail > div > div.preview > div.ctnr {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.w3-table td.thumbnail > div > div.preview > div.ctnr > i {
    color: whitesmoke;
    position:relative;
    top:-1px;
    font-size:2rem;
}
    .w3-table td a
    {
        color: #005999;
        text-decoration: none;
        cursor: pointer !important;
    }
.w3-table td a:hover {
    text-decoration: underline;
}
.w3-table td span
{
    font-size:.9rem;
}
.w3-table td.no-wrap span {
    white-space: nowrap;
}
.w3-table td.ellipsis {
    max-width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.w3-table th [type=checkbox]
{
    position:relative;
    top:1px;
    left:1px;
}

.w3-table td.select, .w3-table th.select {
    vertical-align:inherit;
}
.w3-table th, .w3-table-all th {
    padding: 0;
}
.w3-table th:first-child, .w3-table td:first-child, .w3-table-all th:first-child, .w3-table-all td:first-child
{
    padding:0;
}







.w3-tab-table .infobox-field input {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0px !important;
}
.w3-tab-table tr.video
{
    text-align:center;
}

.w3-tab-table tr.frame iframe {
    text-align: center;
    border: solid 1px lightgray;
    width: 100%;
    height: 100%;
    min-height:300px;
}

.w3-tab-table tr.image {
    text-align: center;
    position:relative;
}


.w3-tab-table tr.video .preloader h3 {
color:white;
}
.w3-tab-table tr .preloader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}
.w3-tab-table tr .loader {
    margin-right: .5rem;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(50, 50, 50, 0.2);
    border-right: 1.1em solid rgba(50, 50, 50, 0.2);
    border-bottom: 1.1em solid rgba(50, 50, 50, 0.2);
    border-left: 1.1em solid cornflowerblue;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.w3-tab-table tr .loader, .w3-tab-table tr .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.w3-align-center {
    display: flex;
    align-items: center;
}
.w3-padding-right-sm {
    padding-right:.5rem;
}
.w3-padding-left-sm {
    padding-left:.5rem;
}
.w3-padding-top-sm {
    padding-top:.5rem;
}
.w3-padding-sm {
    padding:.5rem;
}
.w3-border-bottom-2 {
    border-bottom:solid 2px;
}
.w3-no-select {
    user-select:none;
}
.w3-pointer {
    cursor:pointer;
}
.w3-error {
    color:red;
    font-style:italic;
}

/** 
 * ===================================================================
 * 04. preloader - (_preloader-1.scss)
 *
 * ------------------------------------------------------------------- 
 */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #373737;
	z-index: 800;
	height: 100%;
	width: 100%;
}
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;
}
#loader:before {
	content: "";
	border-top: 3px solid rgba(255, 255, 255, 0.1);
	border-right: 3px solid rgba(255, 255, 255, 0.1);
	border-bottom: 3px solid rgba(255, 255, 255, 0.1);
	border-left: 2px solid #e41e27;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.w3-loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #373737;
	z-index: 800;
	height: 100%;
	width: 100%;
}
.w3-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;
}
.w3-spinner:before {
	content: "";
	border-top: 3px solid rgba(255, 255, 255, 0.1);
	border-right: 3px solid rgba(255, 255, 255, 0.1);
	border-bottom: 3px solid rgba(255, 255, 255, 0.1);
	border-left: 2px solid #e41e27;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


.form-buttons 
{
    margin-bottom:.5rem;
}
.form-button label {
    line-height:unset;
}

input:read-only {
    border: solid 1px silver;
    background-color:gainsboro;
    padding: 2px;
}
select:disabled {
    border: solid 1px silver;
    background-color: rgb(235, 235, 228);
}

.w3-check, .w3-radio
{
    width: 18px !important;
    height: 18px !important;
    position: relative;
    top: 3px !important;
}
.input-group.file {
    display: flex;
    align-items: center;
    min-width: 250px;
}
.input-group.file input {
    display: none;
}
.input-group.file .selection:hover {
    border-color: #00a4e4;
}
    .input-group.file .selection
    {
        background-color: #fff;
        border: solid 1px #ccc;
        color: #373737;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 7px;
        border-radius: 0px;
        margin-right: 10px;
        flex: 1;
        max-height: 200px;
        overflow: auto;
    }
.input-group.file label {
    max-width: none;
    margin-right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.input-group.file label {
    flex: 1;
    display: flex;
    cursor: pointer;
}
.input-group label {
    min-width: 80px;
    text-overflow: ellipsis;
    max-width: 80px;
    margin-right: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
table td.field-button {
   height: 2.2rem;
    text-align: right;
}
table td.field-button > .form-button {
    /*height: 2rem !important; */
    position: relative;
    top: -3px;
    /* align-items: inherit; */
    padding: 10px 18px !important;
    margin-right: 0;
}