/*
Bootstrap overrides.
*/
@import url(https://fonts.googleapis.com/css?family=Roboto|Varela+Round);
@import url(https://fonts.googleapis.com/css?family=RobotoDraft|Varela+Round);
@import url('https://fonts.googleapis.com/css?family=Barlow');
@import url('https://fonts.googleapis.com/css?family=Karla');

body {
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  font-size: 1.25em;
  padding-top: 110px;
}


input, button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.loggedOut {
  text-align: left;
}

#bodyContainer {
  padding-top: 0 !important;
}

.welcome {
  margin-top: 0;
}

/*********************************** NAVIGATION : BEGIN ******************************************/

.nav-wrapper {
  font-family: 'Barlow', sans-serif !important;
  font-variant: none !important;
  margin: 0 auto;
  padding-top: 10px;
  white-space: nowrap;
}

.logoContainer {
  margin: 10px 20px 20px;
  width: 10vw;
  vertical-align: top;
}

.logoContainer img {
  max-width: 100%;
  min-width: 100px !important;
  max-height: 100%;
}

.navbar-nav {
  float: left;
}

.navbar-right {
  float: right !important;
}

.dropdown:hover .dropdown-menu {display: none !important;}

.dropdown.open:hover .dropdown-menu {display: block !important;}

.navbar-nav.nav > li { position: static }

.navbar-nav.nav .dropdown-menu
 {
  left: 0 !important;
  right: 0 !important;
  background: #414141;
  padding: 0;
  text-align: left;
  white-space: initial;
  top: 45%;
  border-top: #414141
}

.navbar-nav.nav .dropdown-menu > li { display: inline; }


.navbar-nav.nav .dropdown-menu > li > a {
  box-shadow: none;
  border: none;
  background: transparent;
  color: #ffffff;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  display:inline-block;
  white-space: nowrap;
}

.dropdown-toggle {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
}

.navbar {
  background: #ffffff none;
  border-bottom: #414141 1px solid;
}

.dropup .caret {
  border-width: 16px;
  color: #414141;
  margin-top: 15px;
}

.nav-header {
  background-color: #ffffff;
}


ul.nav li a:focus, ul.nav li a:hover, ul.nav li a {
  background-color: transparent !important;
  white-space: nowrap;
}

ul.nav li a {
  color: #656565;
}

.navbar .person img {
  width: 20px;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar > .container-fluid {
  border-bottom: 1px solid #414141;
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent !important;
}

.navbar-toggle {
  margin-top: 0;
  background-color: #37b45a;
}

#userId {
  vertical-align: bottom;
}

#navRow_account {
  padding-top: 5px;
}

.breadcrumb {
  padding: 5px 20px !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  background-color: #DDDDDD;
}

.breadcrumb a:focus, .breadcrumb a:hover, .breadcrumb a {
color: #414141;
}

.subMenu-header {

	text-decoration: underline;
	color: #ffffff !important;
	padding-bottom: 5px;
}

.subMenu {
	display: inline-block;
	vertical-align: text-top !important;
	text-align: left;
	padding: 10px;
}

.subMenuItem {
	display: block !important;
	text-align: left;
}

.subMenuItemLink {
	color: #ffffff !important;
}

/*********************************** NAVIGATION : END ******************************************/


.resultTitle {
  color: #414141;
  font-size: 20px;
}

.resultHeaderRow {
  background-color: #414141;
}

.resultHeaderRow th {
  color: #CCCCCC;
}


/*========== Media Queries:  Mobile First  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
  .dropdown-toggle, .dropdown-menu {
    font-size: 12px;
  }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

  .dropdown-toggle, .dropdown-menu {
    font-size: 1.3vw;
  }

  .loginForm button{
    width: 99%;
    margin-top: 10px;
  }
  .loginForm .login-username{
    padding-left: 5px;
    width: 98% !important;
    height: 30px;
  }
  .loginForm .login-password{
    padding-left: 5px;
    width: 98% !important;
    height: 30px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .navbar {
    border-bottom: none;
  }
  .nav-wrapper > div {
    display: inline-block !important;
  }

  .navbar-collapse.collapse {
    display: inline-block !important;
    width: 83% !important;
  }

  #myAccountDropdown {
    float: right !important;
  }

  .navbar .person img {
    width: 30px;
    margin-left: 20px
  }

  ul.nav li.open .dropdown-toggle:after {
    background-color: #37b45a;
    content: "";
    display: block;
    height: 3px;
  }

  #myAccountDropdown.dropdown.open .caret {
    text-align: center !important;
    margin-left: 20px !important;
  }

  .dropup {
    text-align: center !important;
  }

  ul.nav #myAccountDropdown.open .dropdown-toggle:after {
    margin-left: 20px;
    text-align: right;
  }

  .navbar-nav.nav .dropdown-menu {
    margin: 25px 0 0 0;
  }

  .navbar-right .dropdown-menu {
    text-align: right !important;
    padding-right: 100px !important;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .dropdown-toggle, .dropdown-menu {
    font-size: 14px;
  }
}

/* Extra large screens */
@media only screen and (min-width : 2900px) {
  .dropup .caret {
    border-width: 16px;
    color: #414141;
    margin-top: 20px;
  }
}



#changeLocale,
#switchProfile
{
  text-align: left;
}

.field-help {
  color: #737373;
}

.btn-group > .btn.active {
  z-index : 0;
}

.pagination {
  margin: 10px 0;
}


/**********************************************  button gradients ******************************************************************/
/****  Courtesy Of:  https://gist.github.com/Erve1879/6167373  ************/

.displayLink {
  color: #fff;
}

.displayLink:hover {
  color: #37b45a;
}

.btn-primary,
.btn-primary a,
.btn-primary a:link,
.btn-primary a:visited {
  background-color: #37b45a;
  border-color: #37b45a;
  color: #fff;
  background-color: #37b45a;
}
a.btn-primary {
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;

}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #37b45a;
  border-color: #37b45a;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled] .btn-primary:hover,
.btn-primary[disabled] .btn-primary:focus,
.btn-primary[disabled] .btn-primary:active,
.btn-primary[disabled] .btn-primary.active {
  background-color: #08c;
  border-color: #08c;
}

/* .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
  background-color: #53ad53;
  background-image: -moz-linear-gradient(top, #5cb85c, #449d44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, #449d44);
  background-image: -o-linear-gradient(top, #5cb85c, #449d44);
  background-image: linear-gradient(to bottom, #5cb85c, #449d44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449c44', GradientType=0);
  border-color: #449d44 #449d44 #2d672d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-success:hover,
.btn-success:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #449d44;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled] .btn-success:hover,
.btn-success[disabled] .btn-success:focus,
.btn-success[disabled] .btn-success:active,
.btn-success[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
} */

.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
  background-color: #eea43b;
  background-image: -moz-linear-gradient(top, #f0ad4e, #ec971f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, #ec971f);
  background-image: -o-linear-gradient(top, #f0ad4e, #ec971f);
  background-image: linear-gradient(to bottom, #f0ad4e, #ec971f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971e', GradientType=0);
  border-color: #ec971f #ec971f #b06d0f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-warning:hover,
.btn-warning:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #ec971f;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled] .btn-warning:hover,
.btn-warning[disabled] .btn-warning:focus,
.btn-warning[disabled] .btn-warning:active,
.btn-warning[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
  background-color: #d34541;
  background-image: -moz-linear-gradient(top, #d9534f, #c9302c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, #c9302c);
  background-image: -o-linear-gradient(top, #d9534f, #c9302c);
  background-image: linear-gradient(to bottom, #d9534f, #c9302c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302b', GradientType=0);
  border-color: #c9302c #c9302c #8b211e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-danger:hover,
.btn-danger:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c9302c;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled] .btn-danger:hover,
.btn-danger[disabled] .btn-danger:focus,
.btn-danger[disabled] .btn-danger:active,
.btn-danger[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
  background-color: #4ab9db;
  background-image: -moz-linear-gradient(top, #5bc0de, #31b0d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5);
  background-image: -o-linear-gradient(top, #5bc0de, #31b0d5);
  background-image: linear-gradient(to bottom, #5bc0de, #31b0d5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff30afd5', GradientType=0);
  border-color: #31b0d5 #31b0d5 #1f7e9a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-info:hover,
.btn-info:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #31b0d5;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled] .btn-info:hover,
.btn-info[disabled] .btn-info:focus,
.btn-info[disabled] .btn-info:active,
.btn-info[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #333;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-default:hover,
.btn-default:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e6e6e6;
  color: #414141;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled] .btn-default:hover,
.btn-default[disabled] .btn-default:focus,
.btn-default[disabled] .btn-default:active,
.btn-default[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #fff;
}

.viewAllButton {
  color: #898E8C;
}

.displayPagesButton {
  color: #898E8C;
}
/**********************************************  button gradients ******************************************************************/


/********************************START  table-curved corners ****************************/
/**
    Round the top outer corners of the bordered tables in bootstrap 3
    http://stackoverflow.com/questions/20917676/how-do-i-apply-a-border-radius-to-bootstrap-3s-tables
***/

.table-bordered {
  border-collapse: separate;
}
.table-bordered {
  /*  border: solid #ccc 1px; */
  border-radius: 3px;
  border-left:0px;
}
/* .table-bordered td,
.table-bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
} */
.table-bordered th {
  border-top: none;
}
.table-bordered th:first-child {
  border-radius: 3px 0 0 0;
}
.table-bordered th:last-child {
  border-radius: 0 3px 0 0;
}
.table-bordered th:only-child{
  border-radius: 3px 3px 0 0;
}
.table-bordered tr:last-child td:first-child {
  border-radius: 0 0 0 3px;
}
.table-bordered tr:last-child td:last-child {
  border-radius: 0 0 3px 0;
}
/**
In this case of resultVcrRow (last one), there is only one TD that is BOTH first and last child **/
.table-bordered tr.resultVcrRow:last-child td:only-child {
  border-radius: 0 0 3px 3px;
}

.table-bordered tr.resultVcrRow:first-child td:only-child {
  border-radius: 3px 3px 0 0;
}
/********************************END  table-curved corners ****************************/

/* Bootstrap appends the URLs (and TITLEs) to link and abbr elements
   when printing a page. This produces a terrible printing experience
   for our users, for example PCM Ticket: S136467
 */
@media print {
  a[href]:after {
    content: none;
  }
  abbr[title]:after {
    content: none;
  }
}


/** fix for pixelated fonts (icons) in Chrome - cause by webkit default text rendering

https://medium.com/@zwacky/hack-for-pixelated-fonts-in-chrome-f8524c174ad0#.k3acnzfut  <<<--- started with this, changed to the smoothing
http://maxvoltar.com/archive/-webkit-font-smoothing
http://www.w3.org/TR/WD-font/#font-smooth-prop
**/
.glyphicon {
  -webkit-font-smoothing:  antialiased;
}

/** for some reason the icons don't line up right with the text... **/
.downDownAddImg {
  padding-bottom: 3px;
}

.radioLeftPad{
  padding-left: 20px;
}

.smallFont {
  font-size: 85%;
}

.row-fluid.row-fluid-condensed [class*="col-md"] {
  min-height: 20px;
}

.forceWhiteText {
  color: #ffffff !important;
}


/**************************************************  Misc styling that was adjusted with new branding change  **************************************************/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: #414141 !important;
  background: #414141 !important;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  background-color: #414141 !important;
}


.forceCharcoalColor a:hover {
  color: #37b45a;
}

.forceCharcoalColor a {
  color: #414141;
}

/************************************************** End of misc styling that was adjusted with new branding change  **************************************************/


/**
Bootstrap's default hover color blends too much with the background of the table headers
*/
a:hover {
  color: #FD7430;
}

a.noStyle {
  color:black;
  outline: 0;
  text-decoration: none;
}
a.noStyle:hover {
  color:black;
  outline: 0;
  text-decoration: none;
}

a.styled {
  text-decoration: underline;
}
a.styled:hover {
  color:#FD7430;
  text-decoration: underline;
}

a.tableSortColumnHeader {
  outline: 0;
  text-decoration: none;
  color: #414141;
}
a.tableSortColumnHeader:hover {
  color:#FD7430;
  outline: 0;
  text-decoration: underline;
}

/**  VCRTable stuff */
table.table tr.resultVcrRow table.vcrTable td {
  background-color: #BBBBBB;
  border-top: none;
}
table.table  > thead > tr.resultVcrRow table.vcrTable td.vcrButtons,
table.table  > tbody > tr.resultVcrRow table.vcrTable td.vcrButtons {
  text-align: right;
}
table.table > thead > tr.resultVcrRow > td,
table.table > tbody > tr.resultVcrRow > td {
  padding: 2px;
  background-color: #BBBBBB;
}
select.vcrControl {
  height: 20px;
}
/**  VCRTable stuff */

table.table-nowrap th,
table.table-nowrap td {
  white-space:nowrap;
}

table.table th.text-center,
table.table td.text-center {
  text-align: center;
}

/** adaqBody.jsp as of BS 3 needs the super-specificity here (with tbody >tr> ), otherwise the css gets overridden */
.table.table-extraCondensed > thead > tr > th,
.table.table-extraCondensed > tbody > tr > th,
.table.table-extraCondensed > tfoot > tr > th,
.table.table-extraCondensed > thead > tr > td,
.table.table-extraCondensed > tbody > tr > td,
.table.table-extraCondensed > tfoot > tr > td {
  padding: 2px 2px;
}

.table > thead > tr.resultHeaderRow {
  background-color: #414141;
  color: #EEEEEE;
}

.form-horizontal .control-group {
  margin-bottom: 5px;
  *zoom: 1;
}

/** font color for this button is inconsistent through out the pages, if you need it to be white then wrap the widget with .regularArticle div */
.regularArticle > .traceEventHistoryModalBtnClass{
  color: white;
}

.row-extraCondended row-fluid {
  padding: 2px 2px;
}

/**
.spacedTop:  bootstrap's classes don't handle static text in forms very well (not vertically aligned)
See   https://github.com/twbs/bootstrap/issues/8150
*/
.spacedTop { margin-top:7px; }

/**
spacedSides:  when you want to have more than one button in the same (right-aligned) td, you probably would like a little bit of space in between them.  THis adds a little bit of margin
to the left side of the element to which the class is applied
*/
.spacedSides { margin:0px 0px 0px 2px;}

/**
Wider than your average modal
http://codepen.io/DawsonMediaD/pen/byDqv
*/
.modal.modal-wide .modal-dialog {
  width: 75%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

/**
Extra-Wider than your average modal :)
*/
.modal.modal-extra-wide .modal-dialog {
  width: 90%;
}
.modal-extra-wide .modal-body {
  overflow-y: auto;
}
.modal .modalEmptyHeader{
  height: 100%;
}

/**  Styling for new login form - MW-14038  **/
.loginForm .input-group{
  margin-bottom: 20px !important;
}
.loginForm button{
  width: 100%;
  margin-top: 10px;
}
.loginForm .login-username{
  padding-left: 5px;
  width: 98%;
  height: 30px;
}
.loginForm .login-password{
  padding-left: 5px;
  width: 98%;
  height: 30px;
}
.loginForm #forgotPassword{
  float: left;
  font-size: 11px;
  position: relative;
  margin-left: 25px;
  margin-top: 10px;
}
.loginForm #lockedAccount{
  float: right;
  font-size: 11px;
  position: relative;
  margin-right: 25px;
  margin-top: 10px;
}


.center
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bottom
{
  vertical-align:bottom;
}

.modelMessages,
input.error,
select.error ,
textarea.error  {
  color: #b94a48;
}

input.error ,
select.error ,
textarea.error,
input.error:focus ,
select.error:focus ,
textarea.error:focus  {
  border: 2px solid #FF0000;
  -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);
}

select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"],
input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"],
.uneditable-input {
  margin-bottom: 0px;
  padding: 0px;
}

input[type="text"].formFieldTextEntry_ReadOnly {
  background-color: #dddddd;
}


.table th.text-right, .table td.text-right {
  text-align: right;
}

/** Created new class toggle arrow that uses the sprite
    coordinates for the up and down arrows in bootstrap. **/
.toggle-chevron{
  background-position: -312px -116px;
}

/** This specific selector will cause the toggling
    bootstrap adds and removes the collapsed class on the accordian. **/
.collapsed .toggle-chevron{
  background-position: -454px -72px;
}

td img,th img {
  max-width: none;
}

fieldset {
  padding-right: 10px;
}

/* Styles related to permission-overloay mode. */
a[data-type="permission-overlay"] > div.popover
{
  color: #000000;
  max-width: 350px;
}

/************* Start datepicker/timepicker styling ********************/

.dateTimePickerCss {
  width: 135px;
}

.ui-timepicker-div .ui-timepicker-select {
  width: 60px !important;
}

/************* End datepicker/timepicker styling ********************/

/****************  Start search form styling  (backwardsCompat is for non-bootstrapped pages, though all search pages now have container-fluid and rows)  *****************/
.searchForm.backwardsCompat {
  width: inherit;
  margin-left: 0px;  /** not needed on non-bootstrapped forms because they're not wrapped with col-md-XX  */
}

.searchForm.backwardsCompat .titleButtonTd {
  padding: 0px;  /** push the background color all the way to the edge of the form div  **/
}

.searchForm {
  width: 100%;
  margin-left: -15px;  /** The search forms are inside col-md-X divs... those have 15px padding that messes up our alignment with the search button */
  -webkit-box-shadow: 10px 10px 18px -4px rgba(0,0,0,0.64);
  -moz-box-shadow: 10px 10px 18px -4px rgba(0,0,0,0.64);
  box-shadow: 10px 10px 18px -4px rgba(0,0,0,0.64);
}

.searchForm .titleButton
{
  color: #414141;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;      /*change the font on search filter titles, just a little*/
  background-color: #DDDDDD !important;


  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;

  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
/********************* END  search form styling  *****************/


/** We wanted a way to put space in between the button at the top right of a table and the table (veritcal space)
soemthing more elegant than <br/> (which wasn't working in BS 3) and more elegant than <div class="col-md-12"> &nbsp; </div>
I read that sometimes margin-top can cause design problems, so we went with margin-bottom
http://stackoverflow.com/questions/10085723/twitter-bootstrap-add-top-space-between-rows
modified the SO solution -- I couldn't actually use their classes ^^ because I don't have LESS. **/
.margin-bottom-sm {margin-bottom: 5px; }
.margin-bottom-lg {margin-bottom: 10px; }


/*** We did not like bold labels, copied from bootstrap.css and overrode font-weight:bold;  this is also probably better done with the bootstrap customize feature on their website.. **/
label {
  font-weight: normal;
}


/***************END  ********************************************************/



/*************** BEGIN input-group-xs -- see riskProfile form -- this is all so that the input-group-addons fit the input texts ********************************************************/
.input-group-xs> .form-control,
.input-group-xs> .input-group-addon,
.input-group-xs> .input-group-btn > .btn {
  font-size: 11px;
  border-radius: 3px;
}
select.input-group-xs> .form-control,
select.input-group-xs> .input-group-addon,
select.input-group-xs> .input-group-btn > .btn {
  height: 20px;
  line-height: 20px;
}
textarea.input-group-xs> .form-control,
textarea.input-group-xs> .input-group-addon,
textarea.input-group-xs> .input-group-btn > .btn,
select[multiple].input-group-xs> .form-control,
select[multiple].input-group-xs> .input-group-addon,
select[multiple].input-group-xs> .input-group-btn > .btn {
  height: auto;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-xsinput[type="date"],
.input-group-xsinput[type="time"],
.input-group-xsinput[type="datetime-local"],
.input-group-xsinput[type="month"] {
  line-height: 20px;
}
.input-sm + .form-control-feedback,
.input-group-xs+ .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 20px;
  line-height: 20px;
}

.input-length {
  max-width: 200px !important;
}
.input-previous {
  color: #6495ED !important;
}
/*************** END input-group-xs ********************************************************/





/*****************   BEGIN   ********all we are doing here is adjusting the size of things... probably better done with customize option on bootstrap page *************************************/

/* override the height attribute (only) here from bootstrap.css.  34 px?!  -> 20 px */
.form-control {
  display: block;
  width: 100%;
  height: 20px;
  padding: 1px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/** override the margin size here -- too much! */
.form-group {
  margin-bottom: 5px;
}

/**
Adjust the table padding size from 8px to 4px
*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/**
Adjust the table-condensed padding size from 5px to 3px
*/
.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tfoot > tr > th,
.table.table-condensed > thead > tr > td,
.table.table-condensed > tbody > tr > td,
.table.table-condensed > tfoot > tr > td {
  padding: 3px;
}

.popover-content {
  overflow-y: scroll;
  height: 200px;
  max-width: 400px;
  color: #000000;
}

.popover-title {
  color: #000000;
}

.popover-footer {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #F7F7F7;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 5px 5px 0 0;
}

/***********   END     *********all we are doing here is adjusting the size of things... probably better done with customize option on bootstrap page *************************************/


.extensionTransactionTable {
  min-width: 700px; 
  padding-left: 10px;
}


/***** START: NEW TABULAR DESIGN ******/

.statusCheckBox {
  margin-left:10px !important;
}

.status-checkbox-menu {
  position: absolute;
  float: none;
  max-width: 250px;
  margin-left: 25px;
}

.checkbox-menu {
  position: sticky !important;
  float: none !important;
  max-width: 300px;
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
    padding-left: 5px;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

.table-wrapper {
  color: #414141;
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  background: #fff;
  padding: 20px 25px;
  margin: 30px 0;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {
  padding-bottom: 15px;
  background: #414141;
  color: #fff;
  padding: 16px 30px;
  margin: -20px -25px 10px;
  border-radius: 3px 3px 0 0;
}

.non-active-title {
  margin-top: 30px;
  margin-bottom: 10px;
  background: #DDDDDD;
  color: #414141;
  border-radius: 3px 3px 0 0;
}

.table-title .dropdown-menu li {
  color: #414141;
  margin: 5px;
}

.table-title h2 {
  margin: 5px 0 0;
  font-size: 24px;
}
.table-title .btn:not(#saveUserSettings)  {
  color: #414141;
  float: right;
  font-size: 13px;
  background: #fff;
  border: none;
  min-width: 50px;
  border-radius: 2px;
  border: none;
  outline: none !important;
  margin-left: 10px;
}
.table-title .btn:hover:not(#saveUserSettings), .table-title .btn:focus:not(#saveUserSettings) {
  color: #414141;
  background: #f2f2f2;
}
.table-title .btn i {
  float: left;
  font-size: 21px;
  margin-right: 5px;
}
.table-title .btn span {
  float: left;
  margin-top: 2px;
}

.table-wrapper table.table tr th, table.table tr td {
  border-color: #e9e9e9;
  padding: 12px 15px;
  vertical-align: middle;
  color: #414141;
}

.table-wrapper-sm table.table tr th, .table-wrapper-sm table.table tr td {
  padding: 3px !important;
  font-size: 11px !important;
}

.table-wrapper-sm table.table tr th:first-child {
  width: 20px !important;
}

.table-wrapper-sm table.table tr th:last-child {
  width: 20px !important;
}

.table-wrapper table.table tr th:first-child {
  width: 60px;
}
.table-wrapper table.table tr th:last-child {
  width: 100px;
}
.table-wrapper table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
.table-wrapper table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5;
}
.table-wrapper table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}
.table-wrapper table.table td:last-child i {
  opacity: 0.9;
  font-size: 22px;
  margin: 0 5px;
}
.table-wrapper table.table td a {
  font-weight: bold;
  color: #414141;
  display: inline-block;
  text-decoration: none;
}
.table-wrapper table.table td a:hover {
  color: #898E8C;
}
.table-wrapper table.table td a.settings {
  color: #898E8C;
}
.table-wrapper table.table td a.delete {
  color: #F44336;
}
.table-wrapper table.table td i {
  font-size: 19px;
}
.table-wrapper table.table .avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.table-wrapper .pagination {
  float: right;
  margin: 0 0 5px;
}
.table-wrapper .pagination li a, .pagination li span {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 2px !important;
  text-align: center;
  padding: 0 6px;
}
.table-wrapper .pagination li a:hover, .pagination li span:hover {
  color: #666;
}
.table-wrapper .pagination li.active a, .pagination li.active span, .pagination li.active a.page-link {
  background: #898E8C;
}
.table-wrapper .pagination li.active a:hover, .pagination li.active span:hover {
  background: #898E8C;
}
.table-wrapper .pagination li.disabled i {
  color: #ccc;
}
.table-wrapper .pagination li i {
  font-size: 16px;
  padding-top: 6px
}

.table-wrapper .table-title .search {
  color: #ffffff;
  text-decoration: none;
}

.glyphicon-lg {
  font-size: 18px !important;
}

.glyphicon-md {
  font-size: 14px !important;
}

.glyphicon-sm {
  font-size: 12px !important;
}

.glyphicon-xs {
  font-size: 10px !important;
}

.table-wrapper table.glyph-sm td i {
  font-size: 12px !important;
}

#connectedMerchants thead th .tableSortColumnHeader{
  color: #414141 !important;
}

/***** END: NEW TABULAR DESIGN ******/
