﻿.divTable{
	display: table;
	width: 100%;
}
.divTableBody {
	display: table-row-group;
}

.divTableRow {
	display: table-row;
}

.divCell_left_Small {
    float: left;
    width: 25px;
    max-width:25px;
}

.divCell_left {
	float: left;
    width: 380px;
}

.divCell_left_Large {
	float: left;
}


.divCell_HideMobile {
	float: left;
    width: 380px;
}

.divCell_HideTablet {
    float: left;
    width: 380px;
}

.divCell_HideMobile_Small {
	float: left;
    width: 200px;
}


divCell_infoText {
    float: left;
    display: table-cell;
}

.divTableCell_Header {
	display: table-cell;
    vertical-align:middle;
	padding: 3px 3px;
    max-width: 200px;
    min-width:150px;
     
}

.divTableCell {
	display: table-cell;
	padding: 3px 3px;
}

.divReportControl {
	overflow:visible!important;
    min-height:450px;
}

@media screen and (max-width: 1024px) {

    .divCell_HideTablet {
        display: none;
    }
}

    @media screen and (max-width: 960px) {

        .divCell_left {
            width: 380px;
        }

        .divCell_HideMobile {
            display: none;
        }

        .divCell_HideMobile_Small {
            display: none;
        }


        .divCell_emptyColumn {
            display: none;
        }

        divCell_infoText {
            display: none;
        }
    }


    @media screen and (max-width: 768px) {
        .divCell_left {
            width: 100%;
        }

        .divCell_HideMobile {
            display: none;
        }

        .divCell_HideMobile_Small {
            display: none;
        }

        .divCell_emptyColumn {
            display: none;
        }

        .divTableCell_Header {
            width: 200px;
            display: table-cell;
        }

        .divTableCell {
            display: table-cell;
            width: auto;
        }
    }


    @media screen and (max-width: 480px) {
        .divTableCell_Header {
            width: 100%;
            display: block;
        }

        .divTableCell {
            width: 100%;
            display: block;
        }

        .Holiday_Dropdown_Normal {
            width: 95% !important;
        }
    }