a[ng-click] {
  cursor: pointer;
}
.form-line.inline .k-upload {
  width: 250px;
  height: 45px;
  display: inline-block;
  margin-right: 25px;
}
/*----------------------------------------------------------------------*/
/* BUTTONS
/*----------------------------------------------------------------------*/
BUTTON,
INPUT[type=reset],
INPUT[type=submit],
.button,
.k-button {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 4px 10px 4px 10px;
  margin-left: 13px;
  cursor: pointer;
  border: none;
}
BUTTON:hover,
INPUT[type=reset]:hover,
INPUT[type=submit]:hover,
.button:hover,
.k-button:hover {
  color: #fff;
}
BUTTON:hover SPAN,
INPUT[type=reset]:hover SPAN,
INPUT[type=submit]:hover SPAN,
.button:hover SPAN,
.k-button:hover SPAN {
  opacity: 1;
}
BUTTON[disabled=disabled],
INPUT[type=reset][disabled=disabled],
INPUT[type=submit][disabled=disabled],
.button[disabled=disabled],
.k-button[disabled=disabled] {
  background: rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(0, 0, 0, 0.1);
  text-shadow: none;
  cursor: not-allowed;
}
BUTTON.notext,
INPUT[type=reset].notext,
INPUT[type=submit].notext,
.button.notext,
.k-button.notext {
  text-indent: -5000px;
  overflow: hidden;
}
BUTTON.graphic,
INPUT[type=reset].graphic,
INPUT[type=submit].graphic,
.button.graphic,
.k-button.graphic {
  padding: 2px;
  margin: 0;
}
BUTTON.tiny,
INPUT[type=reset].tiny,
INPUT[type=submit].tiny,
.button.tiny,
.k-button.tiny {
  width: 25px;
  height: 25px;
  padding: 7px;
}
BUTTON.tiny .icon,
INPUT[type=reset].tiny .icon,
INPUT[type=submit].tiny .icon,
.button.tiny .icon,
.k-button.tiny .icon {
  padding: 10px 5px 0 5px;
  display: block;
}
.loginbox #button {
  background-color: #f1493e;
  border: 2px #f1493e solid;
  color: #fff;
}
.loginbox #button:hover {
  background-color: #a5ac00;
  border: 2px #a5ac00 solid;
}
/*----------------------------------------------------------------------*/
/* WRAPPED FIELD
/*----------------------------------------------------------------------*/
.ie9 .input-wrap button.inline {
  top: -6px !important;
}
.input-wrap {
  position: relative;
  margin: 2px 0 0 9px;
  padding: 0 0 5px 0;
}
.input-wrap .inset {
  padding: 3px 8px 3px 8px;
  width: 150px;
  height: 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.input-wrap .inline {
  position: absolute;
  top: -5px;
  right: 0;
  margin: 0;
  height: 25px;
  width: 35px;
  border: 1px solid #A8A8A8;
  border-bottom-right-radius: 3px;
  background: #fff url('/Content/images/bg-button.png') bottom left repeat-x;
}
.input-wrap .icon {
  width: 15px;
  height: 15px;
}
.search.inline {
  padding: 0 0 5px 0;
}
/*----------------------------------------------------------------------*/
/* FORMS
/*----------------------------------------------------------------------*/
SELECT {
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #D2D4D4;
  border-top-color: #A5A6A6;
  color: #989898;
  font: 12px "Helvetica Neue", Helvetica, sans-serif;
  padding: 7px 6px;
}
INPUT[type=number],
INPUT[type=tel],
INPUT[type=text],
INPUT[type=password],
TEXTAREA {
  border: 1px solid #D2D4D4;
  border-top-color: #A5A6A6;
  color: #989898;
  font: 12px "Helvetica Neue", Helvetica, sans-serif;
  padding: 7px 6px;
}
INPUT[type=number].short,
INPUT[type=tel].short,
INPUT[type=text].short,
INPUT[type=password].short,
TEXTAREA.short {
  width: 75px;
  display: inline-block;
}
INPUT[type=number].small,
INPUT[type=tel].small,
INPUT[type=text].small,
INPUT[type=password].small,
TEXTAREA.small {
  width: 100px;
  display: inline-block;
}
INPUT[type=number].medium,
INPUT[type=tel].medium,
INPUT[type=text].medium,
INPUT[type=password].medium,
TEXTAREA.medium {
  width: 15%;
  display: inline-block;
}
INPUT[type=number].medium.bigger,
INPUT[type=tel].medium.bigger,
INPUT[type=text].medium.bigger,
INPUT[type=password].medium.bigger,
TEXTAREA.medium.bigger {
  width: 25%;
  display: inline-block;
}
INPUT[type=number].large,
INPUT[type=tel].large,
INPUT[type=text].large,
INPUT[type=password].large,
TEXTAREA.large {
  width: 70%;
  display: inline-block;
}
INPUT[type=number].full,
INPUT[type=tel].full,
INPUT[type=text].full,
INPUT[type=password].full,
TEXTAREA.full {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
INPUT[type=number].input-validation-error,
INPUT[type=tel].input-validation-error,
INPUT[type=text].input-validation-error,
INPUT[type=password].input-validation-error,
TEXTAREA.input-validation-error {
  background-image: url('/Content/images/bg-forminput-error.png');
  background-color: rgba(255, 0, 0, 0.05);
  border-color: rgba(255, 0, 0, 0.5);
  color: #000;
}
.form-line {
  display: block;
  padding: 16px 20px;
  border-bottom: 1px solid #E5E5E5;
}
.form-line.no-border {
  border-bottom: none !important;
  border-bottom-width: 0;
}
.form-line.centered {
  text-align: center;
}
.form-line.address-geocode {
  position: relative;
}
.form-line.address-geocode .fa-chevron {
  position: absolute;
  left: 125px;
  top: 15px;
  cursor: pointer;
}
.form-line.address-geocode .sub,
.form-line.address-geocode .vertical {
  margin-top: -27px;
  margin-left: 140px;
}
.form-line.address-geocode .sub .zip,
.form-line.address-geocode .vertical .zip {
  width: 120px;
}
.form-line.address-geocode .unique {
  position: absolute;
  top: 5px;
  right: 25px;
}
.form-line.address-geocode .parsley-errors-list {
  text-align: left;
  padding-left: 0 !important;
}
.form-line.address-geocode .horizontal.keyvalue LI {
  height: 76px;
  vertical-align: top;
}
.form-line.slim {
  padding: 5px;
}
.form-line h4 {
  margin-bottom: 5px;
}
.form-line .radio_wrap {
  display: inline-block;
  margin-top: 5px;
}
.form-line .radio_wrap B {
  margin-right: 5px;
}
.form-line .icon {
  float: right;
  margin-top: 5px;
}
.form-line A.external {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  font-size: 12px;
}
.form-line A.external .icon {
  position: absolute;
  top: -3px;
  right: -12px;
  display: inline-block;
  float: none;
}
.form-line .button {
  display: inline-block;
  margin: 0 0 5px 5px;
}
.form-line BUTTON.cancel {
  border: none;
  background: url('/Content/images/icons/mono/delete.png') center center no-repeat;
  text-indent: -5000px;
  overflow: hidden;
  @include box-shadow(0, 0, 0, 0, #fff);
  opacity: 0.4;
}
.form-line BUTTON:hover {
  opacity: 1;
}
.form-line .field-validation-error {
  display: block;
  margin: 0 0 0 140px;
  padding: 5px 0 0 20px;
  background: url('/Content/images/icons/exclamation.png') center left no-repeat;
  font-size: 11px;
  color: #CD0000;
}
.form-line .with-label {
  line-height: 24px;
}
.form-line .inline {
  display: inline-block;
  color: #3C5868;
  line-height: 20px;
  font-size: 12px;
  padding: 3px 10px 0 0;
  vertical-align: top;
}
.form-line LABEL {
  display: inline-block;
  color: #3C5868;
  width: 125px;
  line-height: 20px;
  font-size: 12px;
  padding: 3px 10px 0 0;
  vertical-align: top;
  cursor: default;
}
.form-line LABEL.large {
  width: 180px;
}
.form-line LABEL.small {
  width: auto;
}
.form-line LABEL.left {
  float: left;
}
.form-line LABEL I {
  font-size: 9px;
  font-style: normal;
  line-height: 9px;
}
.form-line .msg {
  position: relative;
  font-size: 11px;
  padding: 10px 10px 10px 50px;
  margin: 10px 0 0 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.form-line .msg SPAN {
  display: block;
  width: 26px;
  height: 26px;
  opacity: 0.75;
  position: absolute;
  top: 5px;
  left: 10px;
}
.form-line .msg .text {
  margin: 0;
  padding: 0;
}
.form-line .errors {
  color: #000;
  background-color: #FF9B9B;
}
.form-line .errors SPAN {
  background-image: url('/Content/images/icons/mono/error.png');
}
.form-line .details {
  color: #3E3E3C;
  background-color: #E9E9FF;
}
.form-line .details SPAN {
  background-image: url('/Content/images/icons/mono/info.png');
}
.form-line .tip {
  float: right;
  margin: 0 0 0 15px;
}
.form-line #email {
  float: left;
  margin-left: 0px;
}
.form-line #email FORM {
  width: 600px;
  display: block;
  float: left;
}
.form-line #email FORM LABEL {
  width: 100px;
}
.form-line #email FORM .medium {
  width: 120px;
}
.form-line #email FORM .small {
  width: 50px;
}
.form-line #email button .ajax {
  float: left;
}
.form-line-sub {
  color: #404040;
  font-size: 11px;
  font-family: arial, sans-serif;
  display: block;
  margin: 10px 0 0 135px;
  padding: 10px 10px 10px 10px;
  background-color: #F0F0F0;
  border-radius: 3px;
  border: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
}
.form-line-sub .horizontal LI {
  position: relative;
  margin: 2px 5px 2px 5px;
  padding: 3px 3px 3px 3px;
  background-color: rgba(0, 0, 0, 0.025);
}
.form-line-sub .horizontal LI:hover .control .icon {
  display: block;
}
.form-line-sub .horizontal LI.rootcause {
  width: 250px;
}
.form-line-sub .horizontal LI.resolutioncode {
  width: 250px;
}
.form-line-sub .horizontal LI.attribute {
  width: 150px;
}
.form-line-sub .horizontal LI b {
  padding: 0 5px 0 0;
}
.form-line-sub .horizontal LI A.delete {
  background: none;
}
.form-line-sub .horizontal LI .control {
  margin: 0 2px;
  padding: 0;
  float: right;
  display: block;
}
.form-line-sub .horizontal LI .control .icon {
  margin: 0;
  display: none;
  float: none;
}
.form-line-sub .list {
  padding: 3px;
  margin: 5px 0 0 0;
  background-color: rgba(0, 0, 0, 0.025);
}
.form-line-sub .list border top {
  width: 1px;
  style: solid;
  color: rgba(0, 0, 0, 0.05);
  radius: 2px;
}
.form-line-sub .list border left {
  width: 1px;
  style: solid;
  color: rgba(0, 0, 0, 0.05);
  radius: 2px;
}
.form-line-sub .list border bottom {
  width: 1px;
  style: solid;
  color: rgba(255, 255, 255, 0.1);
  radius: 2px;
}
.form-line-sub .list border right {
  width: 1px;
  style: solid;
  color: rgba(255, 255, 255, 0.1);
  radius: 2px;
}
.form-line-sub .list LI {
  margin: 5px;
  padding: 5px 15px 5px 5px;
  position: relative;
}
.form-line-sub .list LI.none {
  background: none;
  padding-right: 0;
  padding-left: 0;
}
.form-line-sub .list LI SPAN {
  display: block;
  padding-right: 10px;
}
.form-line-sub .list LI .control {
  position: absolute;
}
.form-line-sub .list LI .delete {
  right: 0;
  top: 3px;
}
.form-line-sub.table {
  background: none;
  padding: 0;
  border: none;
}
.form-line-sub.table .box {
  margin: 0;
}
.form-line-sub TABLE {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-collapse: collapse;
}
.form-line-sub TABLE TR {
  padding: 3px 0px 3px 0;
  margin: 3px 0px 3px 0px;
}
.form-line-sub TABLE TR:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.form-line-sub TABLE TD {
  padding: 5px 0 5px 5px;
  width: 15%;
}
.form-line-sub TABLE TD .none {
  margin-left: 10px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
}
/*----------------------------------------------------------------------*/
/* SCHEDULED REPORTS
/*----------------------------------------------------------------------*/
.form-line-sub .list li div.checker span {
  padding-right: 0px;
}
.form-line.report .delivery {
  line-height: 25px;
  color: rgba(0, 0, 0, 0.5);
}
.form-line.report .form-line-sub LABEL {
  width: auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
}
.form-line.report .form-line-sub .inline {
  display: inline-block;
}
.form-line.report .form-line-sub .list.spinner {
  background: rgba(0, 0, 0, 0.05) url('/Content/images/icons/mono/sinchronize.gif') center center no-repeat;
  padding: 10px;
  opacity: 0.5;
}
.form-line.report .form-line-sub .list icon.unique {
  margin-right: 5px;
}
.form-line.report .form-line-sub .list .column {
  width: 200px;
  float: left;
  display: block;
}
.form-line.report .form-line-sub .list .column .category {
  display: block;
}
.form-line.report .form-line-sub .list .column .contacts {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*----------------------------------------------------------------------*/
/* CLIENT SETTINGS CONTACTS
/*----------------------------------------------------------------------*/
#client-contacts SPAN.count {
  line-height: 25px;
}
#client-contacts .detail-toggle .list THEAD TR TH {
  text-align: left;
  padding-left: 5px;
}
#client-contacts .detail-toggle .list TBODY TR TD.controls {
  position: relative;
}
#client-contacts .detail-toggle .list TBODY TR TD.controls A {
  opacity: 0.5;
  position: absolute;
  float: none;
  top: 0;
}
#client-contacts .detail-toggle .list TBODY TR TD.controls A.edit {
  right: 25px;
}
#client-contacts .detail-toggle .list TBODY TR TD.controls A.delete {
  right: 5px;
}
#client-contacts .detail-toggle .list TBODY TR TD.controls A:hover {
  opacity: 1;
}
/*----------------------------------------------------------------------*/
/* JQUERY MULTISELECT
/*----------------------------------------------------------------------*/
.ui-multiselect {
  width: 172px !important;
  font-weight: normal;
  padding: 3px 10px 2px 10px;
  margin-left: 3px;
}
.ui-multiselect SPAN {
  text-align: left;
  margin: 1px 0 0 0;
  float: left;
}
.ui-multiselect SPAN.ui-icon {
  float: right;
  margin: 0px -5px 0 0;
}
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-image: url('/Content/images/ui-icons_222222_256x240.png');
}
.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
}
.ui-multiselect-header ul {
  font-size: 0.9em;
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
}
.ui-multiselect-header a {
  text-decoration: none;
}
.ui-multiselect-header a:hover {
  text-decoration: underline;
}
.ui-multiselect-header span.ui-icon {
  float: left;
}
.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0;
}
.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 20000;
}
.ui-multiselect-checkboxes {
  position: relative /* fixes bug in IE6/7 */;
  overflow-y: scroll;
}
.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px;
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
}
.ui-multiselect-checkboxes label span {
  margin-left: 5px !important;
}
.ui-multiselect-checkboxes li {
  clear: both;
  font-size: 0.9em;
  padding-right: 3px;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.ui-widget .ui-widget {
  font-size: 11px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border-top: 1px solid rgba(178, 241, 242, 0.95);
  border-left: 1px solid rgba(178, 241, 242, 0.95);
  border-bottom: 1px solid rgba(28, 158, 159, 0.5);
  border-right: 1px solid rgba(28, 158, 159, 0.5);
  background: #2ED9DA;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
#notification-settings .form-line-sub {
  position: relative;
}
#notification-settings .form-line-sub .unique {
  position: absolute;
  top: 0px;
  right: 0px;
}
#notification-settings .form-line-sub TH {
  text-align: left;
}
#notification-settings .form-line-sub TR TD .notification-setting {
  display: inline-block;
  position: relative;
}
#notification-settings .form-line-sub TR TD .notification-setting:hover .icon {
  opacity: 0.5;
}
#notification-settings .form-line-sub TR TD .notification-setting A {
  position: absolute;
}
#notification-settings .form-line-sub TR TD .notification-setting A.save {
  right: -30px;
  top: -6px;
  opacity: 1;
}
#notification-settings .form-line-sub TR TD .notification-setting A.cancel {
  right: -65px;
  top: -6px;
}
#notification-settings .form-line-sub TR TD .notification-setting A.edit {
  right: -20px;
  top: -2px;
}
#notification-settings .form-line-sub TR TD .notification-setting A .icon {
  opacity: 0.1;
}
#notification-settings .form-line-sub TR TD .notification-setting A .icon:hover {
  opacity: 1;
}
#add-recipient .contacts.list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 10px;
}
#add-recipient .contacts.list LI {
  padding: 5px;
}
#add-recipient .contacts.list LI:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}
.available-report-types DIV.checker {
  margin-right: 2px;
  margin-left: 15px;
}
.subscribed-reports DIV.inline {
  display: inline-block;
}
.subscribed-reports LABEL {
  position: relative;
}
.subscribed-reports LABEL .icon.plus.tiny {
  position: absolute;
  top: 3px;
  right: 8px;
}
.subscribed-reports UL,
.subscribed-reports LI {
  margin: 0;
  padding: 0;
  list-style: none;
}
.subscribed-reports .location {
  padding-left: 5px;
  padding-top: 3px;
  margin-left: 10px;
}
.subscribed-reports .location:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}
.subscribed-reports .location.none {
  padding-bottom: 5px;
}
.subscribed-reports .location.add B {
  font-size: 10px;
}
.subscribed-reports .location.add BUTTON {
  padding: 3px 5px 4px 5px;
  font-size: 10px;
}
.subscribed-reports .location .types {
  padding: 5px 0 5px 0;
  font-size: 10px;
}
.subscribed-reports .location .types LI {
  display: block;
  margin-left: 15px;
}
.subscribed-reports .location .types LI B {
  font-weight: normal;
}
.report-subscribers .report .form-line-sub HEADER .msg {
  margin-top: 0;
  margin-bottom: 5px;
}
.report-subscribers .report .form-line-sub HEADER .add-recipient {
  width: 335px;
}
.report-subscribers .report .form-line-sub HEADER .add-recipient .unique {
  display: inline-block;
  margin-top: 0px;
}
.report-subscribers .report .form-line-sub HEADER .add-recipient INPUT {
  height: 10px;
  width: 200px;
  line-height: 20px;
}
.report-subscribers .report .form-line-sub .list .column .subscribers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.report-subscribers .report .form-line-sub .list .column .subscribers LI:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.035);
}
.report-subscribers .report .form-line-sub .list .column .subscribers LI I {
  display: inline-block;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.35);
  margin-left: 15px;
}
.report-subscribers .report .form-line-sub .list .column .subscribers LI B {
  color: rgba(0, 0, 0, 0.35);
  font-weight: normal;
  display: block;
  margin-left: 25px;
}
UL.ui-autocomplete LI.ui-menu-item A I {
  display: inline-block;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.35);
}
.modal.reengage .form-line P {
  text-align: center;
}
.modal.reengage .form-line P B {
  display: block;
  padding-top: 5px;
}
#bulkupdate #note {
  display: block;
  width: 300px;
  height: 75px;
}
.button-box .msg.errors {
  color: #000;
  text-align: center;
  background-color: #FF9B9B;
  position: relative;
  font-size: 11px;
  padding: 10px 10px 10px 50px;
  margin: 10px 0 0 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.2);
}
/*----------------------------------------------------------------------*/
/* PARSLEY ERRORS
/*----------------------------------------------------------------------*/
.parsley-error {
  border: 1px solid #F78D86 !important;
  background-color: rgba(255, 0, 0, 0.05);
}
.parsley-errors-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.form-line .parsley-errors-list {
  padding-left: 140px !important;
  margin-top: 5px;
  margin-bottom: 1px;
}
/*----------------------------------------------------------------------*/
/* MODAL INPUT ON ESC GRID
/*----------------------------------------------------------------------*/
.modal-input .form-line.address label {
  height: 50px;
}
.modal-input .form-line.address .value {
  display: inline-block;
}
.modal-input .form-line .k-upload {
  margin-left: -75px;
}
.modal-input .form-line INPUT[type='text'] {
  padding-left: 5px;
}
.modal-input li.parsley-error {
  padding: 10px;
}
.modal-input label {
  cursor: default;
  display: inline-block;
  color: #3C5868;
  width: 125px;
  line-height: 20px;
  font-size: 12px;
  padding: 3px 10px 0 0;
  vertical-align: top;
}
.modal-input label.fuller {
  width: 250px;
}
.modal-input label.full {
  width: 200px;
}
.modal-input label.small {
  width: 20px;
}
.modal-input label.medium {
  width: 150px;
}
.modal-input label.disabled {
  color: gray !important;
}
.modal-input input[type="radio"] {
  margin-top: 5px;
  display: inline-block;
}
.modal-input .value {
  line-height: 24px;
  font-size: 12px;
  padding: 3px 10px 0 0;
  vertical-align: top;
}
.modal-input .question-box .question {
  width: auto;
  display: block;
  color: #000000;
}
.modal-input .question-box .answer-box {
  margin: 0 auto;
  text-align: center;
}
.modal-input .question-box .answer-box.left {
  margin-top: -10px;
  display: inline-block;
}
.modal-input .question-box .answer {
  display: inline-block;
}
.modal-input .question-box h5 {
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
}
/*----------------------------------------------------------------------*/
/* LEFT SIDEBAR FILTER
/*----------------------------------------------------------------------*/
#filter H1 {
  margin-bottom: 2px;
}
#filter INPUT {
  padding: 5px 5px 5px 3px;
  width: 165px;
}
#filter .k-datepicker {
  width: 170px;
}
#filter .k-datepicker INPUT {
  height: 1.65em;
  line-height: 1.65em;
  padding: 0.177em 0;
  text-indent: 0.33em;
}
#filter #btn-reset {
  width: 166px;
  background-color: #8DAEAE;
  color: #fff;
  height: 28px;
  margin-left: 4px;
}
#filter #btn-reset:hover {
  background-color: #C9D9D9;
}
.poder .filterbar {
  display: block;
  overflow: hidden;
  height: 37px;
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
}
.poder .filterbar LI {
  list-style: none;
  margin: 0 10px 10px 0;
  padding: 9px 10px 10px 10px;
  display: inline-block;
  background-color: #F6F6F3;
  vertical-align: middle;
  float: left;
}
.poder .filterbar LI.msg-limit p {
  margin: 0;
  padding: 0;
}
.poder .filterbar LI.active {
  background-color: #a5ac00;
}
.poder .filterbar LI.active span {
  color: #fff;
}
.poder .filterbar LI.active span.count {
  color: #272B36;
  background-color: #fff;
}
.poder .filterbar LI A {
  display: inline-block;
  height: 20px;
  text-decoration: none;
}
.poder .filterbar LI A.close {
  background-image: none;
}
.poder .filterbar LI SPAN {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans Condensed', Verdana, sans-serif;
  font-size: 16px;
  color: #638A8A;
}
.poder .filterbar LI SPAN.count {
  background-color: #638A8A;
  border-radius: 20px;
  display: inline-block;
  padding: 0 5px;
  min-width: 12px;
  height: 22px;
  text-align: center;
  color: #fff;
}
.pod-detail {
  text-align: left;
}
.pod-detail .block h1 {
  margin: 0;
  padding: 5px 3px 5px 10px;
  font-size: 16px;
  background-color: #F6F6F3;
  color: #428BCA;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', Verdana, sans-serif;
}
.pod-detail .block .list-properties {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
}
.pod-detail .block .list-properties strong {
  display: inline-block;
  width: 150px;
  font-size: 12px;
}
.pod-detail .block .list-properties LI {
  font-size: 13px;
  padding: 5px 0 5px 20px;
}
.pod-detail .block .list-properties LI:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}
.pod-detail .block .table-tracking {
  font-size: 13px;
  width: 100%;
}
.pod-detail .block .table-tracking thead {
  font-weight: bold;
  font-size: 11px;
}
.pod-detail .block .table-tracking thead TR {
  background: none !important;
}
.pod-detail .block .table-tracking TR:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}
.pod-detail .block .table-tracking TD:first-child {
  padding-left: 15px;
}
/*----------------------------------------------------------------------*/
/* KENDO GRID FILTER BAR
/*----------------------------------------------------------------------*/
.k-filter-row TH {
  padding: 0;
}
.k-filter-row TH .k-widget {
  border: none !important;
}
.k-filter-row TH .k-widget INPUT {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.k-filter-row TH BUTTON {
  padding: 2px !important;
  border-radius: 0;
}
.k-list-container .k-list-scroller {
  overflow-y: auto !important;
  overflow-x: hidden;
  padding-right: 60px;
}
