:root {
	--dark-orange: #c45c17;
	--green: rgb(92, 184, 92);
	--orange: #FF7F30;
	--white: #FFFFFF;
	--black: #000000;
}

body { overflow-x: hidden; }

hr { border-top: 1px solid #bbb }

table a, table a:hover, table a:focus { color: var(--orange); }

tbody tr td button {
	position: relative;
	margin-right: 5px;
}

td { vertical-align: middle !important;}

td.actions {
	text-align: center;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

div.form-group.inline:first-of-type { padding-right: 0 !important; }
div.form-group.inline:last-of-type { padding-left: 0 !important; }
div.form-group.inline > form { display: inline; }
div.form-group.inline > form > button { width: 100%; }

#main {
	position: absolute;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	left: 0px;
	transition: .5s;
	padding: 0px;
	width: 100%;
	height: 100vh;
	max-height: 100%;
}

#tableFilters {
	/*position: relative;*/
	top: 7px;
	height: 100%;
}

#errors {
	min-width: 25%;
	margin-bottom: 15px;
	position: absolute;
	right: 0px;
}

#flash-message {
	border: 0px;
	border-radius: 0px;
	padding-right: 15px;
	position: fixed;
	top: 62px;
	right: 0px;
	z-index: 10;
	color: #fff;
	animation: flash-message 3.5s forwards;
}
@keyframes flash-message {
	0% {right: -500px;}
	15% {right: 0px;}
	85% {right: 0px;}
	100% {right: -1000px;}
}

.alert {
	border: 0px;
	border-radius: 1px;
	color: #fff;
}
.alert-success { background-color: rgb(92, 184, 92); }
.alert-info { background-color: #337ab7; }
.alert-warning { background-color: #f0ad4e; }
.alert-danger { background-color: rgb(201, 48, 44); }

.dataTables_filter { display: none !important; }

.container-fluid .row {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.container-fluid .row h1 {
	padding-right: 30px !important;
	padding-left: 30px !important;
	color: #333;
    font-size: 2em;
    -webkit-font-smoothing: antialiased;
    margin-top: 0px;
    margin-bottom: 0px;
}

.dashIcon {
	width: 100%;
	height: 15em;
	margin-bottom: 15px;
	padding-right: 0px;
	background-color: #333;
}
.dashIcon > a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	width: 100%;
	height: 100%;
	font-size: 40px;
	line-height: 360px;
	color: rgba(255, 255, 255, 0.4);
	background-color: rgba(0, 0, 0, 0.4);
	transition: 0.2s;
}
.dashIcon > a:hover,
.dashIcon > a:focus {
	color: white;
	background-color: rgba(0, 0, 0, 0.2);
	transition: 0.2s;
	text-decoration: none;
}
.dashIcon.last { margin-bottom: 0px; }
.dashIcon.dashIcon-green { background-color: #b7c42d; }
.dashIcon.dashIcon-orange { background-color: #FF7F30; }

.form-title {
	margin-top: 0px;
	padding-left: 15px;
}

.two-inputs {
	padding-left: 0px !important;
	padding-right: 7px !important;
}
.two-inputs.last {
	padding-left: 7px !important;
	padding-right: 0px !important;
}

.btn {
	border: 0px;
	border-radius: 1px;
}
.btn-default {
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
}
.btn-default:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
}
.btn-halt {
	color: white;
	background-color: #666;
}
.btn-halt:hover {
	color: white;
	background-color: #555;
}.btn-halt:hover:disabled{
	color: white;
	background-color: #666;
}
.btn-halt:focus {
	color: white;
	background-color: #555;
}

.halt {
	text-align: center;
	color: white;
	background-color: #666 !important;
}

.vobo{
	color: white;
	text-align: center;
	background-color: #777;
}

.vobo:hover{
	color: white;
	/* text-align: center; */
	background-color: #5c5b5b;
}

.vobo-primary{
	color: white;
	text-align: center;
	background-color: #337ab7;
	border: 0;
}

.vobo-primary:hover{
	color: white;
	background-color: #2e6da4;
}

input.form-control.halt { border-color: #666 !important; }
span.input-group-addon.halt { border-color: #666 !important; }
.info {
	text-align: center;
	color: white;
	background-color: #5bc0de !important;
}
input.form-control.info { border-color: #5bc0de !important; }
span.input-group-addon.info { border-color: #5bc0de !important; }
.warning {
	text-align: center;
	color: white;
	background-color: #f0ad4e !important;
}
input.form-control.warning { border-color: #f0ad4e !important; }
span.input-group-addon.warning { border-color: #f0ad4e !important; }
.danger {
	text-align: center;
	color: white;
	background-color: rgb(201, 48, 44) !important;
}
input.form-control.danger { border-color: rgb(201, 48, 44) !important; }
span.input-group-addon.danger { border-color: rgb(201, 48, 44) !important; }
.success {
	text-align: center;
	color: white;
	background-color: rgb(92, 184, 92) !important;
}
input.form-control.success { border-color: rgb(92, 184, 92) !important; }
span.input-group-addon.success { border-color: rgb(92, 184, 92) !important; }

.deleteable {
	color: #555;
	background-color: transparent;
	border-color: transparent;
	z-index: 1000;
	top: 30px;
	font-size: 17px;
}

td.no-padding-action {
	padding: 0 !important;
	height: 36px;
	width: 40px;
}

/* Data Table Stuff */
.pagination > li:first-child > a { border-radius: 1px; }
.pagination > li:last-child > a { border-radius: 1px; }

/* Print Requests table */
.status-btn {
	margin: 0;
	border: none;
	width: 50px;
	height: 50px;
	display: inline-block;
}
a.status-btn { line-height: 2.5; }
a.status-btn:hover { line-height: 2.4; }

/* Icon alignment for tables*/
.center-icon {
	padding-left: 24px !important;
	text-align: center;
}

/* Art preview tooltips */
img.preview {
	max-width: 175px;
	max-height: 175px;
}

/* Table highlight */
th.brand-color {
	background-color: var(--orange);
	color: var(--white);
}

/* Color status order isUncollectible*/
td.uncollectible {
	text-align: center;
	color: white;
	background-color: var(--black) !important;
}

/* table financial classes */
.visibility-table{
	display: none !important;
	visibility: hidden !important;
}

.bg-table{
	background-color: #f3f3f3;
}

.empty-cell{
	color: rgba(167, 167, 167, 0.15);
}

.refresh-btn {
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
}
.loaderFinancial {
    width: 22px;
    height: 22px;
    border: 4px dotted #ffffff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    animation: rotationFinancial 1s linear infinite;
    z-index: 2;
    background: transparent;
}

@keyframes rotationFinancial {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.card-pictures{
	border: 1px solid #e8e8e8; 
	padding: 15px 10px; 
	border-radius: 3px; 
	box-shadow: 0 0 6px #f0f0f0;
}

.card-pictures:hover{
	box-shadow: 0 0 15px #cbcbcb;
	transition: 0.3s;
}