#imagePreview {

    background: repeat scroll 0 0 #ddd;
    height: 150px;width: 150px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

.imagePreview {

    background: repeat scroll 0 0 #ddd;
    height: 150px;
    width: 200px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

.imagePreviewVertical {

    background: repeat scroll 0 0 #ddd;
    height: 200px;
    width: 150px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

#landscapeImagePreview {

    background: repeat scroll 0 0 #ddd;
    height: 150px;width: 300px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

.preview_holder:hover>img {
 -webkit-transform:scale(1.02);
 -ms-transform:scale(1.02);
 transform:scale(1.02);
 opacity:.7
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
	text-transform: none !important;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.video_container {
	max-height: 300px;
	max-width: 600px;
}

.module-div {
    border: 1px solid #eee;
    padding: 15px 15px 15px 15px;
    margin-top: 8px;
    box-shadow: 5px 5px 5px rgba(186, 12, 47, 0.19);
}
.question-text {
    font-size: 25px;
}
.option-no {
    margin-left: 0px;
    margin-right: 5px;
    padding: 4px 8px 4px 6px;
    border-radius: 18px;
    background-color: #fff !important;
    color: #000;
}
.question-option {
    font-weight: bold;
    margin: auto 0 2em;
    padding: 10px 5px 10px 5px;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: linear-gradient(45deg, #fda582, #f7cf68) !important;
    color: #fff !important;
}

.option-no-selected {
    margin-left: 0px;
    margin-right: 5px;
    padding: 4px 8px 4px 6px;
    border-radius: 18px;
    background-color: #fff !important;
    color: #1ac165;
}

.question-option-selected {
    font-size:
    font-weight: bold;
    margin: auto 0 2em;
    padding: 10px 5px 10px 5px;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: #1ac165 !important;
    color: #fff !important;
}

.option-count {
    padding: 0px 7px 0px 35px;
}

.media-option-selected {
    opacity: 0.3;
    background: #1ac165 !important;
}

.image-container {
    position: relative;
    width: 64px;
    height: 64px;
}
.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(26, 193, 101, .6);
}



.winner-each {
    font-size: 15px;
    font-weight: 600;
    margin: auto 0 2em;
    padding: 10px 15px 10px 8px;
    border-radius: 30px;
    border: 3px solid #9edefd;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: #fff !important;
    color: #000 !important;
}

/* Calendar CSS */
@font-face{
    font-family:'Glyphicons Halflings';
    src:url(../fonts/glyphicons-halflings-regular.eot);
    src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
  }
  .glyphicon{
    position:relative;
    top:1px;
    display:inline-block;
    font-family:'Glyphicons Halflings';
    font-style:normal;
    font-weight:400;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
  }
  
  .glyphicon-chevron-left:before{
    content:"\e079"
  }
  .glyphicon-chevron-right:before{
    content:"\e080"
  }
  
  :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
  }
  .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;
  }
  .bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
  }
  .glyphicon-chevron-down:before{
    content:"\e114"
  }
  .glyphicon-chevron-up:before {
    content: "\e113";
  }
  .bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #444 !important;
  }
  .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #444 !important;
  }

  .datetime-container {
    position: relative;
  }
  
  .custom-ok-btn {
    text-align: center;
    margin-top: 10px;
  }
  
  .custom-ok-btn button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
  }
  
  .custom-ok-btn button:hover {
    background-color: #0056b3;
  }
  .timepicker-picker .btn {
    box-shadow: none !important;
  }
  .bootstrap-datetimepicker-widget table td span:hover {
    background: #fff !important;
  }

  .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a {
    color: #444 !important
  }

  .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a:hover {
    color: #b3afaf !important
  }
  .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #fff !important;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th span:hover {
    color: #b3afaf !important;
}
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #444 !important;
    color: #fff;
}

  @media screen and (max-width:767px) {
      .bootstrap-datetimepicker-widget table td span {
        height: 25px !important;
        line-height: 25px !important;
      }

      .bootstrap-datetimepicker-widget .timepicker {
        max-height: 140px;
      }

      .bootstrap-datetimepicker-widget .timepicker .timepicker-picker {
        height: 140px;
        font-size: 14px;
      }

      .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .btn {
        max-height: 40px;
      }

    .bootstrap-datetimepicker-widget table td {
        height: 40px !important;
        line-height: 30px !important;
    }
  }

  @media (max-width: 576px) {
    .bootstrap-datetimepicker-widget {
      position: fixed !important;
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%) !important;
      min-height: 495px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
      display: none !important;
    }
  }


  /* Partner UI fixes */
  .navbar {
    background: #f46607c9 !important;
    position: sticky;
  }
  .goog-te-combo {
    background: #f46607c9 !important;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    padding: 0 18px;
    height: 29px;
    font-size: 12px;
  }
  .navbar-nav > li > a {
    vertical-align: middle !important;
  }
  .navbar > .col-12 {
    padding: 0;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 8px;
  }
  .default-selector .select2-container {
    font-size: 12px !important;
    width: fit-content !important;
  }
  
  .navbar-nav.navbar-right {
    color: #fff !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  
  .device-cards-section .card-columns {
    column-count: 3 !important;
  }
  
  
  /* property-cards */
  #property-cards .card-deck {
    display: flex;
  }

  #property-cards .card-deck .card {
    width: 100% !important;
    border: 1px solid #00000026;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 16px 0px #1122110d;
  }

  #property-cards .card-deck .card-body {
    width: 100%;
    padding: 0 !important;
    padding-top: 16px !important;
  }

  .action-btns {
    gap: 8px;
    justify-content: center;
  }

  .action-btns a {
    margin: 0 !important;
  }
  
  @media screen and (max-width: 1200px) {
    .bars {
      color: white;
    }
    .ls-closed .bars:after,
    .ls-closed .bars:before {
      top: 12px !important;
    }
    .device-cards-section .card-columns {
      column-count: 2 !important;
    }
  }
  
  @media screen and (max-width: 675px) {
    .device-cards-section .card-columns {
      column-count: 1 !important;
    }
  }
  
  @media screen and (max-width: 575px) {
    .goog-te-combo {
      padding: 0 6px;
      height: 29px;
      font-size: 12px;
      width: 90px;
    }
    .default-selector .select2-container {
      width: 94px !important;
    }
    section.content {
      margin-top: 0px !important;
    }
    .bootstrap-table .fixed-table-toolbar .form-group {
      width: 100% !important;
    }
    .card.border-info .card-title,
    .card.border-info .card-text {
      width: 81%;
    }
    .card.border-info .card-text:last-child {
      width: 64%;
    }
    .fixed-table-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    .fixed-table-pagination .pagination-detail,
    .fixed-table-pagination .pagination {
      float: none !important;
    }
    .fixed-table-pagination .pagination-info {
      font-size: 12px;
    }
    .fixed-table-pagination .page-list .btn-group button {
      padding: 5px !important;
      font-size: 12px !important;
    }

    .navbar .navbar-left {
      display: none;
    }
    .navbar .navbar-right {
      /* margin-left: 0 !important; */
    }
  }
  
  @media screen and (max-width: 375px) {
    .navbar-brand img {
      max-width: 72px !important;
      max-height: 30px !important;
    }
    .navbar-nav > li > a i {
      font-size: 16px !important;
    }
    .fixed-table-pagination .pagination-detail {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  }

  @media screen and (min-width: 576px) {
    section.content {
      margin-top: 0px !important;
    }
  }

  .badge-dark {
    background-color: #444 !important;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0;
  }
  
  #schedule-instructions {
    font-size: 13px;
    color:#000;
  }

  #schedule-instructions strong {
    font-weight: bolder;
  }

  .email-note {
    font-size: 13px;
    color: #666;
    font-weight: normal;
  }

  .email-note strong {
    font-weight: bolder;
    font-size: 14px;
  }

  .btn-outline-primary:hover {
    background-color: #007bff !important;
    color: white !important;
  }

  .device-category-nav-pills .nav-link {
    color: #F28238 !important;
    cursor: pointer;
  }

  .device-category-nav-pills .nav-link.active {
    cursor: pointer;
    background-color: #F59909 !important;
    color: #fff !important
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .device-category-nav-pills-container {
    overflow: auto;
  }