/* CSS Document */
:root {
  --indigo: rgb(77, 0, 140);
  --apple-green: rgb(128, 188, 0);
  --granite-gray: rgb(84, 86, 90);
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

html, body {
  font-family: 'Montserrat-Regular', sans-serif;
}
/*.row { }*/

.logo img {
  height: 69px;
}
.ticker-display{
    font-family:  Helvetica Neue,Helvetica,Arial,sans-serif;
    color: white;
    font-size: 16px;
    line-height: 22px;
	font-weight: bold;
}
#headerTicker {
    float: left;
    border: 0 solid red;
}
/*.headertop-text {
    float: right;
    text-align: right;
    border: 0px solid red;
}*/
.content-right .hcontent p.title, .title {
  font-size: 17px;
  line-height: 24px;
  color: #999;
  font-weight: bold;
}

.hcontent .h_divider {
  font-size: 17px;
  line-height: 24px;
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
  background: #555353;
  margin-bottom: 10px;
}

.content-right .hcontent form .title {
  /*background-color: #CCC;*/
  font-size: 17px;
  /*color: #FFF;*/
  padding: 5px;
  font-weight: bold;
  margin-top: 10px;
}

.padding-10 {
  padding: 5px !important;
}

.margin-5 {
  margin: 5px;
}

.yellow-bg {
  background-color: #f6f2e7;
}

.tall-220 {
  height: 220px;
}

.tall-240 {
  height: 240px;
}

.tall-250 {
  height: 250px;
}

.bold {
  font-weight: bold;
}

label {
  /*min-width: 100px;*/
  display: inline-block;
  /*text-align: right;*/
  padding-right: 5px;
  /*color: #7e648b;*/
}

.small {
  font-size: 11px;
  display: inline-block;
}

#frmClaim .form-group {
  margin-top: 15px;
}

/*#resetPassword label, #register label, #frmForgot label, #frmLocateAnAgent label {
  width: 200px;
}*/

#frmClaim label {
  width: auto;
  display: inline-block;
  text-align: right;
  padding-right: 5px;
  margin-bottom: 10px;
}

#frmClaimIdentityTheft label {
  width: 310px;
  display: inline-block;
  text-align: right;
  padding-right: 5px;
  margin-bottom: 10px;
}

#frmClaim .form-group #policyNumber {
  width: 130px;
}

#frmClaim .form-group #claimOption {
  width: 300px;
}

.hcontent a, .hcontent a:visited, .hcontent a:active, .hcontent a:hover {
  color: #333;
  font-weight: bold;
  position: relative;
  /*text-decoration:none !important;*/
}

.content-banner.general {
  background-image: url("../images/content-banner.jpg");
}

.content-banner.myAccount {
  background-image: url("../images/MyAccount_325746977.jpg");
}

.content-banner.policyHolder {
  background-image: url("../images/PolicyholderLogin_268450493.jpg");
}

.content-banner.reportClaim {
  background-image: url("../images/ReportAClaim_215350363.jpg");
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody+tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  /*border-collapse: collapse;*/
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:last-child,
.table-bordered tbody:last-child tr:last-child>th:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success>td {
  background-color: #dff0d8;
}

.table tbody tr.error>td {
  background-color: #f2dede;
}

.table tbody tr.warning>td {
  background-color: #fcf8e3;
}

.table tbody tr.info>td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover>td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover>td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover>td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover>td {
  background-color: #c4e3f3;
}

.hcontent h2, .hcontent h4, .hcontent h6 {
    color: #7e648b;
}

.hcontent h2 {
    font-size: 24px;
}

.hcontent h2, .hcontent h3, .hcontent h4, .hcontent h5, .hcontent h6 {
    line-height: 1.5;
    padding-top: 20px;
}

/*.carousel {

 }

.carousel-item{

}*/
.carousel-control-prev,.carousel-control-next {
  filter: none;
  opacity: 1;
	width:40px!important;
	z-index: 1001!important;
}
.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,
.carousel-control-next:focus {
  filter: none;
  opacity: 1;
}
.carousel-control-prev-icon {
 background-image: url("/img/youtube-bg/left-arrow.png") !important;
}

.carousel-control-next-icon {
  background-image: url("/img/youtube-bg/right-arrow.png") !important;
}

.youtube-link{
	height:160px;
	width:350px;
}

.ytbg{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;

	background-image: url(/img/ytb.png);
}
.ytbg{
	z-index: 99;
}


.carousel-inner{
	padding-left:40px!important;
	padding-right:40px!important;
}
.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

#dspEd{
	display: block;
	background-image:url(/img/youtube-bg/blue.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 219px;
	width: 219px;
	max-height: 219px;
	max-width: 219px;
}
#dspOut{
	display: block;
	background-image:url(/img/youtube-bg/grey.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 219px;
	width: 219px;
	max-height: 219px;
	max-width: 219px;
}
.bottom-right{
	position: absolute;

	right:0;
	left:0;
	top:75%;
	text-align: center;
	color:white;
	text-decoration: none;
}
.form-horizontal .hasDatepicker {
  display: inline-block;
}
.wide-300 {
	width: 300px;
}
.margin-left-305 {
  margin-left: 305px;
}
.blueBox{
  padding-top: 1rem;
	background-color: #4f5d7a;
  flex-direction: column;

}
.greenBox{
  padding-top: 1rem;
	background-color: #4f7a5d;
  flex-direction: column;
}
.greyBox{
  padding-top: 1rem;
	background-color: #49474a;
  flex-direction: column;
}

.blueBox p,
.greyBox p,
.montserrat-bold {
  font-family: 'Montserrat-Bold';
}

.spread-caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.video-fluid {
  width: 100%;
}

.playVideo {
  position: relative;
  display: inline-block;
}

.play-button img {
  width: 80px;
}

.play-button-red {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  opacity: 0;
}

.playVideo:hover .play-button-red {
  opacity: 1;
}

.direct-yt-link img {
  width: 90px;
}

.play-lnk{
	z-index: 1000;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align: center;
	border: 0 solid red;
}
.play-lnk h4{
	font-size: .8vw !important;
}
.play-lnk-title{
	height:32%;
	width:70%;
	border:0 solid red;
	text-align: center;
	margin: auto;
}

.goToYoutube{
	position: absolute;
	bottom: 0;
}
.youtube-link.blue{
	background-image:url(/img/youtube-bg/yt-blue.jpg)
}



#youtubeModal .bs-example{
    margin: 20px;
}
#youtubeModal .modal-dialog iframe{
	margin: 0 auto;
    display: block;
}

#youtubeModal .modal-dialog .modal-body .embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	height: auto!important;
}
.right-arrow-red-no-shift:after{
    content:'\25BA';
	margin-left:4px;
	color:#ba292c;
}
.right-arrow-red-no-shift:hover:after{
	color:#EB3034;
}

.right-arrow-red:after{
    content:'\25BA';
	margin-left:4px;
	color:#ba292c;
}

.right-arrow-red:hover:after{
	margin-left:5px;
}

.down-arrow-grey:after{
    content:'\25BC';
	margin-left:4px;
	color:#4a4949;

}

.up-arrow-grey:after{
    content:'\25B2';
	margin-left:4px;
	color:#4a4949;

}
.lcMenu{
	font-size: 13px;
}
.lcMenu ul{
	list-style-type: none;
}
.lcMenu a{
	text-decoration: none;
}
.lcMenu h5 {
  margin-left: 0 !important;
}

.no-ul  a{
	text-decoration: none;
}
.responsiveSlider{
	opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.responsiveSlider.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.sliderbox{
	max-width:300px;
	max-height:200px;
}
.sliderbox .title{
	font-size: .8vw !important;
	color:white;
	height:40px!important;
}
.slick-slider {
	line-height:0;
}
.slick-prev{
	left:-40px!important;
}
.slick-next{
	right:-40px!important;
}

.mixedSlider {
  position: relative;
  width: 100%;
}
.mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 4.5rem;
}
.mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}

.mixedSlider .title {
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vh !important;
  color: white;
  font-size: 19px;
  font-weight: normal;
}

@media (max-width: 1200px) {
  .mixedSlider .title {
    height: 9vh !important;
    font-size: 15px;
    line-height: 1.2;
  }

  .blueBox,
  .grayBox {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .mixedSlider .MS-content .item {
    width: 50%;
  }

  .lc-h1 img {
    width: 100px;
  }

  .lc-h2 img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .mixedSlider .MS-content .item {
    width: 100%;
  }
}

.mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
.mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
.mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}

.mixedSlider .MS-controls {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.mixedSlider .MS-controls button {
  /*position: absolute;*/
  background-color: transparent;
  outline: 0;
  font-size: 42px;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  pointer-events: all;
  transition: 0.15s linear;
}
.mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  .mixedSlider .MS-controls button {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .mixedSlider .MS-controls button {
    font-size: 32px;
  }
}
/*.mixedSlider .MS-controls .MS-left {
  left: 15px;
}
.mixedSlider .MS-controls .MS-right {
  right: 15px;
}*/
@media (max-width: 420px) {
  .mixedSlider .MS-content {
    margin: 0 13%;
  }

  /*.mixedSlider .MS-controls .MS-left {
    left: 0;
  }
  .mixedSlider .MS-controls .MS-right {
    right: 0;
  }*/
}

@media (max-width: 767px) {
	.lc-h1 {
		font-size: 30px !important;
	}

  .lc-h2 {
    font-size: 26px !important;
  }
}

#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}


.btn {
  font-family: 'Montserrat-Bold'!important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  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: 0px !important;*/
  border-radius: 4px;
  color: white;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
  text-decoration: none;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  text-decoration: none !important;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  background-color: #586889 !important;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #ffffff;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #4a5875;
  border-color: #4a5875;
}

.btn-primary:hover {
  color: #fff;
  background-color: #4a5875 !important;
  border-color: #4a5875;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #4a5875;
  border-color: #4a5875;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #586889;
  border-color: #2e6da4;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open>.dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open>.dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff !important;
  background-color: #d0112b;
  border-color: #d0112b;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #cd4455;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #cd4455;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #cd4455;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

.btn-lg, input.btn-lg {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  display: inline-block;
  font-size: 14px;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
}
