/*--------- MODAL POPUPS -------------*/

.modal{
	overflow-y:auto;
}

.modal-header > .close {
	opacity:1;
	color:#fff;
	text-shadow: 0 -1px 0 #000;
}


.modal-header > .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {

    color: #fff;
    text-decoration: none;
   text-shadow: 0 -1px 0 #000;

}


.modal-header {
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  /*  background-color: #1b3e50;*/
  background-color: #00698f;
	color:#FFFFFF;
}

.modal-dialog , .modal-content{
max-height:80%;
font-size: 1.1rem;
font-family:Calibri,Verdana;
line-height: 1.3rem;
}

.modal-body{
max-height:calc(100%-120px);
/*overflow-y:scroll;*/
}

.modal-backdrop.show {
    opacity: 0;
}



/*--------------------------------*/