
@font-face {
    font-family: ArabicKufiBold;
    src: url('../fonts/DroidKufi-Bold.ttf');
}
@font-face {
    font-family: ArabicKufiRegular;
    src: url('../fonts/DroidKufi-Regular.ttf');
}
body ,input{
    font-family:  'ArabicKufiRegular';
}
h1, h2, h3, h4, h5, h6{
    font-family:  'ArabicKufiBold';
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__section .m-menu__section-text {
    color: #ebedf2;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #c4c5d6;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #f5f2f3;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
    color: #f5f2f3;
}

.m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--left {
    text-align: left;
    direction: ltr;
}

.logo-login a img {
    max-width: 80%;
}
.form-control[readonly], .form-control {
    border-color: #ebedf2;
    color: #575962;
    background-color:#07802261;
}
button.link { background:none;border:none; }

.user-form {
    padding-top: 20px !important;
    box-shadow: 1px -1px 23px 7px rgba(212, 210, 210, 0.75);
    -webkit-box-shadow: 1px -1px 23px 7px rgba(212, 210, 210, 0.75);
    -moz-box-shadow: 1px -1px 23px 7px rgba(212, 210, 210, 0.75);
    margin-top: 20px !important;
}

.user-form select {
    padding: 0.85rem 1.15rem !important;
}

.m-brand.m-brand--skin-dark {
    background: #f2f3f8;
}

.m-brand__logo img {
    max-width: 150%;
}
.btn-outline-focus.m-btn--air,
.btn-focus.m-btn--air,
.m-btn--gradient-from-focus.m-btn--air, .btn-outline-focus.m-btn--air.focus, .btn-outline-focus.m-btn--air:focus, .btn-outline-focus.m-btn--air:hover,
.btn-focus.m-btn--air.focus,
.btn-focus.m-btn--air:focus,
.btn-focus.m-btn--air:hover,
.m-btn--gradient-from-focus.m-btn--air.focus,
.m-btn--gradient-from-focus.m-btn--air:focus,
.m-btn--gradient-from-focus.m-btn--air:hover{
    box-shadow: none !important;
}
.btn-create {
    background: #0E3D6A !important;
}

.hide {
    display: none;
}

.icon-action {
    width: 25px !important;
    height: 25px !important;
}

.iti-flag {
    background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
        background-image: url("../img/flags@2x.png");
    }
}

#mobile {
    padding-left: 50px !important;
}

.intl-tel-input {
    display: block;
    margin-top: 1.5rem;
}

.create_user .m-form__group, label.required {
    position: relative;
}

.create_user .m-form__group.required:after {
    content: '*';
    position: absolute;
    color: red;
    top: 7px;
    right: 15px;
}

label.required:after {
    content: '*';
    position: absolute;
    color: red;
    top: 0;
    right: -12px;
}

.bar {
    height: 18px;
    background: green;
}

/* ------------------------------------------------------------------------------
 *
 *  # Bootstrap file input
 *
 *  File input styling for Bootstrap 3.0
 *
 *  Version: 1.3
 *  Latest update: Aug 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.file-input.has-error .form-control {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 769px) {
    .file-input .btn > [class*=icon-],
    .file-input .btn > .glyphicon {
        margin-right: 5px;
    }
}

.file-object {
    margin: 0 0 -8px 0;
    padding: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

.file-caption-name {
    display: none;
    overflow: hidden;
    word-break: break-all;
}

.file-caption-name [class*=icon-],
.file-caption-name .glyphicon {
    margin-right: 8px;
}

.file-input-new .file-caption-name {
    color: #999999;
}

.file-input-new .file-caption-name > [class*=icon-],
.file-input-new .file-caption-name > .glyphicon {
    display: none;
}

.file-error-message {
    position: relative;
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    margin: 0 5px 5px 5px;
}

.file-drop-zone .file-error-message {
    margin-top: 5px;
}

.file-error-message .close {
    margin-top: 1px;
    color: #a94442;
}

.file-error-message pre,
.file-error-message ul {
    margin: 8px 0;
    text-align: left;
}

.file-caption-disabled {
    cursor: not-allowed;
    border-bottom-style: dashed;
}

.file-caption-disabled:focus {
    border-bottom-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.file-caption-disabled .file-caption-name {
    color: #ccc;
}

.file-preview-detail-modal {
    text-align: left;
}

.file-preview {
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.file-preview > .close {
    font-weight: 400;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 8px;
    line-height: 0.6;
    border-radius: 3px;
    color: #555;
    opacity: 1;
    filter: alpha(opacity=100);
}

.file-preview-frame {
    margin: 8px;
    margin-right: 0;
    display: table;
    border: 1px solid #ddd;
    float: left;
    vertical-align: middle;
}

.file-drop-zone .file-preview-frame {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.file-preview-image {
    height: 160px;
    vertical-align: middle;
    image-orientation: from-image;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .file-preview-image {
        max-width: 100%;
    }
}

.file-preview-text {
    text-align: left;
    width: 160px;
    margin-bottom: 2px;
    color: #428bca;
    background-color: #fff;
    overflow-x: hidden;
}

.file-preview-other {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 160px;
}

.file-preview-other:after {
    content: "\ea0c";
    font-family: "icomoon";
    display: block;
    font-size: 64px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.file-preview-other .glyphicon {
    display: none;
}

.file-preview-status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #333333;
    background-color: rgba(250, 250, 250, 0.8);
    border-top: 1px solid #ddd;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.6666667;
    color: #333333 !important;
}

.file-preview-status:empty {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.file-thumb-loading {
    min-height: 109px;
}

.file-thumb-loading:before,
.file-uploading:before {
    content: "";
    display: inline-block;
    background-color: #263238;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -34.5px 0 0 -16px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 5px rgba(255, 255, 255, 0.5);
}

.file-thumb-loading:after,
.file-uploading:after {
    content: "\eb55";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    margin: -26.5px 0 0 -8px;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.file-upload-indicator {
    position: absolute;
    bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: default;
    text-align: left;
    padding-left: 9px;
}

.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button {
    display: none;
}

.file-input-new .input-group .input-group-btn > .btn-file {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove,
.file-input-ajax-new .file-caption-name > [class*=icon-],
.file-input-ajax-new .file-caption-name > .glyphicon {
    display: none;
}

.file-actions {
    margin-top: 5px;
    border-top: 1px solid #eeeeee;
}

.file-actions .btn > [class*=icon-],
.file-actions .btn > .glyphicon {
    margin-right: 0;
}

.file-footer-buttons {
    float: right;
}

.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 11px;
    padding: 12px 7px 7px 7px;
    margin-left: auto;
    margin-right: auto;
}

.file-preview-error {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.file-drop-zone {
    border: 1px dashed #ddd;
    border-radius: 3px;
    height: 100%;
    vertical-align: middle;
    margin: 5px;
    padding: 5px;
}

.file-drop-zone-title {
    color: #999999;
    font-size: 21px;
    font-weight: 300;
    padding: 85px 10px;
}

.file-highlighted {
    border-color: #ccc;
    background-color: #fafafa;
}

.kv-upload-progress {
    margin-bottom: 20px;
}

.file-thumb-progress {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
}

.file-thumb-progress .progress,
.file-thumb-progress .progress-bar {
    height: 5px;
    border-radius: 0;
    font-size: 0;
}

.file-thumbnail-footer {
    position: relative;
}

.btn-file ::-ms-browse {
    width: 100%;
    height: 100%;
}

.file-zoom-fullscreen.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.file-zoom-fullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.file-zoom-fullscreen .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.file-zoom-fullscreen .modal-body {
    overflow-y: auto;
}

.file-zoom-dialog .btn-navigate {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    padding: 0;
    border: 0;
    background: transparent;
    outline: none;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.file-zoom-dialog .btn-navigate > i {
    display: block;
    font-size: 32px;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover,
.file-zoom-dialog .btn-navigate:not([disabled]):focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.file-zoom-dialog .btn-navigate[disabled] {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.file-zoom-dialog .btn-prev {
    left: -42px;
}

.file-zoom-dialog .btn-next {
    right: -42px;
}

.file-zoom-dialog .floating-buttons {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 0 0 0 3px;
}

.file-zoom-dialog .floating-buttons:not(:empty) {
    padding: 0 0 20px 20px;
}

.file-zoom-dialog .floating-buttons,
.file-zoom-dialog .floating-buttons .btn {
    z-index: 3000;
}

.kv-zoom-actions {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
}

.file-zoom-content {
    height: 480px;
    text-align: center;
}

.file-drag-handle {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: move;
    cursor: -webkit-grabbing;
}

.file-drag-handle:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.file-drag-handle > i {
    top: 0;
}

.file-input .kv-fileinput-caption, .fileinput-upload {
    display: none !important;
}

.file-input-new .kv-fileinput-caption {
    display: block !important;
}

.pt-7p {
    padding-top: 7px !important;
}

.pb-7p {
    padding-bottom: 7px !important;
}

.add-btn {
    width: 90px;
}

.m-portlet {
    border-radius: 5px;
}

.postgraduate, .research {
    display: none;
}

.attachment-file label.required:after {
    right: auto;
    position: static;
}

.m-widget2 .m-widget2__item .m-widget2__ext {
    display: table-cell;
    vertical-align: middle;
}

.attachment-file .m-portlet .m-portlet__head .m-portlet__head-tools .nav.nav-pills.m-nav-pills--align-right {
    padding: 0;
    padding-left: 25px;
}

.attachment-file .nav.nav-pills.m-nav-pills--btn-sm .m-tabs__link {
    padding: 0.6em 6px;
    font-size: 0.85rem;
}

.loadingMask{
    display: none;
}
.loadingMask img{
    width: 25px;
    height: 25px;
    margin-left: 10px;
}
.loadingMask p{
    display: inline-block;
    margin-left: 10px;
}
#loadingMask {
    display: none;
}
.show-application p{
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 10px;
}
.show-application label{
    font-weight: bold;
}
.line{
    text-decoration: underline !important;
}

@media (min-width: 1025px){
    .m-dropdown.m-dropdown--align-center.m-dropdown--large .m-dropdown__wrapper {
        width: 353px ;
    }
}
#m_topbar_notification_icon .m-badge.m-badge--danger {
    color: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.blue{
    color: #8056de;
}
/*a, a:hover{*/
/*text-decoration: none !important;*/
/*}*/
.modal-comment{
    cursor: pointer;
}

@media (max-width: 1026px) {
    .m-brand__logo img {
        max-width: 150px;
    }
}
.m-list-timeline__items .m-list-timeline__item{
    padding: 6px;
    margin-bottom:5px !important;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon > i:before {
    background: linear-gradient(180deg, #4E35FF 25%, #4E35FF 50%, #4E35FF 75%, #4E35FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;   
}
