.title-icon {
  transition: width 0.2s, height 0.2s linear;
  filter: grayscale(100%); }

.nav-sm .container.body .col-md-3.left_col, .nav-md .container.body .col-md-3.left_col {
  transition: width 0.2s ease-in-out !important; }

.nav-md .container.body .right_col, .nav-sm .container.body .right_col {
  transition: margin-left 0.2s ease-in-out !important; }

.nav-sm .navbar.nav_title a img {
  margin-left: 5px;
  width: 40px;
  height: 40px; }

.form-control-feedback {
  z-index: 3; }

.dataTables_processing {
  height: 50px; }

.min-height-390 {
  min-height: 390px; }

.dataTable tbody tr {
  cursor: pointer; }
  .dataTable tbody tr.selected {
    background: #e0e0e0;
    cursor: pointer; }
  .dataTable tbody tr.error {
    background: #ffe9e7; }

.dataTable tbody td {
  vertical-align: middle !important; }

.product-img {
  border: 1px solid #ccc;
  margin: 10px auto;
  box-shadow: 1px 1px 5px #e2e2e2; }

.dt-bootstrap .processing_container, .modal .processing_container, .processing .processing_container, .pageloading .processing_container {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 100%;
  right: 100%;
  width: 100%;
  height: 100%;
  z-index: 10; }

.pageloading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1051; }
  .pageloading .processing_container {
    display: block; }

.fixed_200 {
  width: 200px; }

.fixed_height_320 {
  height: 320px; }

.fixed_height_270 {
  height: 270px; }

/*padding*/
.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

/* margin */
.no-margin {
  margin: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.margin {
  margin: 10px !important; }

.margin-left {
  margin-left: 10px !important; }

.margin-right {
  margin-right: 10px !important; }

.margin-top {
  margin-top: 10px !important; }

.margin-bottom {
  margin-bottom: 10px !important; }

#UsedSerialList tbody tr > td.fixed-width-20, #SerialList tbody tr > td.fixed-width-20 {
  max-width: 20px;
  overflow: hidden; }
  #UsedSerialList tbody tr > td.fixed-width-20 div, #SerialList tbody tr > td.fixed-width-20 div {
    max-width: 20px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #cccccc 1px !important;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: solid #cccccc 1px !important;
  border-radius: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #73879C; }

.select2-container--default .select2-selection--single {
  box-shadow: none;
  min-height: 34px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 0.231em;
    color: #73879C; }

.filter_status {
  overflow: hidden; }

.filter-parent {
  border-left: 1px solid #DBDBDB; }

.select2-container {
  /*width:100% !important;*/
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  float: left;
  margin-top: -20px;
  margin-left: -20px; }

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.bcenter {
  display: inline-block;
  vertical-align: bottom;
  float: none; }

.dt-center {
  text-align: center; }

.modal.full-width {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.full-width .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0; }

.full-width .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #1ABB9C;
  border-radius: 0;
  box-shadow: none; }

.full-width .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #2A3F54;
  border: 0; }

.full-width .modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px; }

.full-width .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto; }

.full-width .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5; }

#dragmebaby {
  width: 100px;
  border: 1px solid black; }

.sortable-placeholder {
  background: #fff1b4 !important; }

table.jambo_table tbody tr:hover td, table.jambo_table tbody tr.selected td {
  border-bottom: 0; }

@page {
  header: page-header;
  footer: page-footer; }

.datepicker .flatpickr-wrapper {
  display: block; }

.padding-10 {
  padding: 10px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-right {
  margin-right: 10px; }

.mail_list {
  margin-bottom: 0; }
  .mail_list.odd {
    background: #fbf8f8; }
  .mail_list:hover, .mail_list.selected {
    background: #dadada; }

.mail_list_column {
  position: relative;
  height: 600px;
  overflow: auto; }

.form-control-feedback {
  margin-top: 6px; }
  .form-control-feedback.right {
    right: 2px; }

.mail_view_wrapper {
  height: 100%;
  min-height: 730px; }

.fa-box:before {
  content: 'A';
  display: block; }

.row.row-eq-height {
  display: table;
  width: 100%; }
  .row.row-eq-height div[class^="col-"] {
    display: table-cell; }

.profile_details:nth-child(3n) {
  clear: none; }

.crop-container {
  display: none;
  min-height: 200px;
  max-height: 300px;
  overflow: hidden; }

.dropzone .dz-preview .dz-image {
  border-radius: 0; }

.single-photo .dropzone {
  border: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  max-width: 255px;
  padding: 0; }
  .single-photo .dropzone .dz-preview {
    margin: 0;
    width: 100%; }
    .single-photo .dropzone .dz-preview .dz-image {
      width: 100%;
      height: 100%; }
      .single-photo .dropzone .dz-preview .dz-image img {
        width: 100%; }

ul.product_grid {
  height: 330px;
  width: 100%; }
  ul.product_grid li.product_item {
    width: 23.47%;
    border: 1px solid #eee;
    float: left;
    margin: 10px;
    padding: 5px; }
    ul.product_grid li.product_item .product_thumb {
      border: 1px solid;
      width: 50px;
      height: 50px;
      margin: 5px 10px 5px 0;
      border-radius: 50%;
      padding: 9px 9px; }
      ul.product_grid li.product_item .product_thumb i {
        font-size: 30px; }
    ul.product_grid li.product_item .title {
      height: 1.5em;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

/** bootstrap-daterangepicker ---------------------------------------------------------------**/
.daterangepicker.dropdown-menu {
  font-size: 13px;
  padding: 0;
  overflow: hidden; }

.daterangepicker.picker_1 {
  background: #34495E;
  color: #ECF0F1; }

.daterangepicker.picker_1 table.table-condensed thead tr:first-child {
  background: #1ABB9C; }

.daterangepicker table.table-condensed thead tr:first-child th {
  line-height: 28px;
  text-align: center; }

.daterangepicker.picker_1 table.table-condensed thead tr {
  background: #213345; }

.daterangepicker table.table-condensed thead tr {
  line-height: 14px; }

.daterangepicker table.table-condensed tbody tr:first-child td {
  padding-top: 10px; }

.daterangepicker table.table-condensed th:first-child, .daterangepicker table.table-condensed td:first-child {
  padding-left: 12px; }

.daterangepicker table.table-condensed th:last-child, .daterangepicker table.table-condensed td:last-child {
  padding-right: 12px; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px 7px;
  text-align: center; }

.daterangepicker table.table-condensed tbody tr:last-child td {
  padding-bottom: 10px; }

.daterangepicker.picker_2 table.table-condensed thead tr:first-child {
  color: inherit; }

.daterangepicker.picker_2 table.table-condensed thead tr {
  color: #1ABB9C; }

.daterangepicker.picker_3 table.table-condensed thead tr:first-child {
  background: #1ABB9C;
  color: #ECF0F1; }

.daterangepicker.picker_4 table.table-condensed tbody td {
  background: #ECF0F1;
  color: #34495E;
  border: 1px solid #fff;
  padding: 4px 7px; }

.daterangepicker.picker_4 table.table-condensed tbody td.active {
  background: #536A7F;
  color: #fff; }

.daterangepicker.picker_4 table.table-condensed thead tr:first-child {
  background: #34495E;
  color: #ECF0F1; }

.daterangepicker.picker_1 {
  background: #34495E;
  color: #ECF0F1; }

.daterangepicker.picker_1 table.table-condensed thead tr:first-child {
  background: #1ABB9C; }

.daterangepicker table.table-condensed thead tr:first-child th {
  line-height: 28px;
  text-align: center; }

.daterangepicker.picker_1 table.table-condensed thead tr {
  background: #213345; }

.daterangepicker.picker_2 table.table-condensed thead tr:first-child {
  color: inherit; }

.daterangepicker.picker_2 table.table-condensed thead tr {
  color: #1ABB9C; }

.xdisplay_input {
  width: 240px;
  overflow: hidden;
  padding: 0; }

.xdisplay {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 230px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar, .daterangepicker.openscenter .ranges, .daterangepicker.openscenter .calendar {
  float: right; }

.daterangepicker table {
  width: 100%;
  margin: 0; }

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  white-space: nowrap; }

.daterangepicker td.off {
  color: #999; }

.daterangepicker td.disabled {
  color: #999; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee;
  color: #34495E; }

.daterangepicker td.in-range {
  background: #E4E7EA;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.daterangepicker td.available + td.start-date {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.daterangepicker td.in-range + td.end-date {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #536A7F;
  color: #fff; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  height: 30px;
  border: 1px solid #ADB2B5;
  line-height: 30px;
  border-radius: 0px !important; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0; }

.daterangepicker_start_input {
  float: left; }

.daterangepicker_end_input {
  float: left;
  padding-left: 11px; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker .daterangepicker_start_input label, .daterangepicker .daterangepicker_end_input label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px; }

.daterangepicker .ranges input {
  font-size: 11px; }

.daterangepicker .ranges .input-mini {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px; }

.daterangepicker .ranges .input-mini:hover {
  cursor: pointer; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #536A7F;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer; }

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #536A7F;
  border: 1px solid #536A7F;
  color: #fff; }

.daterangepicker .calendar {
  display: none;
  max-width: 270px; }

.daterangepicker.show-calendar .calendar {
  display: block; }

.daterangepicker .calendar.single .calendar-date {
  border: none; }

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none; }

.daterangepicker .ranges {
  width: 160px;
  text-align: left;
  margin: 4px; }

.daterangepicker .ranges .range_inputs > div {
  float: left; }

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px; }

.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px; }

.daterangepicker .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle; }

/** bootstrap-daterangepicker --------------------------------------------------------------- **/
/* radio-group */
.radio-group .control-label {
  display: none; }

/* table collapse */
.table-collapse {
  display: block;
  max-width: 380px;
  min-height: 1.3em; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.4em !important; }

.dropup .dropdown-menu {
  border-radius: 4px; }

.dropdown-right .dropdown-menu {
  right: 0;
  left: auto; }

/*datatable child row*/
#prodPackageList .slider {
  background: #eee; }

/*image thumbnail*/
.view {
  box-shadow: none; }

.view-first img {
  width: 100%;
  cursor: pointer; }
