.countdown {
  display: inline-block;
}
.countdown .counter-text {
  font-size: 10px;
  text-align: center;
  width: 100%;
  height: 100%;
  font-family: Calibri;
  color: #ffffff;
  position: absolute;
}
.countdown .circle {
  border: 3px solid #fff;
  background-color: #313131;
}
ul#wrapupCodes {
  margin-top: 1px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}
ul#wrapupCodes li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: rgba(49, 49, 49, 0.81);
  font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  vertical-align: middle;
  height: 15px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 3px 0px 3px 4px;
  font-size: 11px;
}
textarea#wrapupNote {
  bottom: -20px;
  margin-left: 33px;
  top: auto;
  top: 6px;
  margin-top: 0px;
  resize: none;
  border: none;
  width: 237px;
  border-radius: 3px;
}
#NoteButton {
  background-image: url(../images/Icons/btn_ico_addnote.png);
  background-position: left 7px center;
  background-repeat: no-repeat;
}
#CallBackButton {
  background-image: url(../images/Icons/btn_ico_callback.png);
  background-position: left 7px center;
  background-repeat: no-repeat;
}
#submitButton {
  margin: auto;
  padding-top: 1px;
}
.selectedWrapup {
  cursor: pointer;
  background-color: #d5dfe8;
  color: #000;
}
.window .title.Wrapup {
  background-image: url(../images/icons/ico_wrapup.png);
}
.wrapup {
  font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  outline: none;
}
.wrapup .wrapupCodeTitle {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  margin-left: 16px;
  margin-top: -16px;
  text-align: left;
  padding-top: 2px;
}
.wrapup .wrapuplist {
  background-color: #fff;
  width: 273px;
  height: 240px;
  border-radius: 3px;
  margin: auto;
  margin-top: 6px;
  margin-bottom: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrapup .noteEdgeLeft {
  height: 10px;
  width: 20px;
  margin-left: 43px;
  margin-bottom: 0px;
  background-image: url(../images/Icons/note.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
.wrapup .noteEdgeCenter {
  height: 10px;
  width: 20px;
  margin: auto;
  background-image: url(../images/Icons/note.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
.wrapup .wrapupNotes {
  margin-bottom: 5px;
}
.wrapup .leftButtons {
  margin-left: 33px;
  float: left;
}
.wrapup .rightButtons {
  margin-right: 33px;
  float: right;
}
.wrapup .centerButtons {
  margin: auto;
}
.wrapup .iconButtons {
  margin: auto;
  height: 35px;
  margin-top: 10px;
  margin-bottom: 4px;
}
.wrapup .iconButtons .setTextToCenter {
  padding-top: 8px;
}
.wrapup .lowerButtons {
  margin: auto;
  width: 100%;
  margin-bottom: 8px;
}
.wrapup .lowerButtons .diffLine {
  width: auto;
  height: 1px;
  background-color: rgba(11, 15, 52, 0.18);
  margin-bottom: 8px;
}
.wrapup .subText {
  vertical-align: top;
  line-height: 28px;
}
.wrapup .commandButton {
  width: 110px;
  height: 29px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: none;
  outline: none;
  background-color: #a3b8cf;
  color: #313131;
  margin-bottom: 6px;
  cursor: pointer;
}
.wrapup .commandButton.noteBtnPD {
  width: 80px;
  padding-left: 20px;
  font-size: 11px;
  height: 27px;
  margin: auto;
}
.wrapup .commandButton.submit {
  margin-left: auto;
  margin-right: auto;
}
.wrapup .commandButton.submit .inlineBlock {
  display: inline-block;
}
.wrapup .commandButton.save,
.wrapup .commandButton.submit {
  background-color: #7dbe47;
}
.wrapup .commandButton.save:hover,
.wrapup .commandButton.submit:hover {
  background-color: #a8df7c;
}
.wrapup .commandButton.save:active,
.wrapup .commandButton.submit:active {
  background-color: #649938;
}
.wrapup .commandButton.save.submitButtonDisabled,
.wrapup .commandButton.submit.submitButtonDisabled {
  opacity: 0.5;
  cursor: default;
  color: gray;
  background-color: #7dbe47;
}
.wrapup .commandButton.standard:hover {
  background-color: #e5eff9;
}
.wrapup .commandButton.standard:active {
  background-color: #8497ad;
}
#datePickerSection {
  display: inline-block;
}
.datepickerBox {
  display: inline-block;
  width: 60px;
  background-color: #ffffff;
  margin-top: 0px;
}
.dateIcon {
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 35px;
  height: 25px;
  display: inline-block;
  background-image: url(../images/icons/callback_date.png);
  background-position: right 10px bottom 0px;
  background-repeat: no-repeat;
}
.dateIcon:hover {
  background-image: url(../images/icons/callback_date_hover.png);
}
.timepicker {
  display: inline-block;
  width: 60px;
  background-color: #ffffff;
  margin-top: 0px;
}
.timeIcon {
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 35px;
  height: 25px;
  display: inline-block;
  background-image: url(../images/icons/callback_time.png);
  background-position: right 10px bottom 0px;
  background-repeat: no-repeat;
}
.timeIcon:hover {
  background-image: url(../images/icons/callback_time_hover.png);
}
.dateTimePickers {
  margin-left: 15px;
  height: 43px;
  color: #fff;
}
.dateTimePickers .callBackCheckBox {
  margin-top: 9px;
}
.dateTimePickers .callBackText {
  color: white;
  font-weight: bold;
  font-size: 11px;
  margin-right: 12px;
  display: inline-block;
}
.dateTimePickers b,
.dateTimePickers strong {
  font-size: 11px;
}
.dateTimePickers .text-center {
  font-size: 10px;
  font-weight: 700;
}
.dateTimePickers .dropdown-menu {
  min-width: 100px;
  background-color: slategrey;
  font-size: 10px;
  max-width: 235px;
  margin-left: -60px;
}
.dateTimePickers #dateInput {
  width: 60px;
  font-size: 10px;
  height: 20px;
  margin-bottom: 0px;
  padding: 1px 1px 0px 1px;
  display: inline-block;
}
.dateTimePickers .col-md-4 {
  width: 100%;
  padding-left: 0px;
}
.dateTimePickers .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 3px;
}
.dateTimePickers .btn-group > .btn + .btn {
  display: none;
}
.dateTimePickers .btn-group > .btn:first-child {
  margin-left: 21px;
  border-radius: 3px;
}
.dateTimePickers .pull-right {
  float: right;
  margin-right: -5px;
}
.dateTimePickers .btn {
  display: inline-block;
  padding: 1px 1px 2px 2px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}
.dateTimePickers #datePickerSection li {
  line-height: 10px;
  margin-right: 16px;
}
.dateTimePickers .pull-left {
  margin-left: 10px;
}
.dateTimePickers .btn-block {
  margin-left: 5px;
  margin-bottom: 10px;
  margin-top: 2px;
}
.dateTimePickers .glyphicon {
  position: relative;
  top: 2px;
  right: 2.5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.dateTimePickers .glyphicon.glyphicon-chevron-right {
  width: 8px;
  height: 10px;
  background-repeat: no-repeat;
}
.dateTimePickers .glyphicon.glyphicon-chevron-left {
  width: 8px;
  height: 10px;
  background-repeat: no-repeat;
}
.dateTimePickers .glyphicon.glyphicon-calendar {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  right: 0px;
}
.dateTimePickers .glyphicon.glyphicon-chevron-up {
  width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  margin: 0px 0px -1px 3px;
}
.dateTimePickers .glyphicon.glyphicon-chevron-down {
  width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  margin-top: 7px;
}
.dateTimePickers .text-muted,
.dateTimePickers .btn[disabled] {
  color: #999;
  cursor: default;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.dateTimePickers .row {
  margin-left: 0px;
  height: 30px;
}
.dateTimePickers p {
  margin: 0px;
}
.dateTimePickers .input-group-btn {
  width: 10px;
}
.dateTimePickers .timeInfo {
  height: 40px;
  display: inline-block;
  margin-right: 17px;
  float: right;
}
.dateTimePickers .timeInfo .dateTimeinfo {
  vertical-align: 18px;
}
.dateTimePickers .timeInfo .timePickerStyle {
  width: 20px;
}
.dateTimePickers .timeInfo .timePickerStyle .glyphicon {
  top: 0px;
  line-height: 0;
}
.dateTimePickers .timeInfo .timePickerStyle .form-control {
  display: inline-block;
  width: 18px;
  height: 14px;
  padding: 0px;
  font-size: 10px;
  vertical-align: middle;
  margin: 0px;
  font-weight: 600;
}
.dateTimePickers .timeInfo .timePickerStyle .tr td {
  margin: 0px;
  width: 0px;
}
.dateTimePickers .timeInfo .timePickerStyle input {
  margin: 0px;
}
.dateTimePickers .timeInfo .timePickerStyle .btn {
  padding: 0px;
  margin-bottom: 0;
  line-height: 8px;
}
.dateTimePickers .timeInfo .timePickerStyle td {
  height: 10px;
  line-height: 10px;
}
.dateTimePickers .timeInfo .timePickerStyle td.has-error .form-control {
  border: #ec3f41 1px solid;
}