﻿body {
    direction: rtl;
}

* {
	font-family: 'IRANSans';
	font-size: small;
}

#bar {
    background: url('../../Images/bar.gif') repeat-x;
    color: #808080;
    width: 50%;
    font-size: xx-small;
    height: 60px;
    position: relative;
    text-align: center;
}

    #bar ul li {
        display: inline-block;
        padding-right: 12px;
        padding-left: 12px;
        width: 20px;
        height: 20px;
    }

    #bar ul {
        width: 100%;
        position: absolute;
        padding: inherit;
    }

#error-bar {
    background: url('../../Images/bar.gif') repeat-x;
    color: #808080;
    width: 50%;
    font-size: xx-small;
    height: 40px;
    position: relative;
    text-align: center;
}

.bar-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: auto;
    padding: 4px;
}

#bar img:hover {
    border: solid 2px #b4b4b4;
    border-radius: 25px;
    padding: 2px;
}

input {
    width: 180px;
    font-size: 10pt;
}

select {
    font-size: 10pt;
}

#browser-bar {
    background-color: #f1f1f1;
    color: #808080;
    width: 50%;
    font-size: xx-small;
    min-height: 60px;
    position: relative;
    text-align: right;
}

.browser-icon-ie {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('../../Images/ie.png');
}

.browser-icon-firefox {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('../../Images/firefox.png');
}

.hide {
    display: none !important;
}

.noty_message {
    font-weight: bold;
    font-size: 12px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../../Images/ajax-loader3.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

    body.loading .modal {
        display: block;
    }

.btn.btn-default {
    font-size: 10pt;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 175px;
    background: #2077CF;
    border: 1px solid #2559A4;
    box-shadow: 0 1px 1px 0 rgba(56, 60, 72, 0.21), 0 0 2px 0 #71AAE4 inset;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #1F4A89;
}

    .btn.btn-default:hover {
        background: #196abd;
        border: 1px solid #2559A4;
        box-shadow: 0 1px 1px 0 rgba(51, 60, 72, 0.21), 0 0 2px 0 #69A1DA inset;
        color: #FFFFFF;
        text-shadow: 0 1px 0 #1F4A89;
    }

.form-control {
    font-size: 10pt;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 175px;
}

.row:after {
    content: "\0020";
    display: block;
    height: 5px;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.col {
    float: right;
    min-height: 32px;
}
