.tab-content {
    padding: 10px;
}
.agreedCollection, .agreedCollection div, .agreedCollection span {
    border: 1px solid #3a87ad;
    /* default BORDER color */
    background-color: #3a87ad;
    /* default BACKGROUND color */
    color: white;
    /* default TEXT color */
    font-size: 1.1em;
    cursor: default;
}
div.vertical{
  margin-left: -85px;
  margin-top: 50px;
  position: absolute;
  width: 215px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); /* Safari/Chrome */
  -moz-transform: rotate(-90deg);    /* Firefox */
  -o-transform: rotate(-90deg);      /* Opera */
  -ms-transform: rotate(-90deg);     /* IE 9 */
}

th.vertical{

  /*height = height of rotated text box*/
  height: 200px;
  width: 20px;

  text-align: inherit;
}

/* CSS goes here */
.red {
  background-color: red;
  color: black;
}
.green {
  background-color: green;
    color: black;
}
.yellow {
  background-color: yellow;
    color: black;
}

.table-hover > tbody > tr:hover {
  background-color: rgba(255, 127, 80, 0.479);
  cursor: pointer;
}

.container {
          border: 1px solid red;
          padding: 10px 10px 40px 10px;
          position: relative;
          margin: 0 auto 0 auto;
          height: 100%;
        }

        .container .signature {
          border: 1px solid orange;
          margin: 0 auto;
          cursor: pointer;
        }

        .container .signature canvas {
          border: 1px solid #999;
          margin: 0 auto;
          cursor: pointer;
        }

        .container .buttons {
          position: absolute;
          bottom: 10px;
          left: 10px;
        }

        .container .sizes {
          position: absolute;
          bottom: 10px;
          right: 10px;
        }

        .container .sizes input {
          width: 4em;
          text-align: center;
        }

        .row.display-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .swal-wide{
    width:850px !important;
}

.thumbnail
{
  min-height:500px;
}


.modal-mySize {
   width: 80%;
}

.swal2-container {
  z-index: 4000 !important;
}


table.pout {
  border: 1px solid #fff; /*for older IE*/
	border-style: hidden;
}

table.pout td{
  padding:0 40px;
}
td.bar-color {
  padding:0px;
  width: 80px;
}



.bar{
  background-color: #0088cc;
  width: 60px;
  border-top: 0.2em solid white;
  border-bottom: 0.2em solid white;
}

.table-wrapper { 
  width: 90%;
  overflow-x:scroll;
  /*margin-left:50px;
  overflow-y:visible;
  padding-bottom:1px;*/
}

table.pout thead tr{
  display:block;
}

table.pout tbody{
  display:block;
  overflow:auto;
  height:200px;
  width: 100%;
  margin-left:50px;
  overflow-y:visible;
}



div.xy123 {
  max-width: 100%;
  max-height: 80vh;
  overflow: scroll;
  position: relative;
}

table.x123 {
  position: relative;
  border-collapse: collapse;
}

table.x123 td, th {
  padding: 0.25em;
  width: 50px;
}

table.x123 thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  background: rgb(199, 196, 196);
  color: rgb(0, 0, 0);  
}

table.x123 thead th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
  border-right: 1px solid #ccc;
}

table.x123 thead th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(0px, 51px)
    /* 45 is really 360 - 45 */
    rotate(270deg);
  width: 30px;
}
table.x123 thead th.rotate > div > span {
 
  padding: 5px 10px;
}

table.x123 thead th:first-child {
  left: 0;
  z-index: 1;
}

table.x123 tbody th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  background: #FFF;
  border-right: 1px solid #CCC;
}

.modal-xlg {
  width: 90vw;
}

.chosen-container.chosen-container-single {
  min-width: 300px !important; /* or any value that fits your needs */
}