﻿@media only screen and (max-width: 992px) {
	.btn {
	    margin-left: 0px;
	}
	.content-shopdinerelax-tr-name {
		font-size:11px;
	}
	
	.landing-background-img img {
	    width: 100%;
	}

	.content-shopdinerelax-tr-terminal {
		max-width:60px;
		font-size:11px;
		padding:4px 2px !important
	}

	.content-shopdinerelax-tr-viewmap {
		max-width:60px;
		font-size:11px;
		padding:4px 2px !important
	}
	

	.table tbody {
	    display:block;
	    height:200px;
	    overflow:auto;
	}
	.table thead, tbody tr {
	    display:table;
	    width:100%;
	    table-layout:fixed;
	    font-size: 10px;
	}
	
	.table th {
		padding: 0px !important;
	}
	
	.table td {
		padding:4px 0px !important
	}

	main {
		/*margin-top: 58px;*/
	}
	
	.ord-container main {
		margin-top: 0px;
	}
	
	/* HEADER IMAGE */
	.content-background-img img {
	    width: 100%;
	}
	/* HEADER IMAGE */
	
	/* HEADER */
    .content-header {
    	display: none;
	}
	/* HEADER */

    /* BREADCRUMB */
    .breadcrumb {
		background-color: transparent !important;
	    font-size: 14px;
	    padding: 12px 15px 5px 15px;
	    margin-bottom: 0px;
	}
	
	.breadcrumb a {
	    font-weight: bold;
	    text-transform: capitalize;
	}
	.breadcrumb span {
	    text-transform: capitalize;
	}
	/* BREADCRUMB */
	
	/* DROP DOWN NAVIGATION */
	.navigation-drop-down-list-container {
	    width: 100%;
	}
	.navigation-drop-down-list-btn {
	    width: 100%;
	    color: white;
	    font-size: 16px;
	    font-weight: bold;
	    margin-left: 0px;
	}
	.navigation-drop-down-list-btn:hover {
		color: white !important;
	}
    .navigation-drop-down-list {
 	    color: white !important;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
    }
    #navigation-drop-down-list a {
	    color: white !important;
	}
	/* DROP DOWN NAVIGATION */
	
    .left-current-navigation {
        display: none;
    }
}

@media only screen and (min-width: 993px) {

	/* BREADCRUMB */
	.breadcrumb {
	    background-color: transparent !important;
	    font-size: 14px;
	    padding: 12px 15px 5px 0px;
	    margin-bottom: 0px;
	    margin-top: 5px;
	    color: black;
	}
	.breadcrumb a {
	    font-weight: bold;
	    text-transform: capitalize
	}
	.breadcrumb span {
	    text-transform: capitalize;
	}
	/* BREADCRUMB */

	/* HEADER IMAGE */
	.content-background-img img {
	    width: 100%;
	}
	/* HEADER IMAGE */
  
	/* LEFT NAVIGATION */
	.left-current-navigation {
	    display: block;
	}

	.left-current-navigation .static {
	    width: 100%;
	    padding-left: 0px !important;
	}
	
	.left-current-navigation .menu-item {
	    margin: 0px !important;
	    padding: 15px 0px 15px 0px;
	    color: black;
	}
	
	.left-current-navigation {
	    margin-top: 10px;
	}
	
	.left-current-navigation-header {
	    padding: 15px 10px !important;
	    color: white !important;
	    text-decoration: none !important;
	    border-bottom: 1px solid white;
	}
	
	.left-current-navigation-header .menu-item-text {
		font-size: 17px;
	}
	
	.left-current-navigation-items li {
	   margin-bottom: 1px !important;
	}
	
	.left-current-navigation-items a {
	   padding-left: 10px !important;
	   color: white !important;
	   font-size: 13px;
	   font-weight: normal;
	}
	
	.left-current-navigation-items a:hover {
	   color: white !important;
	   text-decoration: none;
	}
		
	.left-current-navigation-items .selected .menu-item-text {
		color: white;
	}
	
	.left-current-navigation-right-arrow {
	    float: right;
	    margin-right: 10px;
	}
	/* LEFT NAVIGATION */

    .navigation-drop-down-list-container {
        display: none;
    }
}


#navigation-drop-down-list-label {
	display: none;
}

.menu-horizontal {
	width: 100%;
	display: block !important;
}

.content-container {
    padding: 0px !important;
}

.img-content-center-container {
	display: flex;
    justify-content: center;
    align-items: center;
}
.content-header {
    margin-bottom: 0px;
}

.job-fair-container-upcoming-header {
    background-color: #000;
    color: white !important;
    padding: 10px 5px 10px 5px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.job-fair-container-past-header {
    background-color: #000;
    color: white !important;
    padding: 10px 5px 10px 5px;
    margin-bottom: 0px;
    margin-top: 25px;
}


.job-fair-container-item-stripped-odd {
    background-color: #ededed;
}

.job-fair-container-item-stripped-even {
    background-color: #fff;
}

.content-container .job-fair-container-table th {
    font-size: 12px;
}

.content-container .job-fair-container-table a {
    font-size: 14px;
}

.job-fair-container-item {
    padding: 10px 5px;
    font-size: 14px;
}

.job-fair-container-header {
    font-size: 18px;
    color: #220058 !important;
}

.job-fair-container-item a {
    font-size: 16px;
}

    .job-fair-container-item a:visited {
        color: #220058 !important;
    }

.job-fair-container-content-label {
    display: inline-block;
    padding-left: 25px;
}

.job-fair-container-header-sub {
    margin-left: 8px;
}
