#loader_message {
    width: 100%;
    height: 46px;
    position: absolute;
    left: 30%;
    top: 59%;
    margin: -35px 0 0 -35px
}

.error {
    color: #F00 !important;
    margin: 5px 0;
    text-align: left;
    font-size: 12px;
    display: none;
    text-transform: none
}

.error_profile {
    color: #F00 !important;
    margin: 5px 0;
    text-align: left;
    font-size: 12px;
    display: none;
    text-transform: none;
    position: absolute;
    bottom: -4px;
    font-size: 13px !important;
    left: 30px
}

.form_wrap label.error:after {
    position: absolute;
    content: ""
}

.form_wrap label.error_profile:before {
    position: absolute;
    content: ""
}

.form_wrap label.error_profile:after {
    position: absolute;
    content: ""
}

.preview_img {
    width: 35px;
    display: none
}

.input_wrap {
    position: relative
}

.toggle-password {
    position: absolute;
    top: 7px;
    right: 7px
}

.popover.primary {
    border-color: #337ab7
}

.popover.primary>.arrow {
    border-top-color: #337ab7
}

.popover.primary>.popover-title {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.popover.success {
    border-color: #d6e9c6
}

.popover.success>.arrow {
    border-top-color: #d6e9c6
}

.popover.success>.popover-title {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.popover.info {
    border-color: #bce8f1
}

.popover.info>.arrow {
    border-top-color: #bce8f1
}

.popover.info>.popover-title {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.popover.warning {
    border-color: #faebcc
}

.popover.warning>.arrow {
    border-top-color: #faebcc
}

.popover.warning>.popover-title {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.popover.danger {
    border-color: #ebccd1
}

.popover.danger>.arrow {
    border-top-color: #ebccd1
}

.popover.danger>.popover-title {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.team_pagination li a {
    padding: 7px;
    width: 52px;
    height: 40px;
    line-height: 40px;
    color: #043f7c;
    font-size: 16px;
    border: 1px solid#043f7c
}

.team_pagination>li:first-child>a,
.pagination>li:last-child>a {
    border-radius: 0
}

.team_pagination>.active>a,
.team_pagination>.active>a:focus,
.team_pagination>.active>a:hover,
.team_pagination>.active>span,
.team_pagination>.active>span:focus,
.team_pagination>.active>span:hover {
    background: #ff0b28;
    border: 1px solid #ff0b28;
    color: #fff
}