
#teleModal .modal-content {
    margin-top: 80px;
}

 #teleModal .modal-header {
    /*padding: 0 !important;*/
    background-color: #9d254d;
    color: #fff;
    padding: 10px;
    border:none;
}

#teleModal .modal-body {
    padding: 0 !important;
}
#teleModal .modal-body img{
    width: 100%;
}

#teleModal .modal-dialog{
    width: 80% !important;
    max-width: 400px !important;
    margin: 0 auto !important;
}
 
 #teleModal .modal-content{
    position: relative;
        margin-top: 80px;
 }
 #teleModal button.close{
    position: absolute ;
    right: 0 ;
    opacity: 1 ;
    z-index: 9 ;
    font-size: 12px ;
    color: #fff !important;
        margin-right: 5px;
        top: 0;
        margin-top: 0!important;
        background-color: transparent;
        width: auto;
        height: auto;
        top: -2px;
}

div#teleModal{
    padding-right: 0 !important;
}


