﻿.modal-header .btnGrp{
    position: absolute;
    top: 8px;
    right: 10px;
} 

#SafeSend .close, .min .close {
    padding: 1px 6px !important;
    margin: 0px !important;
}

#SafeSend:not(.min) .modal-dialog {
    margin-left: 5px !important;
    width: 307px !important;
    height: 550px !important;
}

#SafeSend:not(.min) .modal-content {
    height: 628px !important;
}

#SafeSend:not(.min) .modal-body {
    height: 578px;
    width: 285px;
    padding: 10px !important;
}

.min{
    width: 225px; 
    height: 35px;
    overflow: hidden !important;
    padding: 0px !important;
    margin: 0px;  
    
    float: left; 
    position: static !important; 
    border-radius: 0px 6px 0px 0px; 
    box-shadow: 0 5px 15px rgba(0,0,0,0) !important;
}

.min .modal-dialog, .min .modal-content{
    height: 100%;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important; 
    overflow: hidden !important;
}

.min .modal-content{
    border-radius: 0px 6px 0px 0px !important; 
}

.min .modal-header{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 3px 5px; 
}

.display-none{display: none;}

.modalMinimize > .fa{
    font-size: 16px;
    margin-left: 10px;
}

.min .fa{
    font-size: 14px; 
}

.minmaxCon{
    height: 35px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 1px;
    z-index: 1;
    background: white;
}
