.strong {
	font-weight: bold;
	text-transform: uppercase;
}
.panel-primary {
    border-color: transparent !important;
}

.uib-daypicker {
	background-color: #fff;
}

.uib-datepicker ::-moz-selection { background: #5af; color: #000; text-shadow: none; }
.uib-datepicker ::selection { background: #5af; color: #000; text-shadow: none; }

.uib-daypicker .btn-default,
.btn-default .glyphicon {
	color: #000;
}

.uib-datepicker-popup.dropdown-menu {
    right:auto;
}

.noBorder {
	border: none !important;
}
.blackBorder {
	border: 1px solid #000 !important;
}

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

/* ALERT PAGES */

.sub-btn-wrapper {
  position: relative;
    top: -35px;
    margin-left: 4px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
.animate-switch-container {
  background:white;
}

.animate-switch {
  padding:0 10px;
}

.animate-switch.ng-animate {
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  position:relative;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.animate-switch.ng-leave {
    display: none;
}
.animate-switch.ng-leave.ng-leave-active,
.animate-switch.ng-enter {
    /*top:-500px;*/
    opacity:0;
}
.animate-switch.ng-leave,
.animate-switch.ng-enter.ng-enter-active {
  /*top:0;*/
  opacity:1;
}

.selectableListItem {
    padding: 1px 5px;
    background-color: #ddd;
    margin-bottom: 1px;
    height: 22px;
    border-radius: 2px;
    display: inline-block;
    width: 22em;
    margin-right: 10px;
    text-align: center;
    height: 2em;
}
.selectableListItem .left {
    float: left;
}
.selectableListItem .right {
    float: right;
}
.selectableListItem .fa {
    display: none;
}
.selectableListItem.selected .fa {
    display: inline;
}
.selectableListItem:hover {
    background-color: #9CAFBF;
    color: #fff;
    cursor:pointer
}
.selectableListItem.selected {
    background-color:#6F97BB;
    color: #fff;
}
.smallLabel {
    font-weight: bold;
}
.usersubscription {
    padding: 10px 20px;
    background-color: #ddd;
    margin: 5px 5px;
}
.listItemBtn {
    width: 80px;
    margin: 2px 0px;
}

a.listItemBtn {
    text-decoration: underline;
    cursor:pointer;
    padding: 0px 1px;
    text-transform: uppercase;
}

.subscriptionTitle {
    margin-bottom: 0px;
}

.list-group {
  margin-bottom: 0;
}

.list-group-item.well {
  padding: 0;
  margin-bottom: 5px;
}

.list-group-item {
    padding: 0px 15px;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #d2d3d6;
  border-radius: 1px;
  font-weight:bold;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #edeef0;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #aeafb1;
  background-color: #ffffff;
  cursor: not-allowed;
  font-weight: normal;
}

.alertSubTable th, .alertSubTable td {
    padding: 4px 5px !important;
}
.alertSubTable {
  margin-top:5px !important;
  margin-bottom:5px !important;
}

.alertTypeInfo .alert {
  background-color: #DEE2E2;
    border-color: #DDDDDD;
    color: #151617;
    margin-bottom: 0px;
}

.badge.numSub {
  background-color: #A2A09D;
  color:#fff;
  font-size: 13px;
}

#alertSubDiv .maintitle{
  margin-bottom:20px;
}

#newpayeesearch #searchList{
	max-height:300px;
}
 
a.newpayee{
	color: #0076C0;
	text-decoration: underline;
}

.flink{
	display:block;
}
.flink:hover{
	cursor:pointer;
}
.flink span{
	display:block;
	margin-left:12px;
}

.flink .fsub{
	text-decoration: underline;
	line-height:20px;
}

#adImg {
	max-width: 620px;
}    

.glyphicon-trash:before { content: "\e020"; }
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 

.tooltip {
  margin-left: 12px;
}

.security-code input[type="number"], .security-code input[type="text"] {
	width: 5em;
	line-height: 1;
	margin: .1em;
	padding: 4px;
	font-size: 1.65em;
	text-align: left;
	appearance: textfield;
	-webkit-appearance: textfield;
	border: 2px solid #000;
	color: #000;
	border-radius: 4px;
}
.security-code input::-webkit-outer-spin-button,
.security-code input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.div2fa{
    display: inline-block;
    position: relative;
}

.toggle{
	position: absolute;
    display: inline-block;
    pointer-events: auto;
    margin: -5px;
    padding: 5px;
    left: 12px;
    top: -21px;

}
.toggle input {
    display: none;
}
.toggle input:checked+.track {
    border-color: #4cd964;
    background-color: #4cd964;
}

.toggle input:checked+.track .handle {
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
    background-color: #fff;
}

.toggle .track {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color,border;
    transition-property: background-color,border;
    display: inline-block;
    box-sizing: border-box;
    width: 51px;
    height: 31px;
    border: solid 2px #e6e6e6;
    border-radius: 20px;
    background-color: #fff;
    content: ' ';
    cursor: pointer;
    pointer-events: none;
}

.toggle .handle {
    -webkit-transition: .3s cubic-bezier(0,1.1,1,1.1);
    transition: .3s cubic-bezier(0,1.1,1,1.1);
    -webkit-transition-property: background-color,transform;
    transition-property: background-color,transform;
    position: absolute;
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background-color: #fff;
    top: 7px;
    left: 7px;
    box-shadow: 0 2px 7px rgba(0,0,0,.35), 0 1px 1px rgba(0,0,0,.15);
}


a {
	cursor: pointer;
}
