.ng-cloak {
  display: none;
}

a{
  color: #0B7482;
  font-weight: bold;
}

a.btn.btn-link{
  text-align: left;
  color: #0B7482;
}

a:hover{
  cursor: pointer!important;
}

.spacer-10 {
  margin-bottom: 10px;
}
.spacer-20 {
  margin-bottom: 20px;
}
.spacer-30 {
  margin-bottom: 30px;
}
.spacer-40 {
  margin-bottom: 40px;
}
.spacer-50 {
  margin-bottom: 50px;
}

.show-header {
  visibility: visible !important;
}

.show-breadcrumbs {
  display: block !important;
}

/*Dashboard CSS*/
.loader-container{
  padding-top: 100px;
  text-align: center;
}

.dashboard-alert-text {
  color: #000000;
}
/*Dashboard CSS END*/

.alert button {
  margin-left: 10px;
}

.force-vh{
  min-height: 60vh;
}

/*Form CSS*/
.form-option-list {
  display: block !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
}
.form-option-list>li:first-child {
  border-width: 0;
}
.form-option-list>li {
  border-color: #e9eaed;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.form-option-group {
  display: list-item !important;
}
.form-option-header {
  display: block !important;
  background: transparent;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.form-option-header:hover {
  background: #f6f7f8;
  text-decoration: none;
}
.form-option-header-success {
  background: #fff8bb;
}
.form-option-header-main {
  color: #333;
  float: left;
  font-size: 1em;
  width: 200px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.42857143 !important;
}
.form-option-header-main-open {
  color: #333;
  float: left;
  font-size: 1.5em;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.42857143 !important;
}
.form-option-header-value {
  color: #9197a3 !important;
}
.form-option-header-value:hover {
  color: #9197a3 !important;
}
.form-option-header-sub {
  color: #3b5998;
  float: right;
  text-align: right;
  font-size: 1em;
  line-height: 1.42857143 !important;
}
.form-option-header-sub-success {
  color: #9197a3 !important;
}
.form-option-body {
  padding: 15px;
  background-color: #f2f2f2;
}
.form-option-separator {
  margin-top: 5px;
  margin-bottom: 15px;
  border-top: 1px solid #bdc3c7;
}
.form-option-footer {
  margin-top: 10px;
}
.form-option-cancel {
  margin-left: 5px;
}
.form-image-group {
  height: 360px;
}
.form-image-chosen:hover {
  cursor: pointer;
}
.form-text-required {
  color: #e74c3c;
}
.form-text-info {
  color: #9197a3;
}
.form-text-error {
  color: #a94442;
}
.form-text-error-red, .error {
  color: red;
}
.form-spacer-5 {
  margin-bottom: 5px;
}
.form-spacer-10 {
  margin-bottom: 10px;
}
.form-spacer-20 {
  margin-bottom: 20px;
}
.form-spacer-30 {
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .form-image-group {
    height: 530px;
  }
}
@media (max-width: 768px) {
  .form-image-group {
    height: 800px;
  }
}
@media (max-width: 624px) {
  .form-image-group {
    height: 700px;
  }
}
@media (max-width: 480px) {
  .form-image-group {
    height: 600px;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
/*Form CSS END*/

/* .password { */
/*     -webkit-text-security: disc; */
/*     -webkit-appearance: textfield; */
/*     -webkit-user-select: text; */
/*     -moz-text-security : disc; */
/*     text-security : disc; */
/*     cursor: auto; */
/* } */

.bgwhite{
  background-color: #ffffff;
}

  /*ul.breadcrumbs{*/
    /*padding-left: 15px;*/
  /*}*/
  /*ul.breadcrumbs>li>a{*/
    /*padding-left:0;*/
    /*font-weight: normal;*/
    /*background: transparent;*/
    /*padding-right: 4px;*/
  /*}*/

  /*ul.breadcrumbs>li>a:hover{*/
    /*text-decoration: underline;*/
    /*background: transparent!important;*/
  /*}*/

  /*ul.breadcrumbs>li>span{*/
   /*padding-top:15px;*/
   /*padding-bottom:15px;*/
   /*display: block;*/
  /*}*/

/*media queries to show and hide username in navbar*/
@media (max-width: 768px) {
  .header_user_name {
    display: block;
    line-height: 50px;
    padding-left: 15px;
  }

  .nav-spacing {
    padding-left: 15px;
  }
}

.bold {
  font-weight: bold;
}

.boxshadow{
  -webkit-box-shadow: 0 0 9px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 9px rgba(0,0,0,.4);
  box-shadow: 0 0 9px rgba(0,0,0,.4);
}

.boxshadow-main{
  -webkit-box-shadow: 0 -9px 0px 0px white, 0px 0px 9px rgba(0,0,0,.4);
  -moz-box-shadow: 0 -9px 0px 0px white, 0px 0px 9px rgba(0,0,0,.4);
  box-shadow: 0 -9px 0px 0px white, 0px 0px 9px rgba(0,0,0,.4);
}

.boxshadow-breadcrumb {
  -webkit-box-shadow:0 9px 0px 0px white, 0px 0px 9px rgba(0,0,0,.4);
  -moz-box-shadow: 0 9px 0px 0px white, 0px 0px 9px rgba(0,0,0,.4);
  box-shadow: 0 9px 0px 0px white, 0px 0px 9px rgba(0,0,0,.4);
}
/*a.breadcrumb{*/
  /*padding-left: 20;*/
  /*background: transparent;*/
  /*height: 45px;*/
  /*vertical-align: middle;*/
/*}*/


/*custom breadcrumb styling*/
.dh-breadcrumb {
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;
  /*margin-left: 15px;*/
  /*list-style: none;*/
  /*border-radius: 4px;*/
}
/*.dh-breadcrumb:not(:first-child):before {*/
  /*color: #ccc;*/
  /*content: "/\00a0";*/
/*}*/

/*.dh-breadcrumb > li {*/
  /*display: inline-block;*/
/*}*/
/*.dh-breadcrumb > li + li:before {*/
  /*padding: 0 5px 0 10px;*/
  /*color: #ccc;*/
  /*content: "/\00a0";*/
/*}*/
.dh-breadcrumb > .active {
  color: #777;
}
.flatbutton{
  background: #29aacb;
  color: #fff;
  height: 5em;
  font-size: 1.3em;
  border-radius: 0px;
  padding: 15px;
  border: 1px solid #fff;
  text-align: left;
}
.flatbutton.login-nav{
  line-height: 3em;
}

a.flatbutton:hover, a.flatbutton.active{
  background: #0B7482;
  color: #fff;
}

.flatbutton.login-nav-special {
  line-height: 3em;
  background-color: #7fba78;
  color: #fff;
}
a.flatbutton.login-nav-special:hover, a.flatbutton.login-nav-special.active{
  background-color: #577f52;
  color: #fff;
}

.main{
  min-height: 50vh;
}
.nav{
  background-color: #2F95A1;
  color: #fff;
}

.spacer-sm{
  min-height: 10px;
}

.nav a, .nav-logout a{
  color: #fff;
}

.nav-logout{
  background-color: #2F95A1;
  height: 45px;
  color: #fff;
  line-height: 1.5em;
  padding-top: 10px;
  padding-right: 20px;
  vertical-align: middle;
  font-weight:bold;
}

.panel-default {
  border-radius: 0px;
}

.panel-default .panel-heading{
  background-color: #d4d4d4;
  color: #0B7482;
  font-weight: bold;
  background-image: none;
  border-radius: 0px;
  /*text-transform: uppercase;*/
}

.panel-default .panel-body {
  word-wrap: break-word;
}

.right {
  text-align: right;
}

.title{
  font-size: 1.5em;
  font-weight: bold;
  color: #2BABCC;
}

.scenario{
 margin-top: 1em;
}

.scenario-answer{
}

.scenario-close{
  color: #969696;
  font-weight: normal;
}

.spacer{
  height: 25px;
}

.center {
  text-align: center;
}

.block {
  display: block;
}


.menu-button{
  background-color: #2F95A1;
  color: #fff;
  padding: 15px;
  border: 1px solid #fff;
  text-align: left;
  border-radius: 0; 
  width: 250px;
  line-height: 4em;
  height: 5em;
  vertical-align: middle;
}

.dropdown-menu{
  background-color: #2F95A1;
}

.dropdown-menu>li>a.menu-button{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px;
  font-size: 14px;
  /* line-height: 3em; */
}

.dh-no-element-flash{
  visibility: hidden;
}

.nav>li>a:hover, .nav>li>a:focus {
  background-color:rgba(0, 0, 0, 0.4) !important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .menu-button:hover{
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image:none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.dropdown-menu{
  padding: 0px;
}

.footer-title{
  text-transform: uppercase;
  font-weight: bold;
}

.footer a{
  font-weight: normal;
}

.red {
  color: red;
}

@media only screen and (min-width: 768px){
  .panel-default.panel-set-min-height{
    min-height: 272px;
  }
}

@media only screen and (max-width: 1021px){

  .dropdown-menu>li>a.menu-button{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
    font-size: 14px;
    width: 100%;
    height: 3em;
    border: 0px;
  }

  #navbar-button{
    border: 1px solid;
  }

  .icon-bar{
    background: #fff;
    height: 2px;
    width: 22px;
    border-radius: 1px;
  }


  .footer{
    color: #000;
    min-height: 100px;
    background-color: #CD9763;
  }

  .footer a.btn.btn-link, .footer a:hover{
    color: #000;
    font-weight: normal;
  }

  .footer-title{
  }

  .header{
    padding-top: 15px;
    background-color: #2F95A1;
    color: #ffffff;
  }

  .header a {
    color: #fff;
  }

  .navlogo{
    display: none;
  }

  .title{
    color: #fff;
  }
}

@media only screen and (min-width: 1022px){

  body{
    background-image : url("/resources/images/beach.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container{
    width: 1022px;
  }
  .copyright{
    text-align: center;
  }
  .footer{
    min-height: 200px;
    color: #fff;
    background-color: #000;
    opacity: .6;
  }
  .footer a.btn.btn-link, .footer a{
    color: #fff;
  }
  .header{
    background-image : url("/resources/images/headerbackground.jpg");
    background-repeat: no-repeat;
    background-position: 0 -30px;
    height: 125px;
    vertical-align: center;
    padding-top: 3%;
  }
  .header .list-inline {
    margin: 0;
  }
  .home-panels{
    padding-right: 15px;
  }
  .md-padding-left{
    padding-left: 15px;
  }
  .navlogo{
    vertical-align: middle;
    float:left;
    margin-right: 15px;
  }
  .navtitle{
    float: left;
  }
  .nav-placeholder{
    height: 50px;
  }
  .title{
    margin-top:0px;
  }
}

.tmp-description {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  margin: 5px 0px;
  padding: 5px;
}

.icon {
  margin-right: 6px;
}

.icon-left {
  margin-left: 6px;
}

.information-label {
  background-color: #eee;
  padding: 15px;
  /*margin-left: 15px;*/
  margin-bottom: 10px;
}

.full-width {
  width: 100%;
  float: left;
}

.placeholder {
  color: #999;
}
.placeholder > option {
  color: rgb(85, 85, 85);
}

/*Translation Styling*/
a.language_link {
  font-size: 18px;
  text-decoration: underline !important;
}

a.selected_language {
  color: #39A6B4 !important;
  text-decoration: none !important;
  opacity: 0.5;
}

.language-list{
  text-align: right;
}

.info1099Line{
  border: 0;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}
