/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

body{
	background-repeat: no-repeat;
	background-size: cover;
}
fieldset{
	border: solid 1px #eee;
	padding-top: 0.35em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.625em;
	padding: 5px 15px 15px;
}
fieldset legend{
	background-color: #2c303b;
	width: auto;
	font-size: 16px;
	padding: 1px 5px 2px;
	color: #ffff;
	border-radius: 4px;
}
.ul-table{
	border-collapse: collapse;
	border: solid 2px #eee;
	display: table;
}
.ul-table > li{
	display: table-row;
}
.ul-table > li:not(.li-head):hover{
	cursor: row-resize;
}
.ul-table > li > div{
}
.ul-table > li > div{
	border-top: solid 1px #eee;
	/*
	border-width: 1px 1px 0 0;*/
	display: table-cell;
	padding:15px;
	vertical-align: top;
}
.ul-table > li > div + div{
	border-left: solid 1px #eee;
}
.ul-table > li.li-head > div{
    background-color: #f9f9f9;
    border-bottom: solid 1px #eee;
    vertical-align: middle;
	padding: 6px 10px 0;
	width: 1%;
}
.ul-table > li.li-head > div.w-auto{
	width: auto;
}
.add-icon i{
	color:#009762;
	font-size: 32px !important;
	font-weight: bold;
}
.trash-icon{
	color: #f00;
}

.inline-edit .form-control:not(:focus){
	border-color: transparent;
}
.inline-edit input[disabled]{
	background: none;
}
.inline-edit .save,
.inline-edit .cancel{
	padding-left: 5px;
	padding-right: 5px;
}
.inline-edit .save{color: #008e56;}
.inline-edit .cancel{color: #cc0033;}

.SelectedColor{
    position: absolute;
    right: 5px;
    height: 30px;
    border-radius: 50%;
    width: 30px;
    margin-top: 5px;
}
.colors{

}
.colors ul{
	margin-left: -1rem;
	margin-right: -1rem;
}
.colors label{
	border: solid 1px;
	border-radius: 3px;
	height: 30px;
	position: relative;
	width: 30px;
}
.colors input{
	visibility: hidden;
}
.colors span{
	display: none;
	position: absolute;
	left: -4px;
	right: -4px;
	top: -4px;
	bottom: -4px;
	border: solid 2px;
	font-size: 0px;
	border-radius: 4px;
}
.colors input:checked + span{
	display: block;
}

.dropzone{
	min-height: 80vh;
    margin-bottom: 60px;
}
.dropzone .form-actions {
	border-top: none;
	position: absolute;
	right: 21px;
	bottom: 1px;
}
