﻿

/*FortinetOne header*/

.header a {
    display: inline-block;
}

.header img {
    vertical-align: middle;
    margin-right: 0;
}

.header_link {
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #27c;
    color: #27c;
    padding: 4px 15px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

    .header_link:hover {
        color: inherit;
        text-decoration: none;
    }

    .header_link .btn-text {
        margin-left: 0;
        display: inline-block;
    }

    .header_link.create_account {
        background: #27c;
        color: white;
    }

        .header_link.create_account:hover,
        .header_link.create_account:focus {
            background: darken(#27c, 0.15);
            color: white;
        }

.header_round_btn {
    font-size: 0.85rem;
    line-height: 24px;
    padding: 0;
    font-weight: 400;
    display: inline-block;
    max-width: 280px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
    color: #666;
}

    .header_round_btn + .arrow {
        margin-left: 10px;
    }

/* ------------- password suggestion ------------- */
.password-suggest-title {
    font-weight: 500;
}

.password-suggest-list {
    list-style: disc;
    padding-left: 0;
    font-size: 12px;
}

    .password-suggest-list li {
        list-style-position: inside;
    }

/*Portal dropdown*/
.portalSVGIcons {
    font-size: 12px;
    font-weight: 500;
}

    .portalSVGIcons > table {
        width: 96%;
    }

    .portalSVGIcons a {
        text-decoration: none;
        color: #535353;
        transition: color 0.2s;
        padding: 10px 20px 3px 0;
        display: block;
        box-shadow: none;
        transition: all 0.2s;
        display: flex;
        align-items: center;
        border-bottom:1px solid #eeeeee;
        line-height:25px;
    }

        .portalSVGIcons a:hover {
            background: #fdfdfd;
        }


            .portalSVGIcons a:hover span {
                text-decoration: none;
                background-color:#f3f3f3;
            }


.support-section .portalSVGIcons a {
    padding: 0 20px 0 0;
    white-space: nowrap;
}

.portalSVGIcons .portals-separator {
    display: block;
    font-size: 12px;
    font-weight: 400;

}


    .portalSVGIcons .portals-separator a {
        color: #8099b4;
        letter-spacing: .2rem;
        text-transform: uppercase;
        border-bottom-color: black;
    }

.portalSVGIcons a.disabled {
    opacity: 0.3;
    cursor: default;
}

    .portalSVGIcons a.disabled img {
        filter: grayscale(100%);
    }

    .portalSVGIcons a.disabled:hover {
        box-shadow: none;
    }

.portalSVGIcons a[disabled="disabled"] {
    color: #ccc;
}

    .portalSVGIcons a[disabled="disabled"] img {
        opacity: 0.5;
    }

    .portalSVGIcons a[disabled="disabled"]:hover span {
        text-decoration: none;
        cursor: not-allowed;
    }

/*
.t_category2 {
    margin-top: 20px;
    border-top: 1px dashed #A9BACF;
}

    .t_category2 .portals-separator {
        padding-top: 15px;
    }*/

.portals-separator a {
    color: #8099B4;
    font-weight: 400;
    font-size: 12px;
}

    .portals-separator a:hover {
        text-decoration: underline;
    }

.account-dropdown img {
    width: 17px;
    height: auto;
    box-sizing: border-box;
    opacity: 0.6;
    margin-right: 5px;
}

.account-dropdown > div {
    padding: 5px 10px;
}

.blue-section {
    display:none;
    background-color: #063d96;
    color: white;
    cursor: default;
    white-space: nowrap;
}
.blue-section .dname {
    color: #92d0f7;
}

.bottom.has-blue-section .blue-section {display:block;}


/*header_menu*/
#header_menu {
    text-align: center;
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    top: 40px; /*70(h)-30(line-height)=40*/
}

    #header_menu ul {
        margin: 0 auto;
        padding: 0;
        display: inline-block;
        list-style: none;
        position: relative;
        z-index: 999999990;
    }

    #header_menu li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    #header_menu a {
        background-color: #FFF;
        color: #777;
        font-weight: 600;
        line-height: 30px;
        border-radius: 9px 9px 0 0;
        font-size: 0.95rem;
        margin: 0;
        padding: 0 16px;
        display: inline-block;
        transition: all 0.2s;
    }

        #header_menu a.active, #header_menu a:hover {
            background-color: #2277CC;
            color: white;
            text-decoration: none;
        }

@media(max-width:1100px) {
    #header_menu {
        position: static;
        opacity: 0.99;
        line-height: 52px;
        border-bottom: 1px solid #eee;
        width: auto;
        left: 0;
        margin-left: auto;
        top: 0;
    }

        #header_menu a.active, #header_menu a:hover {
            background-color: #2277CC;
            border-radius: 20px;
            color: white;
        }
}

@media(max-width:700px) {
    .header_round_btn {
        font-size: 0;
        padding: 2px 8px 2px 8px;
    }
}

.f-tooltip > a:hover,
.f-tooltip > a:focus {
    text-decoration: none;
    color: inherit;
}


/*Popup(tooltip) in portal header*/
.panelList {
    display: inline-block;
    position: relative;
    text-align: left;
    cursor: pointer;
    margin-right: 50px;
}

div.panelList[id*="LoginMenuList"] {
    margin-right: 0;
}

.panelList .bottom {
    min-width: 870px;
    top: 33px;
    color: #444444;
    background-color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
    border-radius: 5px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease 0s;
}

.panelList .services-section .bottom {
    min-width: 850px;
    top: 44px;
    left: 15px;
    padding:20px;
}

.panelList .support-section .bottom {
    left: -130px;
}



.panelList .services-section .bottom i {
    left: 62px;
}

.panelList .account-section .bottom {
    min-width: 180px;
    top: 38px;
    right: -10px;
}



.panelList.on .bottom {
    visibility: visible;
    opacity: 1;
}

.panelList .bottom i {
    position: absolute;
    bottom: 100%;
    left: 78px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}

.panelList .support-section .bottom i {
    left: 198px;
}

.panelList .bottom i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%,50%) rotate(45deg);
    background-color: #000000;
    border: 1px solid #929292;
    filter: drop-shadow(0 1px 3px #ebeff1);
}

.panelList .bottom.has-blue-section i::after {
    background-color: #063d96;
    border: 1px solid #063d96;
}

.panelList .account-section .bottom i {
    right: 3px;
    left: auto;
}



/*Popup(tooltip) in user menu header*/
.panelmenuList {
    display: inline-block;
    position: relative;
    text-align: left;
    cursor: pointer;
}

    .panelmenuList .bottom {
        min-width: 250px;
        top: 38px;
        right: -15px;
        padding: 0;
        color: #444444;
        background-color: #FFFFFF;
        font-weight: normal;
        font-size: 13px;
        border-radius: 6px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        border: 1px solid #DDDDDD;
        box-shadow: 0 4px 20px rgba(0,0,0,0.2);
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease 0s;
    }

    .panelmenuList.on .bottom {
        visibility: visible;
        opacity: 1;
    }

    .panelmenuList .bottom i {
        position: absolute;
        bottom: 100%;
        right: 10px;
        margin-left: -12px;
        width: 24px;
        height: 12px;
        overflow: hidden;
    }

        .panelmenuList .bottom i::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            left: 50%;
            transform: translate(-50%,50%) rotate(45deg);
            background-color: #F2F2F2;
            border: 1px solid #DDDDDD;
            filter: drop-shadow(0 1px 3px #ebeff1);
        }


/* header portal services*/

/* partner dropdown for switch accounts*/
.f-dropdown {
    position: relative;
}

    .f-dropdown .dropdown-content {
        position: absolute;
        left: 0;
        right: auto;
        width: 100%;
        color: #666;
        border-radius: 0;
        border: none;
        z-index: 9999;
        display: none;
    }

    .f-dropdown.on .dropdown-content {
        display: block;
        max-height: 250px;
        overflow-y: auto;
        overflow-x: hidden;
        border: 1px solid #ececec;
        border-top: none;
        margin-left: -1px;
        box-shadow: 2px -2px 3px rgb(0, 0, 0, 0.1), -2px 2px 3px rgb(0, 0, 0, 0.1);
        /* firefox scrollbar */
        scrollbar-width: thin;
        scrollbar-color: #c8e1fa #edf4fa;
    }

        /*scrollbar styling on chrome*/
        .f-dropdown.on .dropdown-content::-webkit-scrollbar-track {
            background-color: #edf4fa;
        }

        .f-dropdown.on .dropdown-content::-webkit-scrollbar {
            width: 8px;
            background-color: #edf4fa;
        }

        .f-dropdown.on .dropdown-content::-webkit-scrollbar-thumb {
            background-color: #c8e1fa;
        }


        .f-dropdown.on .dropdown-content table tr td:last-child {
            text-align: right;
        }

.account-list-table tr:hover td .f-dropdown.on .dropdown-content table tr td {
    background: white;
    color: #212121;
    padding-left: 13px;
    padding-right: 13px;
}


.f-dropdown .dropdown-list:first-child {
    padding-top: 13px;
}

.f-dropdown .dropdown-list:last-child {
    padding-bottom: 13px;
}

.f-dropdown .dropdown-list:hover {
    border: none;
    background: #f4f5f9;
    text-decoration: none;
}

.f-dropdown .dropdown-list img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 7px;
    opacity: 0.7;
}

    .f-dropdown .dropdown-list img[alt="Subscriptions"] {
        width: 17px;
        height: 19px;
        margin-right: 9px;
    }

.f-dropdown .dropdown-list:last-of-type img {
    width: 24px;
    height: 24px;
    margin-left: -3px;
}



.f-dropdown .dropdown-content i {
    left: auto;
    right: 20px;
}

/*For ShowAlert.ascx*/

.se {
    position: relative;
    box-sizing: border-box;
    line-height: 1.3;
    margin: 26px 0;
    padding: 12px;
    border-radius: 6px;
}

    .se.no-title {
        padding-left: 40px;
    }

        .se.no-title i {
            position: absolute;
            top: 16px;
            left: 8px;
        }

    .se label, .box-gray label {
        font-size: 16px;
        font-weight: 600;
        vertical-align: middle;
        width: 85%;
    }

    .se i {
        background-repeat: no-repeat;
        vertical-align: middle;
        display: inline-block;
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
        margin-right: 4px;
        position: relative;
    }

.se-warning i {
    background-image: url('../../../Image/ui-icons/alert-warning.svg');
}

.se-info i {
    background-image: url('../../../Image/ui-icons/alert-info.svg');
}

.se-error i {
    background-image: url('../../../Image/ui-icons/alert-error.svg');
}

.se-success i {
    background-image: url('../../../Image/ui-icons/alert-success.svg');
}

.se-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.se-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.se-error {
    color: #FFF; /*#a94442;*/
    background-color: #D04437; /*#f2dede;*/
    border-color: #a94442; /*#ebccd1;*/
}

.se-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.se h2 {
    font-weight: 500;
    font-size: 20px;
    margin: 12px 0;
}

.se p {
    margin: 12px 6px;
}


/*Main.aspx carousel*/
#slide_bulletin {
    min-height: 204px; /*244-30-10=204*/
    padding: 30px 30px 10px;
}

    #slide_bulletin ul {
        margin: 20px 1px;
    }

        #slide_bulletin ul li {
            margin: 8px 0;
            list-style-position: inside;
        }

        #slide_bulletin ul a {
            text-decoration: underline;
        }

/*In Main.aspx and FgtVulnerabilities.ascx*/
.product-list-vulnerability-img {
    display: inline-block !important;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 0 12px;
    background: transparent url('../../../Image/ui-icons/VulnerableAlert.svg') no-repeat center center;
    background-size: 20px 20px;
}

#popup-vulnerability {
    z-index: 999;
    border-radius: 3px;
    box-shadow: 0 20px 20px rgba(0,0,0,0.4);
}

    #popup-vulnerability h3, #popup-vulnerability h4, #popup-vulnerability h5 {
        padding-left: 12px;
        font-weight: 600;
    }

        #popup-vulnerability h3.forMainPage {
            color: #dc7e17;
            border-bottom: 2px solid #CCC;
            margin-bottom: 18px;
        }

    #popup-vulnerability .popup_content {
        max-height: 600px;
        margin-bottom: 0;
    }

    #popup-vulnerability.popup-fixed {
        padding-bottom: 48px;
    }

    #popup-vulnerability .loading-red {
        width: 15px;
        height: auto;
        margin: auto;
        display: block;
    }


/* header */
.topheader-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
}

    .topheader-container .topheader-left {
        width: 125px;
    }

    .topheader-container .topheader-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-grow: 1;
        padding-left: 120px;
    }


        .topheader-container .topheader-right .notification-group {
            position: relative;
            margin: 0 20px;
        }

            .topheader-container .topheader-right .notification-group .notitication-icon {
                margin-top: -3px;
            }

        .topheader-container .topheader-right .alert-count {
            margin-right: 15px;
            background: #ff6a61;
            min-width: 12px;
            height: auto;
            border-radius: 20px;
            position: absolute;
            top: -4px;
            right: -26px;
            color: white;
            box-sizing: border-box;
            padding: 0px 5px;
            line-height: 130%;
            font-size: 9px;
            border: 2px solid white;
            font-weight: 700;
            z-index: 2;
        }
        .topheader-container .topheader-right .zero-notification {
            display:none;
        }

        .topheader-container .topheader-right .login-section {
            width: 250px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .topheader-container .topheader-right .misc {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-grow: 1;
        }

            .topheader-container .topheader-right .misc .search-group-container {
                display: flex;
                align-items: center;
                flex-grow: 1;
                justify-content: flex-end;
            }

                .topheader-container .topheader-right .misc .search-group-container .toggle-search-btn {
                    width: 30px;
                    height: 30px;
                    background: white url('../../../Image/search.svg') no-repeat center center;
                    background-size: 20px 20px;
                    cursor: pointer;
                }

                .topheader-container .topheader-right .misc .search-group-container .search-wrapper {
                    background: rgba(255,255,255,0.8);
                    border-top: 1px solid #dee2eb;
                    box-shadow: 3px 3px 6px rgba(0,0,0,.15);
                    box-sizing: border-box;
                    left: 0;
                    padding: 25px 40px 25px 65px;
                    position: absolute;
                    top: 52px;
                    width: 100%;
                    z-index: 999;
                    text-align: center;
                    backdrop-filter: blur(4px);
                }

                    .topheader-container .topheader-right .misc .search-group-container .search-wrapper .search-box-container {
                        position: relative;
                        width: 100%;
                        max-width: 1280px;
                        margin: 0 auto;
                        transform: translateX(-10px);
                    }

                    .topheader-container .topheader-right .misc .search-group-container .search-wrapper .btn-search {
                        position: absolute;
                        right: 10px;
                        top: 5px;
                    }

                    .topheader-container .topheader-right .misc .search-group-container .search-wrapper .search-box {
                        border-radius: 30px;
                        height: 40px;
                        padding: 0.2rem 1rem 0.2rem 0.8rem;
                        line-height: 1.0;
                        background: rgba(255,255,255,0.92);
                        box-sizing: border-box;
                        flex-grow: 1;
                        width: 100%;
                        max-width: 1280px;
                        margin: 0 auto;
                        border: 1px solid #dee2eb;
                    }

                        .topheader-container .topheader-right .misc .search-group-container .search-wrapper .search-box:focus {
                            border-color: #cce4ef;
                        }

@media (max-width: 1279px) {

    .topheader-container .topheader-right .misc .search-group-container .search-wrapper {
        padding: 25px 20px 25px 30px;
    }
}


/* top header dropdown */
.portalSVGIcons .portals-separator .section-title a {
    border-bottom: 1px solid black !important;
}


    .section-title {
    margin-bottom: 10px;
    border-bottom: 1px solid black;
    font-size: 0.6rem !important;
    color: black !important;
}
a.section-title:hover
{
    color:black !important;
     text-decoration:none !important;
     background-color:#f3f3f3 !important;
}

.services-dropdown,
.support-dropdown {
    display: flex;
    min-width: 600px;
    padding: 15px;
}

.services-dropdown {
    min-width: 560px;
}


.support-dropdown {
    padding: 35px 30px;
}

.services-dropdown img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  
    box-sizing: border-box;
 
    padding: 3px;
}
.services-dropdown .colLeft:first-child
{
    margin-right:20px;
}
.services-dropdown .colRight a {
    margin-right:15px;
  
}
.services-dropdown .portals-separator {
    cursor: default;
    color: #888;
    border-bottom: 1px solid black !important;
}

.support-dropdown img {
    width: 22px;
    height: auto;
    margin-bottom: 3px;
    margin-right: 4px;
    box-sizing: border-box;
}

.colRight, .colCenter {
    padding-left: 30px;
    /*border-left: 1px dashed #dde1ea;*/
}

    .colRight table:not(:last-child) {
        /* border-bottom: 1px dashed #dde1ea;*/
        width: 100%;
    }

.colRight > table + table{
    margin-top: 15px;
}

.colRight > table table tr:last-child td {
    padding-bottom: 15px;
}

.support-dropdown .colLeft {
    flex: 3;
}

.support-dropdown .colCenter {
    flex: 7;
}

.support-dropdown .colRight {
    flex: 5;
}

/* search */

.search-group {
    display: flex;
    align-items: center;
}


.btn-search {
    background: white url('../../../Image/search.svg') no-repeat right center;
    background-size: 15px 15px;
    border: none;
    min-width: 30px;
    height: 28px;
    margin-right: 5px;
}

    .btn-search:focus,
    .btn-search:hover {
        outline: none;
    }

/* breadcrumb */



    .breadcrumb-section {
        background: #ebeff1;
        width: 100%;
        clear: both;
        margin-bottom: 35px;
    }

        .breadcrumb-section .breadcrumb-wrapper {
            max-width: 1280px;
            width: 100%;
            height: 35px;
            margin: 0 auto;
            box-sizing: border-box;
            letter-spacing: -0.015em;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .breadcrumb-section .breadcrumb-container a {
            color: #212121;
            font-weight: 300;
            letter-spacing: -0.015em;
        }

        .breadcrumb-section .breadcrumb-container .slash {
            display: inline-block;
            margin-left: 5px;
            letter-spacing: -0.015em;
        }

            .breadcrumb-section .breadcrumb-container .slash span {
                display: inline-block;
                margin-left: 5px;
                font-weight: 600;
                color: #212121;
                letter-spacing: -0.015em;
            }







.connect-account-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
}

    .connect-account-group span {
        display: inline-block;
    }

    .connect-account-group  .connect-account-label {
        margin-right: 10px;
        font-weight: 600;
        color: black;
    }

    .connect-account-group .connect-account-container {
        border: 1px solid #D5DFE3;
        background: white;
        padding: 3px 8px;
        width: 300px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .connect-account-group  .company-name {
        flex-grow: 1;
        margin-right: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

@media (max-width: 1279px) {
    .breadcrumb-section .breadcrumb-container {
        margin: 0 20px;
    }
}

/* grid styling */

.grid-container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

    .grid-container a {
        color: #4a4a49;
        text-decoration: none;
        display: block;
    }

    .grid-container h3 {
        font-size: 26px;
        color: #4a4a49;
        font-weight: 300;
    }

    .grid-container p {
        color: #4a4a49;
        margin: 10px 0 20px;
        font-weight: 300;
        font-size: 15px;
        line-height: 150%;
    }

    .grid-container .grid-item {
        display: block;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
        position: relative;
        padding: 20px 35px 45px 70px;
        min-height: 140px;
    }

        .grid-container .grid-item.span-2 {
            grid-column: span 2;
            display: grid;
            grid-gap: 100px;
            grid-template-columns: repeat(2, 1fr);
        }

            .grid-container .grid-item.span-2 ul {
                margin-top: 0;
            }

        .grid-container .grid-item:after {
            content: "";
            width: 0;
            height: 0;
            border: 19px solid transparent;
            border-bottom: 19px solid #02122d;
            position: absolute;
            top: 66px;
            left: -38px;
            transform: rotate(-90deg);
        }

        .grid-container .grid-item:hover,
        .grid-container .grid-item:focus {
            box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
        }

        .grid-container .grid-item .icon-container {
            display: block;
            width: 62px;
            height: 55px;
            border-radius: 0 80px 80px 0;
            background-color: #063d96;
            color: white;
            text-align: center;
            padding: 7px 0px 10px 0px;
            position: absolute;
            left: -19px;
            top: 30px;
            z-index: 9;
            box-sizing: border-box;
        }

            .grid-container .grid-item .icon-container img {
                width: 40px;
                height: auto;
                line-height: inherit;
                fill: white;
                color: white;
                filter: brightness(100);
            }

    .grid-container.resources .grid-item .icon-container {
        padding: 19px 0px 10px 0px;
    }

        .grid-container.resources .grid-item .icon-container i {
            position: relative;
            width: auto;
            height: auto;
            line-height: inherit;
        }

            .grid-container.resources .grid-item .icon-container i:before {
                font-family: "fontello";
                font-size: 45px;
                color: white;
            }

    .grid-container .grid-item ul {
        list-style-type: none;
        padding: 0;
        margin-top: 15px;
    }

    .grid-container .grid-item .quick_links li {
        background: none;
        padding: 10px 0;
        border-bottom: 1px dotted #d4dde1;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
    }

        .grid-container .grid-item .quick_links li:hover {
            font-weight: 500;
        }


/* footer */
.footer-main-container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(5, 1fr);
}

.copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px rgba(255,255,255,0.3);
}

    .copyright-row div {
        display: inline-block;
    }

.timezone {
    background: url(../../../Image/timezone.svg) no-repeat 0 0;
    background-size: 17px auto;
    padding-left: 23px;
    color: rgba(255,255,255,0.65);
    font-size: 12px;
}

    .timezone .highlight {
        color: white;
        font-weight: 600;
    }


/* switch account */
.switch-account-page /*, .ticket-survey-page */
{
    background: #EDF1FC;
    box-shadow: inset 1px 1px 3px #C9DCF7;
}



@media screen and (max-width: 1280px) {
    .content.switch-account-page {
        margin: 0 auto;
        padding: 0 20px;
    }
}


.switch-account-page {
    padding-bottom: 50px;
}

.ticket-survey-page {
    min-height: calc(100vh - 455px) !important;
    padding-bottom: 30px;
    padding-top: 25px;
}


    .switch-account-page h3,
    .ticket-survey-page h3 {
        color: #343D4C;
        font-size: 31px;
        font-weight: 600;
        text-align: center;
    }

    .ticket-survey-page .search-box {
        background: transparent;
        border: none;
        box-shadow: none;
        width: 100%;
        padding: 7px 0;
        border-bottom: 1px solid rgba(153, 166, 189, 0.35);
        margin-top: 0;
        box-sizing: border-box;
        height: 35px;
    }

@media screen and (max-width: 1280px) {
    .ticket-survey-page {
        margin: 0 auto;
        padding: 0 20px;
    }

        .ticket-survey-page .search-box {
            width: calc(100% - 40px);
            margin: 0 auto;
        }
}

.ticket-survey-page .search-box:focus {
    outline: none;
    border-bottom-color: #2BADFF;
}

.ticket-survey-page .search-box::placeholder {
    color: #adadad;
}

.ticket-survey-page .search-button {
    position: absolute;
    right: -5px;
    top: 9px;
    z-index: 9;
    width: 25px;
    height: auto;
}

.system-id-label {
    font-weight: 400;
    font-size: 14px;
    margin-right: 5px;
    color: #6E6B6B;
}

.system-id {
    font-weight: 600;
    font-size: 14px;
    color: #555;
}


.account-list-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}


    .account-list-container .account-list-table tbody tr:first-of-type {
        display: none;
    }
    .account-list-container.role-select .account-list-table tbody tr:first-of-type {
        display: table-row;
    }

    .account-list-container .account-list-table tr td {
        height: 55px;
        background: white;
        transition: background-color 0.5s ease;
    }

        .account-list-container .account-list-table tr td .row-container {
            display: flex;
            align-items: center;
        }

    .account-list-container .account-list-table tr.partner td .row-container {
        display: flex;
        align-items: flex-start;
    }

.account-list-container .account-list-table .col-systemid {
    min-width: 240px;
    margin-right: 10px;
}

.account-list-container .account-list-table .col-company {
    color: #2C3A57;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 135%;
    flex-grow: 1;
    margin-right: 10px;
}

.account-list-container .account-list-table .col-action {
    text-align: right;
    width: 170px;
}

.account-list-container .account-list-table tr:hover td,
.account-list-container .account-list-table tr:focus td {
    background: #2BADFF;
    color: white;
    cursor: pointer;
}

.account-list-container .account-list-table tr.partner td .col-selectpartner .select-btn {
    background: #f9fbfe url(../../../Image/arrow.svg) no-repeat right 10px center;
    background-size: 13px auto;
    display: block;
    padding: 6px 20px 6px 10px;
}

.account-list-container .account-list-table tr.partner:hover td .col-selectpartner,
.account-list-container .account-list-table tr.partner:focus td .col-selectpartner {
    background-color: white;
}

    .account-list-container .account-list-table tr.partner:hover td .col-selectpartner .select-btn,
    .account-list-container .account-list-table tr.partner:focus td .col-selectpartner .select-btn {
        color: #212121;
    }

.account-list-container .account-list-table tr:hover .system-id-label,
.account-list-container .account-list-table tr:hover .system-id,
.account-list-container .account-list-table tr:focus .system-id-label,
.account-list-container .account-list-table tr:focus .system-id {
    color: white;
}

.account-list-container .account-list-table tr td {
    border: 1px solid #ececec;
    border-top: 15px solid #EDF1FC;
    padding-left: 15px;
    padding-right: 15px;
}
.account-list-container.role-select .account-list-table tr td {
    border-top: 4px solid #EDF1FC;
}

.account-list-container .account-list-table .action-btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 20px;
    border: 1px solid rgba(43, 173, 255, 0.5);
    border-radius: 50px;
    color: #2BADFF;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: 140%;
    white-space: nowrap;
}

.account-list-container .account-list-table tr:hover .action-btn,
.account-list-container .account-list-table tr:focus .action-btn {
    background: white;
    border-color: #2BADFF;
    color: #2BADFF;
}

.account-list-container .account-list-table tr.master td:first-of-type {
    position: relative;
}

    .account-list-container .account-list-table tr.master td:first-of-type:before {
        position: absolute;
        top: 0;
        left: 0;
        background: #E54B1D;
        padding: 0 6px 1px 6px;
        color: white;
        font-size: 9px;
        line-height: 165%;
        font-weight: bold;
        box-sizing: border-box;
        display: inline-block;
        content: "Master User";
        z-index: 2;
    }

    .account-list-container .account-list-table tr.master td:first-of-type:after {
        position: absolute;
        top: 0;
        left: 51px;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-top-color: #E54B1D;
        display: block;
        content: "";
        z-index: 1;
    }



.account-list-container .account-list-table tr.partner > td {
    height: 70px;
    padding: 15px;
    vertical-align: top;
}

.account-list-container .account-list-table tr.partner.no-selectpartner td {
    height: 68px;
}

.account-list-container .account-list-table tr.partner td .col-selectpartner td {
    height: 28px;
    border: none;
}

.account-list-container .account-list-table tr.partner > td {
    position: relative;
}

.account-list-container tr.partner .col-selectpartner {
    text-align: left;
    width: 100%;
    border: 1px solid #ececec;
    margin-top: 15px;
    background-color: rgba(237, 241, 252, 0.72);
    font-size: 13px;
    z-index: 9;
    position: absolute;
    top: 35px;
    max-width: 925px;
}


@media(max-width:1279px) {
    .account-list-container tr.partner .col-selectpartner {
        max-width: calc(100% - 40px);
    }
}


.account-list-container tr.partner .col-selectpartner .highlight {
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
    color: #2BADFF;
}


.account-list-container tr.partner:hover .col-selectpartner .f-dropdown.on .dropdown-content table {
    margin-bottom: 0;
}

    .account-list-container tr.partner:hover .col-selectpartner .f-dropdown.on .dropdown-content table tr:hover td {
        background: #f9fbfe;
        font-weight: bold;
        color: #212121;
    }

/* ------------ ticket survey list */
.ticket-survey-container {
    max-width: 960px;
    margin: 26px auto 20px;
    font-size: 13px;
}

.ticket-survey-list {
    border: 1px solid #ececec;
}
.ticket-survey-list span {
    display: inline-block;
}

    .ticket-survey-header, a.ticket-survey-item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        font-size: 13px;
    }

    /* list header */
    .ticket-survey-header {
        font-weight: 400;
        color: rgba(135, 148, 172, 0.7);
        padding: 0 30px 0 0;
        background: #EDF1FC;
    }

    /* list item */
    a.ticket-survey-item {
        padding-top:10px;
        padding-bottom:10px;
        display: block;
        border-bottom: 1px solid #ececec;
        border-top: 13px solid #EDF1FC;
        background: white;
        transition: all 0.25s ease;
        text-decoration:none;
        color: #212121;
    }

a.ticket-survey-item span:first-of-type {
    font-weight: 600;
}
a.ticket-survey-item:hover,
a.ticket-survey-item:focus {
    background: #2BADFF;
    color: white !important;
    cursor: pointer;
}



.ticket-survey-header span:first-of-type, a.ticket-survey-item span:first-of-type {
    padding-left: 20px;
    width: 150px;
}

.ticket-survey-header span:nth-of-type(2), a.ticket-survey-item span:nth-of-type(2) {
    width: 200px;
}


.ticket-survey-container .error-msg-container {
    margin-top: 50px;
}

.ticket-survey-list {
    margin-top: 30px;
}

/* END of ticket survey list ------------*/


/* ------------- notification popup */

.notice.notification {
    width: 80%;
    z-index: 10999;
    height: auto;
    background: #EDF1FC;
    border: 1px solid gray;
    position: fixed !important;
    max-width: 1280px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    padding: 35px 30px 20px;
}


    .notice.notification .btn-close {
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../../../Image/close.svg) no-repeat center center;
        background-size: 25px 25px;
        z-index: 9;
        display: block;
        content: "";
        width: 40px;
        height: 40px;
    }

        .notice.notification .btn-close:focus {
            outline: none;
        }


    .notice.notification .popup_content {
        height: auto;
        padding: 0;
        background: #EDF1FC;
        max-height: calc(100vh - 300px);
        overflow-y: auto;
        overflow-x: hidden;
    }


    .notice.notification .popup_title {
        background: none;
        padding-left: 0;
    }

        .notice.notification .popup_title h3 {
            color: #343D4C;
            font-size: 20px;
            font-weight: 600;
            text-align: center;
            margin-top: 0;
        }

    .notice.notification .popup_content .message-wrapper {
        display: flex;
        flex-direction: column;
        min-height: 48px;
        background: white;
        transition: background-color 0.5s ease;
        padding: 15px 0 0;
        margin-bottom: 15px;
        border: 1px solid #e5e5e5;
    }

        .notice.notification .popup_content .message-wrapper:hover {
            box-shadow: 6px 6px 8px #C9DCF7;
        }

    .notice.notification .popup_content .message-container {
        display: flex;
        align-items: center;
        padding: 0 20px;
    }

        .notice.notification .popup_content .message-container .message {
            border-left: 1px solid #e5e5e5;
            padding-left: 20px;
            margin-left: 20px;
            font-size: 12px;
        }

    .notice.notification .popup_content .dismiss-action {
        display: flex;
        align-items: center;
        opacity: 0.75;
        background: #f5f6f9;
        padding-left: 73px;
        margin-top: 10px;
    }

        .notice.notification .popup_content .dismiss-action input[type=checkbox] + label {
            font-size: 11px;
            color: #8794AC;
        }

    .notice.notification .popup_bottom {
        background: none;
    }

        .notice.notification .popup_bottom .btn-continue {
            background-color: #0059DB;
            color: #fff;
            padding: 7px 30px;
            border: none;
            font-size: 14px;
            min-width: 60px;
            text-transform: capitalize;
            border-radius: 30px;
        }

            .notice.notification .popup_bottom .btn-continue:focus {
                outline: none;
            }

/*** page not found ***/
/* switch account */
.page-not-found {
    background: #f7f7f7 url("../../../Image/ipad_404.png") no-repeat top 120px center;
    text-align: center;
    background-size: 1200px auto;
    padding-top: 525px;
    box-shadow: inset 1px 1px 3px #C9DCF7;
    box-sizing: border-box;
    max-width: 100% !important;
    min-height: 880px !important;
}


    .page-not-found .highlight {
        background: #1E96EB;
        padding: 0 3px 2px;
        color: white;
        font-weight: 600;
        display: inline-block;
        line-height: 120%;
    }

    .page-not-found .page-content {
        width: 425px;
        padding: 10px 130px 50px 0px;
        margin: 0 auto;
    }



        .page-not-found .page-content h1 {
            font-weight: bold;
            color: #212121;
            letter-spacing: -0.025em;
            font-size: 22px;
            margin-top: 0;
        }


        .page-not-found .page-content p {
            font-size: 16px;
            font-weight: 300;
            line-height: 155%;
            letter-spacing: -0.0125em;
            margin-top: -10px;
        }

            .page-not-found .page-content p a,
            .page-not-found .page-content p a:hover,
            .page-not-found .page-content p a:focus {
                color: #1E96EB;
                text-decoration: underline;
                font-weight: 600;
            }

/* tooltip */

.search-group .tooltip-inner {
    color: #212121 !important;
    background-color: white !important;
    border: 1px solid #ececec;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.search-group .arrow::before {
    border-top-color: #ececec !important;
    filter: dropshadow(-2px, 2px, 4px, rgba(0, 0, 0, 0.1));
}

.portalSVGIcons a.show-more {
    color: #005ECB;
    margin-left: 5px;
    font-weight: bold;
    justify-content: right;
    border-bottom: none;
}
.portalSVGIcons a.show-more img {
        transform: rotate(180deg);
    }
.portalSVGIcons a.show-less {
    color: #005ECB;
    margin-left: 5px;
    font-weight: bold;
    justify-content: right;
    border-bottom: none;
}