/* Bai Jamjuree Font Face Declarations */
@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../static/media/BaiJamjuree-Regular.4d0bf9a0b86bd3aa2707.woff2') format('woff2'),
         url('../static/media/BaiJamjuree-Regular.9ed74ba117114f182099.woff') format('woff'),
         url('../static/media/BaiJamjuree-Regular.491c4cebdf5299f3e147.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../static/media/BaiJamjuree-Medium.efb6e904987b671afb98.woff2') format('woff2'),
         url('../static/media/BaiJamjuree-Medium.ef18dda3e1eb68b9c7a8.woff') format('woff'),
         url('../static/media/BaiJamjuree-Medium.25e6cf445ffbe61abb54.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../static/media/BaiJamjuree-Bold.f3b3d5d9483269ca84ba.woff2') format('woff2'),
         url('../static/media/BaiJamjuree-Bold.f5e933b7efaa25c1028a.woff') format('woff'),
         url('../static/media/BaiJamjuree-Bold.da1cfc75e1ff64984f88.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Mulish Font Face Declarations */
@font-face {
    font-family: 'Mulish';
    src: url('../static/media/Mulish-Regular.36c43991bf819e570395.woff2') format('woff2'),
         url('../static/media/Mulish-Regular.dab57e0e05e2ca3ab6ad.woff') format('woff'),
         url('../static/media/Mulish-Regular.e497fc540939821b16a0.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../static/media/Mulish-SemiBold.591f3de06e2c034ad390.woff2') format('woff2'),
         url('../static/media/Mulish-SemiBold.4f754a16985bfa495977.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../static/media/Mulish-Black.dae23efd4682e2231a11.woff2') format('woff2'),
         url('../static/media/Mulish-Black.1e047c4a9155eb0fa70c.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
}

body {
    font-family: Calibri;
    letter-spacing: 0.4px;
    background-color: #f7f7f7;
}

.main-body {
    background-color: #f7f7f7;
    padding: 54px 36px;
    margin: 0;
    height: 100%;
}


body>.container-fluid.max-height {
    padding: 0;
    margin: 0;
}

.body {
    -webkit-transition: padding-left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: padding-left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 1136px;
    height: 100%;
    padding-left:0;
    padding-right:0;
}

.server_name {
    text-decoration: none;
    color: white;
    position: absolute;
    z-index: 4;
    top: 46px;
    left: 26px;
    font-family: Mulish, calibri;
    font-size: 12px;
}

.logged_on_user_name {
    text-decoration: none;
    color: white;
    position: absolute;
    z-index: 4;
    bottom:0;
    font-size: 11px;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 330px;
}

#footer-version {
    color: #000;
    font-size: 15px;
    padding-left: 14px;
}

/* toastr alerts on the main page */

.toastr-frame {
    z-index: 1000;
    position: absolute;
    bottom: 0;
    right: 0;
}



.action-header {
    background-color: #e7e8ee;
    width: 100%;
    height: 44px;
    color: #192c3f;
    font-size: 18px;
    border: 1px solid #cfcfcf;
    padding-top: 10px;
}

.action-header span {
    padding-left: 34px;
}

/*general*/

.max-height {
    height: 100%;
}

.header_top {
    font-family: Mulish, calibri;
    position: absolute;
    padding: 0 12px 0 14px;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1366px;
    height: 68px;
    background-color: #26629e;
    color: white;
    z-index: 3;
    display: inline-flex;
    justify-content: space-between;
}

.top-section {
    display: flex;
    align-items: center;

}

.top-section-right {
    position: relative;
}

.top-section-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.validateClass {
    border: 1px solid red !important;
}

.validate-msg {
    color: red;
    left: 220px;
    top: 62px;
    font-size: 13px;
    font-style: italic;
    padding: 5px 14px;
}

/* Logos */

#logo {
    visibility: hidden;
    height: 100%;
}

div.logo {
    display: flex;
    align-items: center;
    background-image: url(/system_images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 26px;
}

#client-logo {
    margin-left: 38px;
    max-width: 85px;
    max-height: 54px;
}

img[src="Error.src"] {
    display: none;
}

/* Middle Icons */

.topbar-icons-container {
    display: flex;
    height: 51px;
    gap: 12px;
    font-family: Bai Jamjuree, Mulish, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
}

.topbar-icons-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.topbar-icons-section:not(:last-child) {
    border-right: 1px solid #527DB6;
    padding-right: 12px; /* Space between sections */
}

.topbar-icons-label {
    color: #ffffff;
    padding-top: 2px;
}

.topbar-icons-section a {
    text-decoration: none;
    display: inline-block;
}

.topbar-icons-badge {
    display: flex;
    align-items: center;
    background-color: #224676;
    gap: 4px;
    padding:6px;
    border-radius: 4px;
    min-width: 38px;
}

.topbar-icons-badge-container {
    display: flex;
    gap: 10px;
}

.topbar-icons-icon {
    width: 18px;
    height: 18px;
}

.topbar-icons-icon img {
    width: 100%;
    height: auto;
}

.topbar-icons-badge span {
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.topbar-icons-container .selected {
    border: 1px solid #fff;
}

/*Settings Icons*/
.top-settings {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: right;
    white-space: nowrap;
}


div.settings-top-bar img {
    width: 20px;
    height: 20px;
}

.settings-top-bar a {
    display: flex;
}

/* Search Box */

.white {
    color: #fff;
}

.search {
    background: none;
    border: none;
}

.advancedSearch {
    padding: 0px 36px 0 8px;
}
.advancedSearch img {
    width: 22px;
    height: 22px;
}

.advancedSearch:active {
    border-color: transparent !important;
}

.top-search-icon {
    width: 20px;
    height: 20px;
}   

.glyphicon.glyphicon-menu-down {
    font-size: 10px;
}

.btn:focus,
.search-query:focus,
input:focus {
    outline: none !important;
    -webkit-appearance: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


/* search box autocomplete */

.header-search {
    display: flex;
    align-items: center;

}

#custom-search-input {
    border-radius: 100px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    color: white;
    background-color: #587EB0;
    height: 36px;
    width: 250px;
    justify-content: center;
    padding-right: 7px;
    position: relative;
    background-color: #587EB0;
    border-color: #587EB0;
}

#custom-search-input .dropdown-menu {
    background-color: #5477A6;
    border-color: #5477A6;
}

#custom-search-input .dropdown-menu::before,
#custom-search-input .dropdown-menu::after {
    display: none;
}

#custom-search-input .top_ddl {
    width: 100%;
    padding: 2px 11px;
    cursor: pointer;
}

#custom-search-input .top_ddl::before {
    display: none;
}

#custom-search-input .dropdown:after {
    border-color: #5477A6 transparent !important;
}

/* ms-2164 */
#searchResults {
    max-height: 200px;
    overflow-y: scroll;
    width: 250px;
    max-height: 102px;
    position: absolute;
    left: 0;
    top: 36px; /*search height*/
    margin-top: 5.5px; /*gap*/
    height: 100px; /* temp */
    background-color: #5477A6;
    border-color: #5477A6;
    font-weight: 400;
    overflow-x: hidden;     
    word-wrap: break-word;  
    word-break: break-word; 
    white-space: normal;
}

#custom-search-input .search-query {
    background: none;
    border: none;
    box-shadow: none;
}

#custom-search-input .select-type {
    border: 0;
    background: none;
    margin-bottom: 0;
    color: white;
    font-size: 14px;

}

*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ACBDD5;

}

.suggest-search::-webkit-scrollbar {
    background: #5477A6;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}


.suggest-search>div {
    width: 100%;
    padding: 2px 11px
}

.suggest-search>div>a {
    color: white;
}

#custom-search-input .dropdown-menu li:hover,
.suggest-search>div:hover>a,
.suggest-search>div:hover {
    text-decoration: none;
    background-color: #093377;
    cursor: pointer;
    color: white;
}

.search_suggest {
    text-decoration: none;
} 
/* Ensure the font size matches Bootstrap 3's default */
#custom-search-input .form-control,
#custom-search-input .dropdown-menu {
    color: white;
    font-size: 14px;
}

#custom-search-input .dropdown-menu {
    min-width: 62px;
}

#custom-search-input .btn {
    padding: 0 3px;
}

#search_concept {
    padding-right: 3px;
}


/* Focus styles for search input */
#custom-search-input:focus-within {
    border: 1px solid white;
}


#custom-search-input .form-control::placeholder {
    color: white;
    opacity: 0.7;
}

#custom-search-input .form-control::-webkit-input-placeholder {
    color: white;
    opacity: 0.7;
}

#custom-search-input .form-control:-moz-placeholder {
    color: white;
    opacity: 0.7;
}

#custom-search-input .form-control::-moz-placeholder {
    color: white;
    opacity: 0.7;
}

#custom-search-input .form-control:-ms-input-placeholder {
    color: white;
    opacity: 0.7;
}


/*buttons*/

.formstyleInputText {
    font-size: 14px;
    font-style: italic;
}

.save-btn,
.btn-simple {
    background-color: white;
    color: #1588f3;
    border-radius: 5px !important;
    height: 31px !important;
    border: 1px solid #d2d2d2;
    font-size: 15px !important;
    font-style: italic !important;
    font-weight: bold;
    font-family: Calibri !important;
    text-align: center !important;
    margin: 0 10px 0 0;
    padding: 0 15px;
    text-indent: 0 !important;
    width: auto;
    outline: none !important;
}

.save-btn,
.clear-btn,
.btn-new-scan {
    background-color: #178afe !important;
    border-color: #178afe !important;
    color: white !important;
    height: 27px;
    width: 71px;
    padding-top: 3px;
    font-family: calibri !important;
    font: italic 15px Calibri !important;
    font-weight: bold !important;
    outline: none !important;
    margin: 0 10px 0 0 !important;
    padding: 0 15px !important;
}

.cancel-btn {
    border: 0px;
    color: rgb(64, 111, 166);
    margin: 0 10px 0 0 !important;
    padding: 0 15px !important;
    text-decoration: none !important;
    /* for a tag btns */
}

.btn-simple {
    margin: 0 10px 0 0 !important;
    padding: 0 15px !important;
}

.save-btn:focus,
.save-btn:active,
.save-btn.active {
    background-color: #178afe !important;
    border-color: #178afe !important;
    color: white !important;
}

/* to suppress the blue background and border on focus and active of save btn */
.alert-error-btn:focus,
.alert-error-btn:active,
.alert-error-btn.active {
    background-color: #e51110 !important;
    border-color: #e51110 !important;
}

.save-btn:hover {
    background-color: #1278de;
    border-color: #178afe;
    color: white;
}

.btn-cancel,
button[value="Cancel"] {
    border: none !important;
    color: #1f5081;
}

.save-btn {
    width: 77px !important;
    padding-bottom: 1px !important;
}

/*loading*/


@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 1em 0 -1.3em;
    }

    40% {
        box-shadow: 0 1em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 1em 0 -1.3em;
    }

    40% {
        box-shadow: 0 1em 0 0;
    }
}

/*

used in iframe pages that still depend on top.css

*/

/*breadcrumbs*/

.breadcrumb.mainframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    font-family: Calibri;
    border-radius: 0;
    border-bottom: 1px solid #d8dae0;
    padding: 9px 15px !important;
}

.breadcrumb.mainframe a {
    font-size: 14px !important;
    font-weight: 600;
    font-family: Calibri;
}

.back-arrow {
    position: absolute;
    height: 36px;
    top: 0;
    left: 0;
    width: 36px;
    border-right: 1px solid #d8dae0;
    padding: 10px;
}

.breadcrumb.mainframe>a,
.breadcrumb.mainframe>span,
.breadcrumb>.active {
    margin-right: 15px;
    height: 100%;
    color: #26629e !important;
    vertical-align: middle;
}

a.breadcrumb-item:nth-child(2) {
    margin-left: 36px;
}

.breadcrumb.mainframe>a>i {
    font-size: 16px;
    /*vertical-align: middle;*/
}

.breadcrumb.mainframe i {
    /*margin-top: -4px;*/
    margin-top: 0px !important;
}

.breadcrumb-item.back-arrow i {
    margin-top: 0px !important;
}

.breadcrumb.mainframe>a,
.breadcrumb.mainframe>a:hover,
.breadcrumb.mainframe>a:active,
.breadcrumb.mainframe>a:visited {
    text-decoration: none !important;
    ;
}

.breadcrumb.mainframe .fa-angle-right {
    padding-bottom: 3px;
}

.head a:focus,
.head a:active,
.head a:hover,
.head a {
    text-decoration: none !important;
    color: #1e5083 !important;
}

.headline {
    color: #1e5083;
    font-size: 36px;
    font-weight: 100;
    text-shadow: 0px 1.5px 0px rgba(255, 255, 255, 1);
    text-transform: initial;
}

.headline a,
.headline a:hover,
.headline a:active,
.headline a:focus {
    text-decoration: none;
    color: #1e5083;
    outline: none;
}

.second-headline {
    color: #1288f2;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding-top: 7px;
    clear: left;
}

.headline_2 {
    color: #178bfd !important;
    font-size: 18px !important;
    letter-spacing: 0.45;
    padding-left: 2px;
    margin-top: -6px;
}

.ErrorMsg {
    font-style: italic;
    font-size: 16px;
    padding-top: 20px;
}

.no-data {
    font-size: 16px;
    font-weight: 100;
    text-shadow: 0px 1.5px 0px rgba(255, 255, 255, 1);
    text-align: center;
    padding: 10px 0px 10px 0px;
    color: #1e5083;
}

h3.copyright {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    top: calc(100% - 70px);
}

h3.copyright>a {
    color: #1588f2;
}

table.about-content {
    width: 770px;
    padding-left: 40px;
}

table.license-details {
    font-style: italic;
    width: 360px;
    color: #1e3755;
    font-weight: bold;
    margin-left: 46px;
}

.about-p {
    padding: 12px 0px 10px 46px;
    color: #4a535a;
}

a.license-link {
    text-decoration: underline;
}

td.criteria {
    color: #2662a0;
    font-weight: 500;
}


/* //////////////////////////////////////////////////////////////////////////////////////
 styled checkboxes
////////////////////////////////////////////////////////////////////////////////////// */

::selection,
::-moz-selection {
    background: white;
}

input[type="radio"] {
    display: none;
}


input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+i {
    cursor: pointer;
}

input[type="checkbox"]+i:before {
    font-family: "FontAwesome";
    font-size: 18px;
    display: inline-block;
}

input[type="checkbox"]:checked+i {
    position: relative;
    -webkit-animation: icon-beat 0.1s ease;
    animation: icon-beat 0.1s ease;
}

input[type="checkbox"]:checked+i+span {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

input[type="checkbox"]+i:before {
    content: "\f096";
}

input[type="checkbox"]:checked+i:before {
    content: "\f046";
}

input[type="checkbox"]:checked+i:before {
    color: #28629e !important;
}

input[type="checkbox"][disabled]+i,
input[type="checkbox"].disabled+i,
input[type="checkbox"]:checked[disabled]+i:before {
    cursor: none !important;
    color: lightgray !important;
}

/* themes */

.nav-tabs .nav-link:hover {
    border-bottom: 1px solid #d8dae0;
    background-color: transparent;
    color: #178bfd;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    background-color: #26629e;
    color: white;
    border: none;
    border-radius: 0;
}

/* Custom Bootstrap tooltip */
.tooltip.my-tooltip .tooltip-inner {

    font-family: Mulish, calibri;
    font-size: 12px;

  }
  



