.equal-conditions {
  width:30%;
}
.subnav .nav-pills {
  text-align: center;
}
.subnav .nav-pills li {
  margin-top: 5px;
}
.subnav .nav-pills li:hover {
  background: #3067ac;
}
.nav-tabs > li > a, .nav-pills > li > a {
  line-height: 21px;
}
.subnav .nav-pills li a:hover {
  background: transparent;
}
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
/*surveys test */
#survey .nav-pills li:hover {
  background: #333333;
}
.subnav-form-name {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  max-width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}
.owner-name {
    font-size: 14px;
    max-width: 210px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}
/*surveys*/
body.push-down {
  padding-top: 105px;
}
body.push-down-extra {
  padding-top: 170px;
}
body.push-down-extra-big {
  padding-top: 265px;
}
body.push-down-extra-big.noheader {
  padding-top: 225px;
}
.inline-block {
  display: inline-block;
}
#search-container {
  border-radius: 0 0 0 0;
  border-width: 0 0 1px;
  box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed;
  right: 0;
  top: 106px;
  z-index: 1025;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(center top , #f5f5f5 0%, #EEEEEE 100%);
  background-repeat: repeat-x;
  border: 1px solid #E5E5E5;
  padding-top: 10px;
  padding-bottom: 10px;
}
#search-container.noheader{
  top: 29px;
}
.table-move-buttons {
  width: 7%;
  text-align: center;
}
#search-container div#simple-search>div {
  width: 300px;
}
.pull-left + .pull-left {
  margin-left: 5px;
}
#search-container div.btn-group {
  text-align: left;
}
#complex-search [class*=span] {
  display: inline-block;
}
#complex-search select,
#complex-search input {
  vertical-align: middle;
  margin-bottom: 0;
}
#complex-search {
  /*margin-bottom: 11px;*/
}
#complex-search div {
  text-align: left;
  line-height: 40px;
}
#complex-search .btn {
  position: relative;
  top: 15%;
}
#filter-grid {
  width: 93% !important;
  table-layout: auto;
}
#ddl-filters {
  /*height: 40px;*/
  margin-left: 0;
}
#ddl-filters .dropdown-toggle {
  padding-left: 7px;
}
#search-container .btn {
  /*height: 30px;*/
}
.filter-container {
  margin: 0 auto;
  padding-top: 10px !important;
}
.filter-url-container {
    padding: 2px 4px;
    background: #FFF;
    margin-left: 0px !important;
}
.filter-url-text{
    height: 40px;
}
.filter-search{
    width: 100%;
    /*padding-left: 0px;*/
}
.webkit-fix .filter-container-wrapper {
  padding-right: 10px;
  margin-right: -7px;
}
.filter-table-container, .filter-url-container {
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 72px;
  overflow: auto;
}
.filter-table-container table {
  background-color: #ffffff;
}
#filter-grid tr {
  height: 38px;
}
#filter-grid td, 
#filter-grid td.last {
 /* width: 10%;*/
  border-right: none;
  text-align: center;
  vertical-align: middle;
  padding-right: 3px;
}
.table-move-buttons.pull-left + .pull-left {
  margin-left: 0;
}
.table-move-buttons > a {
  display: block;
  padding: 9px;
  background: #eeeeee;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
#btn-filter {
  position: relative;
}
#field-chooser-container {
  border: 1px solid #D6D8DA;
  border-radius: 5px 5px 5px 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 42px;
  /*max-height: 350px;*/
  overflow-y:auto;
}
#field-chooser-container ul {
  width:100%;
  margin-bottom: 0;
}
#field-chooser-container .column-chooser-title {
  border-top: 0;
  font-weight: bolder;
}
#records-container {
  width: 100%;
  /*padding-bottom: 10px;*/
  margin-bottom: 10px;
  position: absolute;
  left:0;
  margin-top: 0px;
}
#records-container.small {
    border-radius: 5px;
    border: 1px solid #D6D8DA;
}
#records-container.no-border {
  border: none;
}
#records-container-content {
  padding:10px 10px 0px 10px;
  background-color: #FFF;
  margin: 25px 2px 22px 2px;
  position: relative;
}
#records-container-content .loading-curtain {
  position: fixed;
}
#records-container-header {
  border-bottom: 1px solid #D6D8DA;
  padding: 0 10px 3px 10px;
  background: -moz-linear-gradient(center top , #FFFFFF, #F6F6F6) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F6F6F6));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F6F6F6');
  border-radius: 5px 5px 0 0;
}
.subform-icon-right{
    margin-top: 3px;
    margin-left:3px;
    margin-right: 3px;
}
#field-chooser-container li {
  border-top: 1px solid #D6D8DA;
  padding: 4px;
}
#total-rows {
  font-weight: bolder;
}
#record-menu {
  text-align: left;
  min-width: 130px;
}
#record-menu-popover {
  width: auto;
}
a.remove-filter {
  cursor: pointer;
}
#records-container td{
  /*vertical-align: top !important;*/
 /* min-width: 70px;*/
  font-size:12px;
}

#records-container th {
  vertical-align: middle !important;
  min-width: 130px;
}

#records-container th.max-width {
    vertical-align: middle !important;
    min-width: 400px !important;
}

#records-container th.average-width {
    vertical-align: middle !important;
    min-width: 200px !important;
}

#records-container th.small-width {
    vertical-align: middle !important;
    min-width: 70px !important;
}

.sorting-arrow {
    position:relative;
    float: right;
    top: 4px;
}

.sorting .sorting-arrow {
  display: none;
}
.sorting_asc .sorting-arrow {
background-position: -224px -20px;
display: inline-block;
}
.sorting_desc .sorting-arrow {
background-position: -211px -20px;
display: inline-block;
}
.datetime-filter-field {
  text-align:left;
  display: inline-block;
  height: 28px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
#records-table_info .bold {
  font-weight: bolder;
}
#records-table_paginate {
  font-weight:normal;
  font-style:normal;
  width: 100%;
  text-align: right;
}

#records-table tr.even{
    background-color: #eeeeee;
}
span.records-icon {
  background-image: url("../img/records-sprite.png");
  width: 9px;
  height: 10px;
  display: inline-block;
}
#records-table_previous span {
  background-position: -184px -20px;
}

#records-table_first{border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
#records-table_first span.records-icon{width: auto; height: auto;background: none}
#records-table_last{border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
#records-table_last span.records-icon{width: auto; height: auto;background: none}

#records-table_next span {
  background-position: -197px -20px;
}
#records-table_wrapper tr td:last-child {
  border-right: 1px solid #D6D8DA;
}

#records-table_wrapper tr td:first-child {
  /*border-left: 1px solid #D6D8DA;*/
}

#records-table .unstyled{
    margin-bottom:0px !important;
    max-height: 60px;
    max-width: 500px;
    /*overflow: hidden;*/
}

.subheader form{
  margin-bottom:0px;
}
.information [class^="icon-"] {
  left: 0;
  position: absolute;
  top: 2px;
}
#records-container.small {
  width: 973px;
}

#records-container .actions-button {
  padding-left: 6px;
  padding-right: 6px;
  width: 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.actions-menu {
  display: inline-block;
  z-index: 0;
  min-width: 100px;
}

.actions-menu.hide {
  display: none;
}

.form-title h3 {
  line-height: 20px;
}

#records-container .action-buttons {
  min-width: 45px;
  max-width: 45px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.action-buttons input {
  margin: 0;
}

.subnav-fixed {
  top: 64px;
}
/*
==================
Single record
==================
*/
.record-detail {
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-bottom: 40px !important;
}
.record-detail>li {
  padding: 3px 10px;
}
.record-detail>li,
.record-values>li {
  border-bottom: 1px solid #dddddd;
}
.incorrect {
  color: #b94a48;
}

.correct {
  color: #468847;
}
/*
==================
Records
==================
*/
.hidden-by-condition, .collapsed {
  display: none;
}
.field-attachment .btn[class*=span] {
  margin-left: 0 !important;
  margin-right: 10px !important;
  margin-bottom: 18px !important;
  max-width: 60%;
}
.field-attachment .progress {
  margin-top: 6px;
}
.field-attachment .progress-ie {
  background: url(../img/progressbar.gif) !important;
  filter: none;
}
.field-attachment .well {
}
.field-attachment .well.height-inherit {
  height: inherit !important;
}
.field-attachment .status-message{
    margin-top: 5px;
  }
.field-attachment .status-message .message-holder {
  vertical-align: middle;
  display: inline-block;
  width: 90%;
}
.field-attachment span.btn {
  overflow: hidden;
  position: relative;
}
.field-attachment input[type="file"], #lnk-import input[type="file"]{
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-transform: translate(-300px, 0px) scale(4);
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 100px 200px;
  cursor: pointer;
  direction: ltr;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.field-attachment .status-message .wordwrap {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.field-attachment .status-message .wordwrap-ie {
  width: 110px !important;
}
#lnk-import input[type="file"]{
  /*filter: progid:DXImageTransform.Microsoft.alpha(opacity=0);*/
  top:15px;
}
#lnk-import{
  overflow:hidden;
  position:relative;
}
#scrollable-wrapper {
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-size: 13px;
  height: 80px;
  margin-left: 0;
  top: -5px;
  overflow-y: auto;
}
.remove-overflow{
   /* overflow: visible !important;*/
}
ul.ppl-list>li {
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
}
ul.ppl-list>li:nth-child(even) {
  background-color: #eeeeee;
}
ul.ppl-list>li span.wordwrap {
  display: inline-block;
  vertical-align: middle;
}
ul.ppl-list .remove-person {
  float: right;
  width: 5%;
}
.error .defaultSkin table.mceLayout,
.error .well {
  border: 1px solid #B94A48;
}
ul.ppl-list>li {
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
}
#link-export-status{
  font-weight: bold;
  margin: 0 10px;
}
.field-date-time a.clear-date,
#filterValueField a.clear-date {
  cursor: pointer;
  height: 23px;
  margin-top: -35px;
  text-align: center;
  width: 40px;
  position:relative;
}
.ui-autocomplete.ui-front {
  z-index: 1026;
}
#filterValueField a.clear-date {
  margin-top: -40px;
}
.field-date-time .clear-date i,
#filterValueField .clear-date i {
  vertical-align: middle;
}
.choices-box ul.ppl-list > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
.choices-box ul.ppl-list > li span.wordwrap {
  width: 57%;
}
.choices-box ul.ppl-list > li span.sso.wordwrap {
  text-align: right;
  width: 26%;
}
.submitted-quiz-modal .modal-body {
  text-align: center;
}
ul.userinfo {
    background: #f4f4f4;
    margin-bottom: 10px !important;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
ul.proxy-userinfo {
    background: #f4f4f4;
    margin-top: -11px !important;
    margin-bottom: 10px !important;
    border: 1px solid #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
ul.proxy-userinfo label {
    padding: 7px;
}
ul.remove-bottom-radius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
ul.userinfo li {
    padding: 10px;
    display: inline-block;
    border-right: #dddddd solid 1px;
    width: 40%;
    border-bottom: none;
}
ul.userinfo li.second-li {
    border-right: 0px;
}

ul.userinfo li:last-child {
    border-right: none;
}
/*
==================
Subform
==================
*/
.table-header-ellipsis{text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 75%;}
.subform-collapse-icon{
    padding-left: 20px;
    padding-right: 10px;
	cursor:pointer;
}
.subform-header {
  clear: both;
  position: relative !important;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#EFEFEF));
  padding-bottom: 0px !important;
  border-radius: 0px;
  height: 35px;
}
.subform-header span.subform-status{
  position: absolute;
  background-color: #000;
  width: 120px;
  height: 45px;
  display: block;
  z-index: 5;
  filter: alpha(opacity=60);
  opacity: 0.6;
  right: 0;
  top: 0;
}
span.subform-status span {
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
  text-align: center;
  position: absolute;
}
.records-container {
  clear: both;
  margin-top: -13px;
  margin-bottom: 10px;
}

.subform-container{
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f3f3f3;
	margin-bottom:10px;
}

.subform-container .records-table-container{ max-height:373px}

.subform-container table.records-table td{padding-left:5px; font-size:13px} 
.record-detail li .subform-header{margin-top: 10px;height: 0 !important;padding: 9px 10px 0px 10px !important;}
.field-container li{
    color: #000;
}
#records-container-header h3{ font-size: 18px;color: #454545;font-weight: normal;margin-left: 2px; }
h3.singleviewhead{font-weight:normal; font-size:21px; margin-bottom:10px;}
.field-container DIV{
    color: #000;
}
.min-height-select2 a {
  height: 28px !important;
}
.records-container div.records-table-container {
  /*border: 1px solid #ccc;*/
  position: relative !important;
}

table.records-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  float: left;
  table-layout: fixed !important;
    background-color: #ffffff;
}

table.records-table > thead tr {
  white-space: nowrap;
  background-color: #c0c0c0;
}
table.records-table > thead th {
  border: 1px solid #ccc;
  border-right: 1px solid #CCCCCC;
  position: relative;
  padding: 2px;
  background: #e0e0e0;
}
table.records-table > thead th span {
   text-overflow: ellipsis !important;
   white-space: nowrap !important;
   overflow: hidden !important;
   width: 400px !important;
}
table.records-table > tbody td {
  min-width: 250px;
  border: 1px solid #ccc;
  position: relative;
  vertical-align: top;
}
table.records-table > thead th:last-child {
  border-right: 1px solid #ccc;
  min-width: 30px;
}
table.records-table > td:last-child  {
  min-width: 30px;
  text-align: center;
}
table.records-table table td, table.records-table table th {
  min-width: 20px;
  border: 0;
}
.records-table-container {
  width:100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow-x: auto;
  padding: 0px 0px 10px 1px;
}
.records-table-wrapper {
  position: relative;
  visibility: hidden;
  clear: both;
}
table.records-table .control-group {
  margin: 4px 2px;
  border: 0;
}

table.records-table input {
  margin: 0;
}
table.records-table label.control-label {
  display: none;
}
table.records-table span.icon-question-sign {
  display: none;
}

table.records-table div.choices-container {
  border: 0;
}
table.records-table .section-heading {
  position: relative;
  top: 0;
  bottom: -8px;
  width: 182px;
  text-align: center;
  margin: 0 0 7px -2px;
  
}
table.records-table td.subform-col .section-heading {
    margin: 5px 0 19px -2px !important;
}
table.records-table .section-buttons {
  display: none;
}
table.records-table span.js-display-name-text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
}
table.records-table .choices-container {
  padding-left: 10px;
}
.subform-mobile {
  margin-bottom: 15px;
}
.subform-mobile h3 {
  background-color: #c0c0c0;
  background-image: none;
  border-radius: 0;
  padding: 1em;
}
.subform-mobile-container {
  border: 0;
  padding: 1em 0 !important;
}
.subform-mobile-container  div.control-group{
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.subform-mobile-container  div.control-group label.control-label {
  float: left;
  width: 35%;
  white-space: normal;
}

.subform-mobile-container  div.control-group .controls {
  float: left;
}
.subform-error {
  background-color: #f2dede !important;
}
.subform-alert-container {
  position: relative;
}
.subform-alert {
  position: absolute;
  z-index: 5;
  top: 70px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  max-width: 400px;
}
.subform-mobile-container .subform-alert {
  position: relative;
  top: 0px;
  margin-bottom: 15px;
}
li .subform-header {
  min-height: 30px;
}
#edit-button-container{
    padding-right: 10px;
    padding-top: 3px;
    border-right: 1px solid #ddd;
}
#edit-button-container button{
    margin-left: 6px;
}
.total-rows-container {
    font-size:12px;
    padding-left: 10px;
    text-align: right;
}
li .records-table td {
  /*background-color: #fff;*/
  /*min-height: 50px;*/

}
@media all\0 { li .records-table td { outline: 1px solid #c0c0c0; } } /* ie 8 fix */
li span.sectionWrapper {
  display: block;
  min-height: 50px;
}

/*
==================
IISDN
==================
*/
table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}
.table{width:100%;margin-bottom:20px;}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-bottom:1px solid #bfc2c5;border-top:0px;}
.table th{font-weight:bold;}
.table thead th{vertical-align:bottom;}
.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0;}
.table tbody+tbody{border-top:2px solid #bfc2c5;}
.table-condensed th,.table-condensed td{padding:4px 5px;}
.table-bordered{border:1px solid #bfc2c5;border-collapse:separate;*border-collapse:collapsed;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-left:1px solid #bfc2c5;}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px;}
.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px;}
.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;}
.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;}
.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9;}
.table tbody tr:hover td,.table tbody tr:hover th{background-color:none;}
table .span1{float:none;width:44px;margin-left:0;}
table .span2{float:none;width:124px;margin-left:0;}
table .span3{float:none;width:204px;margin-left:0;}
table .span4{float:none;width:284px;margin-left:0;}
table .span5{float:none;width:364px;margin-left:0;}
table .span6{float:none;width:444px;margin-left:0;}
table .span7{float:none;width:524px;margin-left:0;}
table .span8{float:none;width:604px;margin-left:0;}
table .span9{float:none;width:684px;margin-left:0;}
table .span10{float:none;width:764px;margin-left:0;}
table .span11{float:none;width:844px;margin-left:0;}
table .span12{float:none;width:924px;margin-left:0;}
table .span13{float:none;width:1004px;margin-left:0;}
table .span14{float:none;width:1084px;margin-left:0;}
table .span15{float:none;width:1164px;margin-left:0;}
table .span16{float:none;width:1244px;margin-left:0;}
table .span17{float:none;width:1324px;margin-left:0;}
table .span18{float:none;width:1404px;margin-left:0;}
table .span19{float:none;width:1484px;margin-left:0;}
table .span20{float:none;width:1564px;margin-left:0;}
table .span21{float:none;width:1644px;margin-left:0;}
table .span22{float:none;width:1724px;margin-left:0;}
table .span23{float:none;width:1804px;margin-left:0;}
table .span24{float:none;width:1884px;margin-left:0;}
table,.table-bordered{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}table thead:first-child tr:first-child th:first-child,.table-bordered thead:first-child tr:first-child th:first-child,table tbody:first-child tr:first-child td:first-child,.table-bordered tbody:first-child tr:first-child td:first-child,table thead:first-child tr:first-child th:last-child,.table-bordered thead:first-child tr:first-child th:last-child,table tbody:first-child tr:first-child td:last-child,.table-bordered tbody:first-child tr:first-child td:last-child,table thead:last-child tr:last-child th:first-child,.table-bordered thead:last-child tr:last-child th:first-child,table tbody:last-child tr:last-child td:first-child,.table-bordered tbody:last-child tr:last-child td:first-child,table thead:last-child tr:last-child th:last-child,.table-bordered thead:last-child tr:last-child th:last-child,table tbody:last-child tr:last-child td:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.table-bordered{border-width:0;}
.table-bordered th:first-child,.table-bordered td:first-child{border-left-width:0;}
.table-bordered th:first-child[rowspan]:not([rowspan=1]),.table-bordered td:first-child[rowspan]:not([rowspan=1]){border-right:1px solid #bfc2c5;padding-right:11px;position:relative;right:-1px;}
table.dataTable th,table.dataTable td{font-size:12px;}
table.dataTable th{text-align: left; color:#fff;}
table.dataTable thead th{background-color:#DDD;color:#555;font-weight:normal;}
table.dataTable{margin:0 auto;clear:both;width:100%;}
table.dataTable thead th{padding:0px 18px 0px 10px;border-bottom:1px solid black;font-weight:bold;}
table.dataTable tfoot th{padding:0px 18px 0px 10px;border-top:1px solid black;font-weight:bold;}
table.dataTable td{padding:3px 10px;}
table.dataTable td.center,table.dataTable td.dataTables_empty{text-align:center;}
.dataTables_wrapper{position:relative;clear:both;*zoom:1;}
.dataTables_length{float:left;}
.dataTables_filter{float:right;text-align:right;}
.dataTables_paginate{float:right;text-align:right;}
.paginate_disabled_previous,.paginate_enabled_previous,.paginate_disabled_next,.paginate_enabled_next{height:19px;float:left;cursor:pointer;*cursor:hand;color:#111 !important;}
.paginate_disabled_previous:hover,.paginate_enabled_previous:hover,.paginate_disabled_next:hover,.paginate_enabled_next:hover{text-decoration:none !important;}
.paginate_disabled_previous:active,.paginate_enabled_previous:active,.paginate_disabled_next:active,.paginate_enabled_next:active{outline:none;}
.paginate_disabled_previous,.paginate_disabled_next{color:#666 !important;}
.paginate_disabled_previous,.paginate_enabled_previous{padding-left:23px;}
.paginate_disabled_next,.paginate_enabled_next{padding-right:23px;margin-left:10px;}
.paginate_enabled_previous{background:url('../img/back_enabled.png') no-repeat top left;}
.paginate_enabled_previous:hover{background:url('../img/back_enabled_hover.png') no-repeat top left;}
.paginate_disabled_previous{background:url('../img/back_disabled.png') no-repeat top left;}
.paginate_enabled_next{background:url('../img/forward_enabled.png') no-repeat top right;}
.paginate_enabled_next:hover{background:url('../img/forward_enabled_hover.png') no-repeat top right;}
.paginate_disabled_next{background:url('../img/forward_disabled.png') no-repeat top right;}
.paging_full_numbers{height:22px;line-height:22px;}
.paging_full_numbers a:active{outline:none;}
.paging_full_numbers a:hover{text-decoration:none;}
.paging_full_numbers a.paginate_button,.paging_full_numbers a.paginate_active{border:1px solid #D6D8DA;/*-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;*/padding:10px 15px 7px;margin: 0 0 0 -4px;cursor:pointer;*cursor:hand;color:#333 !important;}
.paging_full_numbers a.paginate_button{background-color:transparent;}
.paging_full_numbers a.paginate_button:hover{background-color:#F5F5F5;color:#000 !important; text-decoration:none !important;}
.paging_full_numbers a.paginate_active{background-color:#3B73B9; color:#FFF !important;}
.dataTables_processing{position:absolute;top:50%;left:50%;width:250px;height:30px;margin-left:-125px;margin-top:-15px;padding:14px 0 2px 0;border:1px solid #ddd;text-align:center;color:#999;font-size:14px;background-color:white;}
table.dataTable th:active{outline:none;}
.dataTables_scroll{clear:both; border:1px solid #D6D8DA;}
.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch; width: 100% !important;}
.dataTables_scrollHead{width: 100% !important;}
div.DTTT_container{position:relative;float:right;margin-bottom:1em;}
button.DTTT_button,div.DTTT_button,a.DTTT_button{position:relative;float:left;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:0.88em;color:black !important;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#ffffff;background:-webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);background:linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);}
button.DTTT_button{height:30px;padding:3px 8px;}
.DTTT_button embed{outline:none;}
button.DTTT_button:hover,div.DTTT_button:hover,a.DTTT_button:hover{border:1px solid #666;text-decoration:none !important;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:-moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:-ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:-o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0);}
button.DTTT_disabled,div.DTTT_disabled,a.DTTT_disabled{color:#999;border:1px solid #d0d0d0;background:#ffffff;background:-webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);background:-moz-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);background:-ms-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);background:-o-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);background:linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);}
button.DTTT_button_collection span{padding-right:17px;background:url(../images/collection.png) no-repeat center right;}
button.DTTT_button_collection:hover span{padding-right:17px;background:#f0f0f0 url(../images/collection_hover.png) no-repeat center right;}
div.DTTT_collection{width:150px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.4);background-color:#f3f3f3;background-color:rgba(255, 255, 255, 0.3);overflow:hidden;z-index:2002;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3);-moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3);-ms-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3);-o-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3);box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3);}
div.DTTT_collection_background{background:transparent url(../images/background.png) repeat top left;z-index:2001;}
div.DTTT_collection button.DTTT_button,div.DTTT_collection div.DTTT_button,div.DTTT_collection a.DTTT_button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;}
.DTTT_print_info{position:fixed;top:50%;left:50%;width:400px;height:150px;margin-left:-200px;margin-top:-75px;text-align:center;color:#333;padding:10px 30px;background:#ffffff;background:-webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);background:linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);opacity:0.95;border:1px solid black;border:1px solid rgba(0, 0, 0, 0.5);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.5);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.5);-ms-box-shadow:0 3px 7px rgba(0, 0, 0, 0.5);-o-box-shadow:0 3px 7px rgba(0, 0, 0, 0.5);box-shadow:0 3px 7px rgba(0, 0, 0, 0.5);}
.DTTT_print_info h6{font-weight:normal;font-size:28px;line-height:28px;margin:1em;}
.DTTT_print_info p{font-size:14px;line-height:20px;}
table.DTCR_clonedTable{background-color:white;z-index:202;}
div.DTCR_pointer{width:1px;background-color:#0259C4;z-index:201;}
body.alt div.DTCR_pointer{margin-top:-15px;margin-left:-9px;width:18px;background:url('../images/insert.png') no-repeat top left;}
table.dataTable thead th{border-bottom-width:0;font-weight:bold;}table.dataTable thead th.sorting:hover{cursor:pointer;*cursor:hand;}
table.dataTable thead th.sorting_asc,table.dataTable thead th.sorting_desc{background-color:#DDDDDD;}table.dataTable thead th.sorting_asc:after,table.dataTable thead th.sorting_desc:after{float:right;font-weight:normal;font-style:normal;position:relative;top:1px;}
table.dataTable thead th:active{outline:none;}
table.dataTable th,table.dataTable td{height:35px;padding:0 10px;vertical-align:middle;}table.dataTable th.voice-data,table.dataTable td.voice-data{text-align:right;padding-right:26px;}
table.dataTable td{height:auto;}
table.dataTable th.visualization,table.dataTable td.visualization{padding-right:26px;}
table.dataTable th svg.visualization-bar,table.dataTable td svg.visualization-bar{position:relative;top:3px;}
table.dataTable .selector{border-left:0;padding:0;text-align:center;}
table.dataTable th.selector{border-left:1px solid #3f4145;}
table.dataTable td.selector:hover{cursor:pointer;*cursor:hand;}
table.dataTable .outlier{background-color:#ee3324;color:#ffffff;font-weight:bold;}
table.dataTable.hasSelectedRows td{background-color:#edeeef;}table.dataTable.hasSelectedRows td.outlier{background-color:#ee3324;color:#ffffff;}
table.dataTable.hasSelectedRows .DTTT_selected td{background-color:#ffffff;}table.dataTable.hasSelectedRows .DTTT_selected td.outlier{background-color:#ee3324;color:#ffffff;}
.dataTables_scrollHead table.dataTable{min-width:480px;border-bottom-width:0;}
.dataTables_scrollBody table.dataTable{min-width:480px;border-top-width:0;border-bottom-width:0px;}
.DTTT_container{display:none;}
.module .dataTables_wrapper{margin-left:-15px;margin-right:-15px;}
.dataTables_scroll{margin-bottom:20px;}
.dataTables_wrapper>.btn-group{display:none;position:absolute;}
.dataTables_wrapper .dropdown-menu{margin-top:-5px;right:0 !important;}
.table-controls{margin:0 15px;line-height:1;}
.dataTables_length,.dataTables_info,.dataTables_paginate{clear:none;display:inline-block;font-size:12px;height:auto;margin:0;text-align:left;}
/*.dataTables_paginate{height:30px;}*/
.dataTables_info{font-size:12px;line-height:20px;margin-right:10px;top:-10px;}
.dataTables_length label{font-size:12px;line-height:20px;position:relative;top:4px;}
.dataTables_length select{margin:-2px 4px 0;width:60px;}
.filter-controls .btn-group{display:inline-block;}
.filter-utilities .btn-group,.filter-utilities .form-search{float:left;}
.filter-controls{font-size:0;float:left;margin-top:15px;}
.filter-utilities{margin-top:15px;}
.filter-utilities .form-search{margin-bottom:15px;}
.tray.in~.filter-controls,.tray.in~.filter-utilities{margin-top:2px;}
.filter-actions{margin-top:15px;}
.pagination a{background-color:#ffffff;border-color:#e1e2e5;color:#5c5f63;font-size:12px;line-height:20px;padding:4px 10px;}.pagination a:hover{background-color:#edeeef;}
.pagination .active a{background-color:#3b73b9;color:#ffffff;border-color:#3b73b9;}
.pagination .prev:not(.disabled) a [class^="icon-"],.pagination .next:not(.disabled) a [class^="icon-"],.pagination .prev:not(.disabled) a [class*=" icon-"],.pagination .next:not(.disabled) a [class*=" icon-"]{opacity:0.3;filter:alpha(opacity=30);}
.pagination .prev:not(.disabled) a:hover [class^="icon-"],.pagination .next:not(.disabled) a:hover [class^="icon-"],.pagination .prev:not(.disabled) a:hover [class*=" icon-"],.pagination .next:not(.disabled) a:hover [class*=" icon-"],.pagination .prev:not(.disabled) a:active [class^="icon-"],.pagination .next:not(.disabled) a:active [class^="icon-"],.pagination .prev:not(.disabled) a:active [class*=" icon-"],.pagination .next:not(.disabled) a:active [class*=" icon-"]{opacity:1;filter:alpha(opacity=100);}
.pager a{border-color:#e1e2e5;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#5c5f63;font-size:12px;line-height:26px;line-height:20px;padding:4px 10px;}.pager a:hover{background-color:#edeeef;}
.pagination{height:40px;margin:20px 0;}
.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}
.pagination li{display:inline;}
.pagination a{float:left;padding:0 14px;line-height:38px;text-decoration:none;border:1px solid #ddd;border-left-width:0;}
.pagination a:hover,.pagination .active a{background-color:#f5f5f5;}
.pagination .active a{color:#bfc2c5;cursor:default;}
.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover{color:#bfc2c5;background-color:transparent;cursor:default;}
.pagination li:first-child a{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.pagination-centered{text-align:center;}
.pagination-right{text-align:right;}
.pager{margin-left:0;margin-bottom:20px;list-style:none;text-align:center;*zoom:1;}.pager:before,.pager:after{display:table;content:"";}
.pager:after{clear:both;}
.pager li{display:inline;}
.pager a{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
.pager a:hover{text-decoration:none;background-color:#f5f5f5;}
.pager .next a{float:right;}
.pager .previous a{float:left;}
.pager .disabled a,.pager .disabled a:hover{color:#bfc2c5;background-color:#fff;cursor:default;}

td[class*=field_] li {
    word-wrap: break-word;
}

td.long-content ul{
    height: 60px;
    overflow: hidden;
    position: relative;
    cursor:pointer;
}

td.long-content ul:after {
    background-color: transparent;
    bottom: 0;
    color: #333;
    content: "...";
    float: right;
    font-size: 14px;
    position: absolute;
    right:1px;
    cursor:pointer;
}

.popover{
    width: auto;
    max-width: 500px;
}

.highlight{
    background-color: #ffe562;
}

/*form lookup loading messages*/
.fl-view-more > div{
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px;
    font-size: 10px;
    cursor:pointer;
    height: 30px;
}

.fl-loader{
    position:absolute;
    z-index: 12000;
    opacity: 0.6;
    filter:alpha(opacity=60);
    background-color: #FFF;
    background-attachment: url();
}
.peopleFontColor{color:#000000 !important;}
.inputFileBtn{ 
    margin-bottom: 0px ;
    margin-left: 0 !important;
    margin-right: 10px !important;
    }
	

/*Subforms styling*/

.subform-container a.subform-remove{ cursor:pointer}
.subform-container .field-attachment .controls .well{ background: none;border: none;box-shadow: none;padding: 0;margin: 0; }
.subform-col input[type="radio"]{ margin-top:4px;}
.subform-col input[type="checkbox"]{ margin-top:4px;}
th.subform-col{ text-align:left; padding-left:4px !important;}
.marginbottom13{ margin-bottom:13px;}

/* ---- view Records  */
.action-pagination{height: 34px;}
.new-actions{width: 100%; margin-top: -5px;}
.new-actions button{margin-right: 5px;}

.new-pagination{width: 500px; margin: 2px 0 0 0; }


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 980px) {
  #main-container-old-records {
    margin-top: 115px;
  }
  .owner-name {
      font-size: 14px;
      max-width: 200px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      display: inline-block;
      vertical-align: bottom;
  }
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #records-container-header h3 {
        color: #454545;
        font-size: 12px;
        font-weight: bold;
        margin-left: 14px;
    }
    .hidden-xs {
      display: none !important
    }
}

/*=============== Filter Manage======*/
.manage-filter-links{padding-left: 80px;}
.manage-filter-links div{line-height:28px;}
.display-inline{
  display: inline;
}
.action-menu{
	left: -56px !important;
	margin-top: 1px !important;
	box-shadow: none;
	border-radius: 0;
	border-top:0;
}
.action-items{
	position: absolute;
margin: auto;
top: 0;
bottom: 0;
right: 0;
width: 40px;
height: 50%;
}
.actionBtn{
	height:30px !important;
}
[class^="varicon-"],
[class*=" varicon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/forms_var_icons.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.varicon-white,
.nav-tabs > .active > a > [class^="varicon-"],
.nav-tabs > .active > a > [class*=" varicon-"],
.nav-pills > .active > a > [class^="varicon-"],
.nav-pills > .active > a > [class*=" varicon-"],
.nav-list > .active > a > [class^="varicon-"],
.nav-list > .active > a > [class*=" varicon-"],
.navbar-inverse .nav > .active > a > [class^="varicon-"],
.navbar-inverse .nav > .active > a > [class*=" varicon-"],
.dropdown-menu > li > a:hover > [class^="varicon-"],
.dropdown-menu > li > a:hover > [class*=" varicon-"],
.dropdown-menu > .active > a > [class^="varicon-"],
.dropdown-menu > .active > a > [class*=" varicon-"] {
  background-image: url("../img/forms_var_icons.png");
}

.varicon-view {
  background-position: 0 -21px;
}
.action-menu .varicon-view-blk {
  background-position: 0 -1px;
}
.action-menu li:hover .varicon-view-blk{
	background-position: 0 -42px;
}
.varicon-copy{
	background-position: -30px -1px;
}
.action-menu .varicon-copy {
  background-position: -30px -1px;
}
.action-menu li:hover .varicon-copy{
	background-position: -30px -41px;
}
#records-table tbody tr:hover .varicon-view{
	background-position: 0 -1px;
}
.varicon-pad{
	padding-left:7px;
}
.dropDiv{
  height: 100%;
}

.cursor_not_allowed{
  cursor: not-allowed;
}

div.source-align a{
    font-size: 15px;
}
.spn-right-align{
    float: right;
}
.form-section-label{
    margin-bottom: 15px;
}
.white-bg{
    background-color: #FFFFFF;
}
.popover-content {
    max-height: 250px;
    max-width: 500px;
    overflow: auto;
}
.tooltip-inner {word-wrap:break-word;}
.rte-width {
  min-width: 375px !important;
}
.dateCalc {
    display:none;
}
.padding-top9 {
  padding-top: 9px;
}
/****** Bulk Update CSS ******/
.bread-progress {
    list-style: none;
    overflow: hidden;
    font: 14px Helvetica, Arial, Sans-Serif;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 4px;
    margin-left: 0px;
    height: 37px;
    width: 50%;
}

.bread-progress li {
    float: left;
    width: 50%;
    background: #ddd;
    /* fallback color */
    position: relative;
}

.bread-progress li.active {
    background: #006dcc;
}

.bread-progress li button {
    background: none;
    box-shadow: none;
    border: none;
    color: #454545;
    text-decoration: none;
    display: block;
    font-weight: bold;
    width:100%;
    height: 37px;
    text-align: left;
    pointer-events: none;
    cursor: default;
}
.bread-progress li button .text-wrapper{
  max-width: 154px;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 5px;
}
.bread-progress li.active button {
    color: #ffffff;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 15px solid #ddd;
    position: absolute;
    right: -15px;
    z-index: 2;
}
.bread-progress li:last-child {
    width: 39%; 
}
.bread-progress li:last-child .arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 15px solid #ddd;
  position: absolute;
  right: -15px;
  z-index: 2;
}
#bulk-update-progress .active .arrow-right {
  border-left: 15px solid #006dcc;
}
#bulk-update-progress .badge {
    padding: 5px 9px 5px !important;
    border-radius: 45px;
}
#bulk-update-progress .active .badge {
    background-color: #ffffff;
    color:#006dcc;
}
.bulk-update-audit-table {
  border-collapse: collapse;
  width: 1208px;
  border: 1px solid #ddd;
  margin-top: 10px;
}
.bulk-update-audit-table th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px 10px 10px 15px;
  background-color: #f5f5f5;
  max-width: 100px;
}
.bulk-update-audit-table td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px 10px 10px 15px;
  max-width: 100px;
}
.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c
}