

@media screen and (max-width: 640px) {

.no-mobile { display: none; }


body
{
    background-color: #fff;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
    margin: 0px;
    padding: 0px;
}

div.container
{
	width: 100%;
}


div.navigation div.navigationButton
{
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 28px;
	right: 15px;
	background: url(../images/menu-button.png) center center no-repeat;
}

div.navigation div.logo {
}
div.navigation div#pageNav {
	display: none;
}

div.rocketmove,
div.navigation div.rocket {
	display: none;
}

div.container div.navigation
{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 0px;
	font-size: 18px;
	border-bottom: 2px solid #000;
	border-right: none;
	padding-top: 0px;
	margin-bottom: 5px;
}
div.navigation br
{
	display: none;
}

div.container div.content
{
	margin-top: 0px;
	margin-left: 0px;
	border-left: none;
	min-height: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;

	/*padding-right: 0px;*/
}

div.container > div.notifications {
	margin-left: 0;
}


div.navigation a
{
	display: block;
	text-decoration: none;
	/*color: #fff;*/
	padding: 8px 0 8px 8px;
	margin: 0 0 2px 0;
	width: 100%;
}
div.navigation a.icon {
	padding-left: 35px;
}
div.navigation a.icon div.icon {
	margin-top: 3px;
}



div.content h2
{
	margin-left: 0;
	margin-right: 0;
}
div.content h2 span.Links {
	display: block;
	float: none;
	clear: left;
	width: 100%;
	margin: 4px 0 0 0;
}

span.Links a.icon {
	display: inline-block;
	width: 44px;
	height: 44px;
	border: 2px solid #000;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	vertical-align: bottom;
	margin-bottom: 4px;
}


div.rowList img {
	margin-top: 6px;
}
div.rowList a {
	font-size: 22px;
	padding: 10px 20px 10px 15px;
}



table.ListingTable {
}

table.ListingTable tr td,
table.ListingTable tr th
{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 11pt;
}
table.ListingTable tr th.sort.asc,
table.ListingTable tr th.sort.desc
{
	background-position: center right;
}
table.ListingTable.Hover tr:hover td,
table.ListingTable.Hover tr:hover td *,
table.ListingTable.Hover tr:active td,
table.ListingTable.Hover tr:active td * {
	cursor: pointer;
	color: #fff !important;
}
table.ListingTable tr td {
	border-bottom: 1px solid #ccc;
}
table.ListingTable tr.Total td {
	border-bottom: 0px;
	font-weight: bold;
}
table.ListingTable tr.LastRow td {
	border-bottom: 0px;
}
table.ListingTable tr.Total td {
	border-bottom: 0px;
	font-weight: bold;
}


div.PaginationNavigation
{
	height: 28px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
}
div.PaginationNavigation div.BackButton a,
div.PaginationNavigation div.ForwardButton a
{
	height: 28px;
	width: 60px;
	font-size: 25px;
}
div.PaginationNavigation div.Caption span
{
	height: 28px;
	line-height: 20px;
}


div.container div.content span.Notice,
div.container div.content span.Warning,
div.container div.content span.Error
{
	margin-left: 0px;
	margin-right: 0px;
}


div.noscript {
	border-width: 2px 0;
	margin-left: 0;
}



form
{
	border: 0px;
	margin: 0px;
	clear: right;
}

form fieldset
{
	padding-left: 10px;
	padding-right: 10px;
}
form fieldset label,
form fieldset input,
form fieldset select,
form fieldset label.double,
form fieldset label.triple,
form fieldset label.onepointfive,
form fieldset input.double,
form fieldset input.half,
form fieldset select.double
{
	text-align: left;
	width: 100%;
	font-size: 20px;
	color: #000;
	padding-left: 4px;
}
form fieldset label.right
{
	text-align: left;
	margin-bottom: 0px;
	font-size: 14px;
	color: rgba(0,0,0,0.8);
}
form fieldset textarea
{
	width: 100%;
	font-size: 20px;
	padding-left: 4px;
}
form fieldset div.group
{
	width: 100%;
}
form fieldset div.note
{
	clear: both;
	margin-left: 0px;
	font-style: italic;
}

form fieldset div.right.arrow {
	position: relative; 
	pointer-events:none;
	margin-top: -18px;
	float: right;
	padding-right: 5px;
}
form fieldset div.right.arrow:before {
	content: ' ';
	display: block;
	border: 10px solid transparent;
	position: absolute;
	top: 26px;
	left: 0px;
}
form fieldset div.right.arrow:after {
	content: ' ';
	display: block;
	border: 9px solid transparent;
	position: absolute;
	top: 23px;
	left: 1px;
}
form fieldset div.right.arrow.required
{
	border-bottom: 2px solid #f07070;
	border-left: none;
}
form fieldset div.right.arrow.warning
{
	border-bottom: 2px solid #f7d229;
	border-left: none;
}
form fieldset div.right.arrow.required:before {
	border-top-color: #f07070;
	border-right-color: transparent;
}
form fieldset div.right.arrow.required:after {
	border-top-color: #fff;
	border-right-color: transparent;
}
form fieldset div.right.arrow.warning:before {
	border-top-color: #f7d229;
	border-right-color: transparent;
}
form fieldset div.right.arrow.warning:after {
	border-top-color: #fff;
	border-right-color: transparent;
}

form fieldset div.right.arrow.pass-strength
{
	border-bottom: 2px solid transparent;
        border-left: none;
}
form fieldset div.right.arrow.pass-strength:before {
        border-top-color: transparent;
	border-right-color: transparent;
}
form fieldset div.right.arrow.pass-strength:after {
        border-top-color: #fff;
	border-right-color: transparent;
}

form fieldset div.right.arrow.pass-strength.pass-0 { border-bottom-color: #fff; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-1 { border-bottom-color: #f00; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-2 { border-bottom-color: #f00; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-3 { border-bottom-color: #f93; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-4 { border-bottom-color: #6f6; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-5 { border-bottom-color: #6f6; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-6 { border-bottom-color: #6c3; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-0:before { border-top-color: #fff; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-1:before { border-top-color: #f00; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-2:before { border-top-color: #f00; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-3:before { border-top-color: #f93; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-4:before { border-top-color: #6f6; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-5:before { border-top-color: #6f6; border-right-color: transparent; }
form fieldset div.right.arrow.pass-strength.pass-6:before { border-top-color: #6c3; border-right-color: transparent; }



ul.blockmenu,
ul.dashmenu {
	padding: 5px;
}
ul.blockmenu a {
	margin: 0px 0px 5px 0px;
	padding: 8px;
	width: 100%;
	min-height: 0px;
	font-size: 16px;
}
ul.blockmenu a:hover {
	padding: 6px;
}

ul.blockmenu li.icon a {
	padding-left: 55px;
}
ul.blockmenu li.icon a div {
	margin: 3px;
}
ul.blockmenu li.icon a:hover {
	padding-left: 53px;
}

ul.dashmenu > li {
	width: 100%;
	margin: 0px 0px 5px 0px;
}
ul.companymenu a {
	margin: 0px 0px 5px 0px;
	padding: 8px;
	width: 100%;
}


/* menu searching */
#menuSearch {
	position: relative;
	width: calc(100% - 25px);
}
#menuSearchClear {
	left: calc(100% - 45px);
}
#ctrlfMessage {
	display: none !important;
}



div.container div.content div.FilterForm
{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}




div#DebuggerBanner,
div.DebuggerMessage
{
	padding-left: 0;

}



#navCollapse {
	display: none;
}
body.hidenav div.container div.navigation {
	display: block;
}


}