﻿.btn-align{
    display: block;
    position: relative;
    padding: 1.5rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-width: .2rem;
}
.invalid-portal{
	color: gray;
}
.wrap-text{
    word-wrap: break-word;
}

.no-bottom{
    margin-bottom: -15px !important;
    padding: 0px 0px 0px !important;
}

.div-border{
    border:1px solid #CCC;
    margin-bottom: 15px;
	padding-top: 15px;
}

.pad5{
    padding: 5px !important;
}
.fields_list {
    height: 332px;
    overflow: auto;
}
.doc_top_fields {
    height: 260px;
    overflow: auto;
    line-height: 1.5;
}

.display-none{
    display: none;
}
.marginbottom-20{
    margin-bottom: 20px;
}

.marginbottom-offset-20{
    margin-bottom: -20px;
}

.marginleft-50{
    margin-left: 50px;
}
.marginleft-20{
    margin-left: 20px;
}

.marginleft-15{
    margin-left: 15px;
}

.error{
    border-color: red;
}

.small-red-txt {
    color: red;
    font-size: 11px;
    line-height: normal;
    text-align: left;
}

.btn-align-contacts{
    display: block;
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-width: .2rem;
}


.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.li-info-badge{
    padding: 5px 5px !important;
}

.li-info-badge > a.a-badge, a.a-badge:focus {
    display: block !important;
    padding: 5px 10px !important;
    position: relative !important;
    background-color: #337ab7 !important;
    color: #fff !important;
}

.li-info-badge > a > .badge {

    background-color: #fff;
    color: #337ab7;
}

.label-badges{
    background-color: #0099ff;
    color: #fff;
    padding: 5px 5px;
    border-radius: 4px;
}

.label-white-badges{
    background-color: #fff;
    padding: 5px 5px;
    border-radius: 4px;
}

.list-group-item.active > .badge, .nav-pills > .label-badges > span{
    background-color: #fff;
    color: #337ab7;
}


.li-margin5{
    margin-left: 5px;
}

.txt-align-right{
    text-align: right;
}

.txt-align-center{
    text-align: center;
}

.title-div{
    padding: 5px !important;
}

.div-margin-bottom{
    margin-bottom: 5px !important;
}

.div-margin-top{
    margin-top: 5px;
}


.bold-div{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px !important;
    background-color: #ddd;
}

.form-control.has-feedback-top {
    margin-top: 27px;
}

.form-control-feedback.top {
    margin-top: 32px;
}

.top {
    margin-top: 10px;
}

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

.top-5 {
    margin-top: 5px;
}
.top-15 {
    margin-top: 15px;
}
.pull-right {
  float: right !important;
}
.nav_title a {
    background: url(../../img/InsuredHQ-logo.png) no-repeat !important;
}

.nav-sm .navbar.nav_title a {
    background: url(../../img/InsuredHQ-logo-small.png) no-repeat !important;

}

.row-center{
    text-align: center;
}
.on-error{
    color: red;
    background-color: #ffcccc;
}
.on-success{
    color: green;
    background-color: #b3ffcc;
}

.label-padtop-5{
    padding-top: 5px;
}

.icon-red{
    color:red;
}
.icon-black{
    color:#000000;
}
#sortable1, #sortable2, #sortable3, #sortable4, #sortable5, #sortable6, #sortable7, #sortable8, #sortable9, #sortable10, #sortable11, #sortable12, #sortable13 {
    width:100% !important;
}
.div_margin_inline{
	display: inline-block; margin-right:50px;
}
.span_tile_icon_back
{
	background-color:#184275;width: 120px;padding: 10px;
}
/*IID-3063 Added class for bold and red color ! sign for Relink policy*/
.re-link{color:#FF0000;font-size:16px;}