﻿html {
    background: linear-gradient(to bottom,#999999 0%, #111111 100%);
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

.pointer:hover {
    cursor:pointer;
}
.field-validation-error span {
    color:#cc0000;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    margin-top:0;
    padding-bottom: 0;
    padding-top: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

select {
    margin-bottom: 10px;
}
#frmLogsDates {
    margin-bottom: 10px;
}


/* main layout
----------------------------------------------------------*/

.siteLoginBody {
    margin:50px auto;
    max-width:600px;
    background:#eee;
    box-shadow:rgba(0,0,0,.6) 0 0 15px;
    position:relative;
    z-index:5;
}
.siteLoginBodyInner {
    position:relative;
    z-index:5;
    background:#eee;
}
.siteLoginBody:after {
    content:" ";
    position:absolute;
    top:45px;
    bottom:45px;
    left:15px;
    right:500px;
    border-radius:35px;
    box-shadow:rgba(0,0,0,.7) -35px 0px 25px;
    z-index:3;
}

.siteLoginBody:before {
    content:" ";
    position:absolute;
    top:45px;
    bottom:45px;
    left:500px;
    right:15px;
    border-radius:35px;
    box-shadow:rgba(0,0,0,.7) 35px 0px 25px;
    z-index:3;
}
.siteLoginFloat {
    padding:25px 35px 35px;
}
.siteDatixLogin,
.siteCrmLogin,
.siteDynamicsLogin {
    background:#fff;
    border:1px solid #ddd;
    margin-bottom:10px;
    padding:10px 15px 15px !important;
    display:block;
    box-sizing:border-box;
}
.loggedOutBody .siteCrmLogin {
    box-shadow:rgba(0,0,0,.3) 0 0 5px;
}
.form-submit-buttons {
    width:100%;
    padding:10px;
    font-size:15px;
}
.loggedOutBody .fieldsetGrouping legend {
    font-size:15px;
    font-weight:bold;
    color:#000;
    top: -15px;
    position: relative;
    left: -17px;
}
.login-field-table {
    display:table;
    width: 100%;
}
.login-field-table .login-field-row {
    display:table-row;
}
    .login-field-table .login-field-row > div {
        display: table-cell;
    }
    #frmLogin .login-field-table .login-field-row > div:first-child {
        vertical-align: top;
        width: 95px;
    }
    #frmPasswordResetRequest .login-field-table .login-field-row > div:first-child {
        vertical-align: top;
        width: 115px;
    }

.loggedOutBody .fieldsetGrouping label {
     display: block;
     float: left;
     position: relative;
     top: 3px;
}
.login-button-box {
    margin-top:15px;
}
.login-field-table .login-field-row > div {
    padding-top: 5px;
}
.login-field-table .login-field-row:nth-child(1) > div {
    padding-top: 0px;
}

.fieldsetGrouping input:not([type="checkbox"]) {
    width: 100%;
    float: right;
    padding: 5px;
    margin-bottom: 3px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: rgba(0,0,0,.3) 1px 1px 3px inset;
    box-sizing: border-box;
}
.fieldsetGrouping input[type="checkbox"] {
     top: 6px;
     position: relative;
}
.leftHeaderInner > a,
.loggedOutBody .centerHeaderInner a {
    display: block;
    width: 350px;
    margin-left: 5px;
    padding-top: 9px;
    text-decoration:none;
    background-color:transparent;
}


.gridTable {
    background-color: #E0E0E0;
    padding: 0px;
    margin: 0px;
    border: 1px solid #CCCCCC;
}

.gridHeaderCell {
    background-color: #116699;
    color: white;
    padding: 5px;
    font-weight: bold;
}

.gridHeaderCellLink {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.gridEvenRowCell {
    background-color: #F3F3F3;
    color: #116699;
    padding: 5px;
}

.gridOddRowCell {
    background-color: #CCDDFF;
    color: #116699;
    padding: 5px;
}

.gridLink {
    color: #116699;
    font-weight: bold;
    text-decoration: none;
}

.headerMenuTd {
    float: left;
    height: inherit;
}
.headerMenuTd ul li ul li {
    padding: 0px;
    height: inherit;
}
.headerMenuTd ul li ul li a {
    padding: 8px 18px !important;
    height: inherit;
}
.headerMenuTd > ul > li {
    height:inherit;
}

.headerMenuTd li > a {
    position: relative;
    top: 0px;
    height: 19px;
    padding: 28px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.headerMenuTd ul {
    *zoom:1;
    list-style:none;
    margin:0;
    padding:0;
}
.headerMenuTd ul:before,.nav ul:after {
    content:"";
    display:table;
}
.headerMenuTd ul:after {
    clear:both;
}
.headerMenuTd ul > li {
    float:left;
    position:relative;
}
.headerMenuTd a {
    display:block;
    padding:10px 20px;
    line-height:1.2em;
}
.headerMenuTd a:hover {
    text-decoration:none;
}
.headerMenuTd li ul li {
    width:100%;
}
.headerMenuTd li ul a {
    border:none;
}
.headerMenuTd li ul a:hover {
    background:rgba(0,0,0,0.2);
}
.headerMenuTd li ul {
    position:absolute;
    background: linear-gradient(to bottom,#424a56 0%, #6c798c 10%, #424a56 100%);
    left:0;
    top:75px;
    z-index:1;
    max-height:0;
    overflow:hidden;
    -webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
}
.headerMenuTd ul > li:hover ul {
    max-height:1000px;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
}

.headerMenuTd:hover > ul > li > a,
.headerMenuTd:hover > a {
    background: linear-gradient(to bottom,#436ca4 0%, #689ee8 100%);
}

.menu ul.dropit-submenu a:hover {
    background: linear-gradient(to bottom,#436ca4 0%, #689ee8 100%);
}

.headerMenuTd > a {
    padding: 28px 21px;
    height: inherit;
    display: block;
    color:#fff;
}

.headerMenuTd:hover {
    background: #248fc1;
    color: #fff;
    text-decoration: none;
}
.dropdown-menu-icon {
    position:relative;
    top:-1px;
}

.menuDropdownLink {
    color: white;
    font-weight: normal;
    font-size: larger;
    text-decoration: none;
}

.longTextbox {
    width: 300px;
}

.appletTitle {
    background: linear-gradient(to bottom,#000 0%, #444 100%);
    color: #fff;
    padding: 5px;
    font-weight: normal;
    font-size: 17px;
}
.BodyContentOuter {
    padding: 0px 0px 25px;
}
.fieldsetTable {
    font-family:Verdana,sans-serif;
    color:#666;
    font-size:12px;
    text-shadow:1px 1px 0px #fff;
    background:#eaebec;
    border:#ccc 1px solid;
    box-shadow:0 1px 2px rgba(0,0,0,.2);
    border-collapse:collapse;
    border-spacing:0;
    vertical-align:top;
    width: 100%;
}
.fieldsetTableTh .fieldsetThTd {
    background: linear-gradient(to bottom,#777 0%, #444 100%);
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    padding: 20px 15px;
    font-size: 20px;
    font-weight: normal;
}


.siteHeader {
    height:75px;
    background: url(login-header-background.jpg) no-repeat right top / auto 100%, #000;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #fff;
}
a.leftHeaderLogoLink {
    text-decoration:none;
}
.siteHeader .menu dropit a {
    text-decoration:none;
    display:table;
    table-layout:fixed;
    height: inherit;
}
.siteHeader .leftHeaderRight,
.siteHeader .leftHeaderLeft {
    display:table-cell;
    vertical-align:middle;
}
.siteHeader .leftHeaderRight span {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-decoration:none;
}
.siteHeader .leftHeaderRight span span {
    font-size: 16px;
    text-transform:uppercase;
    font-weight: bold;
    color: #f4a820;
    display:block;
}
.siteHeader .leftHeaderInner {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    width: 150px;
}
.siteHeader .leftHeader {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    display: table;
    height: inherit;
    position:absolute;
    left:0px;
    top:0px;
    width:175px;
    height: 63px;
}
.siteHeader .rightHeader {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    display: block;
    height: inherit;
    position:relative;
    left:0px;
    top:0px;
    margin-left:370px;
}
.siteHeader .leftHeaderLeft {
    padding-left: 11px;
}
.siteHeader .leftHeaderRight {
    padding-left: 3px;
    padding-bottom: 10px;
    line-height: 16px;
}
.fieldsetTableTr .fieldsetTrTd {
    padding: 15px 15px;
    
}
.fieldsetTableTr:nth-child(2n+1) .fieldsetTrTd {
    background:#ccc;
    color:#000;
}
.fieldsetTableTr:nth-child(2n+1) .fieldsetTrTd span,
.fieldsetTableTr:nth-child(2n+1) .fieldsetTrTd strong,
.fieldsetTableTr:nth-child(2n+1) .fieldsetTrTd a {
    color:#000;
}

.fieldsetTableTr:nth-child(2n+1) .fieldsetTrTd {
    background:rgba(100,100,100,.3);
    color:#000;
}
.fieldsetGrouping {
    margin:6px 0px;
    border:0px none;
    width:100%;
    padding:0px;
}
.fieldsetLegend {
    margin:0px;
    border:0px none;
}


.EntityGridMain {
    margin-left:275px;
    padding:10px;
}
.EntityGridMainWelcome {
    padding: 15px 25px !important;
}
| #frmListEntities {
    position: absolute;
    top: 31px;
    left: 0px;
    bottom: 0px;
    right: auto;
    width: 275px;
    background:#dbe0e5;
    height: 100%;
    border-right:1px solid #9fa9b3;
}
.BodyContentOuter {
    position:relative;
}
.itemHeader {
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid #999;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color:#477bc3;
}
.sidebarMainTitle {
    background: #fff;
    height: 50px;
    line-height: 47px;
    color: #2c78df;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    text-indent: -8px;
}
.orgcomp-menu-icon {
    position:relative;
    top:4px;
}
.portal-body-outer {
    /*width: 1200px;
    max-width: 1200px;*/
    width: 90%;
    margin: 25px auto;
    box-shadow: #000 0 0 10px;
}
.portal-body-inner {
    width: 100%;
    background: #fff;
    min-height: 250px;
    height: auto;
}
.portal-title-menu {
	background: #f4a820;
	box-shadow: #000 0 0 10px;
}
.portal-title-menu h1 {
    margin: 0px;
    padding: 3px 15px 7px;
    font-size: 20px;
}
.portal-title-menu h1 a {
    text-decoration: none;
}
.action-button-table {
	padding:10px;
}
.action-button-link {
    background: #000;
    color: #fff !important;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5px;
}
.global-back-arrow {
    width:16px;
}
body div#saving-dialog {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(./images/LoadingIcon.gif) no-repeat left 50% center / auto 35px,rgba(255,255,255,.4) ;
    z-index:100;
}


#view-case-data input#createcallbtn {
    width: calc( 100% - 20px );
    padding: 8px;
    margin-left: 20px;
    cursor:pointer;
}

.no-results {
    background: #fff none !important;
    text-indent: 35px !important;
}
.loading-table {
    width: calc(100% - 30px);
    margin: 25px auto;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: url(./LoadingIcon2.gif) no-repeat left calc(50% - 40px)center / auto 35px, #fff;
    position: relative;
    padding: 11px;
    text-indent: 35px;
}

.loading-table:before {
    z-index: -1;
    position:absolute;
    top:-5px;
    bottom:-5px;
    left:15px;
    right:15px;
    background:#eee;
    box-shadow: 0 0 10px #eee;
    content: " ";
    
}

.cgrid-outer {
    margin: 0px -25px;
    overflow-x: auto;
}

.orgHealthGraphContainerLeft {
    display: block;
    float: left;
    width: 500px;
    padding: 25px 10px 25px 10px;
}

.orgHealthGraphContainerRight {
    display: block;
    float: right;
    width: 500px;
    padding: 25px 10px 25px 10px;
}

.notestextarea {
    width: 90%;
    height: 300px;
}

.unityHealthGrid {
    display: inline-block;
    margin: 10px -25px;
    padding: 25px 10px 25px 10px;
    overflow-x: auto;
}

.unityMessageBox {
    border: 3px solid red;
    padding: 5px 5px 5px 5px;
}

.unityGraph {
    
    margin: 25px 10px 25px 10px;
    padding: 25px 10px 25px 10px;
}

.unityOrgRed{
    background-color: lightcoral;
}

.unityOrgYellow{
    background-color: palegoldenrod;
}

.unityOrgRedHeader {
    background-color: red;
}

.unityOrgYellowHeader {
    background-color: yellow;
}

.alertmessagebox {
    /*padding: 25px 10px 25px 10px;
    background-color: lightcoral;*/
    text-decoration: underline;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 100%;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }


.inline-header-buttons {
    position: relative;
    top: -5px;
    padding: 2px 10px;
    margin-left: 15px;
}
.child-portal-body-inner {
    padding: 15px 25px 25px;
    box-sizing: border-box;
}
.child-portal-body-inner > h2 {
    margin-bottom:15px;
}

.cgrid {
    width:100%;
    border-collapse:collapse;
    margin:auto;
}

    .cgrid thead tr {
        border-top:1px solid #ddd;
        background:linear-gradient(to bottom,rgba(245,245,250,1) 0%, rgba(233,233,238,1) 100%);
        border-bottom:1px solid #ccc;
    }
    .cgrid tbody tr {
        border-bottom:1px solid #ddd;
        cursor:pointer;
    }
    .cgrid tbody tr:hover {
        background:linear-gradient(to bottom,rgba(225,225,235,1) 0%, rgba(215,215,225,1) 100%) !important;
    }
    .cgrid tbody tr:nth-child(2n+1) {
        background:rgba(240,240,235,.5);
    }
    .cgrid th {
        text-align: center;
        padding: 2px 5px;
        cursor: pointer;
    }
    .cgrid th:first-child {
        border-left:0px none;
    }
    
    .cgrid th:last-child {
        border-right:0px none;
    }
    .cgrid th {
        border-right:1px solid #ddd;
    }
    .cgrid td {
        text-align: left;
        padding:10px 10px;
        border-right:1px solid #ddd;
        font-size: 12px;
    }
    .cgrid td:first-child {
        border-left:0px none;
    }
    .cgrid td:last-child {
        border-right:0px none;
    }

    body.loggedInBody #mobile-nav-toggle {
        display:none;
    }

/* General styles for all menus */
.cbp-spmenu {
    background: #4c4c4c; /* Old browsers */
    background: -moz-linear-gradient(top,  #4c4c4c 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4c4c4c 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4c4c4c 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4c4c4c 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4c4c4c 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	position: fixed;
}

.cbp-spmenu h3 {
	color: #dddddd;
	font-size: 1.5em;
	padding: 17px;
	margin: 0;
	font-weight: 300;
	background: #000000;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 75%;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #000000;
	padding: 5px 10px;
    text-decoration:none;
    font-weight:bold;
    border-top: 1px solid #777777;
    background: #4c4c4c; /* Old browsers */
    background: -moz-linear-gradient(top,  #4c4c4c 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4c4c4c 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4c4c4c 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4c4c4c 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4c4c4c 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.cbp-spmenu-vertical a.submenuitem {
    border-top: 0px;
	padding: 10px 10px;
    text-decoration:none;
    font-size: 12px;
    font-weight:normal;
    color:#dddddd;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 0%, #303030 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#303030)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #000000 0%,#303030 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #000000 0%,#303030 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #000000 0%,#303030 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #000000 0%,#303030 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -75%;
    z-index:25000;
}
#cbp-spmenu-s1-back {
	width: 100%;
	left: -100%;
    z-index:24000;
    background:rgba(0,0,0,.3);
    display:none;
    position:fixed;
}
.cbp-spmenu-s1-back-open {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display:block !important;
}
.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
    height: 100vh;
    overflow-y: auto;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.small-capitalized-text {
    font-size: 10px;
    text-transform: uppercase;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}


/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

@media (max-width:1075px) {
    body.loggedInBody .siteHeader {
        height: 75px;
        background: url(login-header-background.jpg) no-repeat right top / auto 80%, #000;
    }
}
@media (max-width:950px) {
    body.loggedInBody #datix-logo {
        width: 150px;
    }
    body.loggedInBody .leftHeaderInner a {
        padding-top: 17px;
    }
    .leftHeaderInner > a {
        width: 365px;
    }
    .siteHeader .rightHeader {
        margin-left: 365px;
    }
    body.loggedInBody .headerMenuDiv .menu {
        display:none;
    }
    body.loggedInBody .siteHeader .leftHeaderRight span {
        font-size: 15px;
    }
    body.loggedInBody .siteHeader .leftHeaderRight span span {
        font-size: 13px;
    }
    body.loggedInBody #mobile-nav-toggle {
        background: url("/Content/images/MobileMenu.png") no-repeat left top / 100%;
        width: 44px;
        height: 44px;
        display: block;
        margin-left: 10px;
        float: left;
        margin-top: 15px;
        margin-right: 10px;
    }
    body.loggedInBody .siteHeader .leftHeaderLeft {
        padding-left:0px;
    }
    
    .portal-body-outer {
        width: calc(100% - 35px);
        max-width: calc(100% - 35px);
    }
    .headerMenuTd:hover > ul > li > a, .headerMenuTd:hover > a {
        background-color:transparent;
    }
}
@media (max-width:620px) {
    .siteLoginBody {
        margin: 50px 10px;
    }
    body.loggedInBody .leftHeaderRight {
        display:none;
    }
    .leftHeaderInner > a {
        width: 225px;
    }
    .siteHeader .rightHeader {
        margin-left: 225px;
    }
    .portal-title-menu h1 a {
        font-size: 13px;
    }
    .portal-title-menu h1 {
        font-size: 13px;
        padding: 5px 15px 7px;
    }
    .global-back-arrow {
        width: 11px !important;
    }
    .login-field-table .login-field-row > div {
        display: block;
    }
    .login-field-table .login-field-row:nth-child(1) > div {
        padding-top: 5px;
    }
    .loggedOutBody .fieldsetGrouping label {
         top: 0px;
         float:none;
    }

}
@media (max-width:525px) {
    body.loggedOutBody .siteLoginBody {
        margin: 35px 10px;
    }
    body.loggedOutBody .siteLoginFloat {
        padding: 25px 25px 35px;
    }
    body.loggedInBody .siteHeader,
    body.loggedOutBody .siteHeader {
        height: 75px;
        background: url(login-header-background.jpg) no-repeat right top / auto 60%, #000;
    }
    body.loggedOutBody #datix-logo {
        width: 150px;
    }
    body.loggedOutBody .centerHeaderInner a {
        padding-top: 17px;
    }
}

