
.mybackground{
	/*font-family: 'Squada One', cursive;*/
	background: url(../../assets/images/isms.jpg)no-repeat 0px 0px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

/* for modals css and tool tips*/
.tooltip-inner {
    max-width: 300px !important;
    height: 30px;
    color:blue;
    background-color: #ffffff;
    border-radius: .15rem;
}

/* for image on certificate modal */
img {
	max-width: 100%;
	max-height: 100%;
	display: block;
  }
  
  .img-small{
	  height: 310px;
  }

  .img-photo{
    height: 210px;
}

.modal-header, h4, .close {
    background-color: #0086b3;
    color:white !important;
    text-align: center;
    font-size: 22px;
}

.modal-body {
    padding:10px 20px;
    font-size:14px;
}

.mdl-input {
    font-size:13px;
    height:70%;
}

.modal-footer {
    background-color: #0086b3;
}
  
.modal-backdrop
{
    opacity:0.07 !important;
	display: none;  
}
