:root {
    --msi-navy-blue: #1B365D;
    --msi-techy-teal: #6F9BA4;
    --msi-green-apple: #A4D65E;
    --msi-builder-white: #FFFFFF;
    --msi-accent-coastal-mist: #BBDDE6;
    --msi-accent-keller-kiwi: #C2E189;
    --msi-accent-premium-black: #373A36;
    --msi-accent-future-fog: #54585A;
}

.redtext {
    color: red;
}

.bluetext {
    color: #518bb7;
}

.loud-text {
    font-size: 20pt;
    background-color: red;
    font-weight: bold;
}

.email-body {
    border-radius: 20px;
    padding: 8px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.our-email {
    align-items: flex-end;
}

.our-email .email-body {
    color: white;
  margin-left: 25%;
  background: grey;
  position: relative;
}

.modal-backdrop {
    visibility: hidden !important;
}

.modal.in {
    background-color: rgba(0,0,0,0.5);
}

/*.our-email .email-body:before {
    content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -8px;
  height: 20px;
  width: 20px;
  background: rgb(0, 120, 254);
  border-bottom-left-radius: 15px;
}

our-email .email-body:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
}*/
.their-email {
    align-items: flex-start;
}

.their-email .email-body {
    margin-right: 25%;
  background-color: #EEE;
  position: relative;
}

/*.their-email .email-body:before {
    content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -7px;
  height: 20px;
  width: 20px;
  background: #EEE;
  border-bottom-right-radius: 15px;
}

.their-email .email-body:after {
    content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
}*/

.email-conversation-structure {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.dummy {
    margin-top: 100%;
}

.thumbnail {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align:center;
    padding-top:calc(30% - 15px);
}

.workitem-count {
    color: #9d9d9d;
    font-weight: 300;
}

.workitem-alert {
    color: red;
    font-weight: 300;
}

.workitem-count:hover {
   color: #fff;
   background-color: transparent;
}

#WorkItems_ActiveWorkItem_PolicyNumber.mimic-hyperlink-text {
    border: none;
    background-color: transparent;
    width: 127px;
    box-shadow:none;
}

#WorkItems_ActiveWorkItem_PolicyNumber.mimic-hyperlink-text:focus {
        outline: none;
}

body.dark-theme .mimic-hyperlink-text {
    color: #6acfff;
}

.workitem-filter-btn {
    width: 235px;
    border-radius: 0px;
}

.ticket-count-red {
    color: red;
    font-weight: 300;
}

.ticket-count {
    color: #9d9d9d;
    font-weight: 300;
}

.ticket-count:hover {
    color: #fff;
    background-color: transparent;
}

.unreadEmail-count {
    color: #9d9d9d;
    font-weight: 300;
}

.unreadEmail-count:hover {
    color: #fff;
    background-color: transparent;
}

.ticket-group-attachment-clickable-row .mimic-hyperlink-text
{
    cursor: pointer;
}

/*.model-content-scrollable {
    height:1000px;
    overflow-y: auto;
}*/
#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1104;
}

.EmailConversationBox {
    background: #FFFFFF;
    border: solid 1px #EEE;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

#idletimeout { 
    background:#CC5100; 
    border:3px solid #FF6500; 
    color:#fff; 
    font-family:arial, sans-serif; 
    text-align:center; 
    font-size:12px; 
    padding:10px; 
    position:relative; 
    top:0px; 
    left:0; 
    right:0; 
    z-index:1000000;  
}
#idletimeout a { 
    color:#fff; 
    font-weight:bold 
}
#idletimeout span { 
    font-weight:bold 
}

.hiddenElement {
visibility: hidden;
display: none;
}


.iFrameContainer {
    height:95%;
    width:90%;
}


.error {
    color:#FF0000;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: lightsteelblue;
}

.table-striped tbody tr.highlight td 
{ 
    background-color: lightgray; 
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.left-nav-toggle-top-buffer {
    margin-top: 14px;
}
.top-buffer {
    margin-top: 10px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

#sidebar-wrapper {
    margin-top: 40px
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.input-validation-error { background-color: #fee;}

/* Side Navigation Toggle Styles */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#wrapper.toggled {
    padding-left: 200px;
}

#sidebar-wrapper {
    z-index: 900;
    position: fixed;
    left: 225px;
    width: 0;
    height: 100%;
    margin-left: -225px;
    overflow-y: auto;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 225px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #777;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #555;
    background: #ddd;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

/*Print Response styles*/
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 200px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
.warning-text{
    color:red;
    font-weight:bold;
    font-style:italic;
}
.mimic-hyperlink-text {
    color: blue;
    text-decoration: underline;
}
#div-cc-cvv .popover {
    width: 300px;
    max-width: none;
}


.billing-send-email{
    cursor: pointer
}

.billing-send-email:hover {
    fill: #286090
}

#payoutstanding-label{
    font-weight: bold;
    color: red !important;
}

.button-heading-margin {
    margin-top: 20px;
    margin-bottom: 10px;
}

#additionalInterestEmailToggle{
    background-color: #FFFFFF;
}

.additionalInterestClass {
    background-color: #FFFFFF;
    list-style: none;
    border: none;
    padding: 10px;
    width: auto !important;
    white-space: nowrap;
}

.invalid-password-parameter {
    background: url(../images/cross.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid-password-parameter {
    background: url(../images/tick.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

.option-modal {
    width: 942px !important;
}

.option-card-row {
/*    display: flex;
    justify-content: space-evenly*/
}

.option-card {
    background-color: #F5F5F5;
    margin-bottom: 25px;
    width: 275px;
}

.panel-extra-margin {
    margin-left: 25px;
    margin-right: 25px;
}

.panel-extra-body {
    height: 240px;
}

.option-header {
    font-weight: bold;
    font-size: 14px;
    color: #7983DB;
    height: 30px;
}

.option-coverage-header {
    font-weight: bold;
}

.flood-carrier-options {
    height: 190px;
    width: 190px;
    vertical-align: middle;
    font-weight: bold;
    padding: 40px;
    margin-left: 20px;
}

.flood-carrier-options-selected {
    background-color: steelblue;
    color: white;
}
.flood-carrier-options-selected:hover {
    background-color: #286090;
    color: white;
}
#flood-carrier-container {
    padding-top: 50px;
    padding-bottom: 50px;
}



/*Styles for FNOL file attachment modal*/
.uploadimage-dragndrop {
    border: 2px dashed #12a5ff;
    border-radius: 5px;
    padding: 15px 15px;
    text-align: center;
}

.uploadimage-dragndrop-hover {
    border: 3px dashed #12a5ff !important;
    background-color: #dcdcdc
}

#upload-input {
    display: none;
}

.uploadimage-text {
    font-size: 32px;
    margin-bottom: 20px;
}

.uploadimage-input {
    margin: 20px 0;
}

.list-group-item {
    padding: 0px 2px;
    margin-bottom: 5px;
}

.list-group-item > .alert {
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 5px;
}

#file-list {
    max-height: 400px;
    overflow-y: auto;
}

#file-list .alert {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

#file-list .alert > div > * {
    margin-right: 3px;
}

#file-list .alert > div > .error-message {
    font-size: 11px;
}

#file-list .list-group-item .alert .file-name {
    text-overflow: ellipsis;
    width: 300px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    background-repeat: no-repeat;
}

.danger-button-badge {
    color: #fff;
    background-color: #dc3545;
}

.danger-button-badge:hover {
    cursor: pointer;
}

#WorkItems_ActiveWorkItem_NumericKey1 {
    cursor: pointer;
}

.ticketAdminCheckBox input[type=checkbox] {
    float: right;
}

#adminEmployeeTicketPermissions {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1.7em;
    min-width: 10vw;
}

#ManualInboxScrape {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1.7em;
    float: right;
}

.list-ticketAnalytics {
    text-align: center !important;
}

.validation-summary-errors {
    color: red;
}

.grid-container-for-apply-factor {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}

.grid-item-apply-factor {
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 5px;
    font-size: 12px;
    text-align: left;
}
.factored-value-display {
    border: none;
    width: 70px;
   
}

.btn-toggle {
    background: none;
    border: none;
    padding: 0 !important;
    font-family: arial, sans-serif;
    cursor: pointer;
    padding: 3px 20px;
}

.btn-toggle:hover {
    background-color: #f5f5f5;
    transition: 0.3s;
}

.theme-btn {
    padding: 3px 20px;
}

.glyphicon {
    margin-right: 5px;
}

text-align-right {
    text-align: right;
}

.pointer-cursor {
    cursor: pointer;
}

.scrollable-table {
    overflow: scroll;
    height: 500px;
}

/* Used for fixed table headers so when table is scrolled the headers stick */
.tableFixHead {
    overflow-y: auto;
    height: 600px;
}

.tableFixHead thead th {
    position: sticky; /* make the table heads sticky */
    top: 0px; /* table head will be placed from the top of the table and sticks to it */
    background-color: #f9f9f9;
}

/* Used in tables to make sure columns don't wrap */
.no-word-wrap {
    white-space: nowrap;
}

/* Used with the Bootstrap Treeview - See ProductVersionDetails.cshtml */
.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tree ul {
    margin-left: 1em;
    position: relative
}

.tree ul ul {
    margin-left: .5em;
}

.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid
}

.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    color: #369;
    font-weight: normal;
    position: relative
}

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
    font-weight: bold;
    cursor: pointer
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}


#SubmissionResults_TBD {
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
}

.row-5px-gutters > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.label-block {
    display: block;
}

.billing-download-pdf {
    cursor: pointer
}

.billing-download-pdf:hover {
        fill: #286090
    }


/*.lastlevel {
    color: red !important;
}*/

.margin-bottom-clear {
    margin-bottom: 0px;
}

.modal-open {
    overflow: auto !important;
}

.border-red {
    border: 1px solid #ff8888;
}

.navbar-font {
    font-family: "Helvetica Neue", sans-serif;
    color: rgb(157, 157, 157);
    font-size: 18px;
}

.navbar-TM-font {
    font-size: 10px;
    position: relative;
    top: -6px;
}

@media screen and (max-width: 1280px) {
    .dropdown-toggle {
        font-size: 12px !important;
    }

    .btn-nav {
        font-size: 12px !important;
    }
}

.sendDocumentForSignature {
    padding: 0;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    width: 100%;
}

.documentListCell {
    vertical-align: middle;
}

.border-danger {
    border-color: red !important;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.navbar.navbar-fixed-top.msiNavbar,
.navbar.msiNavbar,
div[class^="navbar"] { 
    z-index: 500;

/* fallback */
    @font-face {
        font-family: 'Material Icons';
        font-style: normal;
        font-weight: 400;
        src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
    }
}

.flex-centered {
    display: flex;
    flex-direction: row;
    justify-content: center;
}