﻿  .editpopup {
     top: 90px;
    left: 35%;
     width: 25%;
     font-family :Calibri ;
     font-size :1.0em;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    }
       .modal-content {
      
    width:360px;
    height:180px;
    }
@media screen and (max-width: 732px) and (min-width: 412px) {
    .editpopup {
        /*padding-left: 15px 0px 20px;*/
        top: 90px;
        left: 12px;
        font-family: Calibri;
        font-size: 1.0em;
        width: 25%;
        margin: 0 auto;
        display: none;
        position: fixed;
        z-index: 101;
    }
}
@media screen and (max-width: 732px) and (min-width: 412px) {
    .editpopup {
        /*padding-left: 15px 0px 20px;*/
        top: 90px;
        left: 20%;
        font-family: Calibri;
        font-size: 1.0em;
        width: 25%;
        margin: 0 auto;
        display: none;
        position: fixed;
        z-index: 101;
        padding-top:60px;
    }
}
@media screen and (max-width: 375px) and (min-width: 345px) {
    .editpopup {
        /*padding-left: 15px 0px 20px;*/
        top: 90px;
        left: 5px;
        font-family: Calibri;
        font-size: 1.0em;
        width: 25%;
        margin: 0 auto;
        display: none;
        position: fixed;
        z-index: 101;
            padding-top:45%;
    }
     .modal-content {
      
    width:320px;

    }
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .editpopup {
        /*padding-left: 15px 0px 20px;*/
        top: 90px;
        left: 10px;
        font-family: Calibri;
        font-size: 1.0em;
        width: 25%;
        margin: 0 auto;
        display: none;
        position: fixed;
        z-index: 101;
        padding-top:60px;
    }
      
   
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
    
    .modal-content {
      
    width:300px;
    }
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 486px) {
    .editpopup {
        /*padding-left: 15px 0px 20px;*/
        top: 90px;
        left: 20px;
        font-family: Calibri;
        font-size: 1.0em;
        width: 25%;
        margin: 0 auto;
        display: none;
        position: fixed;
        z-index: 101;
    }
    .modal-dialog,.modal-content,.modal-body {
      
    width:200px;
    }
}

              