﻿@import url("../icons/styles.css");

:root {
    --primary: #337ab7;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    color: #444;
    font-size: 13px !important;
    min-width: 360px;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 3rem 0 2rem 0;
}

h3 {
    font-weight: 300;
    font-size: 24px;
    color: #777;
    margin: 30px 0;
}

h2 {
    font-size: 32px;
    margin: 32px 0;
}


h3 .cardName {
    color: #23527c;
    font-size: 16px;
    font-weight: 300;
}

    h3 .cardName::before {
        content: "-";
    }

h4 .cardName {
    color: #23527c;
    font-size: 16px;
    font-weight: 300;
}

    h4 .cardName::before {
        content: "-";
    }

.heading {
    display: flex;
    align-items: center;
}

    .heading h3 {
        width: 100%;
        float: left;
        font-size: 24px;
        margin-top: 60px;
    }

    .heading .icon {
        font-size: 13px;
        display: flex;
        align-items: center;
        margin-right: 15px;
    }

 strong{
   font-weight:bold;
 }

#copiedMsg {
  max-width: 315px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

div.btns {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

    h5.modal-title {
        margin-top: 0;
    }

a, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
    cursor: default;
}

    a[href] {
        cursor: pointer;
    }

table {
    width: 100%;
}

th.th-sortOrder{
  width:120px;
}

th.th-day {
  width:380px;
}

th.th-operatingHours {
  width: 700px;
}

textarea {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  box-shadow: none;
}

p {
    font-size: 13px;
    color: #666;
}

fieldset {
    margin-bottom: 20px;
    overflow: hidden;
}

legend {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}


.container-fluid {
    width: 100%;
}

.content {
    padding-left: 200px;
    padding-right: 0;
    background: #f2f2f2;
    clear: both;
    display: flex;
}

.main {
    padding: 0 24px;
    width: 100%;
    float: left;
    background: #fff;
    min-height: calc(100vh - 120px);
}


    .main .dataList {
        clear: both;
    }

    .main .alert {
        margin-top: 15px;
        /*display: none;*/
    }

.card {
    box-shadow: none;
    clear: both;
    margin-bottom: 20px;
}

.card-header {
    background: #f5f5f5;
    font-weight: 700;
    color: #444;
}

#subCases .badge {
    background: #cc0000;
    font-weight: 300;
    position: relative;
    top: -6px;
    font-size: 10px;
}

img.fileTypeIcon {
    width: 32px;
    height: 32px;
}

.colFileType {
    width: 78px;
    text-align: center;
}

.colFileDate {
    width: 180px;
    text-align: center;
}

.colFileSize {
    width: 120px;
    text-align: center;
}

.colDocumentDelete {
    width: 120px;
    text-align: center;
}

.hidden {
  display: none;
}


[class^="simportal-"]::before, [class*=" simportal-"]::before {
    font-size: 18px;
    padding-right: 4px;
    float: left;
}

/**-----------BS controls customized---------------------**/

.form {
    margin-bottom: 68px;
}

.form-control {
    box-shadow: none;
    font-size: 14px;
}

    .form-control:focus, .form-control:active, .form-control:hover {
        outline: none;
        box-shadow: none;
        background-color: #f1efee;
        border-color: #999;
    }

    .form-control:hover {
        background-color: #fff;
        border: 1px solid #999;
    }


.col-form-label {
    text-align: left;
    font-weight: 300;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

label {
    font-weight: 300;
}

input[type="text"].form-control-std {
    width: 30%;
    margin-right: 2%;
    float: left;
}

input[type="text"].form-control-local {
    width: 68%;
    float: right;
    margin-right: 0;
}

textarea.form-control {
    border-radius: 4px;
}

input[type='text'], input[type='password'], select, input[type='number'], input[type='decimal'], textarea, select {
    box-shadow: none;
    font-weight: 300;
}

    input[type="Text"]:focus, input[type="Text"]:active, input[type="Password"]:focus, input[type="Password"]:active, select:focus, select:active {
        background: #f1efee;
        outline: none;
        box-shadow: none;
    }

input[type="submit"], input[type="button"], .btn, a.btn {
    font-size: 13px;
}

.btn {
    padding: 5px 12px;
    white-space: nowrap;
    border:none;
    height:35px;
    line-height:25px;
}

.btn-primary, a.btn-primary, .btn-primary:active, a.btn-primary:active, .btn-primary:focus, a.btn-primary:focus {
    background: #337ab7;
    color: #fff;
}





.btn-primary:hover, a.btn-primary:hover {
    background: #23527c;
    color: #fff;
    border-color: transparent;
}


.btn-default, .btn-default:hover {
    color: #fff;
    background: #999;
}

.btn-primary.disabled, .btn-primary:disabled {
    background: #999;
    color: #eee;
}

.modal-header .close {
    border: none;
    outline: none;
}

.input-group-text {
    padding: 6px;
    font-size: 14px;
    min-width: 36px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

    .input-group-text i.icon::before {
        font-size: 20px;
        cursor: pointer;
        line-height: 20px;
        display: block;
        top: 0;
        padding: 0;
    }

.input-group select {
    border-radius: 0.25rem !important;
    margin-right: 15px;
}

.input-group .form-control:last-child {
    margin: 0;
}

input[type="submit"]:focus, a.btn:focus {
    outline: none;
}

input[type="submit"]:disabled {
    background: #ccc;
    border-color: #ccc;
    color: #f2f2f2;
}

button#btnSaveCase[disabled].loading {
    background: url(../images/loading16.gif) no-repeat center center;
    font-size: 0;
    width: 64px;
}

.form-control.readonly, .form-control.readonly:focus, .form-control.readonly:active {
    background: #eee !important;
}

    .form-control.readonly + .pick-remove {
        opacity: 1;
        background: #eee;
    }

.input-group-prepend .form-control, .input-group-prepend .form-control.readonly {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

input[type='submit'].tomatoRed, .btn-tomatoRed {
    background: #dd3705;
    color: #fff;
}

    .btn-tomatoRed:hover {
        color: #fff;
    }

.btn-sm {
    font-size: 12px !important;
    padding: 6px 10px;
}


.forgotten-password {
    margin-top: 10px;
}

.pick-group {
    display: flex;
}

    .pick-group .input-wrap {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: flex;
        align-items: flex-start;
        border-radius: 4px;
        border: 1px solid #CCC;
        width: 100%;
        height:35px;
    }

    .pick-group .hlCardWrap a#hlCard {
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-grow: 9;
        margin: 0;
    }

    .pick-group .input-wrap .form-control {
        border: none;
    }

        .pick-group .input-wrap .form-control:focus, .pick-group .input-wrap .form-control:active {
            background: #fff;
        }

    .pick-group .btn-pick, .pick-group .btn-add {
        flex-grow: 1;
        margin-left: 15px;
        height:35px;
    }


.btn-copy{
  margin:8px 0 0 12px;
}
.btn-copy:before{
  font-size:18px;
}

.pick-remove:focus {
    outline: none;
}

.pick-remove {
    flex-grow: 1;
    font-size: 24px;
    color: #999;
    opacity: .6;
    text-align: right;
    padding: 0 5px;
    line-height: 34px;
    font-weight: 700;
    cursor: pointer;
}

.hlCardWrap .disabled, #hlCard .disabled {
  background-color: #e9ecef;
  border-radius: 0;
  opacity: 1;
}

a#txtTransferToID.form-control.btn-pick {
  margin-left: 0px;
}

/**-----------Custom CheckBoxListDDL Control---------------------**/

.lnkShowCheckboxes, .lnkShowDynamicList {
    display: block;
}

    .lnkShowCheckboxes .icon, .lnkShowDynamicList .icon {
        float: right;
    }

        .lnkShowCheckboxes .icon.navigate-down, .lnkShowCheckboxes .icon.navigate-up, .lnkShowDynamicList .icon.navigate-down, .lnkShowDynamicList .icon.navigate-up {
            background: url(../images/symbols-dropdown-arrow.png) no-repeat center center;
            width: 20px;
            height: 20px;
            position: relative;
            right: -12px;
        }

        .lnkShowCheckboxes .icon.navigate-up, .lnkShowDynamicList .icon.navigate-up {
            background: url(../images/symbols-up-arrow.png) no-repeat center center;
        }

.wrappingDivMultiSelect, .wrappingDivMultiSelectList, .wrappingDivDynamicList {
  position: relative;
  width: 100%;
}

.dv-checkbox-list, .dv-dynamic-list {
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 34px;
    z-index: 99;
    display: none;
    width: 100%;
}

    .dv-checkbox-list .no-items-to-select {
        min-height: 27px;
        margin: 0;
        padding: 10px;
        display: none;
    }

    .dv-checkbox-list ul, .dv-dynamic-list ul {
        margin: 0;
        padding-left: 0;
        background: #fff;
        max-height: 240px;
        overflow-y: scroll;
    }

        .dv-checkbox-list ul li {
            min-height: 27px;
            margin: 0;
            list-style: none;
            border-bottom: 1px solid #ddd;
        }

        .dv-dynamic-list ul li {
            min-height: 27px;
            margin: 0;
            list-style: none;
            border-bottom: 1px solid #ddd;
            position: relative;
            padding: 10px;
        }

            .dv-checkbox-list ul li:hover, .dv-dynamic-list ul li:hover {
                background: #eee;
            }

            .dv-checkbox-list ul li:last-child, .dv-dynamic-list ul li:last-child {
                border-bottom: none;
            }

        .dv-checkbox-list ul li label {
            display: block;
            margin: 0;
            padding: 10px;
            cursor: pointer;
        }

        .dv-checkbox-list ul li input[type=checkbox] {
            display: none;
        }

        .dv-checkbox-list ul li label.col-form-label {
            padding-top: 0;
            text-align: left;
        }

        .dv-checkbox-list ul li input[type=checkbox] + label:before {
            border-radius: 3px;
            content: "";
            width: 18px;
            height: 18px;
            position: relative;
            background: #fff;
            left: 0;
            top: 0px;
            border: 1px solid #ccc;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
            float: right;
        }

        .dv-checkbox-list ul li input[type=checkbox][disabled] + label:before {
            background-color: #eee;
        }

        .dv-checkbox-list ul li input[type=checkbox]:checked + label:before {
            content: "\e050";
            font-size: 14px;
            color: #555;
            text-align: center;
            line-height: 18px;
            font-family: "simplicityportal" !important;
        }

.dv-checkbox-list-no-scroll {
    background: #fff;
}

    .dv-checkbox-list-no-scroll ul {
        margin: 0;
        background: #fff;
    }

        .dv-checkbox-list-no-scroll ul li {
            min-height: 27px;
            margin: 0;
            list-style: none;
            border-bottom: 1px solid #ddd;
        }

            .dv-checkbox-list-no-scroll ul li:hover {
                background: #eee;
            }

            .dv-checkbox-list-no-scroll ul li:last-child {
                border-bottom: none;
            }

            .dv-checkbox-list-no-scroll ul li label {
                display: block;
                margin: 0;
                padding: 10px;
                cursor: pointer;
            }

            .dv-checkbox-list-no-scroll ul li input[type=checkbox] {
                display: none;
            }

            .dv-checkbox-list-no-scroll ul li label.col-form-label {
                padding-top: 0;
                text-align: left;
            }

            .dv-checkbox-list-no-scroll ul li input[type=checkbox] + label:before {
                border-radius: 3px;
                content: "";
                width: 18px;
                height: 18px;
                position: relative;
                background: #fff;
                left: 0;
                top: 0px;
                border: 1px solid #ccc;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
                float: right;
            }

            .dv-checkbox-list-no-scroll ul li input[type=checkbox][disabled] + label:before {
                background-color: #eee;
            }

            .dv-checkbox-list-no-scroll ul li input[type=checkbox]:checked + label:before {
                content: "\e050";
                font-size: 14px;
                color: #555;
                text-align: center;
                line-height: 18px;
                font-family: "simplicityportal" !important;
            }


/**-------------customized checkbox & radio & select-----------------**/

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* remove default arrow */
    background: url(../images/symbols-dropdown-arrow.png) #fff no-repeat right center;
    padding-right: 24px;
    box-shadow: none;
}


.form-check, .form-check, .form-check li, .form-check, .form-check-inline, .form-check, .form-check-inline {
    margin: 0;
}

.form-inline {
    display: flex;
}

    .form-inline input[type="text"] {
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
    }

    .form-inline .form-check-inline {
        margin: 8px 6px;
    }


.form-check input[type=radio], .form-check input[type=checkbox] {
    display: none;
}

.form-check ul li, ul.form-check li {
    padding-left: 0px;
    list-style: none;
}

.form-check label.col-form-label, .form-check label.col-form-label {
    padding-top: 0;
    text-align: left;
    overflow:visible;
}

.form-check input[type=checkbox] + label:before {
    border-radius: 3px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: #fff;
    left: 0;
    border: 1px solid #ccc;
}

.form-check input[type=checkbox][disabled] + label:before {
    background-color: #eee;
}

.form-check input[type=checkbox]:checked + label:before {
    content: "\e050";
    font-size: 14px;
    color: #555;
    text-align: center;
    line-height: 18px;
    font-family: "simplicityportal" !important;
    box-shadow: none;
}

.form-check input[type="radio"][disabled] + label:before {
  background-color: #e9ecef;
  opacity: 1;
}

.table thead th {
  vertical-align: top;
}
  .table thead th .form-check{
    display:flex;
  }
  .table-responsive .form-check label {
    margin-bottom: 0;
  }



  ul.list-unstyled li > .form-check {
    min-height: 27px;
  }

ul.form-check {
    width: 100%;
}

.form-check input[type="radio"] + label:before {
    border-radius: 9px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    left: 0px;
    position: absolute;
    background: #fff;
}

.aspNetDisabled .form-check input[type="radio"] + label:before {
    background: #ff0000;
}

.form-check input[type=radio]:checked + label:before {
    content: "•";
    font-size: 24px;
    line-height: 16px;
    color: #666;
    text-align: center;
}

.form-check label {
    padding-left: 24px;
    position: relative;
}


label.dim:before {
    background-color: #ccc;
}

.form-group .form-check {
    padding-left: 0;
    display: inline-block;
}



.form-check ul li {
    width: 45%;
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-bottom: 6px;
}

.errorMsg {
    font-weight: 300;
    color: #D0021B;
    font-size: 13px;
    display: none;
}

.aspErrorMsg {
    font-weight: 300;
    color: #D0021B;
}

label.error, div.error-required, div.error-equalValue {
    display: none;
    color: #D0021B;
}

/**--------------Add Options-----------------------**/
.formAddOptions {
    position: relative;
    margin-bottom: 15px;
}

.ulAddedOptions, ul.ulAddedItems {
    margin: 15px 0 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    min-height: 36px;
}

    .ulAddedOptions li, ul.ulAddedItems li {
        list-style: none;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        .ulAddedOptions li:last-of-type, ul.ulAddedItems li:last-of-type {
            border-bottom: none;
        }

.noAddedOptionsMsg {
    color: #cc0000;
    margin-top: -28px;
    margin-left: 15px;
    padding-bottom: 10px;
}

#ulRoles li {
    position: relative;
}


.removeItem {
    cursor: pointer;
    float: right;
    width: 32px;
    position: absolute;
    right: 0px;
    opacity: 0.4;
    content: "x";
}

.editItem {
    height: 38px;
    width: calc(100% - 50px);
    position: absolute;
    right: 50px;
    cursor: pointer;
    top: 0px;
}



/* -------------- nav-wizard tabs/tab content ----------*/

.nav-wizard {
    /*margin-bottom: 15px;*/
}

.tab-content h4 {
  margin:16px 0 30px 0;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 20px;
    padding: 15px 15px 0px 15px;
    clear: both;
    width: 100%;
    float: left;
}

.tab-pane .card {
    border: none;
}

.nav-tabs {
    padding-left: 0;
}

    .nav-tabs .nav-link, .nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
        background: #eee;
        margin-right: 2px;
        border-bottom-color: #ddd;
        border-radius: 0;
        padding: 10px 22px;
        outline: none;
    }

        .nav-tabs > li > a:hover {
            color: #325d88;
        }


        .nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
            outline: none;
        }


            .nav-tabs > li.nav-item > a.active, .nav-tabs > li > a.active:focus {
                border-top: 2px solid #5bc0de;
                padding-top: 9px;
                cursor: pointer;
            }


.nav a {
    color: #666;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #ddd #ddd transparent;
    outline: none;
}

/**--------------Heading-----------------------*/

#pnlMainHeader {
    background: #028940;
    height: 60px;
    margin: 0;
    border-radius: 0;
    border: none;
}

/*#pnlMainHeaderLogo {
  width: 245px;
  margin-left: 0px;
}*/

#navList li a {
    line-height: 40px;
    padding: 0 24px;
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
}

#navList li.active a {
    background: #fff;
    color: #444;
}

#navList li a:hover {
    background: #f2f2f2;
    color: #028940;
}
/*  #navListRight li.active a, #navListRight li a:hover {
    background: #fff;
    color: #444;
    font-weight: 700;
  }*/
.navbar-brand #swlogo {
    height: 32px;
}

.navbar-brand {
    margin-right: 4rem;
}

#pnlMainHeader #pnlMainHeaderMenu a:hover, #pnlMainHeader #pnlMainHeaderMenu a:focus {
    text-decoration: none;
    background: none;
    color: #fff;
}

#pnlMainHeader #pnlMainHeaderMenu a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 0 15px;
    line-height: 32px;
}

.navbar-toggle {
    background: url(../images/symbols-nav-menu-close-normal2.png) no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 15px;
}

    .navbar-toggle.collapsed {
        background: url(../images/symbols-nav-menu-open-normal.png) no-repeat center center;
        background-size: contain;
    }

.nav-right, .nav-right a {
    color: #fff;
    margin-top: 20px;
}

#lnkNavLanguages {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

#lnkNavLanguages, #lnkNavSettings, #lnkWelcome {
    padding-right: 20px;
    float: left;
}

.languagesPanel, .welcomePanel {
    position: absolute;
    right: 0;
    left: unset !important;
    width: 320px;
    top: 31px;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    border: none;
    font-size: 12px;
    background: #f2f2f2;
    color: #444;
}

.welcomePanel {
    width: unset;
}

    .welcomePanel li:hover {
        color: #028940;
        color: #fff;
    }

.dropdown-menu > li > a {
    margin: 0;
    padding: 0 10px;
    color: #444;
    line-height: 2.5;
}

.languagesPanel span {
    display: inline-block;
    color: #444;
}

span.language {
    padding-left: 32px;
    width: 30%;
    margin-left: 3%;
    white-space: nowrap;
    float: left;
}

.dropdown-menu span.language {
    width: unset;
    margin-left: 3%;
    line-height: 2.5rem;
}

span.language {
    cursor: pointer;
}

.language.en {
    background: url(../images/flag_uk.png) left center no-repeat;
}

.language.zh {
    background: url(../images/flag_china.png) left center no-repeat;
}

.language.ko {
    background: url(../images/flag_south_korea.png) left center no-repeat;
}

.language.in {
    background: url(../images/flag_india.png) left center no-repeat;
}

.language.it {
    background: url(../images/flag_italy.png) left center no-repeat;
}

.language.fr {
    background: url(../images/flag_france.png ) left center no-repeat;
}

.language.de {
    background: url(../images/flag_germany.png ) left center no-repeat;
}

.language.ja {
    background: url(../images/flag_japan.png ) left center no-repeat;
}

.language.ar {
    background: url(../images/flag_united_arab_emirates.png ) left center no-repeat;
}

.language.nl {
    background: url(../images/flag_netherlands.png ) left center no-repeat;
}

.language.es {
    background: url(../images/flag_spain.png ) left center no-repeat;
}


/*************Footer*****************/

.footer {

    line-height: 60px;
    background-color: #f5f5f5;
    clear: both;
}

    .footer p {
        margin: 0;
    }


/*************Table*****************/

table.full-clickable tbody > tr {
    cursor: pointer;
}

    table.full-clickable tbody > tr td.no-items {
        cursor: default;
    }

table th.color-column, table tr.color-column {
    width: 10%;
}

    table th.color-column.no-parent, table tr.color-column.no-parent {
        width: 13%;
    }


/*************SideBar Menu*****************/
.sidebar {
  width: 200px;
  margin-left: -200px;
  float: left;
}

ul.sidebarMenu {
    list-style: none;
    padding-left: 0;
}

    ul.sidebarMenu ul {
        padding: 0;
    }



    ul.sidebarMenu > li > a {
        background-color: #eee;
        display: block;
        padding: 15px;
        color: #3e3f3a;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
    }

        ul.sidebarMenu > li > a:hover {
            background: #eee;
        }

    ul.sidebarMenu li.active > a {
        background: #ddd;
    }

ul.sidebar ul li a::after {
    font-family: "simplicityportal" !important;
    content: "\e01b";
    float: right;
}

ul.sidebarMenu li li {
    list-style: none;
    background: #f9f9f9;
    padding: 15px 15px 15px 30px;
}

    ul.sidebarMenu li li a {
        color: #444;
        font-size: 13px;
        display: block;
        text-transform: none;
        font-weight: 300;
        padding: 0;
    }

ul.sidebarMenu li.active li.active a {
    background: none;
}

    ul.sidebarMenu li.active li.active a span {
        border-bottom: 2px solid #5bc0de;
        padding: 0;
    }

ul.sidebarMenu li li:hover {
    background: #ccc;
}

    ul.sidebarMenu li li:hover a {
        color: #000;
    }


/* -------------- Bank Autofields ----------*/
.autoTabField {
    float: left;
    margin-right: 6px;
    position: relative;
}

    .autoTabField span.tip {
        position: absolute;
        left: 0px;
        top: 35px;
        border: 1px solid #5bc0de;
        border-radius: 3px;
        width: 250px;
        z-index: 999;
        background: #eee;
        box-shadow: 3px #98978b;
        padding: 4px;
        font-size: 11px;
        display: none;
    }

/* -------------- Loading ----------*/
div.loadingPanel1 {
    margin: 40px auto;
    display: none;
    width: 48px;
    height: 48px;
    background: url(../images/loading.png) #028940 no-repeat center center;
    /*background: url(../images/loading2.png)  no-repeat center center;*/
    background-size: 36px 36px;
    border-radius: 24px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

div.loadingPanel {
    margin: 40px auto;
    display: none;
    width: 48px;
    height: 48px;
    /*background: url(../images/loading.png) #028940 no-repeat center center;*/
    background: url(../images/loading2.png) no-repeat center center;
    background-size: 36px 36px;
    border-radius: 24px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* -------------- Case ----------*/

.caseTypeOptionFields .form-group {
    display: none;
    overflow: hidden;
}

/*h3#caseName #cardInfo {
  font-size: 14px;
  color: #23527c;
  font-weight: 400;
}*/

/**-----------Panel note---------------------**/

.dvLastNote {
    padding-top: 7px;
}

.textareaContainer {
    position: relative;
}

textarea.form-control {
    /*height: 36px;*/
    resize: vertical;
}

textarea.expandableTextarea {
    height: 150px;
}

.form-group .optionsRadio {
    display: none;
    height: 33px;
    padding: 0;
    background: #fff;
    border: 1px solid #999;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}

.optionsRadio ul {
    float: left;
    padding: 0px 0 0 15px;
    margin-bottom: 0px;
    height: 32px;
}


.note-notification-type-options label {
    width: 0px;
    overflow: hidden;
    height: 24px;
}

.form-check ul.note-notification-type-options li {
    width: unset;
    margin: 0;
    padding-top: 4px;
}

.form-check .note-notification-type-options input[type="radio"] + label::before {
    color: #555;
    text-align: center;
    /*font-family: "simplicityportal" !important;*/
    border: none;
    box-shadow: none;
    font-size: 22px;
    margin: 0;
    height: 24px;
    width: 24px;
    display: inline-block;
    background: url("../images/icons/info.svg") no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.form-check .note-notification-type-options input[type="radio"]:checked + label::before {
    content: '';
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

@media(min-width:1400px) {
    .formGroupCaseType ul#rdbType li {
        width: 33%;
        float: left;
    }
}
@media(max-width:1399.9px){
  .formGroupCaseType ul#rdbType li {
    width: 50%;
    float: left;
  }
}



.form-check .note-notification-type-options .INFORMATION input + label::before {
    /*content: "\e128";*/
    background: url("../images/icons/info.svg") no-repeat;
}

.form-check .note-notification-type-options .URGENT input + label::before {
    /*content: "\e126";*/
    background: url("../images/icons/urgent.svg") no-repeat;
}

.form-check .note-notification-type-options .QUESTION input + label::before {
    /*content: "\e057";*/
    background: url("../images/icons/question.svg") no-repeat;
}

.form-check .note-notification-type-options .CRITICAL input + label::before {
    /*content: "\e04d";*/
    background: url("../images/icons/critical.svg") no-repeat;
}



.panel-note {
    padding: 0;
    padding-right: 32px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    padding-bottom: 15px;
}

#DataResult .panel-note {
    padding-left: 32px;
    padding-right: 0;
}

.panel-note .card-header, .panel-note .card-body {
    padding: 0px 0 10px 0;
}

.panel-note:last-of-type {
    border-bottom: none;
}

.panel-note::before {
    content: " ";
    font-size: 22px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: simplicityportal;
    line-height: 1;
    /*opacity:0.2;*/
}

#DataResult .panel-note::before {
    left: 0;
}

.panel-INFORMATION::before {
    content: "\e128";
}

.panel-CRITICAL::before {
    content: "\e04d";
}

.panel-URGENT::before {
    content: "\e126";
}

.panel-QUESTION::before {
    content: "\e057";
}

.panel-note {
    display: block;
}

    .panel-note .card-header {
        background: none;
        width: 100%;
        border: none;
    }

        .panel-note .card-header .title {
            font-weight: 400;
        }

        .panel-note .card-header .time {
            color: #666;
            font-weight: 300;
            font-size: 11px;
        }

    .panel-note .card-body {
        border: none;
    }

#lblNotificationType {
    display: none;
}

.pagination > li {
    cursor: pointer;
}

/**-----------Diagnostic check---------------------**/
.table-diagnosticCheck th {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
    background: rgba(0,0,0,.05);
}

    .table-diagnosticCheck th:nth-child(1) {
        width: 200px;
    }

    .table-diagnosticCheck th:nth-child(2) {
        width: 120px;
    }

    .table-diagnosticCheck th:nth-child(3) {
        width: 300px;
    }

    .table-diagnosticCheck th:nth-child(4) {
        width: 100px;
    }

    .table-diagnosticCheck th:nth-child(7), .table-diagnosticCheck th:nth-child(5), .table-diagnosticCheck th:nth-child(6) {
        width: 100px;
    }

    .table-diagnosticCheck th:nth-child(9) {
        width: 24px;
    }

.table-diagnosticCheck tr.topLevel i.simportal-navigate-up {
    display: none;
}

.table-diagnosticCheck td {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.table-diagnosticCheck .simportal-success {
    color: #028940;
}

.table-diagnosticCheck .simportal-warning {
    color: #D0021B;
}

.table-diagnosticCheck tr.topLevel {
    cursor: pointer;
    background: #fff;
}

    .table-diagnosticCheck tr.topLevel:hover {
        background: #f9f9f9;
    }

.table-diagnosticCheck tr.sub {
    background: rgba(0,0,0,.05);
    display: none;
    cursor: default;
}

    .table-diagnosticCheck tr.sub td {
        border-left: none;
    }

/*.list-group {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 5px;
  border: 1px solid rgba(0,0,0,.125);
  background:#fff;
}

.list-group {
  border-radius:.25rem;
}
.list-status li {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.125);
}
  .list-status li:not(:last-of-type){
    margin-right:4px;
  }
.list-completed li.fill {
  background: #9fcdff;
}
.list-success li.fill {
  background: #c3e6cb;
}
.list-fail li.fill {
  background: #f5c6cb;
}*/

.progressBar {
    width: 100px;
    border: 1px solid rgba(0,0,0,.125);
    background: #fff;
    border-radius: .25rem;
    height: 18px;
    position: relative;
    text-align: center;
}

    .progressBar span {
        position: relative;
        z-index: 99;
    }

    .progressBar .percentage {
        height: 16px;
        font-size: 11px;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 9;
    }

.bar-success .percentage {
    background: #c3e6cb;
}

.bar-completed .percentage {
    background: #9fcdff;
}

.bar-fail .percentage {
    background: #f5c6cb;
}

.btn-loading {
    position: relative;
    float: left;
}

    .btn-loading .loadingPanel {
        position: absolute;
        left: 90px;
        top: -6px;
        margin: 0;
    }

#searchOrganisationModal .btn-apply{
  display:none;
}

/* -------------- Menu Category ----------*/

.subcategory {
  display: none;
  background:#eee!important;
}
.th-expand {
  width: 60px;  
}

.table td.tdExpand {
  text-align: center;
vertical-align:middle!important;
}
.expand{ 
  height:19px;
  cursor:pointer;
}
.expand.icon:before {
  padding:0;
  float:none;
position:relative;
top:3px;
font-size:19px;
color:#444;
}
/* -------------- Promotion Banner ----------*/
.image-drop-zone {
  border: dotted 2px #444444;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 1rem;
}


/* -------------- Marketing Layout ----------*/

ol li.layout-tile {
    border: solid 1px #dddddd;
    margin-bottom: 1rem;
}

    ol li.layout-tile .layout-tile-delete {
        margin-top: -0.5rem;
    }

/* -------------- xxl breakpoint ----------*/
@media(min-width:1400px){
    .col-xxl-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-xxl-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
}

#txtAuditNote {
  height: 140px;
}


/* -------------- navbar responsive ----------*/

.topMenu{
  display:none;
}

@media(max-width:991.9px){
  .navbar-toggler{
 padding:0;
 margin-right:0.275rem;
  }
    .navbar-toggler:focus, .navbar-toggler:active{
      border:none;
      outline:none;
    }
  .navbar-toggler-icon {
    background-image: url("../images/burgermenu-collapsed.png");
    filter: brightness(100%);
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background-size: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .navbar-collapse.show, .navbar-collapse.collapsing {
    position: absolute;
    top: 60px;
    background: #eee;
    left: 0;
    width: 200px;
    height: calc(100vh - 60px);
    transition:none;
  }
  #navList li a{
    color:#777;
    margin:0;
    padding:14px 36px;
  }

  .topMenu {
    display: block;
    line-height: 40px;
    padding:14px 24px;
    font-weight: 700;
  }  

}

.url-field {
  font-weight: 300;
  background-color: #e9ecef;
  opacity: 1;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

th.thGroup {
  border: 1px solid #dee2e6;
}
tr.trGroup {
  background-color: rgba(0,0,0,.05);
}

