﻿
html {
    font-size: 10pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #fff;
}

.text-italic {
    font-style: italic;
}

.btn-img {
    text-decoration: none;
    transition: all .2s ease-in-out;
}

    input[type="image"],
    .btn-img > img {
        height: 30px;
        filter: grayscale(1);
        transition: all .2s ease-in-out;
    }

        input[type="image"]:hover,
        .btn-img > img:hover {
            filter: grayscale(0);
        }

.panel {
    page-break-inside: avoid;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.text-info {
    color: #31708f !important;
}

.text-danger {
    color: #a94442 !important;
}

.text-primary {
    color: #337ab7 !important;
}

.text-center {
    text-align: center !important;
}

.panel {
    position: relative;
}

.panel-title {
    position: relative;
}

.panel-heading a[data-toggle="collapse"]:after {
    content: "\e113";
    position: absolute;
    right: 0;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel-heading a[data-toggle="collapse"].collapsed:after {
    content: "\e114";
}

#pnlAccordionRubric .panel-body .row > div > ul {
    padding-left: 17px !important;
}
