﻿.tab-padding-top
{
    padding-top:20px !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.tab-pane-dl-notruncate .dl-horizontal dt {
    white-space: normal !important;
}

@media (min-width: 1200px) {
    .text-10p {
        width: 10% !important;
    }

    .text-25p {
        width: 25% !important;
    }

    .text-lg-right {
        text-align: right !important;
    }
}

@media (min-width: @screen-sm-min) {
    .text-10p {
        width: 50% !important;
    }

    .text-25p {
        width: 50% !important;
    }
}
@media (min-width: @screen-md-min) {
    .text-10p {
        width: 25% !important;
    }
    .text-25p {
        width: 50% !important;
    }
}
@media (min-width: @screen-lg-min) {

}


@media print {
    .dont-print, .dont-print * {
        display: none !important;
    }
}

.popover-title {
    max-width: 800px;
    width: 800px;
    background-color:#313131;
    color:#ffffff;
}
.popover-content {
    background-color: #ffffff;
    max-width: 800px;
    width: 800px;
    background-color:#ffffff;
    border:1px #313131 solid;
}

