.mobile {
    display: none;
}

/* **************** HEADER **************** */
#header {
    height: 60px;
    background-color: #dddddd;
    display: block;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.headerWrapper {
    text-align: left;
    width: 100%;
    display: inline-block;
    max-width: 940px;
}

/* **************** FOOTER **************** */
#footer {
    font-weight: normal;
    color: #999999;
}

a, a:visited {
    color: #5e6d81;
}

#footer a {
    margin: 0 1em;
    color: #5E6D81;
}

/* **************** ALERTS **************** */
.alert {
    color: #fff;
    font-size: 14px;
    z-index: 1;
    width: 100%;
    margin: 19px auto;
    max-width: 940px;
    display: none;
    min-height: 2.5em;
    line-height: 2.5em;
    z-index: 5;
}

.alert [class^="icon-"], .alert [class*=" icon-"] {
    margin: 0.75em;
}

.multiDeviceWrapper .alert {
    max-width: 1600px;
}

.redAlert {
    background-color: #f24735;
}

.greenAlert {
    background-color: #1fbba6;
}

.blueAlert {
    background-color: #00afd1;
}

.orangeAlert {
    background-color: #f27935;
}

/* **************** NAVIGATION **************** */
.navBar {
    color: #5e6d81;
    font-weight: bold;
    font-size: 15px;
    height: 55px;
    background-color: #dddddd;
    margin: 19px auto;
    clear: both;
    text-align: center;
    width: 100%;
    max-width: 940px;
}

#backlink {
    display: block;
    background: #DDDDDD;
    margin: 2em 0;
    padding: 24px;
    font-weight: bold;
}

.backlinktext {
    padding: 20px;
}

.leftNavigation {
    display: block;
    background: #FFFFFF;
    float: left;
    padding: 0px;
    width: 30%;
}

.navigation {
    padding: 17px 41px;
    display: block;
}

.navigation:hover {
    background: #DDDDDD;
    cursor: pointer;
    color: #000000;
}

.navigation.selected {
    color: #000;
    font-weight: bold;
}

.navigation.selected .arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #F8F8F8;
    padding: 0;
    margin: 0;
    margin: -1px 0 0 -41px;
    display: inline-block;
    float: left;
}

#userMenu {
    margin: 15px 0;
    cursor: pointer;
    color: #000;
}

.dashboard .multiCard .cardHead:hover, .control:hover, .button:hover, .subControls, .blockNumberDetail:hover {
    opacity: 0.8;
}

a.dashboardCardHeading {
    display: block
}

a.dashboardCardHeading:hover {
    opacity: 1;
}

#userMenu a, #userMenu a:visited {
    color: #000;
}

#userMenu span {
    margin: 0.75em 0.5em;
}

#userMenu ul {
    list-style: none;
    position: absolute;
    top: 56px;
    font-size: 12px;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    display: none;
    float: left;
    width: 12em;
    z-index: 1;
    margin: 0 0 0 -6px;
    font-weight: normal;
}

#userMenu ul li a {
    clear: both;
    padding: 1.25em 1em;
}

#userMenu .upArrow {
    display: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #ffffff;
    position: relative;
    top: 15px;
    left: 6px;
}

.downArrow {
    display: none;
    width: 0;
    height: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: 1em solid rgba(170, 170, 170, 0.85);
}

.menuItemBorder {
    border-bottom: 1px solid #dddddd;
}

#userMenu ul li:hover {
    font-weight: bold;
    background-color: #dddddd;
    text-decoration: none;
}

#userMenu ul li a {
    font-size: 12px;
}

.homeLink {
    font-size: 22px;
    color: #5e6d81;
    float: left;
}

.settingsLink {

    font-size: 22px;
    color: #5e6d81;
    margin: 0 !important;
}

#profileForm, #policyDetails {
    padding: 1em 0px 0px;
    margin-bottom: 5em;

}

#policyDetails {
    min-height: 675px;
    background-color: #fff;
}

.policyHeading {
    font-weight: bold;
}

.policyHeading span, .policy span {
    width: 31%;
    display: inline-block;
    padding: 0px 1%;
    vertical-align: middle;
}

.policy span.mobile {
    display: none;
}

.policyHeading, .policy {
    color: #5e6d81;
    height: 40px;
    line-height: 40px;
}

.policy {
    background-color: #f5f5f5;
    background-color: #F5F5F5;
    border-bottom: 2px solid #FFF;
}

.centerText {

    text-align: center;
}

.largeProfileIcon {
    font-size: 150px;
    width: 150px;
    background-color: #ccc;
    color: #fff;
    margin: 50px auto 0;
    border-radius: 50%;
}

#fullNameHead {
    margin: 22px 0px 5px;
}

.basedInLoc {
    margin: 0px 0px 29px;
}

.FirstTimeUserForm {
    width: 80%;
    margin: 0 auto;
    font-weight: normal;
    color: black;
    padding: 0;
    min-height: 20em;
    max-width: 940px;
}

.FirstTimeUserForm .inputContainer {
    margin: 2em auto;
    width: 50%;
    min-width: 250px;
}

#firsttimeuserfirstnameRequired {
    margin-left: auto;
}

.FirstTimeUserForm .largeProfileIcon {
    margin: 8px auto 66px;
}

#welcomeHead {
    font-size: 50px;
    margin: 70px 0 27px;
}

#getStarted {
    min-width: 200px;
    font-size: 25px;
    width: 50%;
    display: inline-block;
}

.spinner {
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-bottom: 0.5em solid #5e6d81;
    display: inline !important;
}

#userMenu ul li a:hover {
    text-decoration: none;
}

#home {
    margin: 20px 0 20px 20px;
}

.viewSwitch {
    margin: 2em 0 1em 0;
}

.viewSwitch .icon {
    font-size: 17px;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.navBar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    max-width: 940px;
}

.navBar li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 55px;
}

.navBar li a {
    display: block;
    padding: 0 60px;
    font-weight: normal;
}

.navBar .selected, .navBar .selected a, .navBar .selected a:visited {
    color: #000;
    font-weight: bold;
}

.navBar .selected div {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #f8f8f8;
    margin-top: -11px;
    margin-left: 44%;
}

.navBar, .navBar a:visited {
    color: #5e6d81;
}

/* **************** CONTENT **************** */
.contentWrapper {
    max-width: 940px;
    margin: 0 auto;
    height: 100%;
}

.multiDeviceWrapper, .multiDeviceHeader, .multiDeviceNavBar {
    max-width: 1600px;
}

.dashboard {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.rightContent {
    display: block;
    background: #FFFFFF;
    padding: 0px 33px;
    width: 60%;
    float: right;
    display: inline-block;
}

.legalContent {
    text-align: justify;
}

.lostPointer {
    position: relative;
    top: -58px;
    margin: 0 auto;
}

.locationCard.lostMode .lostSubControls, .locationCard.lostMode .lostPointer {
    display: block;
}

/* *********** CARDS *********** */
.multiCard {
    width: 33%;
    margin-bottom: 21px;
    float: left;
}

.dashboard .multiCard {
    width: 32.5%;
    margin-left: 1.25%;
}

.dashboard .multiCard:nth-child(3n+1), .dashboard .multiCard:first-child {
    margin-left: 0;
}

.cardSet .multiCard {
    width: 60%;
}

.cardSet {
    margin: 0 auto;
    clear: both;
    display: block;
    max-width: 940px;
    width: 100%;
}

.card, .multiCard {
    height: 516px;
    min-height: 516px;
    max-height: 516px;
    text-align: left;
    display: inline-block;
    max-width: 560px;
}

.multiCard {
    position: relative;
    padding: 0;
    -webkit-perspective: 5000px;
    perspective: 5000px;
}

.multiCard .container .card {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.multiCard .container .card {
    width: 100%;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.multiCard .container .card.front {
    z-index: 2;
}

.multiCard .container .card.flipped {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card.flipped .map, .card.flipped #map {
    display: none;
}

.generalCard {
    width: 60%;
    max-width: 560px;
    float: left;
}

.allDeviceLocationCard {
    max-width: none;
    width: 100%;
}

.locationCard, .safezoneCard, .orangeCard, .greenCard, .generalCard {
    border-bottom: 1px solid #999;
}

.locationCard {
    float: left;
    max-height: none;
    height: auto
}

.locationActivityCard .tlMarker {
    cursor: pointer;
}

.deviceSelect .locationCard {
    margin: 1px
}

.activityCard {
    width: 38%;
    max-width: 320px;
    float: right;
    display: block;
    max-height: none;
    height: auto;
}

.multiCard.activity {
    width: 38%;
    max-width: 320px;
    float: right;
}

.multiCard.activity .activityCard {
    width: 100%;
    cursor: pointer;
}

/* ******** MAPS ******** */
.map, .szmap {
    height: 373px;
}

.map, .cardControls, .cardHead, .deviceInfo, .subControls {
    width: 100%;
    margin: 0;
    padding: 0;
}

.disabledLocation {
    background-color: #fff;
    color: #999;
    text-align: center;
    height: 271px;
    padding-top: 100px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.disabledLocation .blurb {
    color: #999;
}

.disabledLocation .sadface {
    color: #999 !important;
    font-size: 50px;
    font-weight: bold;
    margin: 20px auto;
}

.disabledLocation .blurb div.bold {
    font-size: 13px;
}

.disabledLocation span {
    display: inline-block;
}

.disabledLocation .loadingSpinner {
    height: 50px;
    width: 50px;
    background: url('/webportalstatic/images/dashboard/circle.gif');
    margin: 20px auto;
}

.contactContainer {
    background-color: #fff;
    height: 373px;
    overflow: auto;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.contact {
    border: 1px solid #dddddd;
    border-radius: 3px;
    width: 45%;
    float: left;
    margin: 1% 2%;
    height: 6em;
}

.contact span {
    margin: 5px;
}

.contactLabel {
    font-weight: bold;
}

.contactDetail {
    color: #666;
}

.markerAddress {
    text-align: center;
    font-size: 11px !important;
}

.cardControls, .cardHead {
    background-color: #ffffff;
}

.cardHead {
    height: 67px;
}

.cardHead .deviceName {
    max-width: 322px;
    overflow: hidden;
    float: left;
}

/* ******** BUTTONS ******** */
.buttonspinner {
    height: 16px;
    width: 16px;
    background: url('/webportalstatic/images/dashboard/buttonspinner_blue.gif');
    float: left;
    margin: 2px 0 0 0;
}

.cardControls {
    text-align: center;
    overflow: hidden;
    height: 76px;
}

.button {
    cursor: pointer;
}

.controlWrapper {
    margin: 0 auto;
    display: inline;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.control {
    margin: 1em 2%;
    min-width: 5em;
    cursor: pointer;
    vertical-align: top;
}

.control .button {
    color: #5e6d81;
    background-color: #fff;
    height: 25px;
    width: 33px;
    margin: 0 auto !important;
}

.control.active .button, .lostMode .lostControl .button, .control.active span, .lostMode .lostControl span {
    color: #349fd4;
}

.control .button span {
    font-size: 19px;
}

.control span {
    text-align: center;
    color: #5e6d81;
    font-size: 11px;
}

.subControls {
    display: none;
    height: 5em;
    border-top: 1px solid #aaaaaa;
    background-color: #aaaaaa;
    margin-top: -71px;
    position: sticky;
}

.subControl {
    width: 33%;
    margin: 1.75em auto;
    text-align: center;
    height: 2.5em;
    opacity: 1 !important;
    cursor: pointer;
    min-width: 7em;
    font-size: 13px;
}

.subControl span {
    min-width: 6em;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    top: 0.6em;
}

a.cardLink:hover {
    text-decoration: none !important;
}

.lostModeCard button {
    color: #f24735;
    background-color: #fff;
}

.alertCard button {
    color: #f27935;
    background-color: #fff;
}

.cardHead {
    cursor: pointer;
    text-align: left;
    overflow-y: hidden;
}

.activityCard .cardHead {
    cursor: default;
}

.cardHead span {
    display: inline-block;
}

.cardHead span.hidden {
    display: none;
}

.cardHead div {
    padding: 1em;
}

.cardHead .refreshspinner, .cardHead .refresh {
    height: 21px;
    width: 20px;
    float: right !important;
    margin: 14px;
    font-size: 20px;
    color: #5e6d81;
}

.cardHead .refreshspinner {
    background-image: url('/webportalstatic/images/dashboard/update_timeline_spinner.gif');
}

.cardHead .detail {
    max-height: 3em;
    overflow: hidden;
    float: left;
}

.safezoneCard .cardHead .detail {
    width: auto;
    float: none;
}

.cardHead .backgroundImage {
    padding: 0;
}

.cardHead .deviceIcon {
    margin: 14px 0 14px 14px;
    float: left;
}

.refresh {
    cursor: pointer;
}

.deviceName, .timelineHead {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0 !important;
}

.lastSeen, .timelineUpdated {
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    margin: 0 !important;
}

.cardSubHead {
    font-size: 11px;
    color: #666666;
}

.cardHead span.locationAccuracy {
    display: block;
    padding: 4px 0 0;
}

.locationAccuracy .poor {
    color: #f24735;
}

.lostModeCard .centerIcon {
    color: #f24735;
    background-color: #fff;
}

.alertCard .centerIcon {
    color: #f27935;
    background-color: #fff;
}

.toggle {
    height: 9px;
    width: 17px;
    float: right !important;
    font-weight: bold;
}

.upToggle {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.deviceInfo {
    font-size: 12px;
    color: #666666;
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
    padding-bottom: 1em;
    text-align: left;
}

.deviceInfo div {
    margin: 1em 0 0 2.5em;
}

.deviceInfo span {
    width: 10em;
    display: inline-block;
}

#timelineHead {
    overflow: hidden;
    background: #FFFFFF;
}

#timelineContent {
    overflow: hidden;
    width: 100%;
}

.timelineRow.left {
    overflow: hidden;
    float: left;
    width: 100%;
}

.timelineRow.left .date {
    float: right;
    width: 45%;
}

.timelineRow.left .marker {
    float: right;
    width: 10%;
    overflow: hidden;
    background: url('/webportalstatic/images/dashboard/timelineArrow.png') no-repeat left center;
}

.timelineRow.left .info {
    float: left;
    width: 45%;
    overflow: hidden;
    background: #FFFFFF;
}

.timelineRow.right {
    overflow: hidden;
    float: right;
    width: 100%;
}

.timelineRow.right .date {
    float: left;
    width: 45%;
    text-align: right;
}

.timelineRow.right .marker {
    float: left;
    width: 10%;
    overflow: hidden;
    background: url('/webportalstatic/images/dashboard/timelineArrowR.png') no-repeat right center;
}

.timelineRow.right .info {
    float: right;
    width: 45%;
    overflow: hidden;
    background: #FFFFFF;
}

.timelineRow .date {
    margin: 4em auto;
    color: #666666;
    font-size: 11px
}

.timelineRow .marker div {
    background: #6FBADF;
    width: 21px;
    height: 21px;
    margin: 40px auto;
    border-radius: 20px;
    cursor: pointer
}

.timelineRow .info div {
    padding: 20px;
}

.timelineRow .info {
    min-height: 90px;
}

.timelineRow .info div {
    padding: 0 10px 5px;
    color: #999999;
    font-size: 12px;
}

.timelineRow .info span {
    padding: 0 10px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

.timelineRow .info .address {
    color: #666666;
    width: 100%;
}

.timelineRow {
    padding: 9px 0;
    background: url('/webportalstatic/images/dashboard/timelineBG.png') no-repeat center top;
    background-size: 5px 100%
}

.timelineEnd {
    background-size: 5px 50%
}

.lostMode .timelineRow .marker div {
    background: #f24735
}

.alertMode .timelineRow .marker div {
    background: #f27935
}

.generalCard {
    background-color: #fff;
    text-align: center;
}

.lostModeCard {
    background-color: #f24735;
}

.alertCard {
    background-color: #f27935;
}

.generalCard, .generalCard h1 {
    color: #5E6D81
}

.lostModeCard, .alertCard, .lostModeCard h1, .alertCard h1 {
    color: #ffffff !important;
}

.multiCard h1 {
    font-size: 28px;
}

.multiCard .card {
    width: 100%;
}

.card .cardDetails {
    margin-top: 55px;
    display: inline-block;
    width: 100%;
    color: black;
}

.cardDetails p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    font-weight: normal;
    margin-top: 2em;
}

.multiCard:only-child .cardDetails p {
    max-width: 500px;
}

.viewSwitch {
    clear: both;
    text-align: right;
    font-size: 11px;
    margin: 1.5em 0 1em;
}

.viewSwitch .backgroundImage {
    margin: -0.25em 0em 0em 0.5em !important;
    height: 19px;
    width: 18px;
    float: right;
    display: block;
}

a.locLink:hover {
    text-decoration: none !important;
}

.modalCover {
    position: fixed;
    z-index: 9997;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #5e6d81;
    opacity: 0.4;
    display: none;
}

.modal {
    background-color: #fff;
    position: fixed;
    top: 10em;
    left: 30%;
    z-index: 9999;
    padding: 2em 2%;
    width: 36%;
    text-align: left;
}

.modal h1 {
    margin: 0;
}

.lovetohear {
    font-size: 12px;
    font-weight: normal;
    color: #5e6d81;
    margin-bottom: 18px;
}

#userFeedback {
    width: 96%;
    height: 79px;
    resize: none;
    font-size: 12px;
    padding: 1em 2%;
    margin-bottom: 2em;
}

#mobileMenuButton, #mobileMenu {
    display: none;
}

.setting {
    clear: both;
}

.faqCategory {
    clear: both;
    margin: 5px 0px;
}

.supportNumber {
    font-weight: bold;
}

.callUs {
    padding: 2px;
}

.settingHead, .faqCategoryHead {
    padding: 15px 0;
    font-weight: bold;
    cursor: pointer;
    clear: both;
    border-top: 1px solid #DDDDDD;
}

.settingGroupHead {
    padding: 15px 0;
    clear: both;
    cursor: default;
}

.settingsContent, .faqCategoryContent {
    padding-bottom: 5em;
}

.settingHead h3, .settingGroupHead h3 {
    display: inline;
}

.settingForm {
    padding: 1em 0;
    width: 100%;
}

.settingGroup {
    padding: 1%;
    clear: both;
    float: left;
    width: 98%;
    background-color: #F8F8f8;
}

.settingGroup h3 {
    font-size: 14px;
    margin: 0;
}

.settingGroup .custom-checkbox > .box {
    border: 1px solid #5E6D81;
    background-color: #fff;
}

.deviceSettingWrapper {
    clear: both;
}

.settingGroup:last-child {
    padding-bottom: 2em;
}

.addSafeCountry {
    border-left: 1em solid #5E6D81;
}

.addLockCountry {
    border-right: 1em solid #5E6D81;
}

.addLockCountry, .addSafeCountry {
    width: 0;
    height: 0;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    padding: 0;
    margin: 5em 0.5em;
    cursor: pointer;
}

label.subLabel {
    font-size: 12px;
    font-weight: bold;
}

input.PIN {
    width: 5em;
}

.countryListHolder {
    border: 1px solid #5E6D81;
    height: 10em;
    width: 200px;
    overflow: auto;
    cursor: pointer;
    background-color: #fff;
}

.countryLockItem {
    padding: 0 0.5em;
}

.countryLockItem:hover {
    opacity: 0.8;
    background-color: #ddd;
}

.countryLockItem.selected {
    background-color: #ddd;
}

.blurb {
    font-size: 11px;
    color: #5E6D81;
    clear: both;
    margin-top: 0.5em;
}

.trackingIntervalControl {
    border: 1px solid #5E6D81;
    padding: 0.25em;
    display: inline-block;
    margin-top: 0.5em;
    background-color: #fff;
}

.trackingIntervalControl span {
    padding: 0.25em;
}

.intervalIncrease {
    border-left: 1px solid #5E6D81;
    cursor: pointer;
}

.intervalDecrease {
    border-right: 1px solid #5E6D81;
    cursor: pointer;
}

.error {
    color: #f24735;
    font-size: 11px;
}

.faqItem {
    margin: 1em 0;
    background-color: #F8F8f8;
    padding: 1em;
    cursor: pointer;
}

.faqQuestion {
    font-weight: bold;
    text-align: justify;
}

.faqAnswer {
    color: #333;
    font-size: 12px;
    text-align: justify;
}

.lostColor {
    background-color: #f24735;
}

.generalColor {
    background-color: #349fd4;
}

.alertColor, input[type=submit].alertColor, input[type=button].alertColor {
    background-color: #f27935;
    color: #fff;
}

.attribution {
    color: #5e6d81;
    margin: 0 1em;
}

.imageCount {
    background-color: #F00;
    width: 20px;
    height: 20px;
    font-weight: bold;
    border-radius: 50%;
    display: inline;
    float: right;
    margin: 0px -25px 0px 0px;
    position: relative;
    top: -10px;
    left: -38px;
    z-index: 5;
}

.multiDeviceMap {
    height: 459px !important;
}

.centerControl, .zoomInControl, .zoomOutControl {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    text-align: center;
    height: 25px;
    width: 25px;
    margin: 5px;
    border-radius: 3px;
    opacity: 0.8;
}

.centerControl span, .zoomInControl span, .zoomOutControl span {
    font-size: 14px;
    display: inline-block;
    margin: 5px auto;
    color: #5e6d81;
}

.mapTypeControl {
    background-color: #FFF;
    color: #5E6D81;
    font-size: 10px;
    padding: 8px;
    opacity: 0.8;
    cursor: pointer;
    margin: 5px 5px 5px 3px;
    z-index: 0;
    position: absolute;
    right: 0px;
    top: 0px;
}

.informationText {
    color: #5E6D81;
    font-size: 11px;
    margin-bottom: 1em;
}

/*SAFEZONES*/
.multiCard:only-child, .multiCard:only-child .generalCard, .cardSet .card:only-child, #logExplain:only-child {
    max-width: 1600px;
    width: 100%;
}

.multiCard.addSafezone:only-child {
    width: 32.5%;
    max-width: 560px;
}

.addNew {
    cursor: pointer;
}

.addNew:hover {
    opacity: 0.8;
}

.confirmEnable {
    background-color: #1fbba6;
    color: #fff;
}

.cardHead .safezoneTime {
    display: block;
}

.cardHead .safezoneTime .disabled, .cardHead .safezoneTime .nowActive {
    color: #fff;
    font-size: 11px;
    padding: 2px 7px;
    text-transform: none;
}

.cardHead .safezoneTime .disabled {
    background-color: #f27935;
}

.cardHead .safezoneTime .nowActive {
    background-color: #1fbba6;
}

.cardHead .safezoneDays {
    float: right;
}

.cardHead .safezoneDays .safezoneDay {
    font-weight: bold;
    margin: 0 3px;
}

.cardHead .safezoneDays .safezoneDay.activeDay {
    color: #349fd4;
}

.szmapWrap.disabled {
    z-index: 2;
    background-color: #fff;
    opacity: 0.7;
}

.centerIcon {
    height: 150px;
    width: 150px;
    border-radius: 75px;
    margin: 0 auto 20px;
}

.greenCard, .orangeCard {
    background-color: #fff;
}

.orangeCard .centerIcon, .orangeCard .confirmButton {
    background-color: #f27935;
    color: #fff;
    min-width: 150px;
}

.orangeCard, .orangeCard h1 {
    color: #f27935;
}

.orangeCard .custom-checkbox > .box > .tick {
    border-bottom: 3px solid #f27935;
    border-left: 3px solid #f27935;
}

.orangeCard .custom-checkbox > .box {
    background-color: #fff;
    border: 1px solid #ccc;
}

.orangeCard label, .greenCard label {
    color: #666;
}

.orangeCard .custom-checkbox > input:checked + .box {
    border: 1px solid #f27935;
}

.greenCard .centerIcon, .greenCard .confirmButton {
    background-color: #1FBBA6;
    color: #fff;
}

.greenCard, .greenCard h1, .greenCard p {
    color: #1FBBA6;
}

.cancelButton {
    color: #5e6d81;
    min-width: 100px;
}

.centerIcon span {
    display: inline-block;
    font-size: 90px;
    margin: 30px;
}

#szMap, #szForm {
    width: 50%;
    float: left;
    height: 100%;
    min-height: 560px;
    background-color: #fff;
}

.form {
    background-color: #fff;
    display: inline-block;
    width: 100%;
}

.form form {
    margin: 0px 2em;
}

.formRow {
    clear: both;
    margin: 0 0 1em 0;
    width: 100%;
    float: left;
}

#szForm .icon-navigation {
    color: #5e6d81;
    width: 1.5em;
    height: 1.5em;
    font-size: 12px;
    display: block;
    top: -21px;
    left: 365px;
    position: relative;
}

.sliderMaxMin {
    color: #5e6d81;
    font-size: 11px;
}

.sliderMin {
    float: left;
}

.sliderMax {
    float: right;
}

#radiusInfo {
    display: inline-block;
    position: relative;
    top: -7px;
    font-size: 11px;
    margin-left: -31px
}

#radiusInfo #info {
    width: 60px;
    background-color: #5e6d81;
    color: #fff;
    text-align: center;
    margin: -5px 0;
    padding: 2px;
}

#radiusInfo #downArrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #5e6d81;
    display: inline-block;
    margin: 0 24px;
}

.inputWarning {
    font-size: 12px;
    color: #5e6d81;
    margin-bottom: 1em;
}

#szForm .day {
    width: 14px;
    height: 17px;
    border: 1px #999 solid;
    float: left;
    margin: 0.5em;
    color: #5e6d81;
    text-align: center;
    font-weight: bold;
    padding: 2px 5px 5px;
    cursor: pointer;
}

#szForm .day.selected {
    height: 15px;
    background-color: #ddd;
    color: #00afd1;
    border-bottom: 3px #00afd1 solid;
}

#szForm .day:first-of-type {
    margin-left: 0;
}

.headRow {
    padding: 20px 0px 9px;
    font-weight: bold;
}

.log {
    text-align: left;
    font-size: 12px;
}

.logRow {
    background-color: #f5f5f5;
    border-bottom: 2px solid #fff;
    height: 40px;
}

.logRow.blocked {
    color: #f24735;
}

.logRow .blocked {
    background-color: #f24735;
    color: #fff;
    font-size: 10px;
    float: left;
    padding: 2px 5px;
    line-height: 10px;
}

#smsLog .logRow .blocked {
    margin-left: -3em;
}

.logColumn, .headColumn {
    margin: 0 2%;
    vertical-align: middle;
    display: inline-block;
    float: left;
    width: 12.5%;
}

.contactBackupLog .logColumn, .contactBackupLog .headColumn {
    margin: 0 1%;
}

.logColumn {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

#callLog .logColumn, #callLog .headColumn {
    width: 15%;
}

.email.logColumn, .email.headColumn {
    width: 25%;
}

.phone.logColumn, .phone.headColumn, #callLog .phone.logColumn, #callLog .phone.headColumn {
    width: 20%;
}

.duration.logColumn, .duration.headColumn {
    width: 16%;
    margin-right: 0;
}

.sms.logColumn, .sms.headColumn {
    width: 24%;
    margin-right: 0;
}

.sms.logColumn {
    cursor: pointer;
}

.restoring, .backingup {
    margin: 0px 2px;
}

.restore .icon-download, .backup .icon-upload {
    font-size: 21px;
}

#startRestoreButton.restoreEnabled {
    background-color: #1fbba6;
    color: #fff;
    cursor: pointer;
}

.tabBar {
    background-color: #EEEEEE;
    width: 100%;
    height: 110px;
}

.tab {
    overflow: hidden;
    float: left;
    width: 50%;
    max-width: 24em;
    background-color: #f5f5f5;
    color: #999;
    height: 107px;
    padding-top: 3px;
    cursor: pointer;
}

.tab.green.selected {
    border-top: 3px solid #1FBBA6;
    color: #1FBBA6;
}

.tab.selected {
    background-color: #fff;
    border-top: 3px solid #00afd1;
    color: #00afd1;
    padding-top: 0;
}

.tabSupDetail {
    font-size: 12px;
}

.tabSubDetail {
    clear: both;
    text-align: center;
}

.tabMainDetail {
    font-size: 46px;
}

.tabHead {
    margin: 15px 0px 0px 0px;
    text-align: left;
}

.tabIcon {
    float: left;
    font-size: 46px;
    margin: 35px 15px 0px 25px;
}

.smsIcon {
    float: left;
    font-size: 46px;
    margin-right: 15px;
}

.deviceList {
    margin: 1em auto 2em;
    max-height: 15.5em;
    overflow: auto;
    width: 50%;
    min-width: 290px;
}

.deviceRow {
    height: 3em;
    width: 99%;
    margin: 0 auto;
    cursor: pointer;
    background-color: #EEEEEE;
    border: 1px solid #FFFFFF;
    min-width: 275px;
}

.deviceRow .deviceIcon {
    margin: 3px;
}

.deviceIcon {
    padding: 3px !important;
    text-align: center;
    background-color: #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 28px;
    color: #000;
}

.contactDeviceName {
    padding: 1em 1em;
    float: left;
    font-size: 12px;
    color: #5E6D81;
}

.contactCheckBox .box {
    float: right;
    border: 1px solid rgb(94, 109, 129);
    background-color: #fff;
    width: 14px;
    height: 14px;
}

.deviceListCard {
    min-width: 100%;
}

#contactsCard .buttonWrapper {
    margin-right: 1em;
}

#boxColor {
    background-color: #fff;
    margin: 12px 10px;
}

.cName, .cCompany, .cEmail, .cMobileNumber, .cHomeNumber, .cWorkNumber, .mobileLastBackup {
    display: none;
}

.custom-checkbox > .box > .greenTick {
    border-bottom: 3px solid #5E6D81;
    border-left: 3px solid #5E6D81;
}

.logList {
    width: 100%;
    height: 292px;
}

.callLogEarliesTime {
    font-size: 14px;
    text-align: center;
    margin-top: 14px;
}

.scrollbar {
    float: left;
    background: #FFFFFF;
    overflow-y: auto;
    overflow-x: hidden;
}

.blockNumberDetail:hover {
    cursor: pointer;
}

.blockNumberActivityCard {
    text-align: left;
}

.blockNumberActivityCard .cardContent {
    margin: 7px 5px;
}

.blockedPhNumberDetail {
    padding-top: 10px;
}

.activityPhoneNumber {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-top: 7px;
}

#blackList {
    height: 379px;
}

#blockButton:only-child {
    margin: -37px 0px 1em 0;
    min-height: 31px;
    width: 70px;
}

#blockNumberInput {
    max-width: none;
    width: calc(100% - 39px);
}

.blockedNumberRow {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 14px 0px;
    height: 12px;
}

.removeBlockedNumber {
    float: right;
    margin: 0px 14px;
    color: #5E6D81;
}

.divHeadBlockedCalls, .blockedCallsDetail {
    display: inline-block;
    min-width: 90px;
    overflow: hidden;
    text-align: left;
    float: left;
    color: #5E6D81;
    padding-left: 10px;
}

#blackListCard {
    cursor: default;
}

.removeYes, .removeNo {
    height: 40px;
    min-width: 3em !important;
    margin: 0 !important;
    float: right !important;
}

.removeBlockedNumberRow {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    text-align: right;
}

.divRemoveBlackListText {
    width: 16em;
    padding: 0px 5px;
    text-align: center;
    color: #f27935;
    float: left;
}

.cPhone, .cCallType, .cDate, .cTime, .cDuration {
    display: none;
}

.callDuration {
    margin: -15px 0px;
    float: left;
}

#smsActivityContent {
    text-align: left;
}

.smsDetails {
    margin: 15px 4%;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 92%;
}

#closeSMSContent {
    padding-bottom: 15px;
    display: inline-block;
    float: right;
}

#smsNumber {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

#smsContent {
    margin: 0 4%;
    color: #333;
}

#turnOnCallMonitor, #turnOnCallMonitor h1, #turnOnSMSMonitor, #turnOnSMSMonitor h1 {
    text-align: center;
    color: #1FBBA6;
}

.switchOn {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
}

.switchSlider {
    padding: 10px 5%;
    width: 40px;
}

.switchLabel {
    width: 80%;
}

#callMonitorSwitch, #smsMonitorSwitch {
    height: 20px;
    border-radius: 10px;
}

#callMonitorSwitch .ui-slider-handle, #smsMonitorSwitch .ui-slider-handle {
    top: 0;
    height: 20px;
    width: 20px;
}

.offText {
    margin-left: 15px;
    position: relative;
    top: -22px;
    font-size: 10px;
    font-weight: bold;
    color: #5e6d81;
}

.onText {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -22px;
    left: 10px;
    z-index: 99;
}

.emptyCallLog, .emptySMSLog {
    margin-top: 150px;
}

#logExplain, #actionsExplain {
    float: left;
    width: 60%;
    max-width: 560px;

}

#blockExplain {
    float: right;
    width: 38%;
    max-width: 320px;
}

#blockExplain, #logExplain, #actionsExplain {
    color: #5e6d81;

    text-align: center;
    margin-top: 1em;
    font-size: 12px;
}

.explainLockAndWipe {
    margin: 10px 40px 10px 40px;
    color: black;
}

#actionsExplain {
    z-index: -1000;
}

.imageGallery .thumbnail {
    float: left;
    margin: 6px;
    width: 23.7%;
    min-width: 150px;
}

.imageGallery .thumbnail img {
    width: 100%
}

.imageGallery .thumbnail .caption {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.25);
    top: -3em;
    position: relative;
    width: 96%;
    padding: 0 2%;
}

.capture {
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    /*top right bottom left */
}

.captureHeaderContainer {
    padding: 1em;
}

.captureHeaderContainer .captureHeader {
    margin: 14px 0;
    font-size: 22px;
    font-weight: bold;
}

/****************************COACHMARKS****************************************************/

#coachmarkOverlay {
    z-index: 2;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    opacity: 0.4;
}

#coachmarkSVG {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 3;
}

#coachmarkLine {
    stroke: #FFF;
    stroke-width: 2;
    opacity: 0.8;
}

#coachmarkSpotlight {
    position: fixed;
    z-index: 2;
    border-radius: 50%;
    border: 2px solid #FFF;
    background-color: rgba(255, 255, 255, 0.8);
}

.coachmark {
    z-index: 5;
    border: 2px solid #FFF;
    background-color: #00F;
    color: #FFF;
    opacity: 1;
    position: fixed;
    top: 40px;
    border-radius: 50%;
    text-align: center;
    width: 240px;
    height: 240px;
}

.coachmark p {
    margin-top: 40px;
    color: #fff;
    font-size: 24px;
}

.coachmark button {
    background-color: #fff;
    min-width: 0px;
}

#coachmark1 {
    background-color: #b6cc3b;
}

#coachmark1 button {
    color: #b6cc3b;
}

#coachmark2 {
    background-color: #fdbe37;
}

#coachmark2 button {
    color: #fdbe37;
}

#coachmark3, #coachmark4 {
    background-color: #349fd4;
}

#coachmark3 button, #coachmark4 button {
    color: #349fd4;
}

/* Popup box BEGIN */
.hover_bkgr_fricc {
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 2px;
    padding: 15px 5%;
}

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

/* Popup box BEGIN */

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

/****************************Device Helath**************************/

#deviceHealthMain .tabBar .tab {
    width: 25%;
}

#deviceHealthMain .tabBar .tab .tabIcon {
    margin: 20px auto 0px;
    font-size: 46px;
    float: none;
}

#deviceHealthMain .tabBar .tab .tabSupDetail {
    margin-top: 15px;
    max-height: 1em;
}

#deviceHealthMain {
    height: auto;
    max-height: none;
}

#deviceHealthMain #battery {

}

#deviceHealthMain #battery .batteryTimeLineWrap {
    width: 320px;
    margin: 0px auto;
    background-color: #F8F8F8;
}

#deviceHealthMain .logColumn.button {
    min-width: 120px;
    float: right;
}

/******************************************************************************************/
@media screen and (max-width: 1530px) {
    .multiDeviceHeader, .multiDeviceWrapper, .multiDeviceNavBar, .multiDeviceWrapper .alert {
        max-width: 1100px;
    }

    .addSafeZone:only-child {
        max-width: 1100px;
    }

    .dashboard .multiCard {
        width: 49.5%;

    }

    .multiCard:only-child, .multiCard:only-child .generalCard, .cardSet .card:only-child {
        max-width: 1600px;
        width: 100%;
    }

    .dashboard .multiCard {
        margin-left: 0;
        margin-bottom: 14px;
    }

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

@media screen and (max-width: 1000px) {
    .navBar li a {
        padding: 0 50px;
    }
}

/***************  customSelect  ************************/

select.hasCustomSelect {
    min-width: 100px;
}

.selectWrap {
    float: left;
}

.customSelect {
    font-size: 13px;
    background-color: #fff;
    margin-right: 2em;
    border: 1px solid #5E6D81;
    padding-left: 13px;
    height: 29px;
    line-height: 29px;
    min-width: 100px;
}

.mobilephonecountry.customSelect {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.autoLock.customSelect, .callpatternLock.customSelect {
    width: 5em;
}

.zoneTime.customSelect {
    width: 85px;
}

.
.zoneEndTimeIcon {
    margin-left: 40px;
}

.customSelect.customSelectHover {
    /* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
    /* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
    /* Styles for when the select box is in focus */
}

.customSelect.customSelectDisabledOption {
    /* Styles for when the selected item is a disabled one */
}

.customSelect.customSelectDisabled {
    /* Styles for when the select box itself is disabled */
}

.customSelectInner {
    /* You can style the inner box too */
}

.customSelectArrow {
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-bottom: 7px solid #5E6D81;
    float: right;
    margin-right: 5px;
    margin-top: 17px;
}

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