﻿@media screen and (max-width: 765px) {
    .shoarDiv {
        visibility: hidden;
        clear: both;
        /*float: left;
    margin: 10px auto 5px 20px;
    width: 28%;*/
        display: none;
    }
}

/*.release-info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}*/

body {
    direction: rtl;
    font-family: Yekan,Tahoma;
    background: #f4f5f7;
}

.textAlignCenter {
    text-align: center !important;
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Yekan.ttf) format('embedded-opentype'), url(../../fonts/yekan.woff) format('woff'), url(../../fonts/Yekan.svg) format('svg'), url(../../fonts/yekan.eot) format('eot');
}

.loginPageWrapper {
    /*margin-top: 80px;
    margin-bottom: 10px;*/
    padding-right: 10px;
    padding-left: 10px;
}

.persianTexts {
    font-family: yekan, Tahoma;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Yekan, Tahoma;
}

.form-signin {
    max-width: 350px;
    padding: 20px 30px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.productTitleLabel {
    font-size: 1.3rem !important;
    font-family: Yekan, Tahoma;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.productVersionLabel {
    font-size: 0.8rem !important;
    font-family: Yekan, Tahoma;
}

.customerCompanyName {
    font-size: 1rem;
    font-family: Yekan, Tahoma;
    margin-bottom: 10px;
    text-align: center;
}

.form-signin .form-control {
    /*position: relative;*/
    font-size: 13px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    direction: ltr;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    letter-spacing: 1.6px !important;
    font-size: 14px !important;
}

.form-signin input[type="password"] {
    margin-bottom: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    letter-spacing: 1.6px !important;
    font-size: 14px !important;
}

.errorMsg {
    color: red !important;
    font-size: 13px !important;
}

.lblTextDanger {
    font-family: Yekan, Tahoma;
    color: red;
    font-size: 9pt;
    margin-bottom: 0px !important;
}

.myFooter {
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    width: 100%;
    height: 20px;
    background-color: #06537D;
    text-align: center;
    font-size: 10pt;
    color: white;
    text-decoration: underline;
    -moz-text-decoration-style: wavy; /* Code for Firefox */
    text-decoration-style: wavy;
}

    .myFooter a {
        color: white;
    }

        .myFooter a:hover {
            color: #389D59;
        }

.orange {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 3px;
    background-color: #F5A11D;
}
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style glyph */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 13px;
        pointer-events: none;
    }

    .btn, a {
        font-size: 14px;
    }
/* align glyph */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.footerText {
    font-family: Yekan, Tahoma !important;
    text-align: center;
}

    .footerText a {
        font-size: 0.9rem;
        color: green;
        font-weight: bold;
    }
.modalAlertMsg1 {
    margin: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: justify;
}

.modalAlertMsg2 {
    margin: 0px;
    margin-right: 15px;
    margin-left: 15px;
    text-align: justify;
}

.ptb-13px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

input {
    padding: 5px 5px 5px 5px !important;
    border: 2px solid #ccc;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    text-align: left;
    direction: ltr;
}

input:focus, select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: bold;
    border: 3px solid skyblue !important;
    outline-width: 0;
}

.logoDiv {
    text-align: center;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}

.logoSize {
    width: 40%;
    height: auto;
}

.lineHeight10px {
    line-height: 10px;
}

.widthNo {
    width: 15.5% !important;
}

.alignCenter
{
    text-align: center !important;
}

.form-control-2 {
    /*display: block;*/
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    letter-spacing: 2px !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fontSize14px {
    font-size: 14px;
}

.dropDownBorder {
    border:2px solid #ccc;
}