body {font-family: Arial, Helvetica, sans-serif;}

#myBtn {
  background-color: #5375F5;
  color: white;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  width: 180px;
	border-radius: 10px;
}


.modal {
    display: none; /* Hidden by default */
   position: fixed; /*  Stay in place */
   z-index: 1; /*  Sit on top */
  padding-top: 10px;  /*  Location of the box */
  background-position: left;	
    left: 805px;  /*  левое смещение */
     top: 0;
    width: 37%; /* ширина */
    height: 100%; /* высота */
    overflow: auto; /* Enable scroll if needed */ 
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(255,255,255,0.00); /* цвет фона затемнения*/
	
}









.modal-content {
    position: relative;
    background-color: #F0EEF9;
    margin: auto;
    padding: 0;
    border: 0px solid #5375F5;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	border-radius: 10px;	
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.close {
    color: white;
	height: 10px;
    float: right;
    font-size: 24px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
	height: 50px;
    padding: 1px 7px 2px 16px; /* позиционирует расположение текста в хедере */
    background-color: #5375F5;
    color: white;
	border-radius: 10px 10px 0px 0px;
	
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5375F5;
    color: white;
	border-radius: 0px 0px 10px 10px;
}


/* стили для меню модального окна выбор товара */

div.wrapper {
width:215px;
}
div.left_block {
float:left;
width:30px;
}
div.right_block {
float:right;
width:185px;
}

span.TitleMenu {
font-size: 17px;
line-height: 23px;
font-weight: 700;
cursor: pointer;
} 

div.TextMenu{
font-size: 12px;
line-height: 16px;
}

/* делает указатель мыши пальцем при наведении в меню создания строк */
div.TextMenu:hover { font-weight: bold; cursor: pointer;}

/* делает указатель мыши пальцем при наведении везде */
.MyPointer:hover { cursor: pointer;}

/*  конец стили для меню модального окна выбор товара */


