﻿@font-face {
    font-family: 'Issam-Bold';
    src: url('../fonts/Tajawal-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Regular';
    src: url('../fonts/Tajawal-Regular.ttf') format('truetype');
}
.k-header h1 {
    margin: 0;
    padding: 30px 15px;
    font-size: 32px;
    font-weight: lighter;
}

h2 {
    font-size: 3.0vh;
    
}
.logo {
    width: 120px;
    height: 110px;
    margin-bottom: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 10%;
}

    .logo:hover {
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

p {
    font-size: 2vmin;
}

.subActionLink {
    font-size: calc(90% + 0.1vw + 0.1vh);
}

#grid, #grid1 {
    font-size: calc(80% + 0.1vw + 0.1vh);
}

.card-text {
    font-size: calc(80% + 0.2vw + 0.2vh);
}
/* Sticky footer styles
    -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: Regular;
    /* just for this demo. */
    padding: 0.1%;

}
.colored {
    color: #1A5276;
}
.xs-photo {
    display: inline-block;
    width: 60px;
    height: 70px;
    border-radius: 50%;
    background-size: 64px 64px;
    background-position: center center;
    vertical-align: middle;
    line-height: 64px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-right: 5px;
    background-repeat: no-repeat;
}
.staff-name {
    display: inline-block;
  
    font-weight:700;

   
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.container-fluid .text-muted {
    margin: 20px 0;
}

.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

    .btn-toggle,
    .k-primary.btn-toggle:hover,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: none;
        border-radius: 0;
    }

        .btn-toggle .k-i-hbars,
        .k-primary.btn-toggle:hover .k-i-hbars,
        .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
        .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
            background-position: -80px -32px;
        }

@media (max-width: 768px) {
    .k-item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }

    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }
}
#mainButton {
    /*font-size: 2vw;
    height: 7vh;*/
    border-radius: 12px;
    font-family: Issam;
    
    background-image: linear-gradient(to left,#1A5276, #AED6F1);
}
#SubmitButton {
   
    height: 90px;
    border-radius: 12px;
    font-family: Issam;
    background-image: linear-gradient(to left,#1A5276, #AED6F1);
}
a {
    cursor: pointer;
}

h1 {
    font-size: 1rem;
}
/*//issam custum css*/
.text-responsive {
    font-size: calc(80% + 0.5vw + 0.5vh);
}
.responsive {
    font-size: calc(90% + 0.1vw + 0.1vh);
}
.btn {
    /* just for this demo. */
    margin-top: 5px;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-arrow-right {
    padding-left: 36px;
}

.btn-arrow-left {
    padding-right: 36px;
}

    .btn-arrow-right:before,
    .btn-arrow-right:after,
    .btn-arrow-left:before,
    .btn-arrow-left:after {
        /* make two squares (before and after), looking similar to the button */
        content: "";
        position: absolute;
        top: 5px;
        /* move it down because of rounded corners */
        width: 22px;
        /* same as height */
        height: 22px;
        /* button_outer_height / sqrt(2) */
        background: inherit;
        /* use parent background */
        border: inherit;
        /* use parent border */
        border-left-color: transparent;
        /* hide left border */
        border-bottom-color: transparent;
        /* hide bottom border */
        border-radius: 0px 4px 0px 0px;
        /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
    }

.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg);
    /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg);
    /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before {
    /* align the "before" square to the left */
    left: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:after {
    /* align the "after" square to the right */
    right: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:before {
    /* bring arrow pointers to front */
    z-index: 1;
}

.btn-arrow-right:before,
.btn-arrow-left:after {
    /* hide arrow tails background */
    background-color: white;
}


.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {

    0% {
        color: darkred;
    }

    49% {
        color: red;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: black;
    }
}
.the-legend {
    border-style: none;
    border-width: 0;
    font-size: calc(80% + 0.1vw + 0.1vh);
    line-height: calc(100% + 0.5vw + 0.5vh);
    margin-bottom: 0;
    width: auto;
    padding: 0 2%;
    border-radius: 10px;
    border: 2px solid #e0e0e0;
}

.the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 0.5%;
    border-radius: 10px;
    margin-right:20px;
}
.messages {
    display: inline-block;
    background: pink;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 45px;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    color: #ff0000 !important;
}


.input-group > .input-group-prepend {
    flex: 0 0 20%;

}

.input-group .input-group-text {
    width: 100%;
}
.dropDown .k-dropdown {
    width: 100%;
}
#logo2 {
  
    width: 140px;
    height: auto;
    margin-top: 0px;
    padding: 0px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
    /* For mobile phones: */
    #logo2 {
        width: 90px;
    }
}
.GeneralColor {
    background-color: #aea395;
    color: white;
}
.formStyle {
    background-image: linear-gradient(to bottom,#b7c0c7, transparent);
    border-radius: 10px;
    padding-top: 1%;
}
.formStyle1 {
    background-image: linear-gradient(to bottom,#aba092a3, transparent);
    border-radius: 10px;
    padding-top: 1%;
    margin-top:2%;
}
.GridFooter {
    background-color: rgb(109, 103, 102);
    color:white;
}
/* Show Progress as image*/
.k-loading-mask .k-loading-image {
    background-image: url('../Images/loader.gif');
}

.zoom {
    transition: transform .500s; /* Animation */
    margin: 0 auto;
    text-shadow: 2px
}

.zoom:hover {
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.dropZoneElement {
    position: relative;
    display: inline-block;
    background-color: #f8f8f8;
    border: 1px solid #c7c7c7;
    width: 350px;
    height: 200px;
    text-align: center;
}
.GrayLable {
    background-color: #EAECEE;
    border-radius: 5px;
}
.photo {
    display: inline-block;
    width: 80px;
    height: 90px;
    border-radius: 50%;
    background-size: 64px 64px;
    background-position: center center;
    vertical-align: middle;
    line-height: 64px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-right: 5px;
    background-repeat: no-repeat;
}
.S_photo {
    display: inline-block;
    width: 80px;
    height: 90px;
    border-radius: 50%;
    background-size: 64px 64px;
    background-position: center center;
    vertical-align: middle;
    line-height: 64px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-right: 5px;
    background-repeat: no-repeat;
}
.card {
    grid-area: 1 / 1;
    font-size: 18px;
    color: #0066ff;
    width: 500px;
    transform: translateX(10px) rotateY(25deg) rotateX(10deg);
    background: #F9F9F9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2px;
    text-transform: uppercase;
    font-weight: 900;
    backface-visibility: hidden;
    box-shadow: 0 10px 20px -3px rgba(0,0,0,.1);
}

  

.wrapper:before {
    --bw: 9px;
    grid-area: 1 / 1;
    content: '';
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    margin-top: calc(-1 * var(--bw));
    margin-left: calc(-1 * var(--bw));
    background: transparent;
    transform: translateX(-60px) rotateY(-30deg) rotateX(15deg) scale(1.03);
    pointer-events: none;
    box-sizing: content-box;
}


.wrapper:hover > div,
.wrapper:hover:before {
    transform: none;
}


.wrapper > div,
.wrapper:before {
    will-change: transform;
    transition: .3s transform cubic-bezier(.25,.46,.45,1);
}
/*  used stop open menu content Hover
*/
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
