/*!
 * overriding bootstrap styles as NXEU style
 */
@import 'bootstrap.min.css';
@import 'bootstrap_custom.css';
@import 'bootstrap-theme_custom.css';

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0px;
}

body {
    font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

.form-control {
    height: 40px;
}

.has-success .form-control {
    border-color: #ccc;
}

.checkbox-inline {
    padding-left: 0px;
}

input[type=radio], input[type=checkbox] {
    margin: 1px 0 0;
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
    }

    .right-inner-addon i {
        position: absolute;
        top: 11px;
        right: 9px;
        pointer-events: none;
    }

.myaccount td {
    border-bottom: 1px solid #cbcbcb;
    height: 30px;
}

.modify a {
    color: blue !important;
}

    .modify a.verify {
        color: red !important;
    }


.select2-no-results {
    display: none !important;
}

select.brDate {
    margin: 0px;
}

.popover-content {
    min-width: 250px;
    color: #747474;
}

.popover.right .arrow {
    /*top:30%;*/
}

.glyphicon-nxe-fail {
    width: 17px;
    height: 17px;
    background: url(https://nximage.nexoneu.com/common/signup/check-fail.png?123);
}

.glyphicon-nxe-ok {
    width: 17px;
    height: 17px;
    background: url(https://nximage.nexoneu.com/common/signup/check-ok.png?123);
}
