#phoneModal {
	background-color: rgba(255, 255, 255, 0.6);
}

.modal-header {
    color: #fff;
    display: flex;
    justify-content: center;
    padding: .5rem 0;
    font-weight: bold;
    text-align: center;
    align-items: center;
    background-color: #292929;
}
.modal-dialog > .modal-content{
	border: none;
}
.modal-header > .close,
.modal-header > .close:not(:disabled):not(.disabled):focus,
.modal-header > .close:not(:disabled):not(.disabled):hover
{
	position: absolute;
	right: -.5rem;
	font-size: 2rem;
	cursor: pointer;
	color: #fff;
	margin: auto;
}

.modal-body {
	padding-bottom: 0;
}

.modalTextP {
	background-color: #fecc00;
	color: #292929;
    text-align: center;
    padding: 1rem .5rem;
    border-radius: 5px;
	margin-bottom: 1rem;
}
.modalTextP.red{
	background-color: #c52f0a;
	color: #ffffff;
}
.modalTextP.green{
	background-color: #2bc525;
	color: #ffffff;
}
.modalTextP > p {
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 300;
}
.modalTextP > h4 {
	margin: 0;
}
.modalTextP > h5 {
	margin-bottom: 0;
	font-size: 1.25rem;
}

.modal-dialog > .modal-content > .modal-footer > button {
	display: flex;
	flex-grow: 1;
	flex-basis: 0;
	padding: 0.5rem;
	justify-content: center;
}

.panelInfoBar {
	position: fixed;
	border: 2px solid #da1c2b;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.70);
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.6);
	bottom: 10px;
	right: 10px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	padding: 0.5rem;
	min-width: 200px;
	cursor: pointer;
}

.modal-dialog > .modal-content .ImgloadBody {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.imgViewBlock {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-direction: column;
}

.imgViewBlock.full {
	height: auto;
	width: auto;
	max-height: 300px;
	border-radius: 0;
}

.imgViewBlock > .imgView {
	max-height: 200px;
	width: auto;
}

.ImgloadBody .addImg {
	width: auto;
	font-size: 2rem;
	line-height: 0;
}

.manBtn {
	display: flex;
	margin: 1rem 0 0 0;
	width: 100%;
}

.manBtn > .btn {
	margin: 0 .3rem;
	flex-grow: 1;
}

.imgloadBody > .delImg {
	display: none;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	position: inherit;
	line-height: 0;
	width: auto;
	margin-top: .5rem;
}

.textP {
	position: absolute;
	right: .8rem;
	bottom: .15rem;
	color: #191919;
	line-height: 1;
}

/*Small футер*/
.modal-footer.small{
	padding: .5rem;
}
.modal-footer.small > button{
	padding: inherit;
}
/* Темная тема модального окна*/
.modal.dark{
	color: #ddd;
}
.modal.dark > .modal-dialog > .modal-content > .modal-header{
	background-color: #444;
	border-color: #555;
	color: #ddd;
}
.modal.dark > .modal-dialog > .modal-content > .modal-body{
	color: #ddd;
	background-color: #333;
}
.modal.dark > .modal-dialog > .modal-content > .modal-footer{
	background-color: #333;
	border-color: #555;
}
@media (max-width: 660px) {
	.modal-header > h5 {
		font-size: 1.2rem;
	}

	.modal-header > .close {		
		font-size: 2rem;
	}
}
