.sharify-logo {
    display: none
}

.sharify-cp {
    width: 77px!important
}

.settings_page_sharify {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.sharify-wrap {
    background-color: #fff;
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto
}

.sharify-inner header {
    background-color: #4db2ec;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-family: Oswald, sans-serif;
    line-height: 50px;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.sharify-inner {
    background-color: #fff;
    width: 100%;
    height: 100%
}

.sharify-logo-main {
    float: left;
    padding-left: 15px;
    overflow: hidden
}

.sharify-version {
    float: right;
    padding-right: 20px;
    overflow: hidden;
    opacity: .5
}

.sharify-main {
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    float: left;
    background-color: #fff;
    display: block
}

.sharify-settings {
    padding: 20px
}

.sharify-sec-title {
    background-color: #4db2ec;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.sharify-version a {
    color: #fff;
    text-decoration: none;
    transition: all .5s ease-in-out
}

.sharify-version:hover {
    opacity: 1
}

.sharify-btn {
    background-color: #34495e;
    color: #fff;
    border: 1px solid;
    border-color: #34495e;
    padding: 8px
}

.sharify-btn:hover {
    background-color: transparent;
    color: #2c3e50;
    border: 1px solid;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.sharify-sec-title a{
    color: #fff;
    text-decoration: none;
}

.sharify-sec-title a:focus, .sharify-sec-title a:hover{
    color: #fff;
    opacity: 0.7;
}
