﻿.Division {
padding: 5px !important;
}
/*.table_responsive {
max-height: 370px;
height: 370px;
}*/
.division-width {
width:900px !important;
}
.custom-form {
margin-bottom:0px !important;
}
@media screen and (min-width: 1280px) {
    .table_responsive {
        max-height: 422px;
        height: 425px;
    }
}

/* (1366x768) WXGA Display */
@media screen and (min-width: 1366px) {
    .table_responsive {
        max-height: 370px;
        height: 370px;
    }
}



/*/ (1440x900) WXGA+ Display /*/
@media screen and (min-width: 1440px) {
    .table_responsive_trans {
        max-height: 445px;
        height: 445px;
    }
}

/*/ (1600x900) HD+ Display /*/
@media screen and (min-width: 1600px) {
    .table_responsive {
        max-height: 710px;
        height: 713px;
    }
}

/*/ (1680x1050) WSXGA+ Display /*/
@media screen and (min-width: 1680px) {
    .table_responsive{
        max-height: 780px;
        height: 780px;
    }
}

/*/ (1920x1080) Full HD Display /*/
@media screen and (min-width: 1920px) {
    .table_responsive {
        max-height: 894px;
        height: 967px;
        width: 1872px;
    }
}

@media only screen and (max-width:800px) {
    .top-r-gap-drs {
        padding-left: 10px !important;
        padding-right: 45px;
    }

    .btn {
        font-size: 12px;
    }
}

@media only screen and (max-width:1024px) {
    .top-r-gap-drs {
        padding-left: 10px !important;
        padding-right: 45px;
    }

    .btn {
        font-size: 12px;
    }

    .modal-width {
        width: 100% !important;
    }
}
.main-container {
   
    height:450px;
}
