﻿@charset "utf-8";

html {
    scroll-behavior: smooth;
}

.overlay-blk {
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    zoom: 1;
    left: 0;
    z-index: 999;
}

#newSendIpAndPstn {
    width: 200px;
    display: inline-block;
}

.no-overflow {
    overflow: hidden;
}

.primary {
    color: var(--primary);
}

input:focus, textarea:focus {
    outline: 0;
}

#container {
    width: 100%;
    float: left;
}

.submitpopupMain {
    background: var(--primary);
    padding: 11px 0px;
    border: none;
}

.submitpopupsreciever {
    background: none repeat scroll 0 0 var(--primary);
    border: medium none;
    padding: 9px 0;
    width: 30%;
}

input[type=button].edit_dark_disabled {
    width: 100%;
    background: #f8f8f8;
    color: #ddd;
    font-size: 11px;
    text-align: center;
    padding: 4px 0;
    border: none;
    font-weight: normal;
    cursor: default;
}

input[type=button].edit_dark {
    width: 100%;
    background: #dbdbdb;
    color: #6f6f6f;
    font-size: 11px;
    text-align: center;
    padding: 4px 0;
    border: none;
    font-weight: normal;
}

    input[type=button].edit_dark:hover {
        background: #aaaaaa;
    }

.submitpopup {
    background: var(--primary);
    padding: 11px 0px;
    border: none;
}

input[type=button].submit {
    width: 30%;
    background: var(--primary);
    padding: 11px 0px;
    border: none;
}

input[type=button].save_changes, input[type=submit].save_changes {
    width: 120px;
    background: var(--primary);
    padding: 11px 0px;
    border: none;
}

input.validate[type="button"] {
    background: url("../../images/validate.png") no-repeat scroll 12px 11px #434343;
    border: medium none;
    padding: 11px 13px 11px 35px;
    margin-top: 15px;
}

img, a, ul, li, div {
    border: none;
}

.noborder {
    border: none !important;
}

input[type=search]:not(.form-control):not(.form-control-plaintext),
input[type=text]:not(.form-control):not(.form-control-plaintext),
input[type=number]:not(.form-control):not(.form-control-plaintext),
input[type=tel]:not(.form-control):not(.form-control-plaintext),
input[type=password]:not(.form-control):not(.form-control-plaintext),
select:not(.form-select) {
    font-size: var(--bs-body-font-size);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    padding: .375rem .75rem;
} .form-select, .form-control {
    font-size: var(--bs-body-font-size);
} .checkboxIncreaseSpace label {
    margin-left: 20px;
}
/* Header CSS Starts Here */
.hoverLink a {
    color: #464849;
    text-decoration: none;
} .hoverLink a:hover {
    color: #464849;
    text-decoration: underline;
} .headerTable {
    border-spacing: 0px 0px 0px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
} .confirmationText {
    font-weight: bold;
    color: #049CD3;
} #header_container {
    width: 100%;
    border-top: 4px solid #828282;
    /*border-bottom:1px solid #e8e8e8;*/
    height: 104px;
    /*background-image:url(../images/top_bg.gif);*/
    background-repeat: no-repeat;
    background-position: right bottom;
} #header .logo {
    width: 221px;
    padding: 10px 0px 20px 0px;
    float: left;
} #header .logo #Image1 {
        width: 220px;
        height: 53px;
    } #header .welcomeModule {
    text-align: right;
    padding-top: 25px;
} #header .blue_triangle {
    width: 61px;
    padding-top: 43px;
    float: left;
    visibility: hidden;
} #header #nav {
    width: 100%;
} #header #nav .user_info {
        width: 100%;
        height: 43px;
        float: left;
        background-color: #fff;
    } .gray_triangle_container {
    width: 52px;
    float: right;
    visibility: hidden;
} #header #nav .navigation {
    width: 100%;
    float: left;
    background: var(--primary);
    border-radius: 10px;
}
/* Header CSS Ends Here */
/* Main Container CSS Starts Here */
/*#main_container {
    width: 951px;
    margin: 0 auto;*/
/*display:table;*/
/*display: block\0/;
}*/
#breadcrumb_container {
    width: 100%;
    float: left;
    padding-top: 20px;
} #breadcrumb_container a {
        color: #000;
        text-decoration: none;
    }
/*#breadcrumb_container span {
	font-size:9px;
}*/
#title_container {
    margin-top: 10px;
    width: 100%;
    float: left;
    height: 33px;
    margin-bottom: 10px;
} #title_container .title {
        float: left;
        font-family: var(--font-family);
        font-size: 18px;
        text-transform: uppercase;
        border-bottom: none;
        letter-spacing: .05em;
    } #title_container .active_user {
        width: 453px;
        float: left;
        text-align: right;
        padding-top: 6px;
    } #title_container .message_sent {
        width: 24px;
        float: left;
        padding-left: 10px;
        padding-top: 6px;
    }
/* Main Container CSS Ends Here */
/*Button CSS Starts Here */
input[type=button], input[type=submit], a.button {
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
} .create {
    padding: 6px 6px 6px 20px;
    /*T R B L*/
    background: url("../../images/create.png") no-repeat scroll 6px 7px #888888;
    background-size: 10px;
    border: medium none;
    border-radius: 3px;
    color: #6f6f6f;
    font-weight: bold;
    cursor: pointer;
    font-size: 10px;
} .create:hover {
        background-color: #bbbbbb /*#7a7a7a;*/
    } .disable_button_container #deleteSelected {
    background: none repeat scroll 0 0 #D1D1D1;
    border: medium none;
    cursor: default;
    padding: 11px 13px 11px 11px;
    width: 15%;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
} .disable_button_container #editSelected {
    background: none repeat scroll 0 0 #D1D1D1;
    border: medium none;
    cursor: default;
    padding: 11px 13px 11px 11px;
    width: 15%;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
} .search_blue_button {
    background: var(--primary);
    padding: 11px 13px 11px 35px;
    background-image: url(../../images/search.png);
    background-repeat: no-repeat;
    background-position: 12px 11px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
} .search_blue_button:hover {
        background: var(--darker);
        padding: 11px 13px 11px 35px;
        background-image: url(../../images/search.png);
        background-repeat: no-repeat;
        background-position: 12px 11px;
    } .blue_button {
    background: var(--primary);
    padding: 11px 13px 11px 13px;
    background-repeat: no-repeat;
    border-radius: 3px;
    border: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
} .blue_button:hover {
        background: var(--darker);
        padding: 11px 13px 11px 13px;
        background-repeat: no-repeat;
        color: white;
    } .blue_button.advanced, .blue_button.advanced:hover {
        padding: 0px 13px;
        height: 34px;
        max-height: 34px;
    } .blue_button_sml {
    background-color: var(--primary);
    padding-left: 11px;
    padding-top: 2px;
    padding-right: 12px;
    vertical-align: top;
    background-repeat: no-repeat;
    border-radius: 3px;
    border: none;
    color: #000;
    height: 31px;
    font-size: 12px !important;
    cursor: pointer;
} .blue_button_sml:hover {
        background-color: #97d8ff;
    } .blue_button_sml:disabled {
        background-color: #c7c7c7;
        color: #E0E0E0;
        cursor: default;
    } input[type=button].viewmap_blue_button {
    background: var(--primary);
    padding: 11px 13px 11px 35px;
    background-image: url(../../images/map.png);
    background-repeat: no-repeat;
    background-position: 12px 11px;
    border: none;
} input[type=button].viewmap_blue_button:hover {
        background: var(--darker);
        background-image: url(../../images/map.png);
        background-repeat: no-repeat;
        background-position: 12px 11px;
    } .previous_step {
    width: 100%;
    background: var(--primary);
    padding: 11px 0px 11px 11px;
    background-image: url(../../images/previous_step.png);
    background-repeat: no-repeat;
    background-position: 20px 14px;
    border: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 11px !important;
    cursor: pointer;
    border-radius: 3px;
} .previous_step:hover {
        width: 100%;
        background: var(--darker);
        background-image: url(../../images/previous_step.png);
        background-repeat: no-repeat;
        background-position: 20px 14px;
    } .EditActionBtn {
    width: 170px;
    background: var(--primary);
    padding: 11px 11px 11px 11px;
    border: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 10px !important;
    cursor: pointer;
    border-radius: 3px;
    line-height: 5px
} .EditActionBtn:hover {
        background: var(--darker);
    } input[type=button].reg_sub {
    background: var(--primary);
    padding: 11px 10px 11px 0;
    background-image: url(../../images/next_step.png);
    background-repeat: no-repeat;
    background-position: 126px 14px;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 11px;
} input[type=button].reg_sub:hover {
        background: var(--darker);
        background-image: url(../../images/next_step.png);
        background-repeat: no-repeat;
        background-position: 126px 14px;
    } input[type=submit].reg_sub {
    background: var(--primary);
    padding: 11px 10px 11px 0;
    background-image: url(../../images/next_step.png);
    background-repeat: no-repeat;
    background-position: 126px 14px;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 11px;
} input[type=submit].reg_sub:hover {
        background: var(--darker);
        background-image: url(../../images/next_step.png);
        background-repeat: no-repeat;
        background-position: 126px 14px;
    } .next_step {
    width: 100%;
    background: var(--primary);
    padding: 11px 10px 11px 0;
    background-image: url(../../images/next_step.png);
    background-repeat: no-repeat;
    background-position: 100px 14px;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    border-radius: 3px;
} .next_step:hover {
        width: 100%;
        background: var(--darker);
        background-image: url(../../images/next_step.png);
        background-repeat: no-repeat;
        background-position: 100px 14px;
    } .last_step {
    width: 100%;
    background: var(--primary);
    padding: 11px 10px 11px 10px;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    border-radius: 3px;
} .last_step:hover {
        width: 100%;
        background: var(--darker);
    } .send_app {
    width: 100%;
    background: var(--primary);
    padding: 11px 10px 11px 0;
    background-image: url(../../images/next_step.png);
    background-repeat: no-repeat;
    background-position: 120px 14px;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    border-radius: 3px;
} .send_app:hover {
        width: 100%;
        background: var(--darker);
        background-image: url(../../images/next_step.png);
        background-repeat: no-repeat;
        background-position: 120px 14px;
    } .edit {
    width: 100%;
    background: none repeat scroll 0% 0% rgb(237, 237, 237);
    color: #333 !important;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    border: medium none;
    font-weight: normal !important;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
} .edit:hover {
        background: var(--darker);
    } .edit_dark_gray {
    width: 40px;
    color: white;
    background-color: #6f6f6f !important;
    font-size: 0.7rem;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    float: right;
} .edit_dark_gray:hover, .edit_dark_gray:active {
    color: white;
    opacity: 0.8;
} .cancel_update {
    width: 48px;
    float: left;
} .cancel_update_contact {
    width: 55px;
    float: right;
} input[type=button].ok {
    width: 100%;
    background: var(--primary);
    padding: 11px 0;
    border: none;
    text-align: center;
} input[type=button].ok:hover {
        width: 100%;
        background: var(--darker);
    } .editing {
    width: 100%;
    background: #ededed;
    color: #6f6f6f;
    font-size: 11px;
    text-align: center;
    padding: 4px 0;
    border: none;
    font-weight: normal;
} .editing:hover {
        width: 100%;
        background: #f1efef;
    }
/*Button CSS Starts Here */
/* Footer CSS Starts Here */
#fooetr_main_container {
    width: 100%;
    float: left;
    height: 51px;
    background-color: #828282;
    margin-top: 50px;
} #fooetr_main_container .content {
        width: 100%;
        margin: 0 auto;
        color: #fff;
        padding-top: 5px;
        text-align: center;
    }
/* Footer CSS Ends Here */
/*By DIGAMBAR*/
.fr {
    float: right !important;
} #disable_button_container #btnCreateRole {
    background: var(--primary);
    padding: 11px 13px 11px 13px;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    border: none;
    width: 100%;
} #disable_button_container #btnSave {
    background: var(--primary);
    padding: 11px 13px 11px 13px;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    border: none;
    width: 100%;
} a.coverage {
    background: url("../../images/map.png") no-repeat scroll 12px 11px #D1D1D1;
    border: medium none;
    padding: 11px 13px 11px 35px;
    color: #000;
} .paynow {
    background: none repeat scroll 0 0 var(--primary);
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    padding: 11px 0;
    text-align: center;
    width: 100%;
} #tripeventsgrid {
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    padding: 18px;
    background-color: #ffffff;
} .dashboard_label {
    font-size: 12px;
    font-family: var(--font-family);
    font-weight: bold;
} .captchaStyle {
    font-size: 22px;
    color: #000;
    font-family: var(--font-family);
}
/*Color box */
#cboxOverlay {
    background: none repeat scroll 0 0 #000000;
} #cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
} #colorbox, .ip_receiver {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0 !important;
    z-index: 9999;
} .white-header tr th {
    background-color: #4cbfff;
    height: 50px;
    border: 0px !important;
} .first:hover {
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-topleft: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
} .btn_disable:hover {
    cursor: default !important;
    background-color: #ccc;
}
/*.zone-scroll thead th:first-child{width:38px;}
.zone-scroll thead th:last-child{width:15px;}*/
/*.zone-scroll table tbody{position:absolute; top:29px;}
.zone-scroll table tbody input.edit-mode{width:140px;}
.zone-scroll table tbody input.edit-mode2{width:150px;}
.zone-scroll table tbody input.editbutton1{width:70px;}
.zone-scroll table tbody input.editbutton{width:150px;}*/
/*.zone-display th{background-color:var(--primary); color:#fff}*/
/*.zone-display .IntGridClass th{background-color:var(--primary); color:#fff}*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .td1 {
        width: 215px !important;
    }

    .td2 {
        width: 112px !important;
    }

    .td3 {
        width: 138px !important;
    }

    .td4 {
        width: 112px !important;
    }
} .error-text {
    font-weight: bold;
    color: #ff0000;
    font-size: 14px;
} .action_button {
    background-color: var(--bg-dark);
    background-repeat: no-repeat;
    background-attachment: scroll;
    cursor: pointer;
    color: #fff !important;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-align: left;
    padding: 9px 15px 9px 15px;
    font-size: 11px !important;
} .action_button:hover {
    background-color: var(--primary);
} .button_check_large:before, .button_x_large:before, .button_back_large:before, .button_plus_large:before, .button_plus_small:before, .button_x_small:before, .button_check_small:before {
    font-family: FontAwesome;
    color: var(--primary);
    padding-right: 5px;
} .button_check_large:hover:before, .button_x_large:hover:before, .button_back_large:hover:before, .button_plus_large:hover:before, .button_plus_small:hover:before, .button_x_small:hover:before, .button_check_small:hover:before {
    color: #fff;
} .button_check_large:before, .button_check_small:before {
    content: "\f00c";
} .button_x_large:before, .button_x_small:before {
    content: "\f00d";
} .button_back_large:before {
    content: "\f060";
} .button_plus_large:before, .button_plus_small:before {
    content: "\f067";
} .button_disabled {
    cursor: default !important;
    opacity: .2;
    pointer-events: none;
} .button_disabled6 {
    cursor: default !important;
    opacity: .6;
    pointer-events: none;
} .button_small {
    padding: 6px 12px;
    font-size: 10px !important;
} .button_large {
    padding: 9px 15px;
    font-size: 11px !important;
    margin: 0px 5px 5px 0px;
    min-width: 155px;
} .blue_button.button_large {
    padding: 11px 13px;
} .blue_button.button_small {
    padding: 6px 12px;
} .action_button i {
    color: var(--primary);
    margin-right: 5px;
} .action_button:hover i {
    color: #fff;
} a.action_button {
    text-decoration: none;
    display: inline-block;
} .overlay-wht {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    zoom: 1;
    left: 0;
    z-index: 1100;
    opacity: 0.8;
} .overlay-wht-small {
    background-color: #fff;
    margin: auto;
    text-align: center;
    padding: 10px;
} .loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
} .overlay-wht-small > img {
    width: 30px;
}
/*input.submit[type="button"] {
	background: none repeat scroll 0 0 var(--primary);
	border: medium none;
	padding: 11px 0;
	width: 90%;
}*/
.tipImage {
    color: var(--primary);
} span.tip, label.tip {
    border-bottom: 1px dashed var(--primary);
    margin-bottom: 1rem;
    cursor: default;
} span.tip {
    padding-bottom: 0.5rem;
} .small {
    font-size: 0.7rem;
} .tiny {
    font-size: 0.6rem;
} .hidden {
    display: none;
} .error {
    color: #ff0000;
} div.error {
    font-size: 0.8rem;
} .breakAll {
    word-break: break-all;
} i.warning {
    color: #f0ad4e;
} i.error {
    color: #d9534f;
} i.success {
    color: #5cb85c;
} td a.deviceDetails {
    color: var(--primary) !important;
} .right {
    float: right;
} .left {
    float: left;
} .clear-both {
    clear: both;
} .button_icon, .button_icon:hover, .button_icon:active {
    padding: 4px;
    font-size: 14px;
    color: #000;
    background: none;
    border: none;
} .inline {
    display: inline;
} .changed {
    color: #000!important;
    background-color: RGBA(255,193,7,var(--bs-bg-opacity,1))!important;
} td a:link, td a:hover, td a:visited {
    color: #000;
} input.small, select.small {
    width: 75px !important;
} input.medium, select.medium {
    width: 200px !important;
} input.large, select.large {
    width: 350px !important;
} @media only screen {
    .print-only {
        visibility: hidden;
        display: none;
    }
} @media print {
    #nav, button.print {
        visibility: hidden;
        display: none;
    }
} .notification-badge {
    position: relative;
} .notification-badge[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: -8px;
        right: -8px;
        font-size: 10px;
        background: var(--primary);
        color: white;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        border-radius: 50%;
        animation: bounce 500ms;
    } .notification-badge.danger[data-badge]:after {
        background-color: #d9534f;
    } @keyframes bounce {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -3px);
    }
}
/*.alert {
    font-size: 14px;
    margin-left: 10px;
    border-radius: 5px;
    padding: 4px 8px;
    text-transform: none;
    animation: bounce 500ms;
}*/
.alert.error {
    background-color: #d9534f;
    color: white;
} .logo {
    content: var(--logo);
} .logo-small {
    content: var(--logo-small);
} .qmark {
    color: var(--primary);
    cursor: pointer;
} a:hover {
    text-decoration: none;
} .text-bg-primary {
    background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1)) !important;
} .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
} .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgb(var(--primary-rgb) / 25%)
} .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .25rem rgb(var(--primary-rgb) / 25%)
} .invalid-feedback {
    display: block;
} .big-checkbox {
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
} .form-switch .form-check-input {
    font-size: 1.25rem;
} h1 {
    font-size: 1.8rem;
} h2 {
    font-size: 1.6rem;
} h3 {
    font-size: 1.4rem;
} h4 {
    font-size: 1.2rem;
} h5 {
    font-size: 1rem;
} h6 {
    font-size: 0.9rem;
} .card-header {
    font-size: 1rem;
} .card-header h5 {
    margin-bottom: 0;
} .form-switch {
    padding-left: 4em;
} .form-switch.form-check-reverse .form-check-input {
    margin-left: 0;
    margin-right: 0;
} .btn {
    border: none;
} .btn-primary {
    background-color: var(--primary);
} .btn-primary:hover, .btn-primary:active {
    background-color: var(--darker) !important;
} .form-check-input {
    font-size: 1rem;
    margin-top: 0.1rem;
} .dropdown-item {
    font-size: var(--bs-body-font-size);
} span.placeholder {
    cursor: default; 
    background-color: transparent; 
    opacity: 1; 
} .input-search-icon {
    cursor: pointer;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(var(--primary-rgb) / 25%)
}

.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: var(--primary);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--primary-rgb);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

#alertModal {
    z-index: 1200;
}

td.is-invalid {
    border-color: #dc3545;
}

.form-check-input[data-readonly="True"] {
    pointer-events: none;
    filter: none;
}

.form-check-input[data-readonly="True"]:not(:checked) {
    opacity: .5;
}

.qtip {
    font-size: var(--tip-font-size);
}

.text-bg-dark {
    background-color: var(--bg-dark) !important;
}

.readonly {
    pointer-events: none;
    background-color: var(--light-gray);
}

label.readonly {
    pointer-events: none;
    background-color: #FFF;
}

table.fixed {
    table-layout: fixed;
}

.form-control, .form-select {
    font-weight: 500 !important;
}

.countdown {
    width: 40px;
    display: inline-block;
    font-weight: bold;
}

i {
    cursor: pointer;
}