.alert-info {
    color: #ffffff;
    background-color: #17b385;
    border-color: #bce8f1;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-dismissable .close {
    position: relative;
    top: -5px;
    right: 0px;
    color: inherit;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.header-body .head-right .nav-item {
    color: #9097a4;
    display: block;
    float: left;
    font-size: 16px;
    height: 40px;
    margin: 0 0 0 30px;
    padding: 0;
    position: relative;
    text-align: center;
}

.icon.plus {
    background-position: -42px -183px;
    height: 16px;
    width: 16px;
}

.head-tip {
    font-size: 0;
    height: 26px;
    left: -32px;
    line-height: 26px;
    opacity: 0;
    filter: alpha(opacity=0); /*change value to suit your needs*/
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 39px;
    width: 80px;
}

.tip-inner {
    background-color: #707b91;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    padding: 2px 10px 0;
}

.dropdown-arrow {
    left: 1px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0); /*change value to suit your needs*/
    pointer-events: none;
    position: absolute;
    top: 35px;
}

.icon.dropdown-arrow {
    background-position: -173px -29px;
    height: 5px;
    width: 15px;
}

.widget-header .head-right .has-dropdown:hover .dropdown-arrow,
.widget-header .head-right .nav-item.head-msg:hover .dropdown-arrow,
.widget-header .head-right .nav-item.head-msg:hover .head-tip,
.widget-header .head-right .nav-item.head-publish:hover .dropdown-arrow,
.widget-header .head-right .nav-item.head-publish:hover .head-tip,
.widget-header .head-right .nav-item.head-search-icon:hover .dropdown-arrow,
.widget-header .head-right .nav-item.head-search-icon:hover .head-tip {
    opacity: 1;
    filter: alpha(opacity=100); /*change value to suit your needs*/
    pointer-events: all;
}

.widget-header .head-inner {
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    position: relative;
    width: 960px;
}

.widget-header .head-body {
    height: 100%;
    position: relative;
    width: 100%;
}

.widget-header .head-nav .nav-item {
    color: #111;
    display: block;
    float: left;
    font-size: 16px;
    margin: 0 0 0 30px;
    padding: 0;
    position: relative;
    text-align: center;
}

.widget-header .head-nav .nav-item:first-child {
    margin-left: 0;
}

.widget-header .head-nav .nav-item.active {
    color: #36a9e5;
}

.widget-header .head-nav .nav-item:hover:not(.active) {
    color: #68707f;
}

.widget-header .head-right {
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}

.widget-header .head-right .nav-item {
    color: #9097a4;
    display: block;
    float: left;
    font-size: 16px;
    height: 40px;
    margin: 0 0 0 30px;
    padding: 0;
    position: relative;
    text-align: center;
}

.my-settings-error {
    width: 45px;
    color: #eb6a64
}

.widget-company-card .nsb-block-content {
    padding: 20px;
}

.widget-company-card .cmpy-card-logo {
    float: left;
    margin-right: 10px;
}

.widget-company-card .cmpy-card-logo img {
    height: 60px;
    width: 60px;
}

.widget-company-card .cmpy-card-name {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-company-card .cmpy-card-name:hover {
    color: #1b90cd;
}

.widget-company-card .cmpy-card-loc {
    color: #a2a8b3;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-company-card .cmpy-card-logo:hover {
    opacity: 0.9;
}

.widget-company-card .cmpy-card-line {
    line-height: 20px;
    margin: 10px 0 0;
}

.widget-company-card .cmpy-card-line .label {
    color: #a2a8b3;
    display: block;
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 60px;
}

.widget-company-card .cmpy-card-line .body, .widget-company-card .cmpy-card-line .label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-404 .error-404-icon {
    background-image: url('/static/image/site/404.png');
    display: inline-block;
    height: 341px;
    width: 217px;
}

.page-404 .nsb-block-content {
    padding: 50px 0;
    text-align: center;
}

.widget-tooltip {
    z-index: 10;
    position: absolute;
    top: -9999;
    left: -9999;
    text-align: center;
    font-size: 14px;
    max-width: 400px;
    padding: 5px 10px;
    line-height: 20px;
    height: 20px;
    border-radius: 3px;
    background: #6b7485;
    color: #fff;
    opacity: 0;
    -webkit-transition: margin .2s ease, opacity .1s ease;
    transition: margin .2s ease, opacity .1s ease;
    display: block
}

.widget-tooltip.for-popup {
    z-index: 155
}

.widget-tooltip.show {
    opacity: 1
}

.widget-tooltip.bottom, .widget-tooltip.top {
    margin-top: -5px
}

.widget-tooltip.bottom.show, .widget-tooltip.top.show {
    margin-top: 0
}

.widget-tooltip.left {
    margin-right: -5px
}

.widget-tooltip.left.show {
    margin-right: 0
}

.widget-tooltip.right {
    margin-left: -5px
}

.widget-tooltip.right.show {
    margin-left: 0
}

.widget-tooltip:after, .widget-tooltip:before {
    position: absolute;
    width: 0;
    height: 0;
    content: ''
}

.widget-tooltip.top:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #6b7485;
    border-bottom: none;
    bottom: auto;
    top: 29px;
    left: 50%;
    margin-left: -10px
}

.widget-tooltip.bottom:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #6b7485;
    border-top: none;
    bottom: auto;
    top: -7px;
    left: 50%;
    margin-left: -10px
}

.widget-tooltip.left:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #6b7485;
    border-right: none;
    left: auto;
    right: -7px;
    top: 50%;
    margin-top: -10px
}

.widget-tooltip {
    z-index: 10;
    position: absolute;
    top: -9999;
    left: -9999;
    text-align: center;
    font-size: 14px;
    max-width: 400px;
    padding: 5px 10px;
    line-height: 20px;
    height: 20px;
    border-radius: 3px;
    background: #6b7485;
    color: #fff;
    opacity: 0;
    -webkit-transition: margin .2s ease, opacity .1s ease;
    transition: margin .2s ease, opacity .1s ease;
    display: block
}

.widget-tooltip.right:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 8px solid #6b7485;
    border-left: none;
    right: auto;
    left: -7px;
    top: 50%;
    margin-top: -10px
}

.page-company-edit .logo-img {
    float: left;
    margin-right: 20px;
}

.page-company-edit .logo-img img {
    border-radius: 2px;
    height: 150px;
    width: 150px;
}

.sl-custom-file {
    position: relative;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
}

.sl-custom-file .ui-input-file, #profile-avatar-upload {
    position: absolute;
    right: 0;
    top: 0;
    _zoom: 30;
    font-size: 300 px\9;
    height: 100%;
    _height: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    width: 100px;
}

.page-profile-to-resume .nsb-select .sel-trigger .dropdown-big,
.page-user-profile .nsb-select .sel-trigger .dropdown-big {
    right: 11px;
    top: 16px;
}

.page-profile-to-resume .del-confirm .submit-btn .spinner, .page-user-profile .del-confirm .submit-btn .spinner {
    left: 75px;
    top: 25px;
}
