@media (min-width: 768px){
	.error-h1{
		font-size: 62px;
		color: #d22c24;
	}
	.error-h2{
		font-size: 24px;
		color: #000000;
		font-weight: bold;
	}
	.error-p{
		font-size: 18px;
	}

	.mobileLegend {
	    visibility: hidden;
	  }
	  .title-eval {
	  	font-size: 1.3em;
	  }
	  #page-content-wrapper{
		margin: 100px 50px 75px 50px;
	    position: relative;
	}
	h1 {
		font-size: 26px;
	}
	#menu-right-table .text-nowrap{
	font-size: 14px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: #626262;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	    background: none;
	    background-color: white;
	    height: 61px;
	}
	a.dropdown-toggle {
	    height: 61px;
	}
	.td-width-100 {
		width: 100px;
	}
}

@media (max-width: 768px){
	.copy-eval-page-button {
		display: none;
		opacity: 1 !important;
		float: right;
		margin-top: 1px;
		margin-left: -12px;
	}
	.error-h1{
		font-size: 48px;
		color: #d22c24;
	}
	.error-h2{
		font-size: 20px;
		color: #000000;
		font-weight: bold;
	}
	.error-p{
		font-size: 14px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: white;
	}
	hr{
		margin-top: 0;
		margin-bottom: 0;
	}
	body{
		font-size: 115%;
	}
	.form-group {
	    margin-bottom: 5px;
	}
	#menu-right-table .text-nowrap{
	font-size: 12px;
	}
	h1 {
		font-size: 18px;
	}
	.ui-paginator-current, .ui-paginator-rpp-options {
		display: none !important;
	}
	.title-eval {
	  	font-size: 1em;
	  }
	.mobileLegend {
	    visibility: visible;
	  }
	
	.text-center-lg{
		text-align: left !important;
	}
	
	#page-content-wrapper {
		margin: 100px 5px 100px 5px;
		position: relative;
	}
	
	#page-content-wrapper.menu-left{
		margin: 100px 0 100px 50px !important;
	}
	
	.stagor-toolbar{
		background-color: #F8F8F8 !important;
	    position: fixed !important;
	    width: 100% !important;
	    height: 50px !important;
	    top: inherit !important;
	    bottom: 0 !important;
	    border-top:1px solid #E7E7E7 !important;
	    
	    z-index: 999;
	}
	
	.stagor-toolbar ul li{
		padding: 10px !important;
		display: inline-block !important;
	}
	
	.stagor-toolbar ul {
    	margin: 0 0 0 0 !important;
	}
	
	.stagor-toolbar-left{
		background-color: #F8F8F8 !important;
	    position: fixed;
	    width: 50px;
	    height: 100%;
	    top: 64px;
	    border-right:1px solid #E7E7E7;
	}
	
	.stagor-toolbar-left ul{
		list-style: none;
	    margin: 0;
	    padding: 0;
	    text-align: center;
	}
	
	.stagor-toolbar-left ul li{
		padding: 10px;
	}
}

.menuText{
   margin-left: 15px;
}