﻿/* To override the Bootstrap-custom styles */
/* font-size added by n.nadery on 95_10_26 */
.main-content h3, .main-content2 h3 {
    font-size: 20px;
}
/* font-size value changed by n.nadery on 95_10_25*/
.cbi-selected-item a {
    font-size: 16px !important;
}
/*************************/

.radio label, .checkbox label {
    padding-right: 0;
    padding-left: 20px;
}

table.itemlist td {
    padding: 6px 0 6px 20px;
}

ul.simplelist > li {
    padding: 6px 0 6px 20px;
}

h3.pagetitle {
    margin-top: 10px;
    margin-bottom: 30px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 16px;
}

select.form-control {
    font-size: 12px;
}

.euro {
    background-position: right;
    background-image: url(/Images/EuroSign.gif);
    background-repeat: no-repeat;
    padding-right: 15px !important;
    margin-right: 15px;
    font-style: italic;
}

.CaptchaTextBox {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    direction: ltr;
    padding:20px 0;
}

table.exrate th {
    text-align: right;
}

.PrintContent .footer {
    font-size: 12px;
    border-top: 1px solid #ccc;
}

    .PrintContent .footer .en {
        font-size: 15px;
    }

.latest-news-cbi-ir .light li {
    padding: 6px 10px 6px 20px !important;
    min-height: 47px !important;
}

.dropdown-menu.megamenu {
    font-size: 13px;
}

.NumberOfVisitRow {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 20px;
    margin-top: 5px;
    text-align: left;
}

.latest-news-cbi-ir ul li .subtitle {
    font-size: 0.84em;
    color: #666;
}

.latest-news-cbi-ir .light li .date {
    display: inline-block;
}

.top-content li .info a {
    padding: 0 5px;
}

.complaint-types label, .complaint-types label
{
    padding-right:10px;
    padding-left:50px;
}

.vertical-panel {
    position: relative;
}

    .vertical-panel > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
        width: 42px;
        padding: 10px 15px;
        border-left: 1px solid transparent;
        border-left-color: transparent;
        border-bottom: 1px solid transparent;
        border-bottom-color: transparent;
        border-top-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        float: right;
        height: 100%;
        position: absolute;
    }

    .vertical-panel > .panel-body {
        /*float: right;*/
        /*margin-right: 45px;*/
        padding: 15px;
    }

    .vertical-panel .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 15px;
        font-size: 16px;
        color: inherit;
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right top;
        -moz-transform: rotate(-90deg);
        -moz-transform-origin: right top;
        -ms-transform: rotate(-90deg);
        -ms-transform-origin: right top;
        -o-transform: rotate(-90deg);
        -o-transform-origin: right top;
        transform: rotate(-90deg);
        transform-origin: right top;
        position: absolute;
        white-space: nowrap;
    }

    .border{
        border: 1px dashed #aaa;
        border-radius: 4px;
        padding:5px;
    }
