﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

body {
    padding-top: 10px;
    background-color: whitesmoke;
    font-family: BYekan, Tahoma, Geneva, sans-serif;
}

.panel-heading a {
    color: #fff;
}

.well {
    padding: 5px;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    background-image: linear-gradient(to bottom, rgba(102, 175, 233, 0.6) 0%, rgba(102, 175, 233, 0.6) 100%);
}

.panel-primary {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    margin: 0;
    margin-top: -5px;
}

.nav-tabs {
    border: none;
}

.nav > li > a {
    padding: 15px 15px !important;
    font-size: 14px !important;
}

    .nav > li > a:hover {
        color: red;
    }

    .nav > li > a:first-child {
        margin-right: 0;
    }

#m-tabs {
    height: 390px;
    margin-right: -5px;
}

    #m-tabs .panel-heading {
        padding: 0;
    }

    #m-tabs .list-group-item {
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

#panel-login {
    height: 390px;
}

    #panel-login .panel-footer {
        margin-top: -20px;
    }

@media (max-width: 767px) {
    #m-tabs,
    #panel-login {
        height: auto;
    }
}

#download, #packages, #gharardar {
    padding-top: 1em;
    text-align: center;
}

    #gharardar legend {
        margin-top: 2em;
        font-size: 1em;
    }

    #gharardar a {
        margin-top: 1em;
    }

.popover {
    color: red;
    text-align: center;
}

.feedback {
    font-weight: bold;
    position: relative;
    top: 7px;
    margin-left: -20px;
}

footer {
    margin-top: 20px;
}

    footer img {
        width: 60px;
        height: 30px;
        position: relative;
        top: -5px;
        right: 5px;
    }

#login select {
    background-color: #ffff99;
}

#login input[type=text],
#login input[type=password] {
    padding-right: 35px;
}

#login .control-label {
    margin-top: 5px;
    padding-left: 0;
    text-align: center;
}

.input-feedback {
    position: absolute;
    right: 25px;
    top: 10px;
}

.captcha-feedback {
    font-weight: bold;
    position: relative;
    top: -23px;
    left: -10px;
}

input[type=text],
input[type=password] {
    direction: rtl !important;
    text-align: justify !important;
}

    input[type=text].text-left,
    input[type=password].text-left {
        direction: ltr !important;
        text-align: justify !important;
    }

    input[type=text].text-center,
    input[type=password].text-center,
    input[type=text].number,
    input[type=password].number,
    input[type=text].format-price {
        direction: ltr !important;
        text-align: center !important;
    }

.nav > li > a {
    padding: 15px 15px !important;
    font-size: 14px !important;
}
