*{
	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;
}
.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;
  
}

#compare li {
  float: left;
}
.innerTable th, .innerTable td {
  padding: 0.75rem;
  vertical-align: top;
  border: none;
}
.innerTable{
 
  margin-top: -8px;
}
#compareTable tr td{
  padding: 10px;
}
#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 .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.crm-text{
  font-size:11px !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;
}