@keyframes fadeOutUp {
   0% {
      opacity: 1;
      transform: translateY(0);
   }
   100% {
      opacity: 0;
      transform: translateY(-20px);
   }
}
@keyframes fadeInDown {
   0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.fade.ng-enter, .fade.ng-hide-remove {
  animation: fadeIn 1s;
}

.fade.ng-leave {
  animation: fadeOut 1s;
}

.fade.ng-hide-add {
  animation: fadeOut 1s;
  display: block !important;
}

.fade-top.ng-enter, .fade-top.ng-hide-remove {
  animation: fadeInDown 1s;
}

.fade-top.ng-leave {
  animation: fadeOutUp 1s;
}

.fade-top.ng-hide-add {
  animation: fadeOutUp 1s;
  display: block !important;
}

h1 {
  font-size: 2.5em;
}
.nav li.userToolsDropdown {
  display: block;
}

.nav li.userToolsExpanded {
  display: none;
}
.page-header.border-mobile-only {
  border-bottom: none;
}
.mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.5em;
  }
  .nav li.userToolsDropdown {
    display: none;
  }
  .nav li.userToolsExpanded {
    display: block;
  }
  .mobile-only {
    display:block;
  }
  .page-header.border-mobile-only {
    border-bottom: 1px solid #eee
  }
}

@media only screen and (min-width: 1680px) {
  .container {
    width: 1645px;
  }
}


.alert-box {
  /* fixed position a zero-height full width alert-box */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  /* center all inline content */
  text-align: center;
  z-index: 1000;
  top:20%;
}

.alert-box > div {
  /* make the block inline */
  display: inline-block;
  /* reset container's center alignment */
  text-align: left;
}


body {
  padding-top: 0px;
}

.form-group.required > label:after {
  content:" *";
  color:red;
}


.form-control.icon {
    display: inline-block;
}

.form-control, .input-group {
    width: 80%;
}

.glyphicon {
    font-size: larger;
}

.terms-of-use {
    padding-top: 20px
}

.terms-of-use textarea {
    background-color: white !important;
    width: 100%;
}

.password-errors {
    padding-left: 5px
}

/* Hide IE input clear X */
::-ms-clear { width : 0; height: 0; } ::-ms-reveal { width : 0; height: 0; }

.intro-header {
    text-align: center;
    color: #f8f8f8;
    background: url("/img/wideBackground.jpg") no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.navbar {
    background-color: #005587;
}

/* material kit */
.main-raised {
    margin-top: 70px;
}

.logo-container {
  margin-top: -8px;
}

.logo-container .logo {
    overflow: hidden;
    width: 200px;
    float: left;
}

.logo-container .brand{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}
.logo-container .brand-material{
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}
.logo-container .logo img{
    width: 100%;
}

.navbar-small .logo-container .brand{
    color: #333333;
}

.error
{
  color: #9D2920;  border-color: #f1b9b9;
}

.cover {
    padding: 1.2em;
    background:rgba(0,85,135,0.8);
    border: 5px solid #7CABE1;
    color: #fff;
    font-size: 15px;
    text-align: left;
}
.cover h1 {
    font-size: 2em;
    color: #fff;
    margin-top: 0;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}

.cover ul {
    margin-left: -1em;
}

.cover ul li {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: .7em;
}

@media (max-width: 992px) {
    .intro-header{
        display: inherit;
        background-image: url(none);
        background-color: none;
    }
    .cover {
        margin: 0em;
        border: 0px;
        background-color: none;
    }
    .cover-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section {
        padding-top: 10px;
    }
    .land-info {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .cover-container {
        width: 500px;
        float: right;
        margin: 5em 2em;
    }
    .land-info {
        margin-top: 0px;
    }
    .section {
        padding-top: 20px;
    }
}

.input-group-btn .btn {
    margin: 0 0 0 0;
    padding: 6px 12px 6px 12px;
    color: #333;
    background-color: #fff;
    border: 1px solid;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    border-color: #adadad;
}

.input-group-btn .btn-default {
    background-color: #fff;
    color: rgb(51, 51, 51);
}

.input-group-btn .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.input-group-btn .btn-default:focus,
.input-group-btn .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.checkbox.required > label:before {
   color: red;
   content: "\00a0\00a0\00a0*";
   position: absolute;
   margin-left: -15px;
}

.input-lg {
    width: 100%;
}

.section {
    padding-left: 15px;
    padding-right: 15px;
}

.logout-message {
  color: #0085d4;
}

.grid-msg-overlay .msg {
  opacity: 1;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 50%;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #555;
  text-align: center;
  font-size: 24px;
  display: table;
}

.grid-msg-overlay .msg span {
  display: table-cell;
  vertical-align: middle;
}

.grid {
  height: 600px;
}
.form-group .inline-button {
  margin: 0px;
  width: inherit;
}

.modal-content .modal-header.border {
  border-bottom: 1px solid #e5e5e5
}

.modal-content .modal-footer.border {
  border-top: 1px solid #e5e5e5
}

.right-label {
  margin-top: 7px;
  font-weight: bold;
}

.multiTaxId .fa {
  padding-left: 3px;
  padding-right: 3px;
}

.multiTaxId a.ng-hide {
  display: inline-block!important;
  visibility: hidden;
}

.multiTaxId .fa-info-circle {
  color: blue;
}

.multiTaxId .fa-plus-circle {
  color: blue;
}

.multiTaxId .fa-minus-circle {
  color: red;
}

.multiTaxId .fa-check-circle {
  color: green;
}

.multiTaxId .fa-exclamation-triangle {
  color: yellow;
}

.multiTaxId .fa-times-circle {
  color: red;
}

.input-group .input-inner-spinner .fa-spinner {
 position: absolute;
 padding: 10px;
 pointer-events: none;
 right: 0px;
 z-index: 10;
}

/*@grid-gutter-width: 30px;*/
@media (min-width: 768px) {
  .gutter-30 {
     margin-left: 15px;
     margin-right: 15px;
  }
  .gutter-70 {
    margin-left: 35px;
    margin-right: 35px;
  }
}

#globalImportant {
  margin-left:25px;
  padding-left: 0px;
}
 
.dso-container {
  padding-top: 50px;
}

.non-dso-container {
  padding-top: 50px;
}

.tab-set {
  background: #7CABE2;
}

.nav-tabs {
background: #7CABE2
}

.dso-status-panel {
  padding: 0px;
}

.text-area {
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
  border: 1px solid gray;
  height: 200px;
  width: 100%;
  overflow: auto;
  padding: 2px;
  resize: both;
  background-color: white !important;
}

.scrollableContent {
  height: 60vh;
  overflow-y: auto;
}

.align-to-panel {
  padding-left: 15px;
  padding-right: 15px;
}

.taxIdGrid {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.popover-style-class {
  z-index: 1000;
  width: 130px;
  font-size: 12px;
  border-radius: 4px;
  background-color: white;
  color: #122b40;
  text-align: left;
  font-weight: bold;
}

.member-list-btn.btn-primary,
.member-list-btn.btn-primary:hover,
.member-list-btn.btn-primary:active,
.member-list-btn.btn-primary:visited,
.member-list-btn.btn-primary:focus {
  background-color: #2b669a !important;
  border-color: #2b669a !important;
  color: #ffffcc !important
}

@media print {
  [uib-popover-popup].popover, [uib-popover-html-popup].popover, [uib-popover-template-popup].popover {
    display: none !important;
  }
}

div.multiTaxId .input-group .input-group-addon {
  background-color: transparent !important;
  border: 0 !important;
}

div.multiTaxId .input-group .help-block{
  display: table-row;
}

div.multiTaxId .input-group input{
  min-width:154px;
}

div.multiTaxId .input-group .input-inner-spinner .fa-spinner {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  right: 70px;
}

.security-question-dropdown {
  width: 390px !important;
}

@media (max-width: 600px) {
  .security-question-dropdown {
    width: 240px !important;
  }
}

.security-question-dropdown li a {
  overflow:hidden;
  white-space:normal;
  text-overflow:ellipsis;
}

.dsoNote {
    margin-top: 15px;
}

.dropdown-menu li > a {
  margin: 0 5px;
  padding: 3px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
  text-decoration: none;
  background-color: #0085d4;
  color: #FFFFFF;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.claimHeaderInfo .col-sm-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.claimHeaderInfo label {
  color: #333333;
}

.codeAbbr {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.navbar .navbar-nav > li > a {
	padding-left: 5px;
	padding-right: 5px;
}

@media(min-width: 768px) {
	.navbar > .container {
	    width: 99%;
	}
}


.surveyMonkeyBox {
	position: fixed;
	right:-55px;
	top: 400px;
	padding: 5px 10px;
	z-index: 999;
	box-shadow: 0 -8px 10px 1px rgba(0, 0, 0, 0.14), 0 -3px 14px 2px rgba(0, 0, 0, 0.12), 0 -5px 5px -3px rgba(0, 0, 0, 0.2);
	background-color: #2b669a !important;
    border-color: #2b669a !important;
    color: #ffffcc !important;
    border-radius: 6px;
    -ms-transform:rotate(270deg); /* IE 9 */
    -moz-transform:rotate(270deg); /* Firefox */
    -webkit-transform:rotate(270deg); /* Safari and Chrome */
    -o-transform:rotate(270deg);
}

.m-1 {
		  margin: 0.25rem !important;
	}

.dashboard #rightSideNav {
	position: fixed;
	right: -12px;
	top: 200px;
	z-index: 999;
	border-color: #2b669a !important;
    color: #ffffcc !important;
    border-radius: 6px;
    padding: 5px 10px;
}

.dashboard .surveyMonkeyBox {
	top: 400px;
}

@media screen and ( max-height: 400px ) {
	.surveyMonkeyBox {
		top: 70%;
	}
}

@media screen and (max-width: 767px){
	.dashboard .surveyMonkeyBox {
		right: -35px;
	}
	.dashboard #rightSideNav {
		right: 8px;
	}
}

@media screen and (min-width: 768px){
	.dashboard .surveyMonkeyBox {
		right: -55px;
	}
	.dashboard #rightSideNav {
		right: -12px;
	}
}

.margin-left-n25 {
  margin-left: -25px;
}

.scrollableTable .table-responsive table {
	border-top: 0 !important;
}
.scrollableTable .table-responsive thead tr:nth-child(1) th {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.scrollableTable .table-responsive th {
    background: #f9f9f9;
    z-index: 100;
    border: 0px solid #ddd;
}

.scrollableTable .table-responsive {
  height: 60vh;
  overflow-y: auto;
}

.scrollableTable .table-responsive label{
	color: black !important;
	font-weight: bold;
}


.red {
    color: red !important;
}

@media (min-width: 768px) {
	.pull-left-30 {
		margin-left: -30px;
	}
}

.history .card {
  padding: 10px;
}

.history .row {
  margin: 25px;
}

.history .table-responsive {
  overflow-x: hidden;
  min-height: 30vh;
  height: 30vh;
  overflow-y: auto;
}

.text-truncate {
  max-width: 30vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.required-content label:after {
  content:" *";
  color:red;
}

@media (min-width: 768px) {
 .dl-horizontal dt {
   white-space: normal;
   float: none;
   text-align: left; 
   width: 255px;  
 }
 .dl-horizontal dd {   
 	margin-left: 0px;
 }
 
 .dl-horizontal .dd-shift-left {
  margin-left: 0px;
 }
}
@media (min-width: 1159px) {
 .dl-horizontal dt {   
   width: 255px;
   float: left;
   text-align: right;
 }
 .dl-horizontal dd {
   margin-left: 275px;
 }
 .dl-horizontal .dd-shift-left {
  margin-left: 173px;
 }
}

