﻿@font-face {
    font-family: 'BYekan';
    src: url('../../../../fonts/BYekan.ttf') format('truetype');
}

body {
    font-family: BYekan;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.m-t-16 {
    margin-top: 16px;
}

.m-a-0 {
    margin: 0 auto;
}

.gmap_canvas {
    height: 200px;
    width: 100%;
}

.display-none {
    display: none;
}

#timeline .timeline-item:after, header:before, #timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

/*#timeline *, #timeline :before, #timeline:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}*/

#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    direction: ltr;
}

    #timeline:before {
        content: "";
        width: 3px;
        height: 90%;
        background: linear-gradient(to bottom, #79ce87 0px, #79ce87 135px, #ee4d4d 135px, #ee4d4d 90%);
        left: 50%;
        top: 0;
        position: absolute;
    }

    #timeline:after {
        content: "";
        clear: both;
        display: table;
        width: 100%;
    }

    #timeline .timeline-item {
        margin-bottom: 20px;
        position: relative;
    }

        #timeline .timeline-item .timeline-icon {
            background: #ee4d4d;
            width: 50px;
            height: 50px;
            position: absolute;
            top: 0;
            left: 50%;
            overflow: hidden;
            margin-left: -23px;
            -webkit-border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            -ms-border-radius: 50% !important;
            border-radius: 50% !important;
        }

            #timeline .timeline-item .timeline-icon i {
                position: relative;
                top: 18px;
                left: 12px;
                color: #fff;
            }

        #timeline .timeline-item .timeline-content {
            width: 45%;
            background: #fff;
            padding: 20px;
            -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
            -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #timeline .timeline-item .timeline-content h2 {
                font-size: 22px;
                padding: 15px;
                background: #ee4d4d;
                color: #fff;
                margin: -20px -20px 0 -20px;
                font-weight: 300;
                -webkit-border-radius: 3px 3px 0 0;
                -moz-border-radius: 3px 3px 0 0;
                -ms-border-radius: 3px 3px 0 0;
                border-radius: 25px;
                line-height: 1;
            }

            #timeline .timeline-item .timeline-content:before {
                content: '';
                position: absolute;
                left: 45%;
                top: 20px;
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #ee4d4d;
            }

            #timeline .timeline-item .timeline-content.right {
                float: right;
            }

                #timeline .timeline-item .timeline-content.right:before {
                    content: '';
                    right: 45%;
                    left: inherit;
                    border-left: 0;
                    border-right: 7px solid #ee4d4d;
                }

@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0px;
        width: 80%;
    }

        #timeline:before {
            left: 0;
        }

        #timeline .timeline-item .timeline-content {
            width: 90%;
            float: right;
        }

            #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
                left: 10%;
                margin-left: -6px;
                border-left: 0;
                border-right: 7px solid #ee4d4d;
            }

        #timeline .timeline-item .timeline-icon {
            left: 0;
        }
}

.border-blue-l:before {
    border-left: 7px solid #4dc5ee !important;
}

.border-blue-r:before {
    border-right: 7px solid #4dc5ee !important;
}

.border-green-l:before {
    border-left: 7px solid #79ce87 !important;
}

.border-green-r:before {
    border-right: 7px solid #79ce87 !important;
}

.border-yellow-l:before {
    border-left: 7px solid #ffbc38 !important;
}

.border-yellow-r:before {
    border-right: 7px solid #ffbc38 !important;
}

.border-red-l:before {
    border-left: 7px solid #ee4d4d !important;
}

.border-red-r:before {
    border-right: 7px solid #ee4d4d !important;
}

.portlet {
    background: #f1f3fa;
    padding: 20px 20px 0 20px;
}

.portlet-title {
    padding: 0;
    min-height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    direction: rtl;
    text-align: right;
}

.caption {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
}

    .caption i {
        color: #777;
        font-size: 15px;
        font-weight: 300;
        margin-top: 3px;
    }

.caption-subject {
    color: #666;
    font-size: 16px;
    font-weight: 600;
}

.caption-helper {
    padding: 0;
    margin: 0;
    line-height: 13px;
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;
}

.actions {
    float: right;
    display: inline-block;
}

    .actions a {
        margin-left: 3px;
    }

    .actions .btn {
        color: #666;
        padding: 3px 9px;
        font-size: 13px;
        line-height: 1.5;
        background-color: #fff;
        border-color: #ccc;
        border-radius: 50px;
    }

        .actions .btn i {
            font-size: 12px;
        }

        .actions .btn:hover {
            background: #f2f2f2;
        }

        .actions .btn.btn-circle {
            width: 28px;
            height: 28px;
            padding: 3px 7px;
            text-align: center;
        }

            .actions .btn.btn-circle i {
                font-size: 11px;
            }

hr {
    border-top: 1px solid #ee4d4d;
}

.color-custom {
    color: #a49d9d;
}

.m-t-60 {
    margin-top: 60px;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-navigation {
    float: right !important;
}

.header-logo {
    float: left !important;
}

.bank-img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
}

    .bank-img:hover {
        box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    }

    .bank-img.active {
        box-shadow: 0 0 6px 6px red;
    }
