
html {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    min-width: 1000px;
    overflow: auto;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
}

.nav-link {
    border-left: 3px solid transparent;
    padding: .8rem 1.2rem;
    color: #666;
}

.nav-link:focus, .nav-link:hover {
    background: rgba(0, 123, 255, 0.01);
    color: #444;
}

.nav-link.active {
    background: rgba(0, 123, 255, 0.07);
    border-color: #007bff;
    color: #007bff;
}

.nav-link .oi {
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

#content {
    width: 100%;
    /*min-height: 100vh;*/
    transition: all 0.3s;
}

#content > div {
    background: #fff;
}

.navbar {
    background: #fff;
}

.navbar-brand a:hover {
    text-decoration: none;
}

.navbar-brand .sub-brand {
    border-left: 2px solid #ddd;
    vertical-align: middle;
    padding: 0 15px;
    margin-left: 2px;
    font-weight: 300;
    color: #888;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block;
}

.navbar-brand { /*.sub-brand>span:last-child*/
    font-size: 10px;
}

.sub-brand {
    margin-top: 4px;
}

.navbar-nav a:hover {
    text-decoration: none;
}

#root-react {
    min-height: 200px;
}

.container {
    max-width: 960px;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

footer {
    border-top: 1px solid #ddd;
}

.errorlist {
    list-style: none;
    padding: 0;
    text-align: left;
}

.main-header {
    min-height: 70px;
}


.profile_abstract {
}

form > div:last-child {
    dispaly: flex;
    justify-content: flex-end;
}

.modal-body form > div:last-child {
    border-top: 1px solid #e9ecef;
}

.or-break {
    border-bottom: 1px solid #e4e4e4;
    color: #999;
    font-size: 13px;
    line-height: 0;
    margin: 40px 0px;
    text-align: center;
}


.or-break span {
    background: #fff;
    padding: 0 10px;
}

.btn-google > div:first-child {
    background: #d93025;
    color: white;

}

.btn-google > button {
    background: white;
    color: black;
    width: 170px;
}

.btn-linkedin > div:first-child {
    background: #0073b1;
    color: white;
}

.btn-linkedin > button {
    background: white;
    color: black;
    width: 170px;
}


.icon-google-plus {
    background: #d93025;
    color: white;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

.icon-linkedin {
    background: #0073b1;
    color: white;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


/*

onChange={e => this.setState({profesional_sector: e})}
                                            value={this.state.profesional_sector}

*/
