 /*============================================================================================================================ */
/*                                                RESPONSIVE DESIGN - MEDIA QUERIES                                             */
/*============================================================================================================================= */
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 1400px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 1400px) {

	div.activity_wrapper.four_col div.activity_block {
		position: relative;
		width: -moz-calc(33.4% - 15px);
		width: -webkit-calc(33.4% - 15px);
		width: calc(33.4% - 15px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	div.activity_wrapper.four_col div.activity_block.three {
		margin-right: 0;
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 1200px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 1200px) {



}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 1024px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 1024px) {

	/* ----------------------------------------------------------------------------------------------------- Dashboard - 1024px */
	div.activity_wrapper.four_col div.activity_block {
		position: relative;
		width: -moz-center nowrap10px);
		width: -webkit-center nowrap10px);
		width: center nowrap10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	div.activity_wrapper.four_col div.activity_block.two {
		margin-right: 0;
	}
	div.activity_wrapper.four_col div.activity_block.three {
		margin-right: 20px;
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 900px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 900px) {

	/* -------------------------------------------------------------------------------------------------------- Content - 900px */
	section.header_wrapper div.right {
		float: none;
		position: absolute;
		bottom: 0px;
		left: 190px;
		height: auto;
	}
	section.header_wrapper div.left p {
		line-height: 55px;
		text-align: left;
	}
	section.header_wrapper div.right p {
		line-height: 45px;
		text-align: left;
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 800px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 800px) {

	br.min_tablet_l {
		display: none;
	}
	br.max_tablet_p {
		display: block;
		font-size: 1px;
		line-height: 0px;
		margin: 0px;
		clear: both;
		height: 0px;
	}	
	/* -------------------------------------------------------------------------------------------------------- Content - 800px */
	table.grid_2 tbody td {
		padding: 15px 10px;
	}
	table.grid_2 tbody td.toggler {
		padding-left: 40px;
	}
	table.grid_2 tbody td.toggler span:before,
	table.grid_2 tbody td.toggler.expanded span:before {
		top: 24px;
	}
	table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
	table.dataTable.dtr-inline.collapsed tbody th:first-child:before,
	table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
	table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
		top: 7px;      
	}
	/* ----------------------------------------------------------------------------------------------------------- Form - 800px */
	div.wizsteps_wrapper div.top {
		width: 700px;
	}
	div.wizsteps_wrapper.five_steps div.top div.step_indicator {
		width: 140px;
	}
	div.wizsteps_wrapper.five_steps div.top div.left,
	div.wizsteps_wrapper.five_steps div.top div.right {
		width: 55px;
	}
	div.wizsteps_wrapper.five_steps div.bottom {
		width: 700px;
	}
	div.wizsteps_wrapper.five_steps div.bottom div.wizard_step {
		width: 140px;
	}
	label.radio.inline {
		width: calc(50% - 58px);
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 736px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 736px) {

	 br.max_phone_l,
	 br.min_phone_l {
        display: block;
	    font-size: 1px;
	    line-height: 0px;
	    margin: 0px;
	    clear: both;
	    height: 0px;
    }
	br.min_tablet_p {
		display: none;
	}
	/* ----------------------------------------------------------------------------------------------------- Navigation - 736px */
	div.user_profile {
		margin-right: 47px;
	}
	div.user_profile.no_nav {
		margin-right: 0;
	}
	nav.main {
		display: none;
	}
	#navicon {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		text-decoration: none;
		z-index: 9;
		width: 46px;
		height: 46px;
		background: #333333;
	}
	#navicon:before,
	#navicon.closed:before {
		font-family: "Material-Design-Iconic-Font";
		font-size: 30px;
		display: block;
		content: '\f197';
		color: white;
		width: 46px;
		height: 46px;
		line-height: 46px;
		transition: color 0.3s; 
		text-align: center;
		margin: 0;
	}	
	#navicon:before {
		content: '\f136';
	}
	#navicon.closed:before {
		content: '\f197';
	}
	.mobile-nav {
		display: block;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		max-width: 300px;
		width: 300px;
		z-index: 9000;
		top: 46px;
		right: -300px;
		position: fixed;
		background: #111111;
		text-align: center;
	}
	.mobile-nav a {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: 1.3em;
		font-weight: 700;
		color: #13355b;
		text-decoration: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		   -moz-box-orient: vertical;
		-webkit-box-direction: normal;
		   -moz-box-direction: normal;
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
				justify-content: center;
	}
	.mobile_nv_overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		opacity: 0.5;
		display: none;
	}
	.jquery-accordion-menu-wrapper {
		width: 300px;
		margin: 100px auto;
	}
	.jquery-accordion-menu,
	.jquery-accordion-menu * {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		outline: 0;
		text-align: left;
	}
	.jquery-accordion-menu {
		min-width: 300px;
		float: left;
		position: relative;
		box-shadow: none;
	}
	.jquery-accordion-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.jquery-accordion-menu ul li {
		width: 100%;
		display: block;
		float: left;
		position: relative;
	}
	.jquery-accordion-menu ul li:hover {
		background: #333333;
	}
	.jquery-accordion-menu ul li a {
		width: 100%;
		padding: 14px 22px;
		float: left;
		text-decoration: none;
		color: white;
		font-size: 0.85em;
		background: #111111;
		white-space: nowrap;
		position: relative;
		overflow: hidden;
		-webkit-transition: color .2s linear, background .2s linear;
		   -moz-transition: color .2s linear, background .2s linear;
			 -o-transition: color .2s linear, background .2s linear;
				transition: color .2s linear, background .2s linear;
	}
	.jquery-accordion-menu ul li a:hover,
	.jquery-accordion-menu ul li a.active {
		background: #333333;
	}
	.jquery-accordion-menu > ul > li:hover > a {
		background: #333333;
		color: #fff;
	}
	.jquery-accordion-menu ul li a i {
		width: 34px;
		float: left;
		line-height: 18px;
		font-size: 16px;
		text-align: left;
	}
	.jquery-accordion-menu .submenu-indicator {
		float: right;
		right: 22px;
		position: absolute;
		line-height: 19px;
		font-size: 20px;
		color: white;
		-webkit-transition: transform .3s linear;
		   -moz-transition: transform .3s linear;
		    -ms-transition: transform .3s linear;
			 -o-transition: transform .3s linear;

	}
	.jquery-accordion-menu ul ul.submenu .submenu-indicator {
	}
	.jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	.jquery-accordion-menu ul ul.submenu,
	.jquery-accordion-menu ul ul.submenu li ul.submenu {
		width: 100%;
		display: none;
		position: static;
	}
	.jquery-accordion-menu ul ul.submenu li {
		clear: both;
		width: 100%;
	}
	.jquery-accordion-menu ul ul.submenu li a {
		width: 100%;
		font-size: 0.85em;
		background: #333333;
		color: white;
		border-top: none;
		position: relative;
		-webkit-transition: border .2s linear;
		   -moz-transition: border .2s linear;
			 -o-transition: border .2s linear;
				transition: border .2s linear;
	}
	.jquery-accordion-menu ul li .jquery-accordion-menu-label,
	.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
		min-width: 20px;
		padding: 1px 2px 1px 1px;
		position: absolute;
		right: 18px;
		top: 14px;
		font-size: 11px;
		font-weight: 800;
		color: #555;
		text-align: center;
		line-height: 18px;
		background: #f0f0f0;
		border-radius: 100%;
	}
	.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
		top: 12px;
	}
	.ink {
		display: block;
		position: absolute;
		background: rgba(255, 255, 255, .3);
		border-radius: 100%;
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
			 -o-transform: scale(0);
				transform: scale(0);
	}
	.animate-ink {
		-webkit-animation: ripple .5s linear;
		   -moz-animation: ripple .5s linear;
			-ms-animation: ripple .5s linear;
			 -o-animation: ripple .5s linear;
				animation: ripple .5s linear;
	}
	@-webkit-keyframes ripple {
		100% {
			opacity: 0;
			-webkit-transform: scale(2.5);
		}
	}
	@-moz-keyframes ripple {
		100% {
			opacity: 0;
			-moz-transform: scale(2.5);
		}
	}
	@-o-keyframes ripple {
		100%; {
			opacity: 0;
			-o-transform: scale(2.5);
		}
	}
	@keyframes ripple {
		100% {
			opacity: 0;
			transform: scale(2.5);
		}
	}
	/* -------------------------------------------------------------------------------------------------------- Content - 736px */
	.login article.main {
		position: relative;
		max-width: 340px;
		margin: 120px auto 30px auto;
	}
	table.grid_2 label.checkbox:before {
		float: right;
		font-size: 0.8rem;
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin: 2px 0 2px -24px;
		border: 1px solid #D6D6D6;
	}
	input.css_checkbox:indeterminate + label.checkbox:before {
		line-height: 24px;
	}
	
	/* -------------------------------------------------------------------------------------------------- Form Sections - 736px */
	div.wizsteps_wrapper div.top {
		width: 700px;
	}
	div.wizsteps_wrapper.three_steps div.top {
		width: 420px;
	}
	div.wizsteps_wrapper div.top div.step_indicator {
		width: 140px;
	}
	div.wizsteps_wrapper.five_steps div.top div.step_indicator {
		width: 140px;
	}
	div.wizsteps_wrapper div.top div.left,
	div.wizsteps_wrapper div.top div.right,
	div.wizsteps_wrapper.five_steps div.top div.left,
	div.wizsteps_wrapper.five_steps div.top div.right {
		width: 55px;
	}
	div.wizsteps_wrapper div.bottom {
		width: 700px;
	}
	div.wizsteps_wrapper.three_steps div.bottom {
		width: 420px;
	}
	div.wizsteps_wrapper div.bottom div.wizard_step {
		width: 140px;
		padding: 0 10px;
	}
	div.wizsteps_wrapper.five_steps div.bottom div.wizard_step {
		width: 140px;
	}
	/* --------------------------------------------------------------------------------------------------------- Footer - 736px */
	.login section.footer_wrapper {
		position: relative;
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 640px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 667px) {

	/* -------------------------------------------------------------------------------------------------------- Content - 667px */	
	section.header_wrapper {
		padding: 0 10px;
	}
	section.header_wrapper div.left {
		padding-left: 150px;
	}
	section.header_wrapper div.left p {
		font-size: 1.475rem;
		line-height: 1;
		padding-top: 20px;
		text-align: left;
	}
	section.header_wrapper div.right {
		left: 160px;
	}
	/* -------------------------------------------------------------------------------------------------- Form Sections - 667px */
	div.wizsteps_wrapper div.top {
		width: 600px;
	}
	div.wizsteps_wrapper.three_steps div.top {
		width: 360px;
	}
	div.wizsteps_wrapper div.top div.step_indicator,
	div.wizsteps_wrapper.five_steps div.top div.step_indicator {
		width: 120px;
	}
	div.wizsteps_wrapper div.top div.left,
	div.wizsteps_wrapper div.top div.right,
	div.wizsteps_wrapper.five_steps div.top div.left,
	div.wizsteps_wrapper.five_steps div.top div.right {
		width: 45px;
	}
	div.wizsteps_wrapper.three_steps div.bottom {
		width: 360px;
	}	
	div.wizsteps_wrapper div.bottom,
	div.wizsteps_wrapper.five_steps div.bottom,
	div.wizsteps_wrapper.five_steps div.bottom div.wizard_step {
		width: 600px;
	}
	div.wizsteps_wrapper div.bottom div.wizard_step.hide {
		display: none;
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 568px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 568px) {

	/* -------------------------------------------------------------------------------------------------------- Content - 568px */
	section.header_wrapper {
		height: auto;
		padding: 0 10px;
	}
	section.header_wrapper.with_nav {
		height: 112px;
	}
	section.header_wrapper div.left,
	section.header_wrapper div.right {
		position: relative;
		float: none;
		width: 100%;
		height: auto;
	}
	section.header_wrapper div.left p,
	section.header_wrapper div.right p {
		font-size: 1.675rem;
		line-height: 1.3;
		text-align: center;
	}
	section.header_wrapper div.left {
		padding-left: 0px;
		background: url("../images/logo_atribo-large.png") 50% 20px no-repeat;
	}
	section.header_wrapper div.left p {
		padding-top: 80px;
	}
	section.header_wrapper div.right {
		left: auto;
	}
	section.header_wrapper div.right p {
		font-size: 1.1rem;
		letter-spacing: 2px;
		line-height: 40px;
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 480px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 480px) {

    br.max_phone {
        display: block;
	    font-size: 1px;
	    line-height: 0px;
	    margin: 0px;
	    clear: both;
	    height: 0px;
    }
	br.min_phone_l {
        display: none;
	}
	/* -------------------------------------------------------------------------------------------------------- Buttons - 480px */
	input.secondary,
	input.disabled {
		font-size: 0;
		padding: 0;
		width: 50px;
		background-position: -11px 50%;
	}
	input.secondary:focus,
	input.secondary:active,
	input.secondary:hover {
		background-position: -11px 50%;
		padding: 0;
	}
	/* -------------------------------------------------------------------------------------------------------- Content - 480px */	
	article.main,
	article.main.hdr_has_nav {
		padding: 20px 10px;
	}
	/* -------------------------------------------------------------------------------------------------- Form Sections - 480px */
	div.wizsteps_wrapper div.top {
		width: 300px;
	}
	div.wizsteps_wrapper.three_steps div.top {
		width: 300px;
	}
	div.wizsteps_wrapper div.top div.step_indicator,
	div.wizsteps_wrapper.five_steps div.top div.step_indicator {
		width: 60px;
	}
	div.wizsteps_wrapper div.top div.left,
	div.wizsteps_wrapper div.top div.right,
	div.wizsteps_wrapper.five_steps div.top div.left,
	div.wizsteps_wrapper.five_steps div.top div.right {
		width: 15px;
	}
	div.wizsteps_wrapper.three_steps div.bottom {
		width: 300px;
	}	
	div.wizsteps_wrapper div.bottom,
	div.wizsteps_wrapper.five_steps div.bottom,
	div.wizsteps_wrapper.five_steps div.bottom div.wizard_step {
		width: 300px;
	}
	div.wizsteps_wrapper div.bottom div.wizard_step.hide {
		display: none;
	}
	div.form_block,
	div.form_section_grouper {
		padding: 10px
	}
	div.form_section {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	div.form_section:nth-last-child(-n+3) {
		margin-bottom: 10px;
	}
	div.form_section:last-of-type {
		margin-bottom: 0px;
	}
	label.radio.inline {
		width: auto;
	}
	/* --------------------------------------------------------------------------------------------------------- Footer - 480px */
	footer.main div.footer_btm_left,
	footer.main div.footer_btm_right {
		float: none;
		width: 100%;
	}
	footer.main div.footer_btm_left p {
		text-align: center;
	}
	footer.main div.footer_btm_right img {	
		float: none;
		display: block;
		width: 123px;
		height: 30px;
		margin: 0 auto 20px auto;
	}


}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 320px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 320px) {



}