*{
	font-family:sans-serif;
	font-size: 13px !important;
	letter-spacing:.5px;
}
.card-header {
    padding: 0.5rem 1.25rem;
    margin-bottom: 0;
    background-color: #6610f2;
    border-bottom: 1px solid #6f42c1;
    color: #fff;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.25rem;
}
.select2-results__option{
  font-size: 10px !important;
}
td.top-align{
  vertical-align: top;
}
.form-table td{
  font-size: 10px !important;
}
input{

  height:25px !important; 
  font-size: 11px !important;
  color: rgb(139, 138, 138) !important;
  }
textarea {
 color: rgb(139, 138, 138) !important;
  font-size: 11px !important;
}
select{

    font-size: 11px !important; 
    
    }

.enq-table td
{
 max-width: 100px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 10px !important;
 
}
.drop{
  text-align: center;
}
.drop .dropdown-menu {
  border-radius:4px;
  box-shadow:none;
  margin-top:5px;
  width:100px;
  padding: 10px;
  margin-top: 10px;
}

.drop .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: none;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.vendor-table>tbody>tr>td, .vendor-table>tbody>tr>th, .vendor-table>tfoot>tr>td, .vendor-table>tfoot>tr>th, .vendor-table>thead>tr>td, .vendor-table>thead>tr>th
{
  
  padding: 2px;
  font-size: 10px !important;
  height: 10px;
}
.vendor-table>thead>tr>td{
  font-weight: bold !important;
  padding-top: 2px;
}
.vendor-table tr,.vendor-table td {
  height: 10px;
  
  text-align: left
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  font-size: 10px !important;
  margin-right: 3px;
  margin-top: 3px;
  padding: 0 5px;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
  margin-bottom: 0em !important;
}

.sub-table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
}


.enq-table th
{
  max-width: 100px;
 font-size: 10px !important;
 
}
tr > td:hover {
  overflow: visible;
  white-space: unset;
}
.supplier-footer{
  padding: 20px;
  text-align: center;
}

tr.clickedrow td{background-color:rgb(112, 208, 231) !important;}
.quote_table td, .quote_table th
{
 max-width: 100px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 11px !important;
}
.crm-form tr td {
	padding-top:10px;
	
}
.max {
  color: red;
}
.min {
  color: blue;
}

.error{display: block; 
color: red; 
font-size: 12px !important;
font-weight: normal !important;
}
#compare ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  
}
#table-wrapper {
  position:relative;
}
#table-scroll {
  height:75vh;
  overflow:auto; 
   
}
#table-wrapper table {
  width:100%;

}
#table-wrapper table * {
  
  color:black;
}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
  border:1px solid red;
}
#compare li {
  float: left;
}
.innerTable th, .innerTable td {
  padding: 0 px !important;
  vertical-align: top;
  border: none;
  
}
.comparTable td, .comparTable th {
  padding: 5px !important;
  
}
#comparTable{
  overflow: scroll;
  height: 500px;
}
#compareTable tr td{
 max-width: 100px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 11px !important;
 
}

#compareTable tr th{
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px !important;
  
 
 }
#compare li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

#compare li a:hover {
  background-color: #111111;
}
.customcheck {
  display: block;
  position: relative;
  padding-left: 5px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 2px;
  border:1px solid gray;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
  background-color: #007bff;
  border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
  left: 6px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 20px ;
  font-size: 10px !important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 30px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.crm-text{
  font-size:10px !important;
  text-align: right;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.75em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.crm-list{
	width:100%;
	z-index:1;
}
.crm-list li a{
	line-height:30px;
	text-decoration:none;
}
.crm-table tr td{
	font-size: 10px !important;
}
.crm-table th{
  font-size: 10px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 3px !important;
  margin: 1px !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125); 
    border-radius: 0.25rem;
}
.form-modal.modal-dialog {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width:none !important;

    }

.form-modal.modal-content {
        height: auto !important;
        min-height: 100% !important;
        border-radius: 0 !important;
        background-color: #ececec !important 
    }

.form-modal.modal-header {
        border-bottom: 1px solid #9ea2a2 !important;
    }

.form-modal.modal-footer {
        border-top: 1px solid #9ea2a2 !important;
    }

    .pace {
        -webkit-pointer-events: none;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }
      
      .pace-inactive {
        display: none;
      }
      
      .pace .pace-progress {
        background: #29d;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 5px;
      }
      
      .pace .pace-progress-inner {
        display: block;
        position: absolute;
        right: 0px;
        width: 100px;
        height: 100%;
        box-shadow: 0 0 10px #29d, 0 0 5px #29d;
        opacity: 1.0;
        -webkit-transform: rotate(3deg) translate(0px, -4px);
        -moz-transform: rotate(3deg) translate(0px, -4px);
        -ms-transform: rotate(3deg) translate(0px, -4px);
        -o-transform: rotate(3deg) translate(0px, -4px);
        transform: rotate(3deg) translate(0px, -4px);
      }
      
      .pace .pace-activity {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 15px;
        right: 15px;
        width: 14px;
        height: 14px;
        border: solid 2px transparent;
        border-top-color: #29d;
        border-left-color: #29d;
        border-radius: 10px;
        -webkit-animation: pace-spinner 400ms linear infinite;
        -moz-animation: pace-spinner 400ms linear infinite;
        -ms-animation: pace-spinner 400ms linear infinite;
        -o-animation: pace-spinner 400ms linear infinite;
        animation: pace-spinner 400ms linear infinite;
      }
      
      @-webkit-keyframes pace-spinner {
        0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
      }
      @-moz-keyframes pace-spinner {
        0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
        100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
      }
      @-o-keyframes pace-spinner {
        0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
        100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
      }
      @-ms-keyframes pace-spinner {
        0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
        100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
      }
      @keyframes pace-spinner {
        0% { transform: rotate(0deg); transform: rotate(0deg); }
        100% { transform: rotate(360deg); transform: rotate(360deg); }
      }
      
          table{
              background:white !important;
          }
          .crm-form{
              background:white;
              padding:5px;
          }
          .alert-danger ul li{
              list-style-type:none;
          }
          .crm-table tr td{
              padding:5px;
          }
          .crm-form .form-control {
          display: block;
          width: 100%;
          height: calc(1.2em + 0.75rem + 2px);
          padding: 0.375rem 0.75rem;
          font-size: 0.9rem;
          font-weight: 400;
          line-height: 1.6;
          color: #495057;
          background-color:#fff;
          background-clip: padding-box;
          border: 1px solid#ced4da;
          border-radius: 0rem;
          transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      }
.topButton a{
  margin-right: 10px;
}
.topButton button{
  margin-right: 10px;
}

@media (min-width: 992px){
.compare .modal-lg, .modal-xl {
    max-width: 98% !important;
}
}
@keyframes minus {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.row_selected{background-color: #0000ff !important; z-index:9999}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/** SPINNER CREATION **/
.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/** MODAL STYLING **/
.modal-content {
  border-radius: 0px;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}
.modal-backdrop.show {
  opacity: 0.75;
}
.loader-txt p {
  font-size: 13px;
  color: #666;
}
.loader-txt p small {
  font-size: 11.5px;
  color: #999;
}
#output {
  padding: 25px 15px;
  background: #222;
  border: 1px solid #222;
  max-width: 350px;
  margin: 35px auto;
  font-family: 'Roboto', sans-serif !important;
}
#output p.subtle {
  color: #555;
  font-style: italic;
  font-family: 'Roboto', sans-serif !important;
}
#output h4 {
  font-weight: 300 !important;
  font-size: 1.1em;
  font-family: 'Roboto', sans-serif !important;
}
#output p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 0.9em;
}
#output p b {
  text-transform: uppercase;
  text-decoration: underline;
}



.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}
.dash-title{
  padding: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px !important;
}
.info-box-number{
  font-size: 20px !important;
  text-align: center;
  color: #000;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.125);
}
.info-box-text{
  font-size: 12px !important;
  text-align: center;
  color: #000;
}