﻿a.add {
    /*font-size: 10px;*/
    padding: 0px 0 0 10px;
    line-height: 18px;
}

a.edit {
    /*font-size: 10px;*/
    padding: 0px 0 0 10px;
    line-height: 18px;
}

a.delete {
    /*font-size: 10px;*/
    padding: 0px 0 0 10px;
    line-height: 18px;
}

.glyphicon {
    cursor: pointer;
}

div.hiv-risk .nav > li > a {
    padding: 5px 8px !important;
}

h5.page-title {
    padding: 0;
    margin: 0 0 20px;
}

.text-bold {
    font-weight: 600;
}

.text-italic {
    font-style: italic;
}

.btn-group-xs > .btn, .btn-xs {
    margin: 0 0 3px 3px;
}

.container-body {
    background: #fff;
    padding: 0px 10px 0px 0px;
    /*box-shadow: 0px 0px 16px rgba(0,0,0,0.05);*/
}

.content {
    background: #fff;
    padding: 10px 0px 5px;
}

.content-header {
    background: #f9f9f9;
    padding: 20px 0px 5px;
}

.mr-btm-5 {
    margin-bottom: 7px;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.form-control {
    height: auto;
    font-size: inherit;
    padding: 4px 2px;
}

h4.title {
    margin-bottom: 20px;
}
/*h5{
    margin-bottom: 20px;
}*/
.panel, .panel-group .panel {
    /*border-color: #ddd;*/
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.panel-info > .panel-heading, .panel-title {
    color: inherit;
    font-weight: 600;
    padding: 4px 8px 4px 8px;
    background-color: #d9edf7;
}

.panel-body {
    padding: 15px 0;
}

.spacer {
    width: 100%;
}

.row-spacer {
    height: 10px;
}

.no-border {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 2px;
}

/*
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
    line-height: 20px;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

input[type=checkbox], input[type=radio] {
    margin: 2px 0 0;
}

/*.table {
    margin-bottom: 0px;
}

    .table .accordion-toggle:after {
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        float: right;
        color: grey;
        line-height: 20px;
    }

    .table .accordion-toggle.collapsed:after {
        content: "\e080";
    }*/

.table {
    margin-bottom: 0px;
}

    .table th, .table td {
        padding: 0.50em;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 1px solid #bce8f1;
        background: #d9edf7;
        font-weight: 500;
    }

.nav {
    margin-bottom: 5px;
}

.nav-tabs {
    /*border-bottom: 0px solid #ddd;*/
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        /*font-size: 100px;*/
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
/*@media (min-width: 992px){
    .modal-lg {
        width: 90%;
    }
}*/

.modal-open {
    padding-right: 0px !important;
}

.p-5 {
    padding: 5px;
}

/*.glyphicon {
    font-size: 16px;
}*/

.imgPreview {
    height: 100px;
    width: 100px;
}

#dvErrorList span {
    display: list-item;
    padding-top: 5px;
    list-style-type: disc;
    list-style-position: inside;
}

    #dvErrorList span:last-child {
        padding-bottom: 5px;
    }


.card-body {
    padding-top: .50rem;
    padding-bottom: .50rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.btn {
    font-size: inherit;
}

a {
    color: #0059b9;
}


select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.form-group {
    margin-bottom: .7rem;
}