.tt-backdrop, .tt-backdrop-noclickclose{
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    overflow:hidden;
    z-index:2000;
    background:rgba(0,0,0,0.4);
    display:none;
}
.tt-dialog{
    width:600px;
    max-width:95%;
    background:white;
    position:relative;
    z-index:2010;
    border-radius:10px;
    margin: 1.75rem auto;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.48);
}
.tt-big
{
    width:1200px !important;
}
.tt-dialog-title{
    font-size:20px;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #CCCCCC;
    position:relative;
}
.tt-dialog-body{
    padding: 10px 20px 10px 20px;
    position:relative;
    max-height: 75vh !important;
    overflow: auto !important;
}
.tt-dialog-footer{
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #CCCCCC;
    position:relative;
}
.tt-close-button{
    cursor:pointer;
    color:#666666;
    position:absolute;
    top:20px;
    right:20px;
    z-index:2020;
}
.tt-close-button:hover{
    cursor:pointer;
    color:red;
}

.tt-dialog tr:last-of-type td
{
    border: 0 !important;
}