﻿@font-face {
    font-family: TitleFontNormal;
    src: url(../fonts/FSAlbertArabic-Regular.otf);
}

@font-face {
    font-family: TitleFontBold;
    src: url(../fonts/FSAlbertArabic-Bold.otf);
}

@font-face {
    font-family: MyFontNormal;
    src: url(../fonts/NotoKufiArabic-Regular.ttf);
}

@font-face {
    font-family: MyFontBold;
    src: url(../fonts/NotoKufiArabic-Bold.ttf);
}

@font-face {
    font-family: "AL-MOHANAD";
    src: url(../fonts/MOHAND.TTF);
}

@font-face {
    font-family: "AL-MOHANAD BOLD";
    src: url(../fonts/MOHANDBO.TTF);
}

.ProductNameEn {
    font-family: Arial !important;
    font-size: 12pt !important;
    font-weight: bold !important;
    color: rgb(2 98 57) !important;
}

.ProductNameAr {
    font-family: TitleFontBold !important;
    font-size: 13pt !important;
    color: rgb(2 98 57) !important;
    z-index: 1000;
}

body {
    font-family: MyFontNormal,Arial;
    direction: rtl;
    padding: 0px;
    margin: 0px;
}

.AlignLabel {
    text-align: right;
}

.MessageLabel {
    float: right;
}

.BG1 {
    position: fixed;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
    z-index: 2;
    background-image: url('../images/BG1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.BG2 {
    position: fixed;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: rgb(17 191 116);
    z-index: 1;
    background-image: linear-gradient(rgb(17,133,191), rgb(136,178,223));
}

    .BG2 img {
        width: 100%;
    }

.LoginAreaHeader {
    /*position: fixed;*/
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 3;
    top: 50px;
    margin-top: 0px;
    margin-bottom: 15px;
    direction: ltr;
}

    .LoginAreaHeader img {
        height: 125px;
        margin-bottom: -5px;
    }

img {
    -ms-interpolation-mode: bicubic !important;
}

.LoginAreaHeader span {
    font-size: 16pt;
    font-family: 'Sakkal Majalla';
    color: #00656f;
    font-weight: bold;
}

.LoginAreaBody {
    position: fixed;
    height: 450px;
    width: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 3px;
    border: 1px solid rgba(2,38,98,0.5);
    background: white;
    padding: 20px 10px;
    font-size: 9pt;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 4;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -245px;
    margin-left: -205px;
    z-index: 1000;
}

.FullWidth {
    width: 100%;
}

.TextBoxDesign {
    font-family: MyFontNormal,Arial;
    font-size: 8pt;
    text-align: center;
    border: 0.75px solid gray;
    padding: 5px 0px;
    border-radius: 3px;
    background-color: rgb(247, 247, 247);
}

.DropDownListDesign {
    font-family: MyFontNormal,Arial;
    font-size: 8pt;
    text-align: center;
    border: 0.75px solid gray;
    padding: 5px 5px;
    border-radius: 3px;
    background-color: rgb(247, 247, 247);
    cursor: pointer;
}

.LoginButtonArea {
    padding: 15px 20px 5px 20px;
    text-align: left;
}

    .LoginButtonArea input {
        font-family: MyFontNormal, Arial;
        font-size: 9pt;
        background-color: #4d865a;
        color: white;
        border: 1px solid #42744e;
        padding: 5px 15px;
        border-radius: 3px;
        cursor: pointer;
        transition: background 0.1s ease-in-out;
    }

        .LoginButtonArea input:hover {
            background-color: #42744e;
        }

.RegisterButton {
    background-color: #86754d !important;
    border: 1px solid #756644 !important;
}

    .RegisterButton:hover {
        background-color: #756644 !important;
    }

.LoginAreaFooter {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    z-index: 5;
    text-align: center;
    font-size: 9pt;
    padding: 5px;
    background-color: rgb(0 74 42);
    color: white;
    font-family: TitleFontNormal;
    display: none;
}

@media(max-width:640px) {
    .LoginAreaBody {
        width: 100%;
        padding: 15px 0px;
        height: unset;
        bottom: 0px;
        border-radius: 0px;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: 0px;
        position: fixed;
        border: none;
        box-shadow: none;
    }

    .LoginAreaHeader {
        top: 0px;
    }

        .LoginAreaHeader span {
            font-size: 15pt;
        }
}

@media (max-height: 500px) {
    .LoginAreaBody {
        position: fixed;
        width: 100%;
        padding: 15px 0px;
        height: unset;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border-radius: 0px;
        margin-top: 20px;
    }

    .LoginAreaHeader {
        position: inherit;
        margin-top: 20px;
    }

    .LoginAreaFooter {
        position: inherit;
    }

    .BG1, .BG2 {
        visibility: hidden;
    }
}

.RegisterAreaHeader {
    border-bottom: 2px solid rgb(2 98 57);
    float: right;
    width: 100%;
    padding: 15px 0px;
    -moz-box-shadow: 1px 3px 5px 6px rgba(2,38,98,0.2);
    -webkit-box-shadow: 1px 3px 5px 6px rgba(2,38,98,0.2);
    box-shadow: 1px 3px 5px 6px rgba(2,38,98,0.2);
    background-color: white;
    position: fixed;
    top: 0px;
    z-index: 10000;
}

    .RegisterAreaHeader img {
        height: 75px;
        float: right;
        margin: 0px 15px;
    }

    .RegisterAreaHeader .ProductNameCls {
        float: right;
        width: 80%;
        margin-top: 10px;
        line-height: 15pt;
    }

    .RegisterAreaHeader .PageNameAr {
        font-family: TitleFontNormal !important;
        font-size: 13pt !important;
        color: rgb(2 98 57) !important;
        width: 80%;
    }

    .RegisterAreaHeader .ProductNameAr {
        font-size: 13pt !important;
    }

.RegisterAreaBody {
    background-color: rgb(245,245,245);
    float: right;
    width: 100%;
    position: fixed;
    top: 105px;
    bottom: 0px;
    padding: 20px 75px;
    font-family: MyFontNormal,Arial;
    overflow-y: scroll;
}

    .RegisterAreaBody::-webkit-scrollbar {
        width: 5px;
    }

/* Track */
    .RegisterAreaBody::-webkit-scrollbar-track {
        background: white;
    }

/* Handle */
    .RegisterAreaBody::-webkit-scrollbar-thumb {
        background: rgba(20, 38, 95,0.25);
        border-radius: 25px;
    }

    /* Handle on hover */
        .RegisterAreaBody::-webkit-scrollbar-thumb:hover {
            background: rgba(20, 38, 95,0.5);
        }

.panel {
    margin-top: 15px;
}

.panel-heading {
    font-weight: normal;
    background-color: rgba(2,38,98,0.9) !important; /* Old browsers */
    color: white !important;
}

.panel-default {
    border-color: rgba(2,38,98,0.25) !important;
}

.FieldArea {
    padding-bottom: 15px;
    height: 70px;
}

.FieldAreaTitle {
    line-height: 30px;
}

.fileUploader {
    font-size: 8pt !important;
    padding: 2px !important;
    cursor: pointer !important;
}

.AttachmentIcon {
    color: rgb(0, 164, 255);
    background-color: rgb(234, 248, 255);
    border: 1px solid rgb(0, 164, 255);
    font-size: 15pt;
    padding: 5px 10px;
    border-radius: 3px;
    display: block;
    text-align: center;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

    .AttachmentIcon:hover {
        color: rgb(0, 164, 255);
        background-color: rgb(207, 238, 255);
    }

.RemoveAttachmentIcon {
    color: maroon;
    background-color: rgb(255, 239, 239);
    border: 1px solid rgb(255, 0, 0);
    font-size: 15pt;
    padding: 5px 10px;
    border-radius: 3px;
    display: block;
    text-align: center;
    transition: all 0.1s ease-in-out;
    margin-top: 5px;
}

    .RemoveAttachmentIcon:hover {
        color: maroon;
        background-color: rgb(255, 207, 207);
    }



.mandatory {
    color: rgb(219, 26, 26);
    font-size: 10pt;
}

.EntryFormatText {
    color: darkgray;
    font-size: 10pt;
}

.pointer {
    cursor: pointer;
}

.CheckBoxListFieldArea {
    height: 200px !important;
}

    .CheckBoxListFieldArea .form-control {
        height: 165px !important;
        overflow-y: auto;
        font-weight: normal !important;
        font-family: MyFontNormal !important;
    }

td label {
    cursor: pointer;
    font-weight: normal;
    margin: 0px 5px 0px 10px;
}

.ButtonSubmit {
    color: white;
    background: rgb(26, 130, 96);
    background: linear-gradient(rgb(26, 130, 96), rgb(21, 110, 81), rgb(21, 110, 81), rgb(26, 130, 96));
    border: 1px solid rgb(21, 110, 81);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
    padding: 10px 15px;
    margin-bottom: 15px;
    margin-top: -10px;
    font-size: 10pt;
    cursor: pointer;
    transition: background 0.1s ease-in-out;
    min-width: 150px;
    margin-Right: 5px;
}

    .ButtonSubmit:hover, .ButtonSubmit:focus, .ButtonSubmit:active {
        background: rgb(21, 110, 81);
        background: linear-gradient(rgb(21, 110, 81), rgb(21, 110, 81), rgb(21, 110, 81), rgb(21, 110, 81));
    }

#hlBackToHomePage {
    display: inline-block;
    background-color: rgb(0, 200, 200);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    font-size: 9pt;
    font-weight: bold;
    margin: 10px -10px 5px -10px;
    position: fixed;
    top: 25px;
    left: 35px;
    font-family: MyFontNormal;
}

    #hlBackToHomePage i {
        font-size: 13pt;
        margin-left: 5px;
    }

    #hlBackToHomePage:hover, #hlBackToHomePage:focus, #hlBackToHomePage:active {
        background-color: rgb(3, 173, 173);
        text-decoration: none;
    }



.ButtonBack {
    color: white;
    background: rgb(197, 113, 0);
    background: linear-gradient(rgb(197, 113, 0), rgb(171, 98, 0), rgb(171, 98, 0), rgb(197, 113, 0));
    border: 1px solid rgb(171, 98, 0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-top: -5px;
    font-size: 10pt;
    cursor: pointer;
    transition: background 0.1s ease-in-out;
    min-width: 100px;
    margin-Right: 5px;
}

    .ButtonBack:hover, .ButtonBack:focus, .ButtonBack:active {
        background: rgb(171, 98, 0);
        background: linear-gradient(rgb(171, 98, 0),rgb(171, 98, 0),rgb(171, 98, 0),rgb(171, 98, 0));
    }