.modal-content
{
	border-radius: 0px;
}

.modal-header
{
	background-color: rgba(11, 103, 208, 1);
    color: #fff;
}

.addToTabBtn
{
	background-color: rgba(11, 103, 208, 1);
	border-color: rgba(11, 103, 208, 1);
}

.addToTabBtn:hover
{
	background-color: #04b0b5;
	border-color: #04b0b5;
}

.tab-content>.tab-pane {
	padding: 3em 2em;
	min-height: 500px;
}

.nav-tabs li a {
	background: rgba(11, 103, 208, 1);
	color: #FFF!important;
	text-decoration: none!important;
	font-size: 18px;
	font-weight: normal!important;
}

.nav-tabs li a:hover {
	border-color: rgba(14, 176, 181, 1);
	background: rgba(14, 176, 181, 1);
}

.nav-tabs li.active a {
	color: rgba(11, 103, 208, 1)!important;
}

.tabs {
	border: 1px solid #ddd;
	border-top: none;	
	margin-bottom: 20px;
}

.tabText {
	border: 1px dashed #CCC;
	font-size: 16px;
	line-height: 28px;
	padding: 10px;
	margin-bottom: 10px;
}

.removeThisTextBtn {
	cursor: pointer;
	margin: 0 0 20px 20px;
}

.removeThisTextBtn:hover {
	opacity: .8;
}