.navbar-nav > li > a {
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.nav .open > a:hover,
.nav .open > a:focus,
.nav .open > a:active {
    background-color: inherit;
}
.navbar-nav > li > a > span:not(.fa-stack):hover {
    border-bottom: solid 3px #ffa600;
}
.navbar-nav > li > a:hover .fa-power-off:before,
.navbar-nav > li > a:focus .fa-power-off:before {
    color: #ffa600;
}
.dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
    background-color: inherit;
}
.main-active-link, .sub-active-link {
    border-bottom: solid 3px #ffa600;
}
.filter:hover {
    cursor: pointer;
}
.new-user-button {
    text-align: right;
    padding-right: 12px;
}

 .medium-editor-toolbar li span {
     min-width: 60px;
     height: 60px;
     border: none;
     border-right: 1px solid #9ccea5;
     background-color: transparent;
     color: #fff;
     -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
     transition: background-color 0.2s ease-in, color 0.2s ease-in;
 }
.medium-editor-toolbar li span:hover {
    background-color: #346a3e;
    color: #fff;
}
 .medium-editor-toolbar li span, .medium-editor-anchor-preview li span {
     display: block;
     margin: 0;
     padding: 15px;
     cursor: pointer;
     font-size: 14px;
     line-height: 1.33;
     text-decoration: none;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
ul, ol {
    font-size: 16px;
}
.nav {
    font-size: 14px;
}
.as-link {
    color: #ffffff;
}
.as-link:hover {
    color: #ffffff;
    cursor: pointer;
}
.as-nav-link {
    color: #ffffff;
    margin: 0 15px;
}
.as-nav-link:hover {
    color: #ffffff;
    cursor: pointer;
    border-bottom: solid 3px #ffa600;
}
.modal-content {
    border-radius: 0;
}
.btn {
    border-radius: 0;
}
.btn-primary {
    border-color: #008E99;
    background-color: #008E99;
}

/* LAYOUT CHANGES*/
.mar-t-10 {
    margin-top: 10px;
}
.mar-t-20 {
    margin-top: 20px;
}
.container.nb-blue {
    width: auto;
}
.container.my-blue h2 {
    margin-bottom: 0;
    padding: 20px 0 0;
}
button, .btn, .my-btn {
    cursor: pointer;
}
.my-btn {
    text-align: center;
}
.pagination.my-pagination li a:focus {
    background-color: #424242;
}
.avatar {
    border-radius: 200px
}
form input:focus {
    box-shadow: none !important;
}
#footer .col-md-4:nth-child(2) {
    padding: 0 45px;
}
#footer .corp-block {
    margin-top: 30px;
}
#footer .corp-block ul {
    font-size: 13px;
}
#footer .copyright {
    margin-bottom: 5px;
}

/* INTERFACE */
.draft-main > div[class^=col-]:first-child {
    padding-left: 0;
}
.draft-main > div[class^=col-]:last-child {
    padding-right: 0;
}
form.horizontal .search[type=text] {
    padding-top: 0;
    padding-bottom: 0;
}
form.horizontal .col-md-1 a {
    padding: 0 5%;
    line-height: 34px;
}
form .input-icon.btn-search {
    padding-right: 6px;
    padding-left: 10px;
}
.my-btn:before {
    padding: 8px 8px;
}
i.fa.fa-search {
    min-width: 26px;
    font-size: 22px;
    line-height: 16px;
}
.my-select .selectpicker {
    width: 100%;
}

.checkbox-slider--b-flat,
.checkbox-slider--b-flat label {
    font-size: 14px;
}
.checkbox-slider--b-flat label,
.checkbox-slider--b-flat input:checked+span:after,
.checkbox-slider--b-flat input:not(:checked)+span:after {
    animation: inherit;
}
.checkbox-slider--b-flat input:checked+span:before {
    background-color: #008e99;
}
.checkbox-slider--b-flat input+span:after,
.checkbox-slider--b-flat input:checked+span:after {
    border: 1px solid rgba(100,100,100,.2);
}
.scroll-pane {
    overflow-x: hidden;
}
.scroll-pane.profile {
    max-height: 520px;
}
.scroll-pane.w-b-draft {
    overflow-y: auto;
}

/* TABLES */
.my-table th .sort-btn {
    position: inherit;
}
.my-table th .sort-btn a {
    position: relative;
    padding-right: 18px;
}
.sort-btns {
    position: absolute;
    top: 0;
    right: 0;
}
.sort-btns i.fa {
    display: block;
    height: 7px;
}

/* FORMS */
.form-group > div {
    line-height: 32px;
}
form.vertical .form-group .my-input.with-icon,
form.vertical .form-group .my-input[type=text].with-icon,
form.vertical .form-group .my-input[type=password].with-icon,
form.vertical .form-group .my-input[type=email].with-icon,
form.vertical .form-group select.with-iconl {
    border-right: 1px solid #225060 !important;
}
input[type="text"],
input[type="password"],
input[type="date"] {
    padding-left: 7px;
    width: calc(100% - 9px);
}
input[type="text"][readonly=readonly] {
    background-color: #eee;
}

/* NAVBAR */
.container.nb-blue .s-h-btn span {
    padding-left: 0;
    margin-left: 10px;
}
.navbar-nav .s-h-btn span.fa-lg + span {
    line-height: 38px;
}

/* DRAFT PAGE */
.draft-content #edit-account > div:not(:last-child) {
    padding-right: 25px;
}
.draft-content .bottom-div .comments .form-group:first-child {
    margin-top: 12px;
}
.draft-content .my-btn.fa-paper-plane {
    padding-right: 30px;
    padding-left: 58px;
}
.draft-content .img-info .fa-lg {
    line-height: .95em;
}

/* AUTH PAGE */
#authpage > .container {
    max-width: 1500px;
}
#login-form .input-group-addon {
    position: absolute;
    top: 0;
    right: -8px;
    width: 40px;
    height: 32px;
    border: none;
    background: none;
}
#login-form .input-group-addon .fa {
    padding: 3px 0 0;
}
#login-form .input-group-addon .fa:before {
    color: #225060;
}
#login-form .my-btn {
    margin-top: 50px;
    padding-right: 58px;
    padding-left: 30px;
}
#login-form .my-btn:before {
    left: inherit;
    right: 0;
}

/* HUB EDIT PAGE */
#hub-edit-page label {
    padding-right: 25px;
}
#hub-edit-page .uploader {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}
#hub-edit-page .uploader > span:first-child {
    float: left;
    padding-right: 25px;
    width: 33.33333%;
    line-height: 34px;
}
#hub-edit-page .uploader > label {
    float: left;
}
#hub-edit-page .uploader > span:last-child {
    float: left;
    line-height: 2.45;
}

/* ARTICLES PAGE*/
#articles-page {
    height: auto;
    overflow: hidden;
}

/* EDIT PROFILE PAGE */
#edit-profile-page .left_settings {
    padding-right: 30px;
}
#edit-profile-page .right_settings {
    padding-left: 30px;
}

/* NEW ACCOUNT PAGE*/
#new-account-page label {
    padding-right: 25px;
}
#new-account-page .uploader {
    width: 100%;
}
#new-account-page .uploader > span:first-child {
    float: left;
    width: 32%;
    line-height: 34px;
}
#new-account-page .uploader > label {
    float: left;
}
#new-account-page .uploader > span:last-child {
    float: left;
    line-height: 2.45;
}
