span.mobile {
    display: inline;
}

div.mobile {
    display: block;
}

.desktop {
    display: none;
}

#header {
    display: block;
}

.contentWrapper {
    width: 100%;
}

.multiCard {
    dispay: block;
    width: 100% !important;
    /* margin:0em 1%; */
    margin: 0 0 25px 0;
    float: none;

}

/**
overwrite margin from upper level css.
**/

.cancelLost {
    width: 48% !important;
}

.confirmLost, .foundItConfirm {
    float: right !important;
    width: 48% !important;
}

.confirmLostAndWipe {
    margin-top: 15px !important;
}

.confirmCancelLost {
    width: 48% !important;
    margin-right: 12px !important;
}

.explicitLostAndWipe {
    width: 48% !important;
    float: right;
}

.dashboard .multiCard:nth-child(2n+0) {
    margin-left: 0;
}

.card, .multiCard {
    height: 430px;
/ / min-height: 430 px;
    max-height: 430px;
}

.cardHead {
    height: 69px; /*adds an extra 2 pixels so there is padding above map when text in header wraps*/
}

.cardHead .detail {
    width: 66%;
}

.cardHead .toggle {
    padding: 15px 5px;
}

.card .cardDetails {
    margin-top: 25px;
}

.dashboard, .cardSet {
    display: block;
    max-width: 560px;
    margin: 0px auto;
    width: 98%;
}

.informationText {
    width: 98%;
    margin: 1em auto;
}

.viewSwitch {
    margin: 1.5em 1% 1em;
}

#userMenu, #home {
    display: none !important;
}

.modal {
    left: 0%;
    width: 96%;
    top: 4em;
}

.disabledLocation {
    height: 231px;
    padding-top: 50px !important;
}

.ftuFirstname {
    margin: -26px -27px 0;
    float: right;
    position: relative;
}

.ftuLastname {
    float: right;
    margin: -25px -27px 0;
    position: relative;
}

#footer {
    display: none;
}

#mobileMenu {
    display: none;
    background-color: #dddddd;
    width: 80%;
    position: absolute;
    top: 60px;
    z-index: 10;
    bottom: 0;
    max-width: 320px;
    min-height: 400px;
}

#mobileMenuButton {
    display: inline-block !important;
    color: #5e6d81;
    font-size: 25px;
    margin: 18px 12px 0px 5px;
}

input[type="button"].seprate {
    width: 45%;
}

.mmText {
    margin-left: 1em;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    max-width: 300px;
    width: 80%;
}

.navigationList a {
    padding: 0 1em;
    line-height: 3.5em;
}

.navigationList {
    border-bottom: solid 1px rgb(255, 255, 255);
    color: #333;
}

.navigationList:hover {
    background: #FFFFFF;
    cursor: pointer;
    text-color: #9FD4D4 !important;

}

#mobileMenu ul {
    padding: 0;
    margin: 0;
}

.navigationList a:hover {
    text-decoration: none;
    color: #349fd4;
}

#mobileMenu a.floatLeft {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

#mobileMenu a.floatRight {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.generalCard, .activityCard, .multiCard.activity {
    width: 100%;
    margin: 1em auto;
    float: none
}

.locationActivityCard {
    margin-top: 4em;
}

.cardSet {
    max-width: 540px;
    text-align: center;
}

#navBar {
    margin: 0;
    background-color: #E9E9E9;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: left;
}

#navBar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    height: 60px;
    max-height: 60px;
    white-space: nowrap;
}

#navBar ul li {
    margin: 0;
    padding: 0;
    border-right: 1px solid #F8F8F8;
    display: inline-block;
    float: none;
}

#navBar ul li:first-child {
    border-left: none;
}

#navBar ul li a {
    padding: 2px 25px;
}

#navBar .selected div {
    margin-top: -12%;
    margin-left: 35%;
}

@media screen and (max-width: 420px) {
    .control {
        margin: 1em 0%;
        min-width: 4em;
    }
}

.alert {
    margin: 0;
    width: 98%;
    padding-left: 2%;
}

.alert [class^="icon-"], .alert [class*=" icon-"] {
    margin-top: 0.75em;
    margin-left: 0px;
    margin-right: 0.75em;
}

.leftNavigation {
    margin: 0;
    background-color: #E9E9E9;
    width: 98%;
    font-weight: bold;
    font-size: 14px;
    height: 60px;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0;
    width: 100%;

}

.navigationContainer {
    width: auto;
    height: 60px;
    max-height: 60px;
    white-space: nowrap;
}

.navigation {
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    line-height: 60px;
    font-weight: bold;
}

.navigation .arrow, .navigation.selected .arrow {
    display: none;
}

.leftNavigation a {
    border-right: 1px solid #F8F8F8;
}

.rightContent {
    margin: 0 auto;
    float: left;
    width: 100%;
    padding: 0;
}

#backlink {
    display: none;
}

#termsofuseContent {
    text-align: justify;
    padding: 1px 14px;
    margin: 54px 8px;
}

#privacyContent {
    text-align: justify;
    padding: 1px 14px;
    margin: 36px 8px;
    list-style: none;
}

.legalContent td ul {
    margin: 0;
    padding: 0;
    white-space: normal;
}

.legalContent td {
    white-space: normal;
}

#eulaContent {
    text-align: justify;
    padding: 1px 14px;
    margin: 19px 8px;

}

.addSafeCountry, .addLockCountry, .countryWrapper {
    clear: both
}

.addSafeCountry, .addLockCountry {
    margin: 0 6em;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
}

.addSafeCountry {
    border-top: 1em solid #5E6D81;
    margin-top: 0.5em;
}

.addLockCountry {
    border-bottom: 1em solid #5E6D81;
    margin-bottom: 0.5em;
}

.phoneWrap {
    display: inline-block;
    width: 100%;
}

input.PIN {
    width: 5em;
}

.lostModeCard, .alertCard {

    height: auto;
}

#faqContent, #supportForm {
    margin: 0 10px;
}

#supportForm {
    padding: 0;

}

#szMap, #szForm {
    width: 100%;
}

#szMap, .map, #map, .szmap {
    height: 279px;
    min-height: 279px;
}

#szForm {
    height: auto;
    min-height: 0;
}

#szForm .day {
    margin: 3px;
}

#szForm .icon-navigation {
    display: none;
}

.buttonWrapper, #deleteButtonWrapper {
    display: inline-block;
    max-width: 90%;
    position: relative;
    bottom: 0;
    left: 0;
    float: none;
    margin-top: 10px;
}

.buttonWrapper .confirmLostAndWipe {
    width: 100%;
    margin: 5px 0px 0px 0px;
}

.orangeCard .centerIcon, .orangeCard .confirmButton {
    min-width: 0px;
}

.buttonWrapper .blockNumberButtons {
    position: relative;
    margin: 15px 0 !important;
}

#blockButton {
    margin: 0 !important;
}

form .buttonWrapper, .form .buttonWrapper, .settingGroup .buttonWrapper {
    position: relative;
}

input[type=submit], input[type=button], button {
    margin: 0;
    width: 50%;
    padding: 0;
    font-size: 19px;
    min-height: 0px;
    float: left;
    height: 44px;
    line-height: 22px;

}

input[type=submit]:only-child, input[type=button]:only-child, button:only-child {
    width: 100%;
}

.buttonspinner {
    height: 24px;
    width: 24px;
    background: url('/webportalstatic/images/dashboard/buttonspinner_mobile.gif');

}

input[type=text], input[type=password], select {
    width: 83%;
}

.tabIcon {
    margin: 35px 0% 0px 5%;
}

.headRow {
    display: none;
}

.customCellWidth {
    width: 25%;
    min-width: 50px;
    overflow: hidden;
    margin: 0px 1%;
    text-align: left;
}

.deviceCell {
    display: inline;
}

.contactRow {
    height: 20em;
}

.activityRow {
    height: 17em;
}

.contactRow div, .activityRow div {
    display: block;
}

.logColumn {
    width: 100% !important;
}

.cName, .cCompany, .cEmail, .cMobileNumber, .cHomeNumber, .cWorkNumber {
    display: inline;
    float: left;
    padding: 0px 8px;
    font-weight: bold;
    font-size: 12px;
    width: 40%;
    overflow: hidden;
}

.cPhone, .cCallType, .cDate, .cTime, .cDuration {
    display: inline;
    float: left;
    padding: 0px 8px;
    font-weight: bold;
    font-size: 12px;
    width: 40%;
    overflow: hidden;
    color: #5E6D81;
}

.multiCard.activity .activityCard .container {
    min-width: 100% !important;
    cursor: pointer;
    margin-top: 20px !important;
}

.container {
    margin-top: 20px !important;
}

#blockButton:only-child {
    display: inline-block;
    min-width: 100% !important;
}

.shortenedInput {
    width: 85% !important;
}

.logList, #blackList {
    height: 235px;
}

#ActivitylogsList {
    height: 283px;
}

.cardContent {
    padding: 4px 2px;
}

.divRemoveBlackListText {
    width: 100%;
}

#contactsCard, .deviceListCard {
    height: 475px;
    max-height: none;
}

#contactsCard .buttonWrapper {
    margin-right: 0;
}

#contactsCard button, .deviceListCard button {
    width: 49.5%;

}

#contactsCard button:first-child, .deviceListCard button:first-child {
    margin-right: 1%;

}

.switchLabel {
    width: 75%;
}

#logExplain, #actionsExplain {
    position: absolute;

}

#actionsExplain {
    top: 560px;
}

#logExplain {
    top: 605px;
}

#logExplain, #blockExplain, #actionsExplain {
    width: 98%;
    float: none;
    margin: 6px auto;
}

.multiCard.activity {
    margin-top: 3em;
}

.settingsContent {
    padding: 0 7px 20px;
}

.policy span {
    width: 46%;
    height: 40px;
    line-height: 40px;
}

.policy span.mobile {
    display: inline-block;
}

.policy {
    height: auto;
    line-height: auto;
}

.policy:first-child {
    margin-top: 0px;
}

.policy:last-child {
    border: none;
}

.zoneEndTimeIcon {
    margin-left: 0px;
}

/****************************Device Health**************************/

#deviceHealthMain .logColumn {
    width: 45% !important;
}

#deviceHealthMain #connections .logColumn {
    width: 30% !important;
}

#deviceHealthMain .logColumn.button, #deviceHealthMain #connections .logColumn.button {

    width: auto !important;

}

/******************************************************************************************/

@media only screen and (max-width: 500px) {
    .profileTabs .tabMainDetail, .profileTabs .tabIcon {
        font-size: 30px;
    }

    .explicitLostAndWipe, .confirmCancelLost {
        width: 100% !important
    }

    .confirmCancelLost {
        margin-bottom: 10px !important;
    }

}

@media only screen and (max-width: 470px) {
    .imageGallery .thumbnail {
        margin: 1%;
        width: 48%;
    }

}

@media only screen and (max-width: 435px) {
    #deviceHealthMain #connections .logColumn {
        width: 24% !important;
    }
}

@media only screen and (max-width: 425px) {
    #deviceHealthMain .logColumn.appName {
        width: 30% !important;
    }

}

@media only screen and (max-width: 370px) {
    .selectWrap.zoneEndTime {
        margin-top: 1em
    }

}