.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}
.bd-callout-success{border-left-color:#5CB75C}.bd-callout-success h3{color:#5CB75C}
.bd-callout-warning {border-left-color: #f0ad4e;}.bd-callout-warning h3{color:#f0ad4e}
.bd-callout-info{border-left-color:#5bc0de}.bd-callout-info h3{color:#5bc0de}
.bd-callout-danger{border-left-color:#d9534f}.bd-callout-danger h3{color:#d9534f}

.custom-control-input:checked ~ .custom-control-indicator{background-color:#21606e;}

.modal-header{background-color:#21606e!important}

/*** DEFAULT ***/
.btn-default { 
  color: #fff; 
  background-color: #21606e; 
  border-color: #21606e; 
} 
 
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  color: #FFFFFF; 
  background-color: #153E47; 
  border-color: #153E47; 
} 
 
.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: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: #FFED00; 
  border-color: #FFED00; 
}

/*** WHITE ***/
.btn-white { 
  color: #00689F; 
  background-color: #FFF; 
  border-color: #FFF; 
} 
 
.btn-white:hover, 
.btn-white:focus, 
.btn-white:active, 
.btn-white.active, 
.open .dropdown-toggle.btn-white { 
  color: #FFFFFF; 
  background-color: #00689F; 
  border-color: #00689F; 
} 
 
.btn-white:active, 
.btn-white.active, 
.open .dropdown-toggle.btn-white { 
  background-image: none; 
} 
 
.btn-white.disabled, 
.btn-white[disabled], 
fieldset[disabled] .btn-white, 
.btn-white.disabled:hover, 
.btn-white[disabled]:hover, 
fieldset[disabled] .btn-white:hover, 
.btn-white.disabled:focus, 
.btn-white[disabled]:focus, 
fieldset[disabled] .btn-white:focus, 
.btn-white.disabled:active, 
.btn-white[disabled]:active, 
fieldset[disabled] .btn-white:active, 
.btn-white.disabled.active, 
.btn-white[disabled].active, 
fieldset[disabled] .btn-white.active { 
  background-color: #FFED00; 
  border-color: #FFED00; 
}

/*** BLACK ***/

.btn-black { 
  color: #FFF; 
  background-color: #000; 
  border-color: #000; 
} 
 
.btn-black:hover, 
.btn-black:focus, 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  color: #000; 
  background-color: #FFF; 
  border-color: #FFF; 
} 
 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  background-image: none; 
} 
 
.btn-black.disabled, 
.btn-black[disabled], 
fieldset[disabled] .btn-black, 
.btn-black.disabled:hover, 
.btn-black[disabled]:hover, 
fieldset[disabled] .btn-black:hover, 
.btn-black.disabled:focus, 
.btn-black[disabled]:focus, 
fieldset[disabled] .btn-black:focus, 
.btn-black.disabled:active, 
.btn-black[disabled]:active, 
fieldset[disabled] .btn-black:active, 
.btn-black.disabled.active, 
.btn-black[disabled].active, 
fieldset[disabled] .btn-black.active { 
  background-color: #FFED00; 
  border-color: #FFED00; 
}


/*** GREY ***/
 
.btn-grey { 
  color: #FFFFFF; 
  background-color: #505050; 
  border-color: #505050; 
} 
 
.btn-grey:hover, 
.btn-grey:focus, 
.btn-grey:active, 
.btn-grey.active, 
.open .dropdown-toggle.btn-grey { 
  color: #FFFFFF; 
  background-color: #7E7E7E; 
  border-color: #7E7E7E; 
} 
 
.btn-grey:active, 
.btn-grey.active, 
.open .dropdown-toggle.btn-grey { 
  background-image: none; 
} 
 
.btn-grey.disabled, 
.btn-grey[disabled], 
fieldset[disabled] .btn-grey, 
.btn-grey.disabled:hover, 
.btn-grey[disabled]:hover, 
fieldset[disabled] .btn-grey:hover, 
.btn-grey.disabled:focus, 
.btn-grey[disabled]:focus, 
fieldset[disabled] .btn-grey:focus, 
.btn-grey.disabled:active, 
.btn-grey[disabled]:active, 
fieldset[disabled] .btn-grey:active, 
.btn-grey.disabled.active, 
.btn-grey[disabled].active, 
fieldset[disabled] .btn-grey.active { 
  background-color: #505050; 
  border-color: #505050; 
} 
 
.btn-grey .badge { 
  color: #505050; 
  background-color: #FFFFFF; 
}

/*** YELLOW ***/

.btn-yellow { 
  color: #000; 
  background-color: #FFED00; 
  border-color: #000; 
} 
 
.btn-yellow:hover, 
.btn-yellow:focus, 
.btn-yellow:active, 
.btn-yellow.active, 
.open .dropdown-toggle.btn-yellow { 
  color: #FFFFFF; 
  background-color: #000; 
  border-color: #000; 
} 
 
.btn-yellow:active, 
.btn-yellow.active, 
.open .dropdown-toggle.btn-yellow { 
  background-image: none; 
} 
 
.btn-yellow.disabled, 
.btn-yellow[disabled], 
fieldset[disabled] .btn-yellow, 
.btn-yellow.disabled:hover, 
.btn-yellow[disabled]:hover, 
fieldset[disabled] .btn-yellow:hover, 
.btn-yellow.disabled:focus, 
.btn-yellow[disabled]:focus, 
fieldset[disabled] .btn-yellow:focus, 
.btn-yellow.disabled:active, 
.btn-yellow[disabled]:active, 
fieldset[disabled] .btn-yellow:active, 
.btn-yellow.disabled.active, 
.btn-yellow[disabled].active, 
fieldset[disabled] .btn-yellow.active { 
  background-color: #FFED00; 
  border-color: #FFED00; 
}

/*** BLUE ***/

.btn-blue { 
  color: #FFF; 
  background-color: #00689F; 
  border-color: #00689F; 
} 
 
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  color: #00689F; 
  background-color: #FFF; 
  border-color: #00689F; 
} 
 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-yellow { 
  background-image: none; 
} 
 
.btn-blue.disabled, 
.btn-blue[disabled], 
fieldset[disabled] .btn-blue, 
.btn-blue.disabled:hover, 
.btn-blue[disabled]:hover, 
fieldset[disabled] .btn-blue:hover, 
.btn-blue.disabled:focus, 
.btn-blue[disabled]:focus, 
fieldset[disabled] .btn-blue:focus, 
.btn-blue.disabled:active, 
.btn-blue[disabled]:active, 
fieldset[disabled] .btn-blue:active, 
.btn-blue.disabled.active, 
.btn-blue[disabled].active, 
fieldset[disabled] .btn-blue.active { 
  background-color: #FFED00; 
  border-color: #FFED00; 
} 

/*** TRANSPARENT ***/

.btn-transparent { 
  color: #000; 
  border-color: #000; 
} 
 
.btn-transparent:hover, 
.btn-transparent:focus, 
.btn-transparent:active, 
.btn-transparent.active, 
.open .dropdown-toggle.btn-transparent { 
  color: #FFFFFF; 
  background-color: #000; 
  border-color: #000; 
} 
 
.btn-transparent:active, 
.btn-transparent.active, 
.open .dropdown-toggle.btn-yellow { 
  background-image: none; 
} 
 
.btn-transparent.disabled, 
.btn-transparent[disabled], 
fieldset[disabled] .btn-transparent, 
.btn-transparent.disabled:hover, 
.btn-transparent[disabled]:hover, 
fieldset[disabled] .btn-transparent:hover, 
.btn-transparent.disabled:focus, 
.btn-transparent[disabled]:focus, 
fieldset[disabled] .btn-transparent:focus, 
.btn-transparent.disabled:active, 
.btn-transparent[disabled]:active, 
fieldset[disabled] .btn-transparent:active, 
.btn-transparent.disabled.active, 
.btn-transparent[disabled].active, 
fieldset[disabled] .btn-transparent.active { 
  background-color: #FFED00; 
  border-color: #FFED00; 
} 
 
.btn-transparent .badge { 
  color: #FFED00; 
  background-color: #FFFFFF; 
}

/*** BORDER WHITE ***/

.btn-border-white { 
  color: #FFF; 
  border-color: #FFF; 
  text-transform:uppercase
} 
 
.btn-border-white:hover, 
.btn-border-white:focus, 
.btn-border-white:active, 
.btn-border-white.active, 
.open .dropdown-toggle.btn-border-white { 
  color: #FFF; 
  background-color: #FB6820; 
  border-color: #FB6820; 
} 
 
.btn-border-white:active, 
.btn-border-white.active, 
.open .dropdown-toggle.btn-yellow { 
  background-image: none; 
} 
 
.btn-border-white.disabled, 
.btn-border-white[disabled], 
fieldset[disabled] .btn-border-white, 
.btn-border-white.disabled:hover, 
.btn-border-white[disabled]:hover, 
fieldset[disabled] .btn-border-white:hover, 
.btn-border-white.disabled:focus, 
.btn-border-white[disabled]:focus, 
fieldset[disabled] .btn-border-white:focus, 
.btn-border-white.disabled:active, 
.btn-border-white[disabled]:active, 
fieldset[disabled] .btn-border-white:active, 
.btn-border-white.disabled.active, 
.btn-border-white[disabled].active, 
fieldset[disabled] .btn-border-white.active { 
  background-color: #FFF; 
  border-color: #FFF; 
}

/*** BORDER BLACK ***/

.btn-border-black { 
  color: #000; 
  border-color: #000; 
  text-transform:uppercase
} 
 
.btn-border-black:hover, 
.btn-border-black:focus, 
.btn-border-black:active, 
.btn-border-black.active, 
.open .dropdown-toggle.btn-border-black { 
  color: #FFF; 
  background-color: #FB6820; 
  border-color: #FB6820; 
} 
 
.btn-border-black:active, 
.btn-border-black.active, 
.open .dropdown-toggle.btn-yellow { 
  background-image: none; 
} 
 
.btn-border-black.disabled, 
.btn-border-black[disabled], 
fieldset[disabled] .btn-border-black, 
.btn-border-black.disabled:hover, 
.btn-border-black[disabled]:hover, 
fieldset[disabled] .btn-border-black:hover, 
.btn-border-black.disabled:focus, 
.btn-border-black[disabled]:focus, 
fieldset[disabled] .btn-border-black:focus, 
.btn-border-black.disabled:active, 
.btn-border-black[disabled]:active, 
fieldset[disabled] .btn-border-black:active, 
.btn-border-black.disabled.active, 
.btn-border-black[disabled].active, 
fieldset[disabled] .btn-border-black.active { 
  background-color: #000; 
  border-color: #000; 
} 

/*** BORDER ORANGE ***/

.btn-border-orange { 
  color: #FB6820; 
  border-color: #FB6820; 
  text-transform:uppercase
} 
 
.btn-border-orange:hover, 
.btn-border-orange:focus, 
.btn-border-orange:active, 
.btn-border-orange.active, 
.open .dropdown-toggle.btn-border-orange { 
  color: #FB6820; 
  background-color: #FFF; 
  border-color: #FFF; 
} 
 
.btn-border-orange:active, 
.btn-border-orange.active, 
.open .dropdown-toggle.btn-yellow { 
  background-image: none; 
} 
 
.btn-border-orange.disabled, 
.btn-border-orange[disabled], 
fieldset[disabled] .btn-border-orange, 
.btn-border-orange.disabled:hover, 
.btn-border-orange[disabled]:hover, 
fieldset[disabled] .btn-border-orange:hover, 
.btn-border-orange.disabled:focus, 
.btn-border-orange[disabled]:focus, 
fieldset[disabled] .btn-border-orange:focus, 
.btn-border-orange.disabled:active, 
.btn-border-orange[disabled]:active, 
fieldset[disabled] .btn-border-orange:active, 
.btn-border-orange.disabled.active, 
.btn-border-orange[disabled].active, 
fieldset[disabled] .btn-border-orange.active { 
  background-color: #FB6820; 
  border-color: #FB6820; 
} 

/**** NAVTAB ****/

.tab-pane{
	border-color: #e0e0e0;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
	background:#FFF;
	padding: 20px 15px;	
}

.nav-tabs > li > a{
	background:#505050;
	color:#FFF;
}

.nav-tabs > li:hover > a,
.nav-tabs > li.active > a{
	background:#FFF;
	color:#000;
}

/**** MODAL ****/
.modal-header{
	background:#01669D 8px center no-repeat;	
}
.modal-footer{
	background:#E3E3E3;	
}

.modal-title{
	font-family: "Pathway Gothic One", sans-serif;
	color: #FFF;
    font-size: 30px;
}

/**** TEXT ****/
.text-bold{
	font-weight:bold;	
}

.dropdown-menu{
	min-width: 14rem;
}

.hide {
    display: none;
}