﻿.header_box.version_2 {
    margin: 0 -12px 15px !important;
}

.box_general {
    padding: 12px !important;
}
/* main.nasser */
[disabled="disabled"], [readonly="readonly"] {
    pointer-events: none !important;
    background: #eee !important;
    border-color: #eee !important;
    color: black;
    cursor: not-allowed !important;
}

form input, select, textarea {
    margin-bottom: 0px !important;
}

.KurdishFont {
    font-family: AL-KWND_0
}

.validation-content {
    min-height: 100% !important;
    height: 5px;
    margin: 0px;
    padding: 0px;
    line-height: 12px;
}

    .validation-content span {
        display: block;
    }
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3f4079;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b47348;
    }
/*Style for the new header*/
.megamenu {
    position: static;
}

    .megamenu .dropdown-menu {
        background: none;
        border: none;
        width: 100%;
    }

