/*! bookmarks.css */

.btn-bookmark {
    background-color: #205493;
    border-color: #205493;
}

.btn-bookmark .glyphicon {
	font-size: 14px;
}

.modal-body-full {
    background-color: #fff;
    border-radius: 4px;
    padding: 40px;
}

    .modal-body-full .form-control {
        background-color: #fff;
        border-radius: 4px;
    }

    .modal-body-full textarea.form-control {
        height: 72px;
    }

.btn-lightblue {
    background-color: #205493;
    border-color: #205493;
    color: #fff;
}

.btn-lightblue:hover,
.btn-lightblue:focus {
	background-color: #173c69;
	border-color: #173c69;
	color: #fff;
}

.btn-darkblue {
	background-color: #173c69;
	border-color: #173c69;
	color: #fff;
}

.btn-darkblue:hover,
.btn-darkblue:focus {
	background-color: #2d83bf;
	border-color: #2d83bf;
	color: #fff;
}

.find-data-navbar .btn-bookmark {
	margin-left: 4px;
}

@media (min-width: 768px) {
	.modal-bookmarks .modal-dialog {
		width: 600px;
		max-width: 600px;
	}
}

.modal-bookmarks .modal-title {
	color: #205493;
	line-height: 32px;
	margin-bottom: 12px;
}

.modal-bookmarks .close {
	margin-top: -16px;
	margin-right: -16px;
}

.modal-bookmarks .form-group:last-of-type {
	margin-bottom: 24px;
}

.modal-bookmarks label {
    color: #112e51;
    font-weight: 600;
    float: left;
}

.modal-body-top {
	background-color: #fff;
	border-radius: 4px;
	padding-top: 32px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

.modal-body-top .form-control {
	border-radius: 4px;
}

.modal-body-bottom {
	background-color: #f6f8fb;
	border-top: 1px solid #cbd7e7;
	border-radius: 0 0 4px 4px;
	padding-top: 23px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

.modal-body-bottom {
}

.modal-body-bottom .form-control {
	background-color: #fff;
	border-radius: 4px;
}

.modal-body-bottom textarea.form-control {
	height: 72px;
}