@charset "UTF-8";

body {
	background-color: #002366;
	color: white;
}

.signin-form-div {
	margin-top: 10%;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}

.signin-form-alert {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
	margin-bottom: 15px;
}


.form-group {

}

.form-signin button {
	margin-top: 100px;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

table.dataTable {
	margin-top: 0px !important;
	color: white;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 0px;
	padding-left: 0px;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before {
	left: 0px !important
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
	left: 0px !important;
}

.modal {
	color: black;
}

.modal-xlg {
    max-width: 1400px;
}

.autoModal {
	max-width: 100%;
	width: auto !important;
	display: inline-block;
}

.modal.in {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.thumbnail {
	height: 2cm;
}

.thumbnail-big {
	height: 10cm;
	margin-right: 48px;
	margin-bottom: 48px;
}

.imageAndText {
	position: relative;
}

.imageAndText .textOnImage {
	position: absolute;
	z-index: 1;
	width:100%;
	bottom: 2px;
	font-size: 0;
}

.textOverlay {
	display: inline;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-size: small;
}

#itemDetail .modal-content {
	background-color: #002366;
	color: white;	
}

#imagesDetail-sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 650px;
}

#imagesDetail-sortable li {
	margin: 3px 3px 3px 0;
	padding: 1px;
	float: left;
	width: 200px;
	height: 200px;
	font-size: 4em;
	text-align: center;
}

#imagesDetail #uploadZone {
	pointer-events: auto; display : inline-block;
	height: 100%;
	width: 100%;
	display: inline-block;
}

.ui-state-highlight {
	
}