﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Roboto';
}

h1, h2, h4 {
    font-family: 'Roboto';
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.inputWrapperDiv {
    margin-bottom: 10px;
}

.inputLabelDiv {
    float: left;
    width: 200px;
    font-weight: normal;
}

.inputFieldDiv {
    float: left;
    width: 200px;
    font-weight: bold;
}

.inputFieldRight {
    float: right;
    margin-right: 4px;
    width: 400px;
}

.table th {
    font-weight: bold;
    font-family: 'Roboto';
    background-color: #999b9b !important;
}

    .table th a {
        color: #1034a6 !important;
    }

.table td {
    font-family: 'Roboto';
}

.btn {
    font-family: 'Roboto';
    font-weight: 700;
}

.sectionHeader {
    width: 100%;
    padding: 6px;
    background-color: cornflowerblue;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    border: 1px solid #777777;
}

.orangeBackground {
    background-color: orange !important;
}

.purpleBackground {
    background-color: #8681ab !important;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 1px;
            margin: 0 .2em 1px 0;
            border-bottom: 0 !important;
            padding: 0;
            white-space: nowrap;
            background-color: lightblue;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: .5em 1em;
                text-decoration: none;
                color: black;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                margin-bottom: 0;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
            }
    /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: none;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }

#tabs div.wrapperTab {
    clear: both;
    margin-top: 20px !important;
    padding: 2px !important;
}

#tabs a {
    font-family: 'Roboto';
    font-weight: 700;
}

div .ui-tabs .ui-tabs-hide {
    display: none;
}

.dragDropColumn {
    float: left;
    width: 350px;
    height: 400px;
    overflow-y: auto;
    margin-bottom: 20px;
    margin-right: 20px;
}

.sortable {
    border: 1px solid #eee;
    width: 310px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}

    .sortable li {
        margin: 0 5px 5px 5px;
        padding: 5px;
        font-size: 1.2em;
        width: 300px;
    }



.organisationName {
    width: 40%;
}

.organisationName2 {
    width: 22%;
}

.mediumCell {
    width: 10%;
}

.smallCell {
    width: 8%;
}

.tinyCell {
    width: 2%;
    text-align: center;
}

.dateCell {
    width: 10%;
}


.overflowHide {
    overflow-x: hidden;
    width: inherit;
}

.assetDisplayName {
    width: 60px;
}

.assetRegistration {
    width: 60px;
}

.assetStatus {
    width: 50px;
}

.simMNC {
    width: 30px;
}

.simIMEI {
    width: 120px;
}

.assetType {
    width: 60px;
}

.assetProductCode {
    width: 50px;
}

.assetManufacturer {
    width: 60px;
}

.assetManufacturerProductCode {
    width: 50px;
}

.assetIMEI {
    width: 100px;
}

.assetCellnet {
    width: 100px;
}

.assetNetwork {
    width: 90px;
}

.assetNetworkId {
    width: 90px;
}

.assetInstallationDate {
    width: 60px;
}

.assetActivationDate {
    width: 60px;
}

.assetDecommDate {
    width: 60px;
}

.assetEdit {
    width: 12px;
}

.assetId {
    width: 50px;
}

.assetOrganisation {
    width: 90px;
}

.assetSector {
    width: 80px;
}

.assetCountry {
    width: 100px;
}

.deviceColumn {
    width: 160px;
}

.largeColumn {
    width: 15%;
    border: 1px solid red;
}

.mediumColumn {
    width: 8%;
    border: 1px solid red;
}

.smallColumn {
    width: 5%;
    border: 1px solid red;
}

.fixedHeader {
    position: fixed;
    top: 50px;
    display: none;
    width: 1126px;
}

.orgNameCell {
    width: 370px;
}

.orgStatusCell {
    width: 90px;
}

.orgAccessCell {
    width: 70px;
}

.orgLoginCell {
    width: 110px;
}

.orgAssetsCell {
    width: 70px;
}

.orgIsVarCell {
    width: 50px;
}

.orgCountryCell {
    width: 100px;
}

.orgOperatingCell {
    width: 100px;
}

.orgManagerCell {
    width: 100px;
}

.orgSectorCell {
    width: 100px;
}

.simOwnerCell {
    width: 80px;
}

.simNetworkCell {
    width: 105px;
}

.simCountryCell {
    width: 80px;
}

.simNetworkIdCell {
    width: 128px;
}

.simICCICell {
    width: 108px;
}

.simDateAddedCell {
    width: 95px;
}

.simStateCell {
    width: 80px;
}

.simIMEICell {
    width: 108px;
}

.simAssetRegCell {
    width: 108px;
}

.simOrganisationCell {
    width: 100px;
}

.navbar {
    background-color: #36393b !important;
    font-family: 'Roboto Condensed';
    font-weight: 700;
}

.assetSearchDDL {
    width: 410px;
}

.assetSearchSmallDDL {
    width: 170px !important;
    float: left;
}

.smallBox {
    width: 100px;
    float: right;
    font-weight: normal;
    font-size: 14px;
}

.greenButton {
    background-color: #51ae32 !important;
    color: black !important;
    font-weight: bold !important;
}

.configNetwork {
    width: 140px;
    overflow-x: hidden;
}

.configCommName {
    width: 140px;
    overflow-x: hidden;
}

.configFileRef {
    width: 140px;
    overflow-x: hidden;
    display: none !important;
}

.configReportingType {
    width: 140px;
    overflow-x: hidden;
}

.configPeriodicRepInt {
    width: 140px;
    overflow-x: hidden;
}

.configJourneyType {
    width: 140px;
    overflow-x: hidden;
}

.configInJourneyRepInt {
    width: 140px;
    overflow-x: hidden;
}

.configHeartbeatInt {
    width: 140px;
    overflow-x: hidden;
}

.configServicesEnabled {
    width: 200px;
    overflow-x: hidden;
}

.satellitePlansValues {
    width: 270px;
    overflow-x: hidden;
}

.configActive {
    width: 60px;
    overflow-x: hidden;
}

.requiredField {
    color: red;
    font-weight: bold;
}

.ui-state-inactive-live,
.ui-state-report-inactive-live {
    border: 1px solid #555555;
    background-color: #00FF19;
    color: #555555;
}


.liveModule {
    color: #00FF19;
    font-weight: bold;
}

.trunkModule {
    color: #70D8FF;
    font-weight: bold;
}

.ui-state-inactive-trunk,
.ui-state-report-inactive-trunk {
    border: 1px solid #555555;
    background-color: #70D8FF;
    color: #555555;
}

.ui-state-inactive-dev,
.ui-state-report-inactive-dev {
    border: 1px solid #555555;
    background-color: #FF753F;
    color: #555555;
}

.devModule {
    color: #FF753F;
    font-weight: bold;
}

.tabList {
    font-size: 9px;
    margin-left: 6px;
}

#sortable2 .tabList {
    display: none;
}

.progressArrow {
    width: 120px;
    height: 62px;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 10px;
    position: relative;
    padding-left: 6px;
    vertical-align: top;
    padding-top: 8px;
    font-weight: bold;
    display: table-cell;
    margin-right: 10px;
}

.darkGreyArrow {
    background-image: url('/Images/darkGreyArrow.gif');
}

.lightGreyArrow {
    background-image: url('/Images/lightGreyArrow.gif');
}

.greenArrow {
    background-image: url('/Images/greenArrow.gif');
}

.deviceStatuses {
    font-weight: normal;
    margin-top: 4px;
    color: #005F9E;
}

.chosen-single {
    border-radius: 0px !important;
    background: none !important;
    font-weight: normal !important;
    border: 1px solid black !important;
    box-shadow: none !important;
    font-size: 14px;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu { /* used to be tt-dropdown-menu in older versions */
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

    .tt-suggestion.tt-cursor, .tt-suggestion:hover {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

/*Installer Css*/

.clsWhite {
    color: white !important;
}

.seperation-line {
    border-bottom: 1px solid #ccc !important;
    width: 640px;
    padding: 5px 10px !important;
    opacity: 0.6
}

.installer-container {
    background-color: white;
    margin: 0 auto;
}

.installer-header {
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
    margin-top: 10px;
}

    .installer-header div {
        margin-right: 20px;
    }

        .installer-header div:last-child {
            margin-right: 0;
        }

.installer-name {
    font-size: 20px;
    margin: 0;
}

.installer-details {
    font-size: 14px;
    margin-bottom: 10px;
}

.installer-section-title {
    margin: 10px 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.inspection-status {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.inspection-status {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.status-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .status-box p {
        margin: 0;
    }

    .status-box .label {
        color: black;
        font-size: 14px;
        font-weight: bold;
    }

    .status-box .status {
        font-size: 14px;
        padding: 2px 8px;
        border-radius: 5px;
    }

.failed {
    background-color: #fef3f2;
    color: #b83025;
}

.not-started {
    background-color: #fffaeb;
    color: #b54708;
}

.completed {
    background-color: #ecfdf3;
    color: #027a48;
}

.test-info {
    font-size: 14px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.notes-section {
    margin-top: 20px;
    margin-right: 10px;
}

.notes-images {
    display: flex;
    gap: 10px;
}

    .notes-images img {
        width: 100px !important;
        height: auto;
        border-radius: 5px;
        object-fit: cover;
        border: 1px solid #ccc;
    }

.note-text {
    margin-top: 10px;
    font-size: 14px;
    color: #6c757d;
}

.mt-25 {
    margin-top: 25px;
}

.installer-grid-status {
    font-size: 14px;
    padding: 6px 8px;
    border-radius: 5px;
}

/*Loader Start*/

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -ms-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*Loader End*/

.dropdown-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

    .custom-select-wrapper i {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
    }

.custom-select {
    padding: 8px 22px;
    padding-left: 40px;
    border-radius: 30px;
    border: 1px solid #ccc;
    appearance: none;
    outline: none;
    cursor: pointer;
    width: 280px;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .custom-select:focus {
        border-color: #007bff;
    }

.custom-select-wrapper::after {
    content: '\25BC'; /* Down arrow symbol */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.btn-green {
    background-color: #52ae48; /* Green color */
    color: white;
    border: none;
    border-radius: 30px;
    padding: 4px 12px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

    .btn-green:hover {
        background-color: #218838; /* Darker green on hover */
    }

.btn-export {
    margin-left: auto;
    background-color: #52ae48; /* Green color */
    color: white;
    border: none;
    border-radius: 30px;
    padding: 8px 20px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

    .btn-export:hover {
        background-color: #218838; /* Darker green on hover */
    }

.btn-reset {
    background-color: #fae6e6; /* Light background color */
    color: #8b0000; /* Text color (deep red) */
    border: 2px solid #8b0000; /* Border color (deep red) */
    border-radius: 30px; /* Rounded edges */
    padding: 8px 20px;
    cursor: pointer; /* Pointer cursor on hover */
    outline: none; /* Remove outline */
    transition: background-color 0.3s ease; /* Smooth background transition */
}

    .btn-reset:hover {
        background-color: #e0dcdc; /* Change background color on hover */
    }


/*Installer CSS End*/

.dashboard-main-header{
    font-size:30px;
    font-family:'Cambria Math';
}

.dashboard-widgets {
    border-radius: 30px;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    background-image: none;
    box-shadow: 10px 15px 16px rgba(0, 0, 0, 0.1);
    min-height: 180px;
    width: 270px;
    margin: 15px;
    transition: transform 0.3s ease;
}

    .dashboard-widgets button{
         margin-left:5px;
    }

    .dashboard-widgets:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

.dashboard-widgets-quick-link {
    border-radius: 30px;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    background-image: none;
    box-shadow: 10px 15px 16px rgba(0, 0, 0, 0.1);
    min-height: 406px;
    width: 222px;
    margin: 15px 0px 15px 15px;
    transition: transform 0.3s ease;
}

    .dashboard-widgets-quick-link button {
        margin-left: 5px;
    }

    .dashboard-widgets-quick-link:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

.dropdown {
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.mt-10{
    margin-top:10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.dashboard-widgets-header{
    font-size: 26px;
}

/* Full-screen overlay */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6); /* dark translucent background */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top */
}

/* Spinner style */
.spinner {
    width: 60px;
    height: 60px;
    border: 8px solid #eee;
    border-top: 8px solid #3498db; /* blue top border for spinning effect */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.spinner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; /* space between spinner and text */
}

.loading-text {
    color: #ffffff;
    font-size: 1.9rem;
    font-family: sans-serif;
}

/* Spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}