/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 Apr 2020, 5:03:08 PM
    Author     : hoffmam
*/



html, body {
  height: 100%;
  overflow: hidden;
  font-family: Helvetica;
  font-size: 16px;
}
.dataTable thead:nth-child(2){
  display: none;
}
#singleInvoiceContainer table,
#invoicesContainer table{
  margin-top :0px !important;
  margin-bottom: 0px !important;
}

.form-control {
  font-size: unset;
}

.m-d-none{
  display: none !important;
}

.agent {
  zoom: 80%;
}
.scrollable {
  height: 100%;
  overflow: auto;
}

.neutral-container {
  display: contents;
}

.dot-green { 
  background-image: radial-gradient(circle at center center, rgb(0, 255, 0) 0.3vh, rgba(0, 0, 0, 0) 0.35vh);
}

.dot-red { 
  background-image: radial-gradient(circle at center center, rgb(255, 0, 0) 0.3vh, rgba(0, 0, 0, 0) 0.35vh);
}

.dot-blue { 
  background-image: radial-gradient(circle at center center, rgb(255, 165, 0) 0.3vh, rgba(0, 0, 0, 0) 0.35vh);
}


body {
  max-height: 100vh;
}


.ui-widget-header {
  font-weight: unset;
}

.jsonform-hasrequired label {
  margin-bottom: 0px;
}


.highlight1 {
  background: #a2d4ed;
}
.ui-droppable-active {
  /*border: none!important;*/
  background-color: white !important;
}
.ui-droppable-hover {
  /*border: none!important;*/
  background-color: #75a7bb !important;
}

.ui-draggable-dragging {
  z-index: 1000;
}

.pre-scrollable {
  max-height: none;
  overflow-y: auto;
}

#gallery, #gallery2 { 
  float: left; 
  /*width: 65%;*/ 
  /*min-height: 12em;*/ 
}

.gallery.custom-state-active { 
  background: #eee; 
}

.gallery li { 
  float: left; 
  min-width: 47%; 
  padding: 0.2em; 
  /*margin: 0 0.6em 0.6em 0;*/ 
  text-align: center; 
  line-height: 40px!important;
  font-size: 14px;

}

.gallery li h5 { 
  margin: 0 0 0.4em; 
  cursor: move; 
}

.gallery li a { 
  float: right; 
}

.gallery li a.ui-icon-zoomin { 
  float: left; 
}
/*.gallery li img { width: 100%; cursor: move; }*/

#trash { 
  /*float: right;*/ 
  /*width: 32%;*/ 
  /*min-height: 18em;*/ 
  padding: 1%; 
}

#trash h4 { 
  line-height: 16px;
  margin: 0 0 0.4em; 
}
/*#trash h4 .ui-icon { float: left; }*/
/*#trash .gallery h5 { display: none; }*/


/*New code*/

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(68, 148, 196, 0.05);
}
#agent-screen .table-striped tbody tr:nth-of-type(2n+1) {
/*  background-color: rgba(68, 148, 196, 0.05);*/
  background-color: inherit ;
}
.table-striped tbody tr:hover {
  background-color: #a7d0dd !important;
  font-size: 115%;
}
.table-striped tbody th:hover {
  background-color: #a7d0dd;
}
.table-striped .active {
  background-color: #6dacc0 !important;
}

.border {
    border: 1px solid #c5c7d7 !important;
}

.bg-color {
    border: none !important;
   /* background-color: #EDEFF2;*/
    /*background-color: #f2f4f6;*/
    background-color: #fff;
    border-radius: 15px !important;
    box-shadow: -5px 5px 4px #888888;
}
.tabs-above li.first {
  box-shadow: -5px 5px 4px #888888;
}

.screen {
  border: none !important;
  background-color: #dce9e9;
  border-radius: 25px !important;
}
.mapping {
  border: none;
  font-size: 1em;
}

.qq-upload-button{
  border: none;
  background-color: #88DFE0;
  border-radius: 25px;
}
.qq-upload-button-hover {
  background: #75a7bb !important;
}
.btn-outline-secondary:hover {
  background: #75a7bb !important;
}


.qq-upload-success {
  font-size: inherit !important;
}
.vertical-resize {
  overflow: hidden;
  resize: vertical;
}

.resize-handle {
  height: 5px;
}
.resize-handle:hover {
  background-color: #c5c7d7;
  cursor: ns-resize;
}

.tableFixHead tr {
/*  font-size: 0.772vw;*/
  line-height: 8px;
}
select {
  background-color: inherit;
}






.dolphinForm {
  max-width:400px;
  margin:0 auto;
  background: inherit;
  border-radius:2px;
  padding:20px;
}
.dolphinForm  .form-group{
  display: block;
  padding: 5px;
  border:1px solid #4C949F;
  margin-bottom: 20px;
  border-radius: 15px;
}
.dolphinForm  .form-group:focus-within {
  border: 1px solid #000;
  border-color: #75a7bb;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.dolphinForm  .form-group > label{
  display: block;
  float: left;
  margin-top: -8px;
 /* background: #f2f4f6;*/
 background: #fff;
  height: 25px;
  padding: 2px 5px 2px 5px;
  color: #0d0c3e;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.dolphinForm input, .dolphinForm select{
  background-color: inherit;
}
.dolphinForm  input[type="text"],
.dolphinForm  input[type="date"],
.dolphinForm  input[type="datetime"],
.dolphinForm  input[type="email"],
.dolphinForm  input[type="number"],
.dolphinForm  input[type="search"],
.dolphinForm  input[type="time"],
.dolphinForm  input[type="url"],
.dolphinForm  input[type="password"],
.dolphinForm  textarea,
.dolphinForm  select 
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  outline: none;
  border: none;
  padding-top: 0;
}

#matterImport .dolphinForm  input[type="text"],
#matterImport .dolphinForm  input[type="date"],
#matterImport .dolphinForm  input[type="datetime"],
#matterImport .dolphinForm  input[type="email"],
#matterImport .dolphinForm  input[type="number"],
#matterImport .dolphinForm  input[type="search"],
#matterImport .dolphinForm  input[type="time"],
#matterImport .dolphinForm  input[type="url"],
#matterImport .dolphinForm  input[type="password"],
#matterImport .dolphinForm  textarea,
#matterImport .dolphinForm  select 
{
  font-size: 1.2em;
}

#exportForm .dolphinForm .form-group,
#dateForm .dolphinForm .form-group, {
  height: 4.7em;
}
#matterExport .dolphinForm  input[type="text"],
#matterExport .dolphinForm  input[type="date"],
#matterExport .dolphinForm  input[type="datetime"],
#matterExport .dolphinForm  input[type="email"],
#matterExport .dolphinForm  input[type="number"],
#matterExport .dolphinForm  input[type="search"],
#matterExport .dolphinForm  input[type="time"],
#matterExport .dolphinForm  input[type="url"],
#matterExport .dolphinForm  input[type="password"],
#matterExport .dolphinForm  textarea,
#matterExport .dolphinForm  select 
{
  font-size: 1.5em;
}

.dolphinForm  input[type="text"]:focus,
.dolphinForm  input[type="date"]:focus,
.dolphinForm  input[type="datetime"]:focus,
.dolphinForm  input[type="email"]:focus,
.dolphinForm  input[type="number"]:focus,
.dolphinForm  input[type="search"]:focus,
.dolphinForm  input[type="time"]:focus,
.dolphinForm  input[type="url"]:focus,
.dolphinForm  input[type="password"]:focus,
.dolphinForm  textarea:focus,
.dolphinForm  select:focus 
{
  background-color: inherit;
}
.dolphinForm  textarea{
  resize:none;
  background-color: inherit !important;
}
/*.dolphinForm  input[type="submit"],
.dolphinForm  input[type="button"]{
  background: #2471FF;
  border: none;
  padding: 10px 20px 10px 20px;
  border-bottom: 3px solid #5994FF;
  border-radius: 3px;
  color: #D2E2FF;
}*/
/*.dolphinForm  input[type="submit"]:hover,
.dolphinForm  input[type="button"]:hover{
  background: #6B9FFF;
  color:#fff;
}
*/

/*Make gallery the same as form*/

/*.gallery {
  max-width:400px;
  margin:0 auto;
  background: inherit;
  border-radius:2px;
  padding:20px;
}

.gallery li {
  display: block;
  padding: 9px;
  border:1px solid #4C949F;
  margin-bottom: 30px;
  border-radius: 15px;
}

.gallery  .ui-droppable{
  display: block;
  float: left;
  margin-top: -14px;
  background: aliceblue;
  height: 35px;
  padding: 2px 5px 2px 5px;
  color: #0d0c3e;
  font-size: 14px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}*/



/*.mapping {
  margin-top: 16px;
}*/


#main-block {
  margin-top: 0 !important;
  border-top-left-radius: 0px !important;
}


.tabs-above {
  margin-left: 0px;
  margin-right: 15px;
  border-bottom: none;
}
.tabs-above li {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  /*border: 1px solid #f2f4f6;*/
  border: 1px solid #fff;
  padding: 0;
  outline: none !important;
  font-size: 1em;
  font-weight: 500;
}
.tabs-above li:focus {
  border-bottom: none !important;
  outline: none !important;
}
.tabs-above li:hover {
  border-bottom: none !important;
  outline: none !important;
}
.tabs-above li a {
  padding: 0.546vw;
  color: black;
}

.tabs-above .active {
    /*background-color: #f2f4f6 !important;*/
    background-color: #fff;
}

.tabs-below {
  border-top: none;
/*  position: absolute;*/
  top: -1px;
}


.tabs-below li {
/*  opacity: 40%; */
  border-top: none !important;
}
.tabs-below .active {
  opacity: 100% !important; 
  border-radius: 0 0 15px 15px;
  border-top: none !important;
}
.tabs-below  li a{
  color: black;
}


.text-key3 {
  font-weight: 500;
}
.text-key4 {
  font-weight: 500;
}
#memo-info-old strong {
  font-weight: 500;
}

li {
  list-style: none;
}
#wizards li {
  list-style: initial;
}

.full-height {
  height: 100% !important;
}

/*#main-block {
  min-height: 13.440vw;
  height: 100%;
}*/

h5 {
  font-family: sans-serif;
}

/*#actionBlock {
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
}*/
#actionBlock .rounded {
  box-shadow: -10px 10px 8px #888888;
}

.remove {
  position: absolute !important;
  height: 15px;
  width: 15px;
  top: 10px !important;
  right: 30px !important;
  cursor: pointer;
  color: #777;
}
.remove .glyphicon {
  font-size: 15px;
}

.top-bar {
  overflow: hidden;
  display: block;
  top: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 3px;
  width: 100%;
  text-align: center;
  background-color: #cfd4dc;
  border-radius: 15px;
  height: 3.8vh;
  position: relative;
}


.block-label {
  position: absolute;
  top: 20%;
/*  transform: translateY(-50%);*/
  width: 100%;
  font-size: 1.3rem;
  /*z-index: 999;*/
  /*margin-top: -2.3vh;*/
  /*position: fixed;*/

}


.widgetButton {
  float: right;
  opacity: 40%;
  margin: auto 5px !important;
  font-size: 2.6vh;
  height: 3.8vh;
  line-height: 2vh;
  text-align: center;
}
.widgetButtonLeft {
  float: left;
  opacity: 40%;
  margin: auto 5px !important;
  font-size: 2.6vh;
  height: 3.8vh;
  line-height: 2vh;
  text-align: center;
}

.widgetButton .glyphicon,
.widgetButtonLeft .glyphicon {
  font-size: 2.6vh;
  text-align: center;
  top: 18%;
}
.previousWiz {
  float: left;
}
.widgetButton:hover{
  opacity: 70%;
}


.nav-link{
  text-align: center;
  cursor: pointer;
}

.glyphicon {
    font-size: 2vw;
}

#agent-screen {
  max-height: 113vh;
}
#agent-screen tr {
  line-height: 0px;
}

#agent-screen tr {
  padding: 0.084vw;
}

#agent-screen .table {
  table-layout: fixed;
}

 td, 
 th  {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

/*#agent-screen td:hover,
#agent-screen th:hover {
  overflow: visible !important;
  white-space: normal;
  position: absolute;
}*/

/*#main-block td:hover, 
#main-block th:hover {
  padding: 0.420vw;
}*/

.greyed-out {
  opacity: 50%;
  pointer-events: none;
}

#main-block th {
  background-color: #bbd1f1;
}

*[contenteditable="true"] {
  background-color: #eee;
}

.clickable {
  cursor: pointer;
}

.MatterID {
  width: 70px;
}
.MatterID:hover{
  position: relative !important;
}


.alert {
  position: absolute; width: 12.600vw; 
  margin: 0 auto; 
  left: 45%;
  border-radius: 15px;
  text-align: center;
}

.container {
  max-width: 120vw;
}

.nowrap {
  flex-wrap: nowrap;
}

#AddMemo {
  font-weight: 500;
}

/*#left-inner {
  overflow: auto;
}*/

iframe {
  overflow: hidden;
}

#matterExport{
  zoom: 70%;
}
#matterExport .form-group  > label{
  font-size: 1.5em !important;
}
#matterImport .form-group  > label{
  font-size: 1.1em !important;
}





/* Change Autocomplete styles in Chrome*/
/*input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit !important;  transition: background-color 5000s ease-in-out 0s;
}
*/

/*
#main-block {
  display: flex;
  flex-direction: column;

}

.limitHeight {
  flex-grow: 1;
  overflow: auto;

}
.limitHeight table {
  table-layout: auto !important;
}*/

#center-div {
  display: flex !important;
  flex-direction: column !important;
}

#bottom-row {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#main-block {
  width: 100%;
  overflow: auto;
  flex: 1 1 auto;
  overflow: auto;
  height: 0;
}
#main-block table {
  table-layout: auto !important;
}



/*#matter-state {
  font-size: 120%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}*/

.red{
  color: red;
}

.table-container {
  overflow-y: auto;
}


.updateExel {
  min-height: 250px; 
}


.dropdown-toggle::after {
    content: none;
}

.dropdown-toggle {
    color: rgba(0,0,0,.5);
}
.dropdown-toggle:hover {
    color: rgba(0,0,0,.7);
}

 .dropdown-item  {
    font-size: 1.3em !important;
}
 .dropdown-item .glyphicon {
    font-size: 1.2em !important;
}


/*select { font-size: 1.3em;
          padding:10px;
         -webkit-appearance: none;
         -moz-appearance: none;
          appearance: none;
          margin: 10px;
          outline: none;
          color: black;
        }
*/
td input,
td select {
  background-color: inherit;
  border: none;
  color: black;
  padding-left: 3px;
}

#matters-block {
  overflow: auto;
}

#feedback {
  font-size: 2em;
}

.progress {
  height: 2rem;
  font-size: 1.2em;
  border-radius: 10px;
}

td select{
  width:100%;
}

.table td, .table th {
  padding: .75rem .4rem;
}

body{
  background-color: #f2f4f6;
}


#batchForm,
#sendToContainer,
#sendToForm,
#invoiceForm,
#clientFeedbackForm,
#downloadInvoiceForm {
  max-width: unset;
}
.inline-block {
  display: inline-block !important;
  width: 10%;
  margin: 0 auto;
}

.inline-block2 {
  display: inline-block !important;
  width: 15%;
  margin: 0 auto;
}

.inline-block3 {
  display: inline-block !important;
  width: 31%;
  margin: 0 auto;
}

.feedback-table-container {
  height: 35vh;
}

.inline-block3:before { content: "\00a0 "; }


#invoicesContainer tbody tr{
  cursor: pointer;
}
#invoicesContainer tbody tr td{
  color:darkblue;
}

.feedback-table-container .disabled {
  background-color: #ccc;
}

.invoiceLink {
  color: darkblue !important;
  cursor: pointer;
}

td {
  color: black;
}

#createCreditnote textarea {
  height: 12vh !important;
}
.confirmFee {
  font-size: inherit;
}

.pe-none {
  pointer-events: none;
}


.glowing {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #0069d9; -webkit-box-shadow: 0 0 3px #0069d9; }
  50% { background-color: #0062cc; -webkit-box-shadow: 0 0 40px #0062cc; }
  100% { background-color: #0069d9; -webkit-box-shadow: 0 0 3px #0069d9; }
}

@-moz-keyframes glowing {
  0% { background-color: #0069d9; -moz-box-shadow: 0 0 3px #0069d9; }
  50% { background-color: #0062cc; -moz-box-shadow: 0 0 40px #0062cc; }
  100% { background-color: #0069d9; -moz-box-shadow: 0 0 3px #0069d9; }
}

@-o-keyframes glowing {
  0% { background-color: #0069d9; box-shadow: 0 0 3px #0069d9; }
  50% { background-color: #0062cc; box-shadow: 0 0 40px #0062cc; }
  100% { background-color: #0069d9; box-shadow: 0 0 3px #0069d9; }
}

@keyframes glowing {
  0% { background-color: #0069d9; box-shadow: 0 0 3px #0069d9; }
  50% { background-color: #0062cc; box-shadow: 0 0 40px #0062cc; }
  100% { background-color: #0069d9; box-shadow: 0 0 3px #0069d9; }
}


.navbar-header{
  color: rgba(0,0,0,0.5) !important;
}

#navbarActions a{
  color: black;
  opacity: 1;
}
.top-bar h6 {
  color: black;
}
.widgetButton {
  color: black;
  opacity: 100% !important;
}

.PrimaryRow {
  background-color: #ddd !important;
}

.SecondaryRow {
  background-color: #eee !important;
}
/*Problem is somewhere under this point
*/

.agent select {
   color:  black;
   opacity: 1;
}
.agent th {
   color:  black;
   opacity: 1;
}


#bottom-row .nav-tabs {
  max-width: 100%;
}
.nav-tabs > li > a {
  color: #000 !important;
}
.nav-tabs a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Individual Tabs*/
#action-tab {
  max-width: 7.48%;
}
#phone-tab {
  max-width: 9.35%;
}
#address-tab {
  max-width: 9.79%;
}
#altcon-tab {
  max-width: 12%;
}
#sureties-tab {
  max-width: 6%;
}
#custom-tab {
  max-width: 8.9%;
}
#linked-tab {
  max-width: 9.03%;
}
#process-tab {
  max-width: 12.37%;
}
#treatmentOutcome-tab {
  max-width: 11.59%;
}
#process2-tab {
  max-width: 6%;
}


/*Action Icon text*/
#display-loggedin li {
  max-width: 7vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#actions-menu > li {
  max-width: 6.8vw;
  white-space: nowrap;
}
#actions-menu .WizardNavText {
  overflow: hidden;
  text-overflow: ellipsis;
}


/*Change placeholder text color to black*/
#action-list input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
  font-size: 16px;
}

.widget > div {
  overflow: auto;
  max-height: 29vh;
}

#widget-designation > div {
  overflow: auto;
  max-height: 14vh;
}



.tabs-below .active{
  background-color: #ccc !important;
}











