html.tabs {
    background-color: #006472;
    padding: 40px;
}

.Wrapper {
    background-color: white;
    border-radius: 4px;
    margin: 0 auto;
    padding: 16px;
}

.contact-row h2 {
    color: #006472;
    font-size: 2rem;
    font-family: Roboto Condensed!important;
}

.contact-row ul {
    font-size: 1.5rem;
    color: #006472;
}

.contact-row a {
    color: #006472;
}


.Wrapper button {
    background-color: white!important;
}

.Tabs {
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    list-style: none;
    padding-bottom: 0px;
	padding-top: 10px;
	border-bottom: solid 3px #006472;
}

.Tabs--fullWidth {
    overflow-x: scroll;
    -ms-overflow-style: none;
}

.Tabs--fullWidth::-webkit-scrollbar {
    background-image: none;
}

.Tabs--fullWidth > .Tabs-tab {
    /*flex: 1 0 auto;*/
	margin-left: -8px;
	/*border-right: solid 8px lightgrey;*/
	background-image: linear-gradient(
            to right,
            lightgrey 1px,
            transparent 1px,
            transparent 100%
    );
	padding-right: 15px;
    padding-left: 9px;
}

.Tabs--fullWidth > .Tabs-tab Z {
	border-right: none;
}

.Tabs--fullWidth > .Tabs-tab .all-contacts{
	border-right: none;
	padding-left: 15px!important;
}

.Tabs-tab {
    border: none;
    background-color: transparent;
    color: #5e6e78!important;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0 12px;
    text-decoration: none;
}

.Tabs-tab:focus {
    background-color: #006472!important;
    box-shadow: inset 0 0 0 2px #007abf;
    color: #007abf;
    outline: none;
}

.Tabs-tab:hover {
    background-color: lightgrey!important;
    color: #006472!important;
}

.Tabs-tab:active {
    /*background-image: linear-gradient(
            to top,
            #b4bcc1 3px,
            #f5f6f7 3px,
            #f5f6f7 100%
    );*/
	background-color: #006472;
    color: white!important;
}

.Tabs-tab.is-current {
    /*background-image: linear-gradient(
            to top,
            #007abf 3px,
            transparent 3px,
            transparent 100%
    );*/
    background-color: #006472!important;
    color: white!important;
}

.Tabs-tab.is-current:focus {
    /*background-image: linear-gradient(
            to top,
            #007abf 3px,
            #f5f6f7 3px,
            #f5f6f7 100%
    );*/
}

.Tabs-tab.is-disabled,
.Tabs-tab[disabled] {
    /*background-image: linear-gradient(
            to top,
            #d8dde0 1px,
            transparent 1px,
            transparent 100%
    );*/
    color: #d8dde0!important;
    pointer-events: none;
}

.Tabs-tab--flexEnd {
    flex: 0 1 320px;
    margin-left: auto;
}

.Tabs-panel {
    display: none;
    padding-top: 24px;
}

.vcard-download {
    background-color: #818a91!important;
}

#term {
	width: 60%;
}

#department {
	width: 28%;
}

.contacts-import-action:active {
	margin-left: 4px;
    padding: 4px 8px;
    position: relative;
    top: -3px;
    text-decoration: none;
    border: 1px solid #0071a1;
    border-radius: 2px;
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    color: #0071a1;
    background: #006472;
    cursor: pointer;
}