﻿

@font-face {
    font-family: 'Dubai-Bold';
    src: url('../Font/DUBAI-BOLD.otf') format('opentype');
}
@font-face {
    font-family: 'Dubai-ExtraLight';
    src: url('../Font/DUBAI-LIGHT.otf') format('opentype');
}
@font-face {
    font-family: 'Dubai-Regular';
    src: url('../Font/DUBAI-REGULAR.otf') format('opentype');
}

html, body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Dubai-Regular', "Segoe UI",Arial,sans-serif !important;
}

body {
    background-image: url('../img/clip-art-dscd3.png');
    background-repeat: repeat;
    background-color: #fff;
}

#Logo_Image {
    cursor: pointer;
}

#Logo_larg_dscd {
    display: block;
    cursor: pointer;
}

#Logo_small_dscd {
    display: none;
    cursor: pointer;
}

#Logo_dscd {
    width: 180px;
}

.loginpanel {
    width: calc(100% - 60px);
    top: 300px;
    z-index: 100;
}

.copyright {
    display: block;
}

.copyright-small {
    display: none
}

@media (max-width: 700px) {

    #Logo_dscd {
        width: 60px;
    }

    #Logo_larg_dscd {
        display: none;
    }

    #Logo_small_dscd {
        display: block;
    }

    .loginpanel {
        width: 90%;
        top: 250px;
    }

    .copyright {
        display: none;
    }

    .copyright-small {
        display: block
    }

}

/*.w3-dp-dark-green {
    color: #fff;
    background-color: #005844 !important;
}

.w3-dp-green {
    color: #fff;
    background-color: #008755
}*/

.w3-text-bold {
    font-weight: bold;
}


.w3-digital-dubai-blue, .w3-hover-digital-dubai-blue:hover {
    color: #fff !important;
    background-color: #2dabe2 !important;
    Border: 2px solid #2dabe2 !important;
}

.w3-text-digital-dubai-blue, .w3-hover-text-digital-dubai-blue:hover {
    color: #87ceeb !important
}

.w3-border-digital-dubai-blue, .w3-hover-border-digital-dubai-blue:hover {
    border-color: 2px solid #2dabe2 !important;
}

.w3-button:hover {
    color: #2dabe2 !important;
    background: #fff !important;
    border: 2px solid #2dabe2 !important;
}

.w3-display-middle {
    left: 46.5%;
}


#image_loader {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.60);
    width: 100%;
    text-align: center;
    z-index: 1511;
}


#confirmBox {
    display: none;
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: absolute;
    min-width: 300px;
    max-width: 500px;
    left: 50%;
    margin-left: -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
    top: 150px;
    z-index: 1000000;
    direction: rtl;
}

    #confirmBox button {
        background-color: #ccc;
        display: inline-block;
        border-radius: 3px;
        border: 1px solid #aaa;
        padding: 2px;
        text-align: center;
        width: 80px;
        cursor: pointer;
    }

        #confirmBox button:hover {
            background-color: #ddd;
        }

    #confirmBox .message {
        text-align: right;
        margin-bottom: 15px;
        margin-top: 15px;
        margin-left: 10px;
        width: 100%;
        margin-right: 10px;
        font-weight: bold;
        font-size: 18px;
    }


.bottom-version {
    left: 0;
    max-width: 280px;
    z-index:-1;
}



.w3-dropdown-content {
    z-index: 10000;
}


@media (max-width: 700px) {

    #Logo_dscd {
        width: 60px;
    }

    #Logo_larg_dscd {
        display: none;
    }

    #Logo_small_dscd {
        display: block;
    }

    .loginpanel {
        width: 90%;
        top: 250px;
    }

    .copyright {
        display: none;
    }

    .copyright-small {
        display: block
    }
}
