@import "../rt.variables.less";

.rt-dialog.c-default{
    background-color: #FFF;
    /*border: 1px solid #d8d8d8;*/
    border-radius: 3px;
    left: 50%;
    top: 80px;
    margin-bottom: 80px;
    .rt-dialog-head{
        /*
        line-height: 38px;
        border-bottom: 1px solid #e4e2e2;*/
        padding: 3px;
        line-height: 38px;
        font-weight: bold;
        background-color: #3FA9F5;
        color: #FFF;
        border-radius: 3px 3px 0 0;
    }
    .rt-dialog-body {
        position: relative;
        padding: 0px;
        line-height: 0px;
    }
    .rt-dialog-foot {

    }
}
