body {
	background-color: #efefef;
}

div.container {
	max-width: 1600px;
}

div#login {
	background-color: #fff;
	width: 300px;
	margin: 0 auto;
	border: 1px solid #ccc;
	text-align: center;
	padding: 20px 40px 10px 40px;
	margin-top: 30px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 10px 1px #888888;
	border-radius: 10px;
}

div#iberAlert {
	text-align: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

div.errors {
	color: red;
	font-size: 13px;
}

div#topButtons {
	text-align: right;
	font-size: 13px;
	padding-top: 10px;
}

div#content {
	background-color: #fff;
	margin: 15px 0px 30px 0;
	padding: 15px 25px;
	box-shadow: 0px 0px 5px 1px #aaa;
	border-radius: 6px;
}

table.iber {
	table-layout: fixed;
	margin-bottom: 20px;
}

table.iber td.small {
	font-size: 13px;
}

table.iber td.number {
    padding-right: 5%;
	text-align: right;
}

table.iber td.commission {
	cursor: pointer;
}

table.iber td.warning,
div.warning {
    color: #f00;
	font-weight: bold;
}

h1 {
	margin-bottom: 25px;
	font-size: 30px;
}

@media screen and (min-width: 400px) and (max-width: 690px) {
    div#content {
        padding-left: 0px;
        padding-right: 0px;
    }
    
	table.iber th {
	   font-size: 12px;
	   word-wrap: break-word;
	}
	
	table.iber td {
	   font-size: 15px;
	}
	
	table.iber td.small {
	    font-size: 11px;
	}
	
	h2 {
		font-size: 26px;
	}
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    div#content {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    table.iber td.number {
        padding-right: 4px;
    }
    
    table.iber th {
	    font-size: 12px;
        word-wrap: break-word;
    } 
    
    table.iber td.small {
        font-size: 11px;
    }
    
    table.iber td {
        font-size: 12px;
    }
    
    h2 {
        font-size: 20px;
    }
}

button#iberWarningConfirmButton {
	width: 80px;
}

div#ui-datepicker-div {
    z-index: 100 !important;
}

input.es-input {
	background-color: #fff !important;
}

input.highlighted-blue, select.highlighted-blue {
    border-color: #0062cc;
    background-color: #cce4ff
}

input.hasDatepicker {
	width: 124px;
}

.delDate {
	position: absolute;
	color: red;
	font-size: 24px;
	cursor: pointer;
	margin: -30px 100px;
	opacity: 0.3;
}

input#search {
	padding-right: 30px;
}

#delSearch {
    position: absolute;
    color: red;
    font-size: 24px;
    cursor: pointer;
    margin: -62px 130px;
    opacity: 0.3;
}

form#monthSelection div,
form#customerSelection div {
    display: flex;
    justify-content: center;
}

div#fg_month,
div#fg_search,
div#fg_day,
div#fg_dayStart,
div#fg_dayEnd
 {
    padding: 15px;
}

div#fg_day i#day,
div#fg_dayStart i#dayStart,
div#fg_dayEnd i#dayEnd {
	margin-left: 195px;
	margin-top: 8px;
}

div#shapeModal .modal-body div div {
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}

.clickable-label {
	cursor: pointer;
	user-select: none;
}

.not-valid {
	color: #f00;
}

.product_cover {
    width: 450px;
    height: 38px;
    background-color: #fafafa;
    opacity: 0.5;
    position: absolute;
	color: red;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.es-list {
	cursor: pointer;
}

div.multicheckboxField .form-check {
    margin-right: 20px;
	align-items: center;
}

div.multicheckboxField .form-check-input {
	position: relative;
}