.result-item-section {
    display: flex;
}
.result-item-section span{
    margin: 5px;
    font-size: 14px;
    font-weight: 400;
}
.result-item-section > h4{
    font-weight: bold;
    margin: 0px;
    font-size: 15px;
}
.result-case-extended-info {
    margin-left: 0px;
}
.result-case-extended-info-link {
    font-size: 14px;
    margin: 8px 15px 0 0px;
}
.embed h4 {
    font-size: 16px;
}
.embed {
    width: 31%;
    font-size: 16px !important;
}
.result-case-extended-info-link a {
     color: #2571ff;
    font-weight: 500;
}
.login-box a img {
    width: 200px;
}

.select2 {
    min-width: 100%;
}

.content-header > h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 1px solid #d2d6de;
    border-top-color: rgb(210, 214, 222);
    margin-bottom: 6px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.form-group {
    margin-bottom: 8px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}
.btn-primary{
    font-size: 14px;
}
.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {

    background-color: #fff;
    color: #155b94;
    font-size: 14px;
    font-weight: bold;

}

.nav-tabs-custom > .nav-tabs > li > a {

    color: #444;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;

}
.callout.callout-warning p {

    font-size: 18px;
    font-weight: bold;
    margin: 0;

}

.callout.callout-warning a {

    font-size: 16px;
    font-weight: bold;

}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}
.text-right {

    text-align: right;
    margin: 0;

}
