﻿[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

@media (min-width: 1025px) {
  .container {
    width: 1025px;
  }

}

.no-padding
{
  padding:0px
}

.padding-1
{
  padding:1px;
}

.padding-2
{
  padding:4px;
}


.container-wide {
  width: 100%;
  max-width: 1500px;
}

@media (min-width: 768px) {
  .v-size-panel {
    height: 275px;
  }
}


@media (max-width: 768px) {
  input[type='text'],
  input[type='number'],
  input[type='email'],
  input[type='password'],
  select:focus,
  .select2-container .select2-choice,
  textarea {
    font-size: 16px;
  }
}

.fbar {
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

body {
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px !important;
}

.confBtnAnimation {
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.conf-rating i {
  margin-right: 0 !important;
  font-size: 12px;
}

.editable-input .form-control {
  min-width: 0;
  width: 125px !important;
}

.panel-fixed-bottom {
  bottom: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.icon-20 {
  font-size: 20px;
}

.confToolbar li {
  padding-bottom: 20px;
}

.sorter {
  cursor: pointer;
  position: absolute;
  left: -15px;
  top: 2px;
}

.remove {
  display: inline-block;
  font-weight: 900;
  cursor: pointer;
  color: #888;
  margin-left: 5px;
}

.remove:after {
  content: '\00d7';
  font-size: 14px;
  width: 16px;
  line-height: 1;
  position: relative;
  top: 0.5px;
}

.remove:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contacts-heading {
  position: relative;
}

.contacts-list .list-group-item {
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.contacts-list .list-group-item:hover {
  background-color: #eee;
}

.delete-group:hover {
  color: #555;
}

.active .delete-group:hover {
  color: #eee;
}

.help-group {
  max-width: 800px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.help-thumbnail {
  padding: 0 30px;
}

.help-image {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .equal,
  .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
  }
}

.panel {
  width: 100%;
}

.validation-summary-errors ul {
  margin: 0;
}

.timeline-container:after {
  z-index: 0;
}

.timeline-content {
  position: relative;
  z-index: 2;
}

.timeline-icon img {
  position: absolute;
  z-index: 2;
}

.timeline-icon a {
  position: relative;
  z-index: 3;
  background-color: white;
  left: 2px;
}

/*.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    background-color: #338dca;
    border-color: #338dca;
    color: #fff;
}
*/

.control-label {
  font-weight: 500;
}

fieldset {
  margin-bottom: 20px;
}

.mt-3 {
  margin-top: 3px !important;
}

.user-actions li > a {
  color: #338dca !important;
}

.tooltip-inner {
  width: 600px;
}

@media (max-width: 768px) {
  .navbar-nav .btnUpgradeNav {
    position: inherit !important;
    float: none !important;
    padding: 0;
  }

  .navbar-nav > li > .btnUpgradeNav .label {
    position: inherit;
    float: none;
  }

  .nav-tabs:before {
    content: '';
    margin: 0;
  }

  .confToolbar {
    margin-left: 10px;
  }

  .icon-20 {
    font-size: 24px;
  }

  /*#colParticipants{
        margin-bottom:100px;
    }*/
}

.daterangepicker.dropdown-menu {
  background-color: #eee;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.daterangepicker .ranges {
  margin: 7px;
}

.scroll-window-400 {
  max-height: 400px;
  overflow-y: auto;
}

.scroll-window-700 {
  max-height: 700px;
  overflow-y: auto;
}

.has-feedback .select2-selection__rendered {
  margin-left: 25px !important;
}

#CustomDateRange {
  padding-left: 12px !important;
}

.dial-in-widget-panel .text-muted {
  color: rgba(255, 255, 255, 0.8);
}

.td-invoice-description {
  word-break: break-all;
  word-wrap: break-word;
}

/*#pnlParticipants .media-body{
    max-width:190px;
    overflow:hidden;
}*/

.conf-manager-toolbar .panel-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.conf-manager-toolbar li {
  padding: 5px;
}

.conf-manager-body {
  padding-bottom: 100px;
}

/*@media (max-width: 767px){
    #pnlParticipants .media-body{
        max-width:75px;
        overflow:hidden;        
    }

    .conf-manager-toolbar-bottom {
         width:240px !important;
    }
}*/

#summary-table_filter {
  float: right;
}

.date-range {
  display: inline-block;
}

.date-range label {
  font-size: 13px;
}

.date-range .form-control {
  max-width: 110px;
}

.reports-optional-select2 {
  max-width: 230px;
}

.white-out {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.col-participants {
  width: 415px;
  float: left;
  padding-right: 0;
}

#meetingRoomLink {
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.text-ellipsis {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkbox {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .meeting-room-settings i.icon-help {
    display: none;
  }
}

.dataTables_filter {
  margin-left: 0;
}

.text-underline {
  text-decoration: underline;
}

.table-reports {
  /*white-space: nowrap;*/
}

.table-summary.table-hover tr {
  cursor: pointer;
}

.popover.bottom > .arrow {
  margin-left: -10px;
  top: -10px;
}

.popover > .arrow {
  border-width: 10px;
}

.contacts-list .selected,
.contacts-list .selected:hover {
  background-color: #0269b6;
  border-color: #0269b6;
  color: #fff;
}

.contacts-scroll-window {
  max-height: 470px;
  overflow-y: scroll;
}

.participant-body,
.participant-body-host {
  overflow-x: visible;
}

.participant-body {
  max-width: 235px;
}

.participant-body-host {
  max-width: 265px;
}

.conference-toolbar-item {
  display: inline-block;
  height: 100%;
}

.conference-toolbar-sm button {
  padding-left: 2px;
  padding-right: 2px;
}

.conference-toolbar-flash button i {
  animation-name: flash;
}

.conference-toolbar button i {
  color: #338dca;
}

.conference-toolbar-red button i {
  color: #f44336;
}

.conference-toolbar-green button i {
  color: #43a047;
}

.flash {
  animation-name: flash;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.faded {
  opacity: 0.5;
}

.attendee-scroll-window {
  max-height: 500px;
  overflow: auto;
}

.contact-select-scroll-window {
  max-height: 400px;
  overflow: auto;
}

.contact-group-select-scroll-window {
  max-height: 400px;
  overflow: auto;
}

.icons-list-extended > li {
  margin-left: 15px;
}

.add-to-group-help img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  border-radius: 50%;
  border: 1px solid #eee;
}

.add-to-group-help .add-to-group-caption {
  text-align: center;
  margin: 10px 0 20px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .contact-control-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
}

.width-90 {
  width: 90px;
}

.panel-sm {
  max-width: 500px;
  margin: 0 auto;
}

.panel-sm-form {
  max-width: 300px;
  margin: 0 auto;
}

.content-group small {
  line-height: 20px;
}


.tempus-dominus-widget {
  width: 27rem !important;
}