﻿@import url(/Fonts/Vazirmatn-FD-font-face.css);
:root {
  --blueBar: #3E53A4;
}
html, body, form {
    margin: 0px;
    padding: 0px;
    font-family: 'Vazirmatn FD';
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-family: tahoma;
    font-size: 14px;
    color: #000000;
}
a
{
    text-decoration: none;
}
a:visited
{
    color:#EB4E23;
}
a:hover
{
    color:#F57C23;
}

::-webkit-input-placeholder {
  color: #E0E0E0;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #E0E0E0;
  font-size: 14px;
}
::-moz-placeholder {
  color: #E0E0E0;
  opacity: 1;
  font-size: 14px;
}
:-moz-placeholder {
  color: #E0E0E0;
  opacity: 1;
  font-size: 14px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

img {
    border: 0px;
}
input, textarea, select {
    font-family: tahoma;
    margin: 0px;
    padding: 0px;
}

.red {
    color: #800000;
}

.button {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    background-color: var(--blueBar);
    border-radius: 4px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-family: tahoma;
}
button.button {
    line-height: 26px;
    border: 0px;
}
button.button.disabled {
    background-color: #E0E0E0;
}

#toast {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    max-width: 700px;
    min-height: 30px;
    margin: 0px auto 0px auto;
    background-color: red;
    color: white;
    text-align: center;
    padding: 5px 20px 5px 20px;
    direction: rtl;
    z-index: 212;
    cursor: default;
}

.topBlue {
    position:absolute;
    top:0px;
    left: 0px;
    right: 0px;
    height: 7px;
    background-color: var(--blueBar);
    border-bottom: 1px solid white;
}
.leftArea {
    position:absolute;
    top: 7px;
    left: 0px;
    bottom: 0px;
    width: 251px;
    border-right: 1px solid #828282;
    transition: all 0.5s;
}
    .leftArea .logo {
        display: flex;
        width: 100%;
        height: 100px;
        background-color: #E0E0E0;
        align-items: center;
        justify-content: center;
    }
        .leftArea .logo img {
            max-width: 97px;
            width: 100%;
            max-height: 60px;
        }
    .leftArea .user {
        position: relative;
        display: flex;
        width: 100%;
        height: 60px;
        background-color: #F2F2F2;
        align-items: center;
    }
        .leftArea .user img {
            width: 20px;
            height: 20px;
            margin: 0px 10px 0px 16px;
        }
        .leftArea .user .name {
            width: 175px;
            color: var(--blueBar);
            font-size: 14px;
        }
        .leftArea .user .dots {
            width: 23px;
            height: 23px;
            background: url('/Images/Report/Dots.png') center center no-repeat;
            cursor: pointer;
        }

        .leftArea .user .menu {
            display: none;
            position: absolute;
            top: 47px;
            right: 16px;
            width: 200px;
            height: 191px;
            padding: 5px 10px 5px 10px;
            background-color: #828282;
            border-radius: 4px;
            font-size: 12px;
            color: white;
            z-index: 1;
        }
            .leftArea .user .menu .item {
                height: 30px;
                line-height: 30px;
                padding-left: 8px; 
                background: url('/Images/Report/BulletWhite.png') 0px center no-repeat;
            }
                .leftArea .user .menu .item span {
                    cursor: pointer
                }
                    .leftArea .user .menu .item span a {
                        color: white;
                    }
                    .leftArea .user .menu .item span a:visited {
                        color: white;
                    }

.leftArea .mainLoading {
    display: none;
    width: 100%;
    padding-top: 50px;
    text-align: center;
}
    .leftArea .mainLoading .loadingIcon {
        width: 30px;
        height: 30px;
    }

    .leftArea .buttonsArea {
        margin: 24px 24px 0px 24px;
        line-height: 1px;
        text-align: center;
    }
        .leftArea .buttonsArea .btnHome {
            width: 100%;
            height: 30px;
        }

.mainArea {
    overflow: auto;
    position:absolute;
    top: 7px;
    left: 251px;
    bottom: 0px;
    right: 0px;
    transition: all 0.5s;
}

.modalBack {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000000;
    opacity: 0.7;
    z-index: 1;
}

.chngPass {
    display: none;
    align-items: center;
    justify-content: center;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index: 2;
}
    .chngPass .main {
        position: relative;
        width: 300px;
        height: 380px;
        background-color: #FCFCFC;
        border: 1px solid #E0E0E0;
        border-radius: 8px;
        text-align: center;
    }
        .chngPass .main * {
            outline: none;
        }
        .chngPass .main .close {
            position: absolute;
            top: -13px;
            left: -13px;
            width: 16px;
            height: 16px;
            border: 2px solid white;
            border-radius: 8px;
            color: white;
            font-weight: bold;
            font-size: 13px;
            font-family: Arial;
            cursor: pointer;
        }
            .chngPass .main .close span {
                float: left;
                margin: -2px 0px 0px 2px;
            }
        .chngPass .main .title {
            text-align:center;
            margin: 50px 50px 40px 50px;
            font-size: 18px;
        }
        .chngPass .main input {
            width: 200px;
            height: 20px;
            border: 0px;
            border-bottom: 2px solid #E0E0E0;
            font-size: 14px;
        }
            .chngPass .main input::-webkit-input-placeholder {
                text-align: right;
            }
            .chngPass .main input:-ms-input-placeholder {
                text-align: right;
            }
            .chngPass .main input::-moz-placeholder {
                text-align: right;
            }
            .chngPass .main input:-moz-placeholder {
                text-align: right;
            }
        .chngPass .main .currentPassword {
            margin: 0px 0px 29px 0px;
        }
        .chngPass .main .newPassword {
            margin: 0px 0px 29px 0px;
        }
        .chngPass .main .confirmNewPassword {

        }
        .chngPass .main .message {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 230px;
            height: 59px;
            margin: 0px auto;
            color: #9F0000;
            font-size: 14px;
            direction: rtl;
        }
            .chngPass .main .message span {
                display: none;
            }
        .chngPass .main .btnConfirm {
            display: inline-block;
            width: 200px;
            height: 30px;
            background-color: var(--blueBar);
            border-radius: 4px;
            color: white;
            font-size: 16px;
            font-weight: bold;
            padding-top: 4px;
        }
        .chngPass .main a:visited, .chngPass .main a:hover {
            color: white;
        }
        .chngPass .main .loading {
            display: none;
            margin: 7px auto 0px auto;
        }

.loadingIcon {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid white;
    border-color: white transparent white transparent;
    animation: loadingIcon 1.2s linear infinite;
}
@keyframes loadingIcon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
