﻿.icon-eq-open-big:before { content: '\e81e'; } /* '' */
/* To override the Bootstrap-custom styles */
.wp-title-bar .title {
    display: table-cell !important;
}

/* Class name was changed from title to title-red by n.nadery on 1395/9/24 */
.nerkh-content-cbi-ir ul li p.title-red {
    color: #d65532;
}
/*************************/

/* Added by m.khanghah  on 1395/11/12 */

a:focus {outline: none;}
/*================ Slideshow */
#slideshow-main .img-responsive {
    height: 244px;
    width: 390px;
}

  .nav.nav-tabs  a{
        outline: none;
    }

.news-headlines li {
    overflow: hidden;
}

.latest-news-cbi-ir li {
    padding: 6px 10px 6px 40px !important;
    min-height: 47px !important;
}

/*================= Headline   */

/*================= Dashboard   */

.box1, .box2, .box3, .box4 {
    height: 280px;
}

/* end of added code */


/* Added by n.nadery to solve th bug of floating rows called micro clearfix hack */
.sectionhighlightgroup:before, .sectionhighlightgroup:after {
    content: "";
    display: table;
}

.sectionhighlightgroup:after {
    clear: both;
}

.sectionhighlightgroup {
    zoom: 1;
}
    /* end of micro clearfix hack */
    .sectionhighlightgroup > div {
        display: table;
    }

/* Added by n.nadery  on 1395/10/12 */
/* Tooltip */
.tooltip > .tooltip-inner {
    background-color: #424447;
    color: #FFFFFF;
    border: 1px solid #D65532;
    padding: 10px;
    font-family: myyekan;
    font-size: 12px;
    max-width: 250px;
}

.tooltip.top > .tooltip-arrow {
    border-top: 5px solid #D65532;
}

.tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #D65532;
}

.tooltip.left > .tooltip-arrow {
    border-left: 5px solid #D65532;
}

.tooltip.right > .tooltip-arrow {
    border-right: 5px solid #D65532;
}
/* End of added styles */

/* Added by n.nadery on 1395/10/29 to fix the bootstrap default style */
label {
    font-weight: normal;
}

/*legend {
    display: block;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border: auto;
    border-bottom: none;
}

fieldset {
    border: 2px groove threedface;
    padding: 5px;
}*/

fieldset {
    border: 1px solid #DDD;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

.SearchResult {
    background-color: #E7E7E7;
    /*border-bottom: 1px solid #c1bef5;
    border-top: 1px solid #c1bef5;*/
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: -5px;
    /*background-color: #eef3fa;
    border:1px solid #c1bef5;*/
}

    .SearchResult select {
        padding-top: 4px;
        padding-bottom: 4px;
        /*font-size:14px;*/
    }

table tr.header, table tr.header:link {
    background-color: #b3def3;
    text-align: center;
}

    table tr.header:hover {
        background-color: #98d4f2;
    }

table tr.grayheader, table tr.grayheader:link {
    background-color: #e9e9e9;
    text-align: center;
}

    table tr.grayheader:hover {
        background-color: #ddd;
    }

.grayheader th {
    text-align: center;
}

p.darkRed {
    color: #d00000;
    padding-top: 5px;
}

table tr.CurrencyHeader, .CurrencyHeader:link {
    background-color: #b3def3;
}

    table tr.CurrencyHeader:hover {
        background-color: #b3def3;
    }

table tr.CurrencySummary, .CurrencySummary:link {
    background-color: #d8eef8;
}

    table tr.CurrencySummary:hover {
        background-color: #d8eef8;
    }

table.exrateAdvResult {
    width: 400px;
}

ul.simplelist{
    padding-top:25px;
    clear:both;
}

ul.simplelist > li {
    list-style: disc inside;
}

.DivIBANResult {
    color: #C04A2A;
    font-size: 1.2em;
    border: 2px dashed #ddd;
    border-radius: 5px 5px;
    padding: 10px;
}
/*ul > li, ol > li{
    padding: 5px 0 5px 5px;
}*/
table.complaint_details td {
    padding: 5px;
    vertical-align: top;
}

.textGray {
    color: #808080;
}

.requestPanelHide {
    border-radius: 5px 5px 5px 5px;
}

.requestPanelShow {
    border-radius: 5px 5px 0 0;
}

.complaintPanel {
    border-radius: 5px 5px 5px 5px;
}

.FeedbackInfoToggle {
    border-radius: 0 0 5px 5px;
    border: 2px solid #c0c0c0;
}

    .FeedbackInfoToggle > table > tbody > tr {
        border-bottom: 1px solid #e0e0e0;
    }

.replyPanel {
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #c0c0c0;
}

    .replyPanel > table > tbody > tr {
        border-bottom: 1px solid #e0e0e0;
    }

table.exrate {
    border-bottom: 1px solid #ddd;
    width: 500px;
}

    table.exrate th {
        padding: 2px 10px;
        /*text-align: center;*/
        font-size: 1.1em;
    }

table.exrateadvform {
    border: 1px solid #ddd;
    width: 300px;
}

    table.exrateadvform > tbody > tr > th, table.exrateadvform > tbody > tr > td {
        white-space: nowrap;
        vertical-align: middle;
    }

table.exrateadv-output-options {
    min-width: 70%;
}

    table.exrateadv-output-options > tbody > tr > td {
        width: 16.6%;
    }

.PrintContent {
    width: 100%;
    background-color: #fff;
}
/* Added by n.nadery  on 1395/9/24 */
.megamenu > li > a:hover,
.megamenu > li > a:focus {
    background-color: transparent;
    background-image: none;
    /*transform:scale(1.1,1.1);
        transform-origin:100% 100%;
        transition: transform ease-in 300ms;*/
}
/* end of added code */
.DocImage{
    padding:10px;
}

.main-content p img, 
.main-content2 p img,
.main-content img, 
.main-content2 img
{
    max-width:100%;
    height:auto !important;
}
.NumberOfVisitRow .badge{
    font-weight:normal;
}
.main-content .Content, .main-content2 .Content{
    line-height:24px;
}
table.banknotes td:first-of-type{
    width:120px;
}
table.banknoteslist img{
    margin-right:10px;
}