:root {
	--primary-color: #202020;
	--primary-color-diff: #505050;
	--secondary-color: #ec0404;
}

.demo-wrapper { height:400px; background:rgba(0,0,0,.03); border:3px solid black; }
.heatmap { width:100%; height:100%; }

.custom .table-condensed tr {
	font-size : 10px;
}

.custom .table-condensed  {
	color : white;
}

.custom h5 {
	color: white;
}

.custom .form-group label {
	color: white;
	font-size: 10px;
}

.custom .form-group input, .custom .form-group select {
	height : 14px;
	padding: 0 1px;
	font-size: 9px;
}

.custom .list-group-item {
	font-size: 9px;
	padding: 0 1px;
}

.custom .btn-group {
	height: 20px;
}

.custom .btn {
	font-size: 10px;
	padding: 1px 1px;
	border: 0;
	background-color: var(--primary-color);
}

.white, .white a {
	color: #fff;
}

.custom {
	padding-right: 5px;
	padding-left: 5px;
}

#action {
	overflow: hidden;
}

.navbar.custom {
	margin-bottom: 0;
	background-color: var(--primary-color);
}

.navbar-brand.custom {
	padding: 10px 10px;
}

.navbar-default .navbar-fnt {
	color: #FFFFFF;
}
.navbar-default .navbar-backgrnd {
	color: var(--secondary-color);
}

a>i, .btn-default>i{
	color: var(--secondary-color);
}

/* tab color */

.nav-tabs{
	border-bottom: 2px solid #aaa;
	/*margin-top: 2%;*/
}
.tab-content{
	border-right: 1px solid #ccc;
	margin:0;
	padding:0;
}
.nav-tabs>li>a {
	background-image: linear-gradient(to bottom, var(--primary-color-diff) 0%, var(--primary-color) 100%) !important;
	border-color: #777777;
	color:#fff;
	font-size: 1.1em;
}
/* hover tab color */
.nav-tabs>li>a:hover {
	border-color: var(--secondary-color) !important;
	background-color:  var(--primary-color);
	color: var(--secondary-color) !important;
}

.nav-tabs>li>a.active {
	color: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
	background-image: none !important;
	background-color: #e0e0e0 !important;
}

.nav-tabs>li>a.active:hover {
	color: var(--primary-color) !important;
	border-color: #777777 !important;
	background-image: none !important;
	background-color: lightgrey;
}

.btn-default{
	box-shadow: none !important;
	background-color: var(--primary-color-diff) !important;
	background-position: 0 -15px !important;
	border-color: white !important;
	color: white;
	border-radius: 3px 3px 3px 3px;
}

button.dt-button:hover,.btn-default:hover, .btn-default:focus {
	background-position: 0 -15px !important;
	border-color: var(--secondary-color) !important;
	background-image: var(--primary-color-diff);
	opacity: 0.7;
}

div.dt-buttons a.dt-button {
	background-image: none;
	background-color: var(--primary-color);
	color: white;
}

button.dt-button.disabled {
	opacity: 0.6;
	cursor: not-allowed;
	background: #404040;
}
.btn-group .btn:first-child {
	border-radius: 3px 0 0 3px;
}

button.dt-button, .btn ,.fg-button {
	box-shadow: none !important;
	background-image:none;
	background-position: 0 -15px !important;
	border-color: white !important;
	background-color:var(--primary-color) !important;
	color: white;
	padding: 8px 16px;
	margin:0 0 0 2px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	border-radius: 3px 3px 3px 3px;
}

.ui-state-disabled, .btn-default a.active {
	opacity: 0.6;
	box-shadow: none !important;
	background-color: var(--secondary-color) !important;
	background-position: 0 -15px !important;
	background-image: none;
	/*border-color: white !important;     */
	color: white;
	padding: 8px 16px;
	margin:0 0 0 2px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

button.dt-button:hover, button.dt-button:focus {
	background-position: 0 -15px !important;
	border-color: var(--secondary-color) !important;
	background-image: var(--primary-color-diff);
	opacity: 0.7;
}

.fa-spin {
	animation-name: fa-spin !important;
	animation-duration: 0.4s !important;
	animation-timing-function: linear !important;
	animation-iteration-count: 2 !important;
	animation-direction: alternate !important;
}

.fa-spin-infinite {
	animation-name: fa-spin !important;
	animation-duration: 2s !important;
	animation-timing-function: linear !important;
	animation-iteration-count: infinite !important;
	animation-direction: normal !important;
}

.widget {
	overflow: hidden;
}

#container {
	height: 100%;
	width: 100%;
	position: fixed;
	flex-flow: row wrap;
	justify-content: space-around;
	/*overflow: auto;*/
}

/* .slidecontainer {
   width: 100%;
 }

 .slider {
   -webkit-appearance: none;
   width: 100%;
   height: 25px;
   background: #d3d3d3;
   outline: none;
   opacity: 0.7;
   -webkit-transition: .2s;
   transition: opacity .2s;
 }

 .slider:hover {
   opacity: 1;
 }

 .slider::-webkit-slider-thumb {
   -webkit-appearance: none;
   appearance: none;
   width: 25px;
   height: 25px;
   background: #4CAF50;
   cursor: pointer;
 }

 .slider::-moz-range-thumb {
   width: 25px;
   height: 25px;
   background: #4CAF50;
   cursor: pointer;
 }

 */

table.dataTable tbody tr:hover {
	background-color:#E6E6FA;
}

.ui-slider {
	background-color: white;
	width: 3em;
	height: 1em;
	top: 50%;
	text-align: center;
	line-height: 1.6em;
	border-radius: 2px 2px 2px 2px;
}

.ui-slider-range {
	background-color:white;
}

.ui-slider-handle{
	background-color: #f2f2f2;
	border-radius: 2px 2px 2px 2px;
	width: 2px;

}

table.dataTable td {
	box-sizing:border-box;
}

.shuffle-item {
	width: 9.6%;
	height:auto;
	padding-left: 0.25%;
	padding-right: 0;
	transform: inherit;
}

.aspect-model {
	position: relative;
	width: auto;
	height: auto;
	padding: 33%;
	box-sizing: border-box;
	overflow: hidden;
}

/*.picture-item-model{
	height: auto;
}  */


.shuffle-item-model  {
	width : 12%;
	max-height: 100%;
	padding: 0.25em;
	transform: inherit;
}

.picture-item__details-model{
	text-align: center;
	padding: 1px;
	display:block;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 15px;
	height:50px;
}

.picture-item__details  {
	text-align: center;
	padding: 1px;
	display:block;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 20px;
	height:60px;
}

.aspect {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.aspect__inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}

#grid {
	/*width : 1800px;*/
	width : 100%;
}

#gridModel {
	width : 1500px;
	min-height: 200px;
}

.row {
	max-width: 3000px;
	margin: 0;
	padding:0;
}

.my-shuffle-container {
	position: relative;
	overflow: hidden;
}

.my-sizer-element {
	position: relative;
	opacity: 0;
	visibility: hidden;
}

.navbar-dark {
	width: 100%;
	background-image: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color-diff) 100%);
}

.nav-menu a{
	color: white;
	font-size: 1vw;
	font-family : "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-selecting { background: #FECA40; }
.ui-selected { background: #F39814;  }

#editor {
	height:100%;
	background-color: grey;
	background-image: linear-gradient(rgb(153, 153, 153) 1%, transparent 20%), linear-gradient(90deg, rgb(153, 153, 153) 1%, transparent 20%);
	background-size: 0.5em 0.5em;
}

#toolbar{
	height:100%;
	background-color: white;
}
.state {
	background-color:#404040;
	height: 50px;
	width: 120px;
	border-radius: 5px;
	border: 2px solid #ff6666;
	position : relative;
}

.stateName {
	color: white;
	font-weight: 500;
}

.state .ui-selected { background: #F39814; color: white; }

.state_selected {
	background-color:#cccccc;
}


.modal-dialog {
	max-width: 80%; /* New width for default modal */
	width: 80%;
}

#toolbar-head {
	margin-top :5%;
}

.editor-datetime{
	width:20%;
}
div.DTED_Lightbox_Wrapper {
	left: 10%;
	right: 10%;
	margin-left: 0;
	width: auto;
}

#media-table-menu{
	width:100%;
	height: 3vw;
	padding:0;
	margin:0;
}
.table-menu-left{
	position:absolute;
	left:0;
	width:35%;
	padding:0.5vw;
}
.table-menu-page-length{
	position:absolute;
	left:36%;
	width:14%;
}
.table-menu-center{
	position:absolute;
	width:20%;
	left:50%;
	padding:0.5vw;
}
.table-menu-right{
	position:absolute;
	right:0;
	width:20%;
	height:100%;
	padding:0.6vw;
}

.paginate_button {
	padding:0.5vw;
}

.previous{
	margin-right:1em;
 }
.next{
	margin-left:1em;
}


.tab-css.even{
	background-color: #7b7b7b !important;
	color:white !important;
}
.tab-css.odd{
	background-color: #4d4d4d !important;
	color:white !important;
}
.menu-css.odd{
	background-color: #f59696 !important;
}
.menu-css.even{
	background-color: #ffbcbc !important;
}

.span-account{
	background-color:lightgrey;
	opacity:0.5;
	margin:1px;
	padding:2px;
	border-radius: 4px;
	color: black;
}

.group-user-css.odd .group-user-css.even{
	background-color: #7b7b7b !important;
	color:white !important;
}
.group-account-css.odd .group-account-css.even{
	background-color: #a2a2a2 !important;
	color:white !important;
}

.acl-permission-crud-create-css {
	font-weight: bold;
}
.acl-permission-crud-update-css{
	background-color: #a2a2a2 !important;
}
.acl-permission-crud-delete-css{
	color: #c20000 !important;
}
.acl-permission-crud-read-css{
	font-style: italic;
}
.acl-permission-crud-execute-css {
	color: #157EFB !important;
	font-family: "Lucida Grande", "Arial", sans-serif;
}

li+li { /* remove the first menu tab margin */
	margin-top: 0  !important;
}
ul > li+li{
	margin-top: 0.16vw  !important;
}
