/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

/* Tajawal-Black-Font */
@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 900;
    src: url( "/fonts/Tajawal-Black.ttf");
}

/* Tajawal-ExtraBold-Font */
@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 800;
    src: url( "/fonts/Tajawal-ExtraBold.ttf");
}

/* Tajawal-Bold-Font */
@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    src: url( "/fonts/Tajawal-Bold.ttf");
}

/* Tajawal-Medium-Font */
@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    src: url( "/fonts/Tajawal-Medium.ttf");
}

/* Tajawal-Regular-Font */
@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    src: url( "/fonts/Tajawal-Regular.ttf");
}

/* Tajawal-Tajawal-Light-Font */
@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 300;
    src: url( "/fonts/Tajawal-Light.ttf");
}

/* Tajawal-ExtraLight-Font */
@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 200;
    src: url( "/fonts/Tajawal-ExtraLight.ttf");
}

btn-default {
    background-color: #2799a3;
}
* {
    font-family: 'Tajawal';
}
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal',BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
li.bold {
    margin: 2px !important;
}
.vscontainer {
    padding-top: 15px !important;
}
.input-field.col label {
    right: 1rem;
    font-weight: bold;
    color: #000000;

}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}



.modal-body {
    margin: 10px 0;
 /*   overflow: scroll;
    max-height: 600px;*/
}

.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.text-danger {
    color: #ff0000;
}
.validation-summary-errors {
    padding: 1px 15px;
    color: red;
}

.loader {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #eceaea;
    background-image: url('../assets/ajax-loader.gif');
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#app { /* Components Root Element ID */
    position: relative;
}
.loaderImg {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 48%;
    top: 30%;
    background-position: center;
    z-index: 999999;
}
.vs__selected {
    white-space: nowrap;
}

.tree-default > .tree-wholerow-ul .tree-hovered, .tree-default > .tree-wholerow-ul .tree-selected {
    background: #000033 !important;
    box-shadow: none;
    border-radius: 0;
}

.treeview-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    border-right-width: 0;
}

.tree-default .tree-leaf > .tree-ocl {
    background-position: -68px -36px !important;
}

.tree-default .tree-node {
    background-position: 393px 1px !important;
}

.tree-anchor {
    padding: 0 1px 0 4px !important;
}

.tree-default .tree-closed > .tree-ocl {
    background-position: -100px -35px;
}

.material-icons {
    font-family: 'Material Icons';
    font-size: 14px;
}

span {
    font-weight: bold;
}

#app {
    /* Components Root Element ID */
    position: relative;
}
.AirForceblue {
    background: #5d8aa8 !important
}
.selver {
    background: linear-gradient(303deg,#eaeaec,#b9b9b9);
    border-width: 1px 1px 1px;
    border-style: solid;
    border-color: #9e9e9e #9e9e9e #b5b5b5;
    color: black;
    font-weight: bold;
    font-size: 14px;
}
.ModelSearchResult {
       overflow: scroll;
    max-height: 400px;
}


      