
.panel-callout {
    border-left-width: 5px;
}

.panel-callout-warning h3, .panel-callout-warning h4, .panel-callout-warning small, .panel-callout-warning span {
    color: #f0ad4e !important;
    margin-left: 3px;
}

.panel-callout-info h3, .panel-callout-info h4, .panel-callout-info small, .panel-callout-info span {
    color: #5bc0de !important;
    margin-left: 3px;
}

.panel-callout-error h3, .panel-callout-error h4, .panel-callout-error small, .panel-callout-error span {
    color: #d9534f !important;
    margin-left: 3px;
}

.border-left-warning {
    border-left-color: #f0ad4e;
}

.border-left-info {
    border-left-color: #5bc0de;
}

.border-left-error {
    border-left-color: #d9534f;
}

.td-vertical-align-middle td {
    vertical-align: middle !important;
}

.fixed-width-btn-sm {
    width: 80px;
}

.fixed-width-btn {
    width: 100px;
}

.fixed-width-btn-lg {
    width: 120px;
}

/*.table .btn {
    white-space: normal;
}*/

.top-padded {
    padding-top: 7px;
}

.a-goto{
    width: 180px;
}

table td, table th {
    vertical-align: middle !important;
}

.rptList table td:last-child:not(:first-of-type) {
    width: 100px;
    text-align: center;
}

.rptList table th:not(:last-child):not(:first-child), .rptList table td:not(:last-child):not(:first-child) {
    width: 150px;
    text-align: center;
}

input[type=radio] {
    display:none; 
}

input[type=radio] + label {
    display:inline-block;
    margin:-2px;
}

input[type=radio] + label:hover {
    cursor: pointer;
}

#cbl_SurveyYear td {
    min-width: 60px;
    margin-right: 10px; 
    font-size: 14px;
}

.font-college {
    font-weight: bold;
    font-size: 18px;
}

.font-department {
    font-size: 16px;
}

.font-department td {
    padding-left: 5px;
}

.breadcrumb>li+li:before{
    content: ">";
}

.breadcrumb .home {
    color: #333;
}

.breadcrumb .survey-sps {
    color: #a48fb8 !important;
}

.breadcrumb .survey-expr {
    color: #639fc1 !important;
}

.breadcrumb .survey-prgs {
    color: #7AA95D !important;
}

.breadcrumb .survey-exit {
    color: #c6406a !important;
}

.breadcrumb .survey-ges {
    color: #c5976b !important;
}

@media(max-width: 480px){
    .btn {
        white-space: normal;
    }
}

@media print {
    .btn {
        display: none !important;
    }
}