/*Estilos login*/
#divLoading{ 
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255, .75);
	z-index: 9999; 
	display: none;
}
#divLoading img{
	width: 100px;
	height: 100px;
}

.form-control.is-invalid {
	border-color: #f72b50 !important;
	border-right: 1rem !important;
}

/******************[ DRAG AND DROP ]***********************/

[draggable="true"] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

ul.moveable {
	list-style: none;
  	margin: 0px;
}
ul.moveable li {
    list-style-image: none !important;
    margin: 10px!important;
    border: 1px solid #ccc !important;
    padding: 6px !important;
    border-radius: 4px !important;
    color: #666 !important;
    cursor: move !important;

/*
    &:hover {
		border: 1px solid blue !important;
		background-color: #b8b8b8 !important;
    } 
*/
}

ul.moveable li:hover {
    border: 2px dashed blue !important;
    background-color: #DFDFDF !important;
}

.divDrag {
	border: 1px solid #ccc !important;
	color: #666 !important;
}
.divDrop {
	border: 2px dashed blue !important;
    background-color: #DFDFDF !important;
}

.currentDiv.over {
    border: 2px dashed #FF0004;
}
	 
.currentDiv {
    border-radius: 2px;
    border: 1px solid #989898;
}

.defImgDoc {
    background-image: url('https://utva.online/Assets/images/dragDropDoc.jpg');
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.defImg {
    background-image: url('https://utva.online/Assets/images/dragDrop.jpg');
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.imgSelBox {
	transform: translate(-50%, -50%) !important;
	left: 50% !important;
	top: 50% !important;
	position: absolute !important;
}

/******************[ END DRAG AND DROP ]***********************/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b8b8b8 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b8b8b8 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #b8b8b8 !important;
}

.errorText, .errorText a, .errorText span {
	color: red !important;
}

.labelMsg {
    margin-top: 2px;
    margin-right: 0px;
    margin-left: 6px;
    margin-bottom: 0px;
	font-size: 11px;
}

.requiredInput {
	color: red;
}

.form-control.is-invalid { 
    border-right: -2rem !important;
}

.form-select {
	padding: 0.71rem 1.25rem;
    color: #6e6e6e;
	border-radius: 0.625rem;
}

.prevPhoto {
    display: flex;
    align-items: center!important;
    justify-content: center!important;
    width: 100%;
    height: 210px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
	text-align: center;
	strong {
		padding: 0 10px
	}
}

.prevPhoto label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.prevPhoto img{
    width: 100%; 
	max-height: 200px;
}

.notBlock{
	display: none !important;
}

.upimg{
	/*display: none !important;*/
	width: 96%; 
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
/*  	margin: 0 auto;*/
  	position: relative;
  	text-align: center;
	line-height: 25px; 
	color: #999;
	border: 2px dashed #ccc;
	display: inline-block;
	transition: transform 0.9s;
 	padding: 25px;
	height: 250px;
}

.draging {
    transform: scale(1.05);
    border: 3px dashed #008915;
	color: #008915;
}

.upimg .textImg {
	padding: 0px;
}

.upimg #viewImg .currImg {
	width: auto;
/*	height: auto;*/
/*	max-width: 300px;*/
    max-height: 220px;
	display: flex;
}

.upimg input{
	position: absolute;
	height: 100%;
	width: 100% !important;
	opacity: 0;
	top: 0;
	left: 0;
}

.delPhoto{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: red;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 2;
	cursor: pointer;
}

.rotPhoto{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: orange;
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: 10;
}

/*Fonts Sizes*/
.fs--1 {
    font-size: 1rem !important;
}
.fs--2 {
    font-size: 1.25rem !important;
}
.fs--3 {
    font-size: 1.75rem !important;
}
.fs--4 {
    font-size: 2rem !important;
}
.fs--5 {
    font-size: 2.25rem !important;
}
.fs--6 {
    font-size: 2.75rem !important;
}
 
/*Fonts Weight*/
.fw-100 {
    font-weight: 100 !important;	
}
.fw-300 {
    font-weight: 300 !important;	
}
.fw-500 {
    font-weight: 500 !important;	
}
.fw-700 {
    font-weight: 700 !important;	
}
.fw-900 {
    font-weight: 900 !important;	
}


/*Margins*/
.mb--10 { 
    margin-bottom: 10px;
}
.mb--20 {
    margin-bottom: 20px;    
}
.mb--30 {
    margin-bottom: 30px;    
}
.mb--40 {
    margin-bottom: 40px;    
}
.mb--50 {
    margin-bottom: 50px;    
}
.mb--100 {
    margin-bottom: 100px;    
}

.mt--10 {
    margin-top: 10px;    
}
.mt--20 {
    margin-top: 20px;    
}
.mt--30 {
    margin-top: 30px;    
}
.mt--40 {
    margin-top: 40px;    
}
.mt--50 {
    margin-top: 50px;    
}

.ml--10 {
    margin-left: 10px;    
}
.ml--20 {
    margin-left: 20px;    
}
.ml--30 {
    margin-left: 30px;    
}
.ml--40 {
    margin-left: 40px;    
}
.ml--50 {
    margin-left: 50px;    
}

.mr--10 {
    margin-right: 10px;    
}
.mr--20 {
    margin-right: 20px;    
}
.mr--30 {
    margin-right: 30px;    
}
.mr--40 {
    margin-right: 40px;    
}
.mr--50 {
    margin-right: 50px;    
}

.m--10 {
    margin: 10px;    
}
.m--20 {
    margin: 20px;    
}
.m--30 {
    margin: 30px;    
}
.m--40 {
    margin: 40px;    
}
.m--50 {
    margin: 50px;    
}

/******************[ COLORS ]***********************/

.text-utva-dark {
	color: #0b5385;
}

.text-utva {
	color: #fded14;
}

.text-utva-light {
    color: #FEFAC2;
}

.bg-utva-dark {
    background-color: #0b5385;
}
.bg-utva {
    background-color: #fded14;
}
.bg-utva-light {
    background-color: #FEFAC2;
}

/******************[ END COLORS ]***********************/