@media screen and (max-width: 1800px) and (min-width: 980px) {
    .datePeriod {
        width: 50%;
    }
}

@media screen and (max-width: 1792px) and (min-width: 992px) {
    .actionButton {
        width: 100%;
    }
}

@media screen and (max-width: 1416px) and (min-width: 992px) {
    .filterActionButton {
        font-size: 10px;
    }
}

@media screen and (max-width: 1450px) and (min-width: 1200px) {
    .hide_text {
       display:none;
    }
}
@media screen and (max-width: 1150px) and (min-width: 992px) {
    .hide_text {
       display:none;
    }
}

@media screen and (max-width: 1800px) and (min-width: 980px) {
    .record_right_button {
       height: 23px !important;
    }
	.record_right_box_body {
		padding-top: 5px !important;
		padding-bottom: 4px !important;
	}
	.margin_bottom_my_media {
	margin-bottom: 4px !important;
}
}

@media screen and (max-width: 1450px) and (min-width: 992px) {
    .my_default_cost label {
        font-size: 12px;
		margin-top:2px;
    }
}

@media screen and (max-width: 1620px) and (min-width: 1400px) {
    .schedule-table {
        font-size: .7em;
    }
}

@media screen and (max-width: 1200px) {
    .schedule-mobile-scroll {
		overflow-x: scroll;
    }

	#schedule-table {
		width: 1600px;
	}
}

@media (max-width: 536px) {
	.wrapper .main-sidebar {
		padding-top: 156px;
	}
}
@media (max-width: 480px) {
	.wrapper .main-sidebar {
		padding-top: 205px;
	}
}

