﻿/***
TABLE OF CONTENTS
    Site Base       Font, Font-Size, Colours
    Base Tags       H1-6, a, table, td, img, etc    
    Header          Banner, Site name, Logo, Main Menu
    Footer          Copyright, text links    
    Custom Tags     Custom div     

***/

/***
COLOR PALETTE
    #fff5ee - Seashell (background for main content)
    #ff8c00 - Dark Orange (main link color)
    #8a360f - Burnt Sienna (sidebar color)
    #c6e2ff - Sky Blue (heading text color)
    #1c86ee - Bright Blue (heading and footer background color)
    #0000cd - Royal Blue (heading link color)
***/


/*-----------------------------------------------------------------------------------------------*\
    Site Base
\*-----------------------------------------------------------------------------------------------*/

header {
    border-bottom: 1px solid #1a293e;
}

h1 {
    font-size: 160%;
    margin-top: 5px;
    margin-bottom: 1rem;
}

h2 {
    font-size: 140%;
    color: #1A293E;
}

h3 {
    font-size: 130%;
    font-weight: bold;
}

    h3.LanguageHeader {
        margin-top: 5px;
        margin-bottom: 0px;
    }

h4 {
    font-size: 120%;
    font-weight: bold;
}

h5 {
    font-size: 110%;
    font-weight: bold;
}

h6 {
    font-size: 100%;
    font-weight: bold;
}

a {
    color: #1c4162;
}

    a:visited {
        color: #1c4162;
    }


/*a.nav3 {
        color: #000;
        font-size: 110%;
        line-height: 11px;
        margin-top: 3px;
        margin-bottom: 0px;
        text-decoration: none;
    }

        a.nav3:hover {
            color: navy;
        }*/

/*a#prev {
        background: url(images/icon_arrow_left.png) 0 0 no-repeat;
    }

    a#next {
        background: url(images/icon_arrow_right.png) 0 0 no-repeat;
    }*/


table {
    /*border-spacing: 2px;*/
    width: 100%;
}

th {
    /*text-align: center;
    padding: 3px;*/
    background-color: #1A293E !important;
    color: white;
}

td {
    /*padding: 3px;*/
    vertical-align: top;
    min-height: 20px;
    /*font-size: 100%;*/
}

.HideBorder {
    border-color: #eaf2fd;
}

tr.TopLine {
    border-top: 1px solid silver;
}

.table.no-cellpadding td {
    padding: 0;
}


.ContactTable tr th {
    /*vertical-align: top;
    text-align: left;
    padding: 3px;
    background-color: white;
    color: black;*/
}


caption {
    caption-side: top;
    /*font-size: 100%;*/
    padding-top: 0px;
    padding-bottom: 0px;
    color: #1A293E;
    text-align: center;
    font-weight: 600;
}




input[type=checkbox] + label, input[type=radio] + label {
    /*color: #ccc;*/
    /*font-style: italic;*/
    font-weight: normal;
    padding-left: 2px;
    padding-right: 35px;
    display: inline;
}

input[type=checkbox]:checked + label, input[type=radio]:checked + label {
    font-style: normal;
}

.CBSmRightMargin {
    padding-right: 10px;
}



/* -- Date/Time User Control ---------------------------------------------------------*/
.MyCalendar .ajax__calendar_container {
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
    width: 180px;
}

.MyCalendar .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.MyCalendar .ajax__calendar_title, .MyCalendar .ajax__calendar_next, .MyCalendar .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.MyCalendar .ajax__calendar_body {
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.MyCalendar .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    width: 22px;
    padding: 1px;
}

.MyCalendar .ajax__calendar_day {
    text-align: center;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year, .MyCalendar .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
}

.MyCalendar .ajax__calendar_active {
    font-weight: bold;
    background-color: yellow;
}

.MyCalendar .ajax__calendar_today {
    font-weight: bold;
}

.MyCalendar .ajax__calendar_other, .MyCalendar .ajax__calendar_hover .ajax__calendar_today, .MyCalendar .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

.bootstrap-timepicker-meridian {
    width: 35px;
}

.datepicker .disabled {
    color: white !important;
    background-color: #1A293E !important;
}

.DateToSpacing {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}


/* -- Modal ---------------------------------------------------------*/
.modal-header {
    padding: .5rem 1rem;
    background-color: #007bff;
}

.modal-title {
    color: white;
}


.modalBackground {
    background-color: silver; /* transparent; */
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.modalPopup {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    /*width: 650px;
    height: 200px;*/
    margin-left: auto;
    margin-right: auto;
}

.modalClose {
    border-width: 0px;
    width: 2.0em;
    float: right;
    padding-right: 3px;
}






.AutoComplete {
    border-color: limegreen;
}

    .AutoComplete:focus {
        border-color: limegreen;
    }



/*-----------------------------------------------------------------------------------------------*\
    Base Tags
\*-----------------------------------------------------------------------------------------------*/
.body-content {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px
}

.SpacerHorizontal {
    margin-left: 30px;
}

.SpacerHorizontal-sm {
    margin-left: 10px;
}

.SpacerHorizontal-lg {
    margin-left: 50px;
}

.SpacerVertical {
    height: 30px;
}

.SpacerVertical-sm {
    height: 10px;
}

.SpacerVertical-lg {
    height: 50px;
}

.iButtonNarrow {
    padding: 1px 15px 1px 15px !important;
    margin-top: 0px;
    margin-right: 3px;
}


/*-----------------------------------------------------------------------------------------------*\
    DevExpress Tags
\*-----------------------------------------------------------------------------------------------*/
/* -- DevExpress GridView Control ---------------------------------------------------------*/
.dxgvHeader_Metropolis {
    background-color: #1a293e;
    color: white;
}


/* -- DevExpress Upload Control ---------------------------------------------------------*/
.dxfmControl .dxsplLCC {
    padding: 0px !important;
}


.dxsplHSeparator {
    min-height: 1px !important;
    padding: 1px !important;
}

.dxsplVSeparator, .dxsplHSeparator {
    min-height: 0px !important;
    padding: 0px !important;
}

.dxfmControl .dxsplPane, .dxsplCC, .dxsplP {
    padding: 0px !important;
    margin: 0px !important;
    border-spacing: 0px !important;
}

.dxucControl_Metropolis, .dxucEditArea_Metropolis, input[type='text'].dxucEditArea_Metropolis {
    font: 1.1em 'Helvetica Neue,Helvetica,Arial,sans-serif';
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .dxucControl_Metropolis .dxucBrowseButton_Metropolis a {
        color: #ffffff;
    }

.dxucBrowseButton_Metropolis {
    color: #ffffff;
    background-color: #1a293e;
    border-color: #ddd;
}

.dxisControl > .dxis-passePartout {
    background: #fff;
}

.dxisControl, .dxis-passePartout, .dxis-slidePanel, .dxisControl .dxis-imageArea {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
}
/*
	.dxisControl .dxis-slidePanel {
		display: flex;
	}
*/
img.dxis-overlayElement, .dxis-overlayElement > img {
    opacity: 1;
    width: auto;
    max-width: 100%;
    margin: auto;
    position: relative;
}

ctl00_MainContent_UploadControl, .dxuc-root .dxucControl_Metropolis {
    padding: 0px;
}




/* Permissions */

.PermissionsHeaderLink {
    text-decoration: none;
}

.PermissionsSubHeader {
    text-decoration: none;
    font-weight: bold;
}

.PermissionsRowLink {
    text-decoration: none;
}

/* Breadcrumb Menu */
.ParentBreadCrumb {
    float: right;
    width: auto;
}

/* GridView */
.GridViewFooter {
    color: black;
    background-color: #f5f5f5 !important;
    border-bottom: 1px solid #646464;
}

.GridViewSubRow th {
    color: black;
    background-color: #f5f5f5 !important;
}

.GridViewSubRow td {
    background-color: #f5f5f5 !important;
}

tr.GridViewSubRowLastRow th {
    border-bottom: 1px solid #646464;
}

tr.GridViewSubRowLastRow td {
    border-bottom: 1px solid #646464;
}

/* GridView Columns */

.GVColumnCaseNumber {
    width: 130px;
    text-align: center;
}

.GVColumnFullName {
    text-align: center;
}

.GVColumnTextLov {
    text-align: center;
}

.GVColumnNumber {
    text-align: center;
}

.GVColumnCurrency {
    text-align: right;
}

/* Use for centered elements that are not text lov - e.g. Select All */
.GVColumnCenter {
    text-align: center;
}

.GVColumnManage {
    text-align: center;
    width: 80px;
}

.GVColumnManageIcons, .GVColumnManageIcons img {
    text-align: center;
    padding-bottom: 0;
    height: 16px;
    padding-left: 0px;
    vertical-align: top;
}

.GVColumnDateShort {
    text-align: center;
    width: 120px;
}

.GVColumnDateLong {
    text-align: center;
    width: 180px;
}

.GVColumnBoolean {
    text-align: center;
    width: 120px;
}

.GVColumnTextLong {
    text-align: left;
    min-width: 400px;
}

.GVColumnTextShort {
    text-align: left;
    width: 200px;
}

/* First Column - Override above class alignments */
.GVColumnID {
    text-align: left;
    /*white-space: nowrap;
    overflow: hidden;*/
    white-space: nowrap;
}

/* Placed on button div where CRUD+ and other functions */
.ButtonSpacer {
    display: flex;
    justify-content: space-between;
}

/* Use with buttons that are inline with an input control. Makes them the same height. */
.ButtonNarrow input {
    padding: 1px 15px 1px 15px !important;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 5px;
}

/* Currency */
.GroupCurrency {
    width: 140px;
}


input[type="search"] {
    /*border: 1px solid gray;
    padding: .2em .4em;
    border-radius: .2em;*/
}

    /* WILL NOT WORK IN FIREFOX */
    input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
        height: 1em;
        width: 1em;
        border-radius: 50em;
        background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
        background-size: contain;
        opacity: 0;
        pointer-events: none;
    }

    input[type="search"]:focus::-webkit-search-cancel-button {
        opacity: .3;
        pointer-events: all;
    }

    input[type="search"].dark::-webkit-search-cancel-button {
        filter: invert(1);
    }

.AccordionHeaderSubPanel {
    background-color: #d1ecf1 !important;
}
















/*-----------------------------------------------------------------------------------------------*\
    Bootstrap Tags
\*-----------------------------------------------------------------------------------------------*/
.form-group {
    margin-bottom: 0.5rem;
}

    .form-group .col-lg-2 {
        display: flex; /* Keep Required Field indicator on same line*/
    }


.form-control {
    /* width: auto;*/
    padding: 1px 3px;
    height: calc(1.5em + 4px + 0rem) /*28px;*/
    /*display: inline-block;    
    font-size: 100%;*/
}

.form-control-auto {
    width: auto;
    /*padding: 3px 3px;
    height: 26px;
    display: inline-block;    
    font-size: 100%;*/
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 3px;
    padding-right: 3px;
}


.list-group {
    margin-bottom: 0px;
}

.list-group-item {
    padding: 2px 5px;
    border: 0px solid #ddd;
}



.ParentBreadCrumb {
    float: right;
    width: auto;
}

.breadcrumb {
    padding: 5px 15px 5px 15px;
    margin-bottom: 5px;
}

    .breadcrumb > .active {
        color: #333;
    }

.breadcrumb-item a {
    color: #34519A;
}

fieldset {
    border: solid 1px #DDD !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
}

legend {
    width: auto !important;
    border: none;
    font-size: 1em;
}

.LovCheckBoxList {
    display: inline-flex !important;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

    .LovCheckBoxList li > span {
        display: flex;
        align-items: baseline;
    }


/*-----------------------------------------------------------------------------------------------*\
    Header
\*-----------------------------------------------------------------------------------------------*/

.HeaderRow {
    background-color: #eee;
    min-height: 24px;
    margin: 0
}

.HeaderNav {
    padding: 2px;
    min-width: 175px;
}

    .HeaderNav > li > a {
        padding: 3px 7px 3px 7px;
        line-height: 1em;
        /*font-size: 90%;*/
        color: #1A293E !important;
    }

        .HeaderNav > li > a:hover {
            color: #A30000 !important;
            text-decoration: none;
        }


.BannerNav {
    padding: 2px;
}

    .BannerNav > li > a {
        padding: 3px 7px 3px 7px;
        line-height: 1em;
        /*font-size: 90%;*/
        color: #1A293E !important;
        vertical-align: top;
    }

        .BannerNav > li > a:hover {
            color: #A30000 !important;
            text-decoration: none;
        }


.CaseNav {
    padding: 2px;
}

    .CaseNav > li > a {
        padding: 2px 15px 2px 0px;
        line-height: 1em;
        font-size: 90%;
        text-decoration: none;
    }


.CasePopUpNav {
    display: inline-flex;
}

    .CasePopUpNav > li {
    }

        .CasePopUpNav > li > a {
            padding: 0px 0px 0px 0px;
            line-height: 1em;
            /*font-size: .9em;*/
            white-space: nowrap;
            background-color: transparent !important;
            text-decoration: none;
        }

.CaseMenuCaseTypeName {
    font-weight: bold;
    background-color: #C0C0C0;
    padding-left: 10px !important;
}


.ClientNav > li > a {
    padding: 2px 15px 2px 0px;
    line-height: 1.4em;
    font-size: 90%;
}

.FooterNav {
    padding: 0px;
}

    .FooterNav > li > a {
        padding: 3px 7px 3px 7px;
        line-height: 1em;
        /*font-size: 90%;*/
        color: #1A293E !important;
    }

        .FooterNav > li > a:hover {
            color: #A30000 !important;
            background-color: transparent !important;
            text-decoration: none;
        }


.pFooter {
    border-top: solid 1px black;
    margin-top: 30px;
    color: #003366
}



.SessionTimer {
    display: none;
    color: darkgreen;
    width: 100%;
    text-align: center;
}


#pSessionTimerTimeOut {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: yellow;
    border: solid 1px #c3c3c3;
    font-size: 200%;
    color: #A30000;
    /*margin-top:20px;*/
    padding-left: 24px;
}

    #pSessionTimerTimeOut img {
        height: 30px;
    }

.SiteName {
    width: 400px;
    font-size: 160%;
    color: darkslateblue;
}

.IncludedSiteName {
    width: 400px;
    font-size: 160%;
    color: darkslateblue;
}

.SolutionName {
    width: 400px;
    font-size: 140%;
    color: darkslateblue;
}

.BannerImage {
    padding: 5px;
}


.BannerFileInfoPanel {
    text-align: right;
    min-width: 100px;
}

.BannerFileInfoPanelText {
    color: #FCF8E3;
}

.BannerClientLabel {
    font-weight: bold;
    color: #FCF8E3;
}

.BannerClientValue {
    color: #FCF8E3;
    padding-right: 5px;
}

a.BannerClientValue:hover {
    color: red;
    text-decoration: none;
}

.BannerCaseValue {
    color: yellow;
    padding-right: 5px;
}

a.BannerCaseValue:hover {
    color: red;
    text-decoration: none;
}

.BannerAlsoViewedBy {
    color: yellow;
    font-weight: bold;
    padding-right: 5px;
}

.CaseBannerFlags {
    display: inline-flex;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    font-size: 100%;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #1A293E;
    padding-top: 0px;
}

    .dropdown-menu .divider {
        height: 1px;
        margin: 5px 0;
        overflow: hidden;
        background-color: #1A293E; /*#e86823;*/
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 10px;
        clear: both;
        font-weight: 400;
        line-height: 1.4285;
        color: #333;
        white-space: nowrap;
        text-decoration: none;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: #1A293E;
        }

.dropdown-header {
    font-size: 100%;
    color: black;
    font-weight: bold;
    padding: 3px;
}


/*-----------------------------------------------------------------------------------------------*\
    Footer
\*-----------------------------------------------------------------------------------------------*/








/*-----------------------------------------------------------------------------------------------*\
    Custom Tags
\*-----------------------------------------------------------------------------------------------*/

.AreaLabel {
    font-weight: bold;
}



/* -- textarea ---------------------------------------------------------*/
textarea {
    width: 100%;
    min-width: 100%;
    min-height: 100px;
    /*max-height: 100%; If on, autosize does not work */
}

.textareaMax {
    max-width: 100%;
    width: 100%;
}

.TextAreaCounter {
    text-align: right;
    font-size: 90%;
    color: #525252;
}

.print-helper {
    display: none;
}

.alert {
    padding: 10px 40px 10px 10px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
    width: 100%;
}

    .alert h2 {
        margin-top: 0px;
    }

.alert-dismissible .close {
    padding: .5rem 1.25rem;
    margin-right: 0px;
}

.alertLogin {
    margin-top: 0px;
}


.alert-danger {
    color: #3E1918;
}

.alert-info {
    color: #1C4162;
}



.close {
    margin-right: 20px;
}

.RequiredFieldSymbol {
    color: #A30000;
    /*background-color: white;*/
}

.RequiredFieldSymbolSubmit {
    color: #013220;
    /*background-color: white;*/
}

.ErrorText {
    color: darkred;
}

.validationSummary {
    color: darkred;
}

    .validationSummary a {
        color: darkred;
    }

.failureNotification {
    background-image: url('/Images/icon_alert_red.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 24px;
    color: darkred !important;
}


.OverMaxLength {
    background-color: #fcf8e3;
    /*border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 !important;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #ce8483 !important;*/
    border-color: #66512c !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b !important;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #c0a16b !important;
}

/*.AddNewRecord {
    background-image: url('/Images/icon_new.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 17px;
}

.AddNewRecordHeader {
    background-image: url('/Images/icon_new.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 17px;
}*/




/* -- badges ---------------------------------------------------------*/
.PanelHeaderBadge {
    width: 25px;
    float: right;
    padding-right: 40px;
    padding-top: 2px;
}

    .PanelHeaderBadge .badge {
        font-size: 90%;
        color: white;
        background-color: #333;
    }

.PanelHeaderBadgeDefault {
    width: 80px;
    float: right;
    padding-right: 40px;
    padding-top: 2px;
}

    .PanelHeaderBadgeDefault .badge {
        font-size: 90%;
        margin-left: 2px
    }

/*.TabHeaderBadge {
    width: 25px;
    float: right;
    padding-right: 40px;
    padding-top: 2px;
}*/

.TabHeaderBadge {
    font-size: 80%;
    /*color: white;
        background-color: #333;*/
}





/* -- Card Accrodion Panel ---------------------------------------------------------*/
.card-header {
    background-color: silver;
    padding: 5px 15px;
    min-height: 38px;
}

.card-title {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 0px;
}

.containerAccordion {
    margin-bottom: 20px;
}

    .containerAccordion .AccordionHeader, .containerAccordion .AccordionHeaderNoCollapse {
        cursor: pointer;
    }

    /*.containerAccordion .AccordionHeader h2, .containerAccordion .AccordionHeaderNoCollapse h2, .containerAccordion .AccordionHeader h3, .containerAccordion .AccordionHeaderNoCollapse h3 {
            margin-bottom: 0px;
           font-weight: bold;
text-wrap: none;
}

*/
    .containerAccordion .contentAccordion {
        padding: 10px;
    }

    .containerAccordion .contentAccordionHide {
        display: none;
        padding: 10px;
    }


.contentNonAccordion {
}

/*.SmallAccordionHeader {
    color: black;
    font-size: 80%;
}
.AccordionHeaderNoCollapse.ContactColor {
    background-color: violet;
    padding: 10px 15px;
}
.PanelApprove {
    background-color: #FF6666 !important;
}

.PanelApproved {
    background-color: #66CC66
}

.PanelSubPanel {
    background-color: #d9d9d9;
}
*/

.AccordionHeaderEdit {
    cursor: pointer;
    font-weight: bold;
    background-color: silver;
    padding: 10px 15px;
}

.MenuPanel {
    margin-bottom: 20px;
}

    .MenuPanel .card-body {
        min-height: 180px;
    }

        .MenuPanel .card-body .media-left img {
            width: 70px;
        }





/* -- Image Slider ---------------------------------------------------------*/
#carousel {
    width: 155px;
    margin: 0 auto;
}

#slides {
    overflow: hidden; /* fix ie overflow issue */
    position: relative;
    width: 150px;
    height: 150px;
}

    /* remove the list styles, width : item width * total items */
    #slides ul {
        position: relative;
        left: 0;
        top: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 750px;
    }

    /* width of the item, in this case I put 250x250x gif */
    #slides li {
        width: 150px;
        height: 150px;
        float: left;
    }



/* -- CheckBox Lists ---------------------------------------------------------*/
.radio.radiobuttonlist input[type="radio"], .checkbox.checkboxlist input[type="checkbox"] {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.radio.radiobuttonlist label, .checkbox.checkboxlist label {
    margin-bottom: 0;
    display: inline-block;
}

.chkBoxList {
    width: 100%;
}

.MatrixHeader {
    color: white;
    background-color: #1a293e;
    display: block;
    margin-top: 10px;
    padding: 3px 5px;
    font-weight: 600;
}

.MatrixDetails {
}


.Matrix {
    table-layout: fixed;
}

    .Matrix th {
        color: white;
        background-color: #1a293e;
    }

    .Matrix tr {
        vertical-align: top;
    }

    .Matrix td input[type='radio'], input[type='checkbox'] {
        /*float:left;*/
    }

.MatrixCB {
    display: flex;
    width: 100%;
    min-width: 100%;
    align-items: center;
    /*padding-bottom: 0px;*/
}

    .MatrixCB label {
        margin-left: 5px;
        margin-bottom: 0;
    }


    .MatrixCB input[type='radio'], .MatrixCB input[type='checkbox'] {
        /*margin: 3px 2px 2px;
        vertical-align: top;*/
    }

    .MatrixCB input[type=checkbox] + label, input[type=radio] + label {
        /*font-style: italic;
        font-weight: normal;
        padding-right: 35px;
        display: inline;
        margin: 0;*/
    }

.MatrixLabel {
    font-weight: bold;
    margin: 10px 0;
    display: block;
}

.PrimaryCheckBox label {
    font-weight: bold !important;
    padding-right: 0 !important;
}


/* -- Tabs - Case Summary ---------------------------------------------------------*/
.nav-tabs {
    border-bottom: 2px solid #1a293e;
}

    .nav-tabs .nav-item {
        margin-right: 2px;
    }

#DefaultEventTabs li a {
    color: black;
    background-color: #ffc107;
    padding: .5rem .5rem;
}

    #DefaultEventTabs li a:hover {
        color: white;
        background-color: #1a293e;
    }

    #DefaultEventTabs li a.active {
        color: white;
        background-color: #1a293e;
    }

h3.tab-header {
    font-size: 100%;
    font-weight: normal;
}

#CaseSummaryTabs li a {
    color: black;
    background-color: #ffc107;
}

    #CaseSummaryTabs li a:hover {
        color: white;
        background-color: #1a293e;
    }

#CaseSummaryTabs li.active a {
    color: white;
    background-color: #1a293e;
}



/* -- icons ---------------------------------------------------------*/
.iconImage, .iconImage img {
    height: 18px;
    vertical-align: middle;
}

.iconImageSmall, .iconImageSmall img {
    height: 16px;
}

.iconImageLarge, .iconImageLarge img {
    height: 24px;
}

.iconImageBanner, .iconImageBanner img {
    height: 22px;
    margin: 3px 2px;
    vertical-align: middle;
}

.iconImageBannerHelp img {
    height: 20px;
    vertical-align: top;
}


.iconImageSmall img {
    height: 18px;
    vertical-align: top;
    margin-top: 3px;
}

.iconImageFooter, .iconImageFooter img {
    height: 16px;
    padding-left: 3px;
    vertical-align: top;
    padding-top: 2px;
}

.iconImageGV, .iconImageGV img {
    height: 16px;
    padding-left: 3px;
    vertical-align: top;
}

.iconImageHL img {
    height: 16px;
    padding-left: 3px;
    vertical-align: top;
}

.iconImageAddNew {
    vertical-align: middle;
    padding-left: 3px;
}


.iconImageInline, .iconImageInline img {
    height: 18px;
    margin-bottom: 5px;
}

.iconImageHelp, .iconImageHelp img {
    height: 20px;
    padding-top: 3px;
    padding-left: 3px;
    vertical-align: top;
}

.iconImageUserSearch {
    height: 20px;
    padding-top: 2px;
    padding-left: 3px;
    vertical-align: middle;
    margin-top: 2px;
}



.iconImageTimeOut, iconImageTimeOut img {
    height: 80px;
    padding-right: 10px;
    display: none;
}

.icon, .icon img {
    border-width: 0px;
    height: 20px;
    vertical-align: top;
    /*line-height: 20px;
    padding: 2px;*/
}

.MenuIcon {
    float: right;
    width: 50px;
}

    .MenuIcon img {
        border-width: 0px;
        height: 25px;
    }

.iconCaseMenu {
    height: 16px;
    padding-left: 0px;
    vertical-align: top;
}

.iconCardOpenClose {
    height: 16px;
    padding-left: 0px;
    vertical-align: top;
}






/* -- Flag Icons ---------------------------------------------------------*/
a.Flag {
    text-decoration: none;
}

.iconFlag {
    padding-bottom: 0px;
    margin-bottom: 0px;
    vertical-align: text-bottom;
    font-size: 120%;
    line-height: 1.2em;
    border: 0px;
}

.Flag-TattooMarking {
    color: #9600ff;
}

.Flag-SpecialInstructions {
    color: #FFFF00;
}

.Flag-Accommodations {
    color: #36D900;
}

.Flag-Complaint {
    color: #0000FF;
}

.Flag-ConflictExternal {
    color: #FF7F00;
}

.Flag-ConflictInternal {
    color: #FF7F00;
}

.Flag-InterviewPending {
    color: #FF00FF;
}

.Flag-InterviewBooked {
    color: #7F00FF;
}

.Flag-CaseArchived {
    color: #000000;
}

.Flag-LinkedCases {
    color: #00FFFF;
}

.Flag-Important {
    color: #FF0000;
}

.Flag-PreferredPronoun {
    color: #f87b05;
}

.Flag-SecurityQuestion {
    color: #666666;
}

.Flag-AboriginalRequest {
    color: #008000;
}

.Flag-AboriginalCaller {
    color: #008000;
}

.Flag-Descendant {
    color: #008000;
}



/* -- Return to Top Icon ---------------------------------------------------------*/
#scroll {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    width: 30px;
    height: 50px;
    background-color: #1a293e;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: darkred;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha";
    }



/* -- Signature Pad  ---------------------------------------------------------*/
.signature-pad {
    /*width: 400px;
    height: 150px;*/
    background-color: #fff;
}

.signature-pad--body canvas {
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    border: 2px solid #C0C0C0;
    width: 400px;
    height: 150px;
}

.signature-image {
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    border: 2px solid #C0C0C0;
    width: 400px;
    height: 150px;
}

/*.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
}



    .signature-pad::before,
    .signature-pad::after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 40%;
        height: 10px;
        bottom: 10px;
        background: transparent;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    }



    .signature-pad::before {
        left: 20px;
        -webkit-transform: skew(-3deg) rotate(-3deg);
        transform: skew(-3deg) rotate(-3deg);
    }



    .signature-pad::after {
        right: 20px;
        -webkit-transform: skew(3deg) rotate(3deg);
        transform: skew(3deg) rotate(3deg);
    }



.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}



    .signature-pad--body

    canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }



.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}



.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}*/



/* -- Jira Support Widget  ---------------------------------------------------------*/
iframe[name='JSD widget'] {
    right: 35px;
    bottom: 0px;
    /*margin-bottom: 100px;*/
    /* Left Side*/
    /*display: block;
    left: 0;
    bottom: 10px;*/
}


/* -- Permissions Page  ---------------------------------------------------------*/
.PermissionsHeader {
    font-weight: bold;
    font-size: 8pt;
}

.PermissionsHeaderLink {
    text-decoration: none;
}


.PermissionsSubHeader {
    text-decoration: none;
    font-weight: bold;
}

.PermissionsPageHeader {
    background-color: silver !important;
}

.PermissionsRowLink {
    text-decoration: none;
}

.PermissionsHeaderLink, .PermissionsRowLink {
    cursor: pointer;
    color: white;
}




/* -- GridView  ---------------------------------------------------------*/
.GridViewStyle {
    border-collapse: separate;
    table-layout: auto;
    /*width: 100%;*/
    border: none;
    border-spacing: 2px !important;
}

.GridViewPagerRow {
    padding: 0px;
}

.GridViewPager {
    border: 0px solid #0275d8 !important;
    /*background-color: #5bc0de;*/
}

    .GridViewPager a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .GridViewPager td {
        width: 33%;
    }

.GridViewStyle th {
    border: none;
    background-color: #1a293e !important;
    color: #fff;
    font-weight: bold;
    /*margin: 3px 10px;
    padding-left: 8px;
    padding-right: 8px;*/
    padding: 3px;
    margin: 3px;
}

    .GridViewStyle th a {
        border: none;
        background-color: #1a293e;
        color: #fff;
        font-weight: bold;
        margin: 3px 0px;
    }

.GridViewStyle td {
    border: none;
    background-color: #d9edf7; /*#eaf2fd; */
    color: #000;
    /*margin: 3px 10px;
    padding-left: 8px;
    padding-right: 8px;*/
    padding: 3px;
    margin: 3px;
}

.GridViewStyleEmptyData, .GridViewStyleEmptyData td {
    background-color: white;
    border: none !important;
}

.GridViewPagerIcon {
    border: none;
    height: 10px;
}


/* The sidebar menu */
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 160px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}



.sticky {
    position: fixed;
    top: 0;
    width: 200px;
}

    .sticky + .content {
        padding-top: 40px;
    }

@media screen and (max-width: 1140px) {
    .sticky {
        display: none;
    }
}

.header {
    display: flex;
}

    .header div:last-child {
        margin-left: auto;
    }

.linkButton {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: solid 2px #41a69a;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    background: #fff;
    color: #41a69a;
    white-space: nowrap;
    text-decoration: none;
}

    .linkButton i {
        margin-right: 4px;
    }

    .linkButton:hover {
        background: #41a69a;
        color: #fff;
        text-decoration: none;
    }

.inline-row {
    display: flex;
    align-items: center;
}

    .inline-row * {
        margin-right: 10px;
    }



/* Docket Chat */
.media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    background-color: #f5f6f7;
    border-radius: 3px;
    font-weight: 100;
    color: #9b9b9b
}

    .media-chat .media-body p.meta {
        background-color: transparent !important;
        padding: 0;
        opacity: .8
    }



.media-meta-day {
    overflow: hidden;
    text-align: center;
}

    .media-meta-day:before,
    .media-meta-day:after {
        background-color: #333;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    .media-meta-day:before {
        right: 0.5em;
        margin-left: -50%;
    }

    .media-meta-day:after {
        left: 0.5em;
        margin-right: -50%;
    }

.mediaUser {
    background-color: #05728f;
    border-color: #646464;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-left: 3px;
    margin-right: 20px;
}

.mediaClient {
    background-color: #ebebeb;
    border-color: #646464;
    padding: 10px;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 3px;
}

.ChatIcon {
    width: 64px;
    height: 64px;
}

.ChatDateTime {
    color: darkgrey;
    margin-left: 20px;
    margin-right: 3px;
}

.ChatBoxUser {
    display: block !important;
    text-align: left;
}

.ChatBoxClient {
    display: block !important;
    text-align: right;
}

.ChatSpacerBoxClient {
    /*   background-color: white !important;*/
}



/* -- Dynamic Forms ---------------------------------------------------------*/
.DFOriginalHide {
    display: none;
}

.DFhide {
    display: none;
}

.DFshow {
    background-color: lightcyan;
    display: block;
}

div.DFQuestion {
    border: solid 1px transparent;
    padding: 10px 5px;
    margin-left: -5px;
    margin-right: -5px;
}

    div.DFQuestion:hover {
        background-color: #ddd9d9;
        border: 1px solid black;
    }

    div.DFQuestion label {
        margin: 0;
    }