﻿html, body {
    font-family: Verdana;
    font-size: 12px;
    height: 100%;
}

td {
    font-size: 12px;
}

a {
    color: Blue;
}

    a:visited {
        color: Blue;
    }

    a:hover {
        color: #B40404;
    }

rfvStyle {
    color: red;
    font-size: 12px;
    font-family: Verdana;
}

.imageButton {
    width: 24px;
    height: 24px;
}

.imageButton2 {
    width: 20px;
    height: 20px;
}

.grid-header {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
}

    .grid-header img {
        vertical-align: middle;
        cursor: pointer;
    }

.grid-total {
    margin-left: 20px;
}

    .grid-total p {
        display: inline-block;
        margin: 0;
    }

.grid-float-right {
    float: right;
}

.img-btn, .img-btn2, .chk-btn {
    cursor: pointer;
}

.img-btn {
    width: 24px;
    height: 24px;
}

.img-btn2 {
    width: 20px;
    height: 20px;
}

.chk-btn {
    margin-left: 12px;
    margin-right: 15px;
}

.img-btn input[type="image"],
.img-btn2 input[type="image"],
.img-btn img,
.img-btn2 img {
    width: 100%;
}

.hidden {
    display: none;
}

/*BEGIN  Setup Master Page Layout  */
/*  06/25/2009 moved to page for dynamic adjustment
#container
{
	min-height:100%;
	position:relative;
	padding-bottom:0;
}
.divHeader
{
    width: 100%;
    height: 100px;
    position: absolute;	
    top: 0px;
    left: 0px;
	
    background-color: #E8E8E8;
}
.divBody
{
    width: 100%;
    height: 750px;
    position:absolute;	
    top: 121px;
    left: 15px;
		
}
.divFooter
{
    width: 100%;
    height: 30px;
    position:absolute;	
    top: 900px;
    left: 0px;
    
    font-size: 12px;
    background-color: #E8E8E8;
}
.divFooter td
{
	font-size: 12px;
}
#divMessageFooter
{
    width: 100%;
    height: 28px;
    position:absolute;
    top: 872px;
    left: 5px;
}
#divMessageFooter .lblMasterMsg
{
    width: 100%;
    font-family: Verdana;
    font-size: 10px;
    color: Red;
    vertical-align: middle;
}
#M1SiteName
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 30px;
	font-style:italic;
	color: #0058A6;
}
#M1SitePageName
{
	font-family: Verdana;
	font-size: 15px;
}
*/
/*END  Setup Master Page Layout  */

.producttitle {
    COLOR: #0058A6;
    FONT: 24px verdana;
    font-weight: bold;
}

.subtitle {
    COLOR: #0058A6;
    FONT: 15px verdana;
    font-weight: bold;
}

.gvAdminStyle {
    border-width: 2px;
    /*border-color:#223300;*/
    border-color: White;
    border-style: solid;
}

    .gvAdminStyle th {
        font-family: Arial;
        font-size: 10pt;
        font-weight: bold;
        color: Black;
        /*border: solid 1px #c6c6c6;*/
        border: solid 2px White;
        text-align: center;
        background-color: #C0C0C0;
    }

    .gvAdminStyle td {
        /*border: solid 1px #c6c6c6;*/
        border: solid 2px White;
    }

    .gvAdminStyle a:active {
        color: Black;
    }

    .gvAdminStyle a:visited {
        color: Black;
    }

    .gvAdminStyle .HeaderStyle {
        background-color: #7A96A2;
        font-family: Arial;
        font-size: 11px;
        font-weight: lighter;
        padding: 0px 10px 0px 10px;
        height: 30px;
    }

    .gvAdminStyle .RowStyle {
        font-family: Arial;
        font-size: 11px;
        padding: 5px 10px 5px 10px;
        border-top: solid 1px #999999;
        border-left: solid 1px #999999;
        vertical-align: middle;
        height: 16px;
        background-color: #FFFFFF;
    }

    .gvAdminStyle .AlternatingRowStyle {
        font-family: Arial;
        font-size: 11px;
        padding: 5px 10px 5px 10px;
        border-top: solid 1px #999999;
        border-left: solid 1px #999999;
        vertical-align: middle;
        height: 16px;
        background-color: #C0C0C0;
    }

    .gvAdminStyle .PagerStyle {
        font-family: Arial;
        font-size: 11px;
        padding: 5px 10px 5px 10px;
        background-color: #C0C0C0;
        text-align: center;
        border-style: none;
    }

        .gvAdminStyle .PagerStyle td {
            border-style: none;
        }

    .gvAdminStyle .SelectedRowStyle {
        background-color: #cccccc;
        font-family: Arial;
        font-size: 11px;
        font-weight: normal;
        height: 20px;
    }

    .gvAdminStyle .FooterStyle {
    }

    .gvAdminStyle .EditRowStyle {
    }

.ddlStd {
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    vertical-align: middle;
}

.lblStd {
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    vertical-align: middle;
}

.txtStd {
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    vertical-align: middle;
}

.lblErrorMsg {
    width: 100%;
    font-family: Verdana;
    font-size: 10px;
    color: Red;
    vertical-align: middle;
}

/* tables */
table.tablesorter {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #e6EEEE;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
    }

    table.tablesorter thead tr .header {
        background-image: url(../images/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
    }

    table.tablesorter tbody tr.odd td {
        background-color: #F0F0F6;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(../images/asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(../images/desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }

/***************** main tab styling *****************/
/*Header*/
.engPortalTab .ajax__tab_header {
    color: #4682b4;
    font-family: Verdana;
    background-color: #fff;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}


/*Body*/
.engPortalTab .ajax__tab_body {
    border: 1px solid #b4cbdf;
    padding-top: 0px;
}
/*Tab Active*/
.engPortalTab .ajax__tab_active .ajax__tab_tab {
    background: url("../images/tab_active.gif");
    color: #ffffff;
    height: 20px;
    outline: 0;
}

.engPortalTab .ajax__tab_active .ajax__tab_inner {
    color: #ffffff;
    background: url("../images/tab_left_active.gif") no-repeat left;
    padding-left: 10px;
    height: 20px;
}

.engPortalTab .ajax__tab_active .ajax__tab_outer {
    color: #ffffff;
    background: url("../images/tab_right_active.gif") no-repeat right;
    padding-right: 10px;
    height: 20px;
}
/*Tab Hover*/
.engPortalTab .ajax__tab_hover .ajax__tab_tab {
    color: #000000;
    background: url("../images/tab_hover.gif") repeat-x;
    height: 20px;
    outline: 0;
    height: 20px;
}

.engPortalTab .ajax__tab_hover .ajax__tab_inner {
    color: #000000;
    background: url("../images/tab_left_hover.gif") no-repeat left;
    padding-left: 10px;
    height: 20px;
}

.engPortalTab .ajax__tab_hover .ajax__tab_outer {
    color: #000000;
    background: url("../images/tab_right_hover.gif") no-repeat right;
    padding-right: 10px;
    height: 20px;
}
/*Tab Inactive*/
.engPortalTab .ajax__tab_tab {
    color: #666666;
    background: url("../images/tab_Inactive.gif") repeat-x;
    height: 20px;
    outline: 0;
    height: 20px;
}

.engPortalTab .ajax__tab_inner {
    color: #666666;
    background: url("../images/tab_left_inactive.gif") no-repeat left;
    padding-left: 10px;
    height: 20px;
}

.engPortalTab .ajax__tab_outer {
    color: #666666;
    background: url("../images/tab_right_inactive.gif") no-repeat right;
    padding-right: 10px;
    margin-right: 2px;
    height: 20px;
}

/***************** incident tab styling *****************/
/*Header*/
.incPortalTab .ajax__tab_header {
    color: #4682b4;
    font-family: Verdana;
    background-color: #F0F0F0;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}

/*Body*/
.incPortalTab .ajax__tab_body {
    border: 1px solid #b4cbdf;
    padding-top: 0px;
}
/*Tab Active*/
.incPortalTab .ajax__tab_active .ajax__tab_tab {
    background: url("../images/tab_active.gif");
    color: #ffffff;
    height: 20px;
    outline: 0;
}

.incPortalTab .ajax__tab_active .ajax__tab_inner {
    color: #ffffff;
    background: url("../images/tab_left_active.gif") no-repeat left;
    padding-left: 10px;
    height: 20px;
}

.incPortalTab .ajax__tab_active .ajax__tab_outer {
    color: #ffffff;
    background: url("../images/tab_right_active.gif") no-repeat right;
    padding-right: 10px;
    height: 20px;
}
/*Tab Hover*/
.incPortalTab .ajax__tab_hover .ajax__tab_tab {
    color: #000000;
    background: url("../images/tab_hover.gif") repeat-x;
    height: 20px;
    outline: 0;
    height: 20px;
}

.incPortalTab .ajax__tab_hover .ajax__tab_inner {
    color: #000000;
    background: url("../images/tab_left_hover.gif") no-repeat left;
    padding-left: 10px;
    height: 20px;
}

.incPortalTab .ajax__tab_hover .ajax__tab_outer {
    color: #000000;
    background: url("../images/tab_right_hover.gif") no-repeat right;
    padding-right: 10px;
    height: 20px;
}
/*Tab Inactive*/
.incPortalTab .ajax__tab_tab {
    color: #666666;
    background: url("../images/tab_Inactive.gif") repeat-x;
    height: 20px;
    outline: 0;
    height: 20px;
}

.incPortalTab .ajax__tab_inner {
    color: #666666;
    background: url("../images/tab_left_inactive.gif") no-repeat left;
    padding-left: 10px;
    height: 20px;
}

.incPortalTab .ajax__tab_outer {
    color: #666666;
    background: url("../images/tab_right_inactive.gif") no-repeat right;
    padding-right: 10px;
    margin-right: 2px;
    height: 20px;
}

.infoIcon {
}

.error-message {
    display: inline-block;
    position: relative;
}

    .error-message .forbidden.icon {
        height: 18px;
        vertical-align: bottom;
        display: inline-block;
        color: #FFF;
        cursor: help;
    }

        .error-message .forbidden.icon:after {
            display: block;
            font-weight: bold;
        }

    .error-message .message {
        border-radius: 10px;
        position: absolute;
        padding: 0.5em 1em;
        width: 21em;
        background-color: #988f7d;
        color: #FFF;
        transform: scaleX(0);
        transform-origin: center left;
        overflow: hidden;
        transition-property: transform, color;
        transition-duration: 150ms;
        transition-easing: ease-out;
    }

    .error-message .message {
        left: 100%;
        top: 0;
    }

    .error-message:hover .message {
        transform: scaleX(1);
        color: #FFF;
    }

/*cycle shiny*/
.round {
    width: 12px;
    height: 12px;
    border-radius: 99em;
    display: inline-block;
    margin-right: 6px;
    vertical-align: bottom;
}

.round-edit {
    width: 20px;
    height: 20px;
    border-radius: 99em;
    display: inline-block;
}

.yellow-light {
    background: #fbff0a;
    box-shadow: 0 0 0 0 #fbff0a;
    -webkit-animation: yellow-light 1.4s linear infinite;
    animation: yellow-light 1.4s linear infinite;
}

.red-light {
    background: #ff1717;
    box-shadow: 0 0 0 0 #ff1717;
    -webkit-animation: red-light 1.4s linear infinite;
    animation: red-light 1.4s linear infinite;
}

.green-light {
    background: #15ff12;
    box-shadow: 0 0 0 0 #15ff12;
    -webkit-animation: green-light 1.4s linear infinite;
    animation: green-light 1.4s linear infinite;
}

.gray-light {
    background: #adb1ad;
    box-shadow: 0 0 0 0 #adb1ad;
}

@-webkit-keyframes red-light {
    0% {
        box-shadow: 0 0 0 0 #ff1717;
    }

    50% {
        box-shadow: 0 0 20px 0 #ff1717;
    }
}

@keyframes red-light {
    0% {
        box-shadow: 0 0 0 0 #ff1717;
    }

    50% {
        box-shadow: 0 0 20px 0 #ff1717;
    }
}

@-webkit-keyframes yellow-light {
    0% {
        box-shadow: 0 0 0 0 #fbff0a;
    }

    50% {
        box-shadow: 0 0 20px 0 #fbff0a;
    }
}

@keyframes yellow-light {
    0% {
        box-shadow: 0 0 0 0 #fbff0a;
    }

    50% {
        box-shadow: 0 0 20px 0 #fbff0a;
    }
}

@-webkit-keyframes green-light {
    0% {
        box-shadow: 0 0 0 0 #15ff12;
    }

    50% {
        box-shadow: 0 0 20px 0 #15ff12;
    }
}

@keyframes green-light {
    0% {
        box-shadow: 0 0 0 0 #15ff12;
    }

    50% {
        box-shadow: 0 0 20px 0 #15ff12;
    }
}


/*Product edit Page Multiple Email Style*/

span.emails {
    float: left;
    border: 1px solid #ccc;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    background: #f5f5f5;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
}

span.cancel-email {
    border: 1px solid #ccc;
    width: 15px;
    display: block;
    float: right;
    text-align: center;
    margin-left: 10px;
    border-radius: 49%;
    height: 15px;
    line-height: 14px;
    cursor: pointer;
}


.email-style {
    padding-top: 6px;
    padding-bottom: 7px;
    margin-top: 5px;
}

.email-input {
    width: 230px;
    display: inline-block;
    position: relative;
}

.mail {
    border: 0px;
    outline: 0px;
    height: 20px;
}

.add-email {
    height: 20px;
    width: 50px;
    border: 0px;
    background: #0097ff;
    color: #fff;
    cursor: pointer;
}

    .add-email:hover {
        background: #6cbdf5;
    }

.btn-show-diff {
    height: 20px;
    width: 80px;
    border: 0px;
    background: #0097ff;
    color: #fff;
    cursor: pointer;
}

    .btn-show-diff:hover {
        background: #6cbdf5;
    }

.hidden-data {
    display: none;
}

.modal-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

    .modal-container .bg-black {
        background-color: rgba(0.2, 0.2, 0.2, 0.2);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .modal-container .workspace {
        background-color: white;
        border: 1px solid black;
        border-radius: 25px;
        box-shadow: 2px 2px rgba(0.1, 0.1, 0.1, 0.2);
        display: inline-flex;
        flex-flow: column nowrap;
        padding: 20px;
        min-height: 300px;
        min-width: 300px;
    }

    .modal-container .content {
        flex: 1 1 auto;
        max-height: 400px;
        overflow: auto;
    }

    .modal-container .workspace .toolbar {
        align-items: flex-end;
        display: flex;
        flex: 0 1 auto;
        flex-flow: row nowrap;
        justify-content: flex-end;
        padding: 10px;
        width: 100%;
    }

        .modal-container .workspace .toolbar .button {
            height: 20px;
            width: 80px;
            border: 0px;
            background: #0097ff;
            color: #fff;
            cursor: pointer;
            font-size: 10pt;
            margin: 5px;
        }

            .modal-container .workspace .toolbar .button:hover {
                background: #6cbdf5;
                cursor: pointer;
            }
/*----------------------------------------popup style-------------------------------------------------*/
.contenct {
    position: absolute;
    left: 14%;
    width: 70%;
    top: 20%;
}
/* Popup Content */
.popup-content {
    display: none;
    position: fixed;
    background-color: #fefefe;
    /*margin: -100px auto;*/
    padding: 0;
    border: 1px solid #888;
    max-width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.8s;
    animation-name: animatetop;
    animation-duration: 0.8s;
    border-radius: 10px;
    max-height: 600px;
    overflow-y: scroll;
    z-index: 100;
    top: 15%;
    left: 15%;
}

.popup-content2 {
    display: none;
    position: fixed;
    background-color: #fefefe;
    margin: -100px auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.8s;
    animation-name: animatetop;
    animation-duration: 0.8s;
    border-radius: 10px;
    max-height: 600px;
    overflow-y: scroll;
    z-index: 100;
    top: 35%;
    left: 33%;
    width: 500px;
}

/* Popup Header */
.popup-header {
    padding: 10px 16px;
}

/* Popup Body */
.popup-body {
    padding: 2px 16px;
}

    .popup-body .popup-list2 {
        float: right;
        width: 40%;
    }

        .popup-body .popup-list2 .light-col .round {
            width: 10px;
        }

    .popup-body table {
        margin: 0 auto;
        width: 100%;
    }

        .popup-body table th {
            padding: 4px;
            background-color: rgb(206, 227, 246);
        }

        .popup-body table tr:nth-child(odd) {
            background: #f9f0f0;
        }

        .popup-body table tr:nth-child(even) {
            background-color: rgb(206, 227, 246);
        }

        .popup-body table td {
            padding: 4px;
            width: 40px;
            text-align: center;
        }

.ping-content {
    position: absolute;
    left: 28%;
    width: 40%;
    top: 20%;
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
    z-index: 100;
}

    .close:hover,
    .close:focus {
        color: #987878;
        text-decoration: none;
        cursor: pointer;
    }


.mask {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: black;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
}

.form-header {
    padding: 4px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #0058A6;
}

.form-bottom-line {
    border-bottom: 1px solid #b9b9b9;
    margin: 5px;
    padding: 3px;
}


.form-required {
    color: blue;
    font-size: 10px;
    margin: -2px;
}

/* ---------------dialog -------------- */

.quick-add-dialog {
    display: none;
}

    .quick-add-dialog .dialog-item {
        width: 100%;
    }

.dialog-item {
    margin-top: 10px;
}

    .dialog-item .item-title {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #333333;
    }

    .dialog-item .item-header {
        color: #6767ff;
        font-weight: bold;
    }

    .dialog-item .item-query {
        display: inline;
        padding: 5px;
    }

        .dialog-item .item-query img {
            cursor: pointer;
        }

.dialog-row {
}

    .dialog-row table {
        width: 100%;
    }

        .dialog-row table th,
        .dialog-row table td {
            border: solid 1px White;
        }

.query-title,
.query-input {
    display: inline-block;
}

.query-title {
    width: 120px;
}

.query-input {
    width: 150px;
}

.dialog-bottom-line {
    border-bottom: 2px solid #b9b9b9;
    width: 100%;
    margin-top: 10px;
}
/*---------------------------Note editor---------------------*/
.trumbowyg-box {
    margin: 0 auto !important;
}

.trumbowyg-button-pane {
    display: none;
}

.trumbowyg-box .trumbowyg-editor > p {
    margin: 0;
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
    display: none;
}


.incident-note-editor,
.task-note-editor {
    background-color: white;
    padding: 0 !important;
    height: 250px;
}

.incident-note-editor-qa {
    background-color: white;
    padding: 0 !important;
    height: 75px;
}

.trumbowyg-box, .trumbowyg-editor {
    min-height: 50px !important;
}
/* Chrome, Safari, Edge, Opera */
.my-priority input::-webkit-outer-spin-button,
.my-priority input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.my-priority input[type=number] {
    -moz-appearance: textfield;
    font-family: Arial;
    font-size: 12px;
}

.my-description textarea {
    resize: none;
    font-family: Arial;
    font-size: 12px;
}

.tickets-header {
    font-weight: bold;
    text-decoration: underline;
    font-size: 13px;
    display: inline-block;
}

.tickets-img {
    vertical-align: middle;
}

.gv-empty-data-style {
}

    .gv-empty-data-style > td {
        font-weight: bold;
        color: blueviolet;
    }

.last-note {
    position: relative;
}

.last-note-row {
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.managed-fortigate-container {
    display: none;
    border-radius: 10px;
    z-index: 100;
    background-color: #fefefe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 50%;
    max-width: 80%;
}

.managed-fortigate-content {
    min-height: 500px;
}

    .managed-fortigate-content .popup-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .managed-fortigate-content .popup-body .popup-loading {
        display: none;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

.popup-row {
    overflow-x: auto;
    overflow-y: auto;
    height: 80vh;
}

.popup-table {
    border-collapse: collapse;
    height: 80vh;
}

    .popup-table thead th {
        position: sticky;
        top: 0;
    }

    .popup-table th {
        padding: 10px !important;
    }

.sso_logo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    overflow: hidden;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;

    border: 1px solid #D9D9D0;
}
    .sso_logo:hover {
           background: #f1f1f1;
    }
    .sso_image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
