@font-face {
    font-family: 'DroidSerif';
    src: url('../fonts/samim.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'DroidSerif';
    src: url('../fonts/samim-bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/samim.ttf') format('truetype');
    /*src: url('../fonts/Tajawal-Medium.ttf') format('truetype');*/
    font-weight: normal;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/samim-bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/samim-bold.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/samim-bold.ttf') format('truetype');
    font-weight: 800;
}

body {
    margin: 0;
    background: #f9f9f9;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    font-family: Tajawal !important;
    font-weight: bold !important;
}

span,
p,
pre,
ul,
li,
a,
div {
    font-family: Tajawal !important;
    font-weight: normal !important;
}

.table-bordered {
    border: 1px solid #181f23;
}

.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #e0e0e0;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border: 1px solid #181f23;
}

.btn-primary:hover {
    background-color: #0977ce !important;
    border-color: #d6d6d6 !important;
}

.btn-primary {
    color: #fff !important;
}

.btn-default:hover {
    background-color: #d6d6d6 !important;
    border-color: #d6d6d6 !important;
}

.btn-default {
    color: #000 !important;
}

.btn-warning:hover {
    background-color: #d64a1d !important;
    border-color: #d6d6d6 !important;
}

.btn-warning {
    color: #fff !important;
}

.btn-danger:hover {
    background-color: #e23215 !important;
    border-color: #d6d6d6 !important;
}

.btn-danger {
    color: #fff !important;
}


/*/////////////////////////////////////////////////////////////*/


/*//////////////////CHACKBOX THEME/////////////////////////////*/


/*/////////////////////////////////////////////////////////////*/

.custom-checkbox {
    min-height: 1rem;
    padding-left: 0;
    margin-right: 0;
    cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px;
    box-shadow: none;
}

.custom-checkbox .custom-control-indicator:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -2px;
    top: -4px;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-color: #84c7c1;
    background-image: none;
    box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator:after {
    background-color: #84c7c1;
    left: 15px;
}

.custom-checkbox .custom-control-input:focus~.custom-control-indicator {
    box-shadow: none !important;
}

.radio,
.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

.checkbox,
.radio {
    margin-top: 0px;
    margin-bottom: 0px
}

.radio-margin {
    margin-left: -13px;
    margin-top: 7px;
}

.radio-margin {
    margin-left: -13px;
    margin-top: 7px;
}


/*Radio and Checkbox START*/

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative!important;
    display: inline-block!important;
    border: 2px solid #a9a9a9!important;
    border-radius: 24px!important;
    width: 30px!important;
    height: 30px!important;
    float: left!important;
    margin-right: -30px!important;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
    font-size: 15px;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    font-size: 15px;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}


/*----------------------*/

.sidebar-user {
    background-color: #26a69a;
    height: 76px;
}

.sidebar-user:hover {
    background-color: #1a7169;
    cursor: pointer;
}


/*------------Validation----------*/

.has-error .form-control {
    border: 1px dashed #ff0000e0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 22px rgba(0, 0, 0, 0.075);
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ff0016;
}

.help-block {
    color: #999999;
    font-size: 16px;
    margin-top: -1px;
    margin-bottom: 15px;
    font-weight: 600 !important;
}

.floatingNav {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), 0 21px 42px rgba(0, 0, 0, 0.22);
}

.fixed {
    position: fixed;
}

form .form-control:focus, form .btn:focus, form .btn:focus{
    box-shadow: 0px 0px 3px 1px rgb(0 188 212 / 75%);
}
.icon-edit{
    font-size: 20px;
    margin-left: 4px;
    color: #5e4377;
}
.icon-stack-copy{
    font-size: 20px;
    margin-left: 4px;
    transform: rotate(180deg);
    color:#F28B51
}
.icon-trash-delete{
    font-size: 20px;
    margin-left: 4px;
    color:#e64444
}
.icon-file-preview{
    color:#4FB78C;
    font-size: 20px;
    margin-left: 4px;
}
.icon-stack4-show{
    color:#868585;
    font-size: 20px;
    margin-left: 4px;
}
.site-map a {
    color: #263238 !important;
    direction: rtl;
}
.tree li.branch:hover,
.tree li.branch:hover label{
    cursor: pointer;
}
