/*!
 *   AdminLTE v3.1.0-rc
 *   Author: Colorlib
 *   Website: AdminLTE.io <https://adminlte.io>
 *   License: Open source - MIT <https://opensource.org/licenses/MIT>
 */

// Bootstrap
// ---------------------------------------------------
@import "../assets/bootstrap/scss/functions";
@import "~admin-lte/build/scss/bootstrap-variables";
@import "variables";
@import "../assets/bootstrap/scss/bootstrap-rtl";

// Variables and Mixins
// ---------------------------------------------------
@import "~admin-lte/build/scss/variables";
@import "~admin-lte/build/scss/variables-alt";
@import "./adminlte-rtl/mixins";


@import "./adminlte-rtl/parts/core";
@import "./adminlte-rtl/parts/components";
@import "~admin-lte/build/scss/parts/extra-components";
@import "~admin-lte/build/scss/parts/pages";
@import "~admin-lte/build/scss/parts/plugins";
@import "~admin-lte/build/scss/parts/miscellaneous";

@import "~animate.css/source/animate.css";
@import "checkbox";
@import '~flag-icon-css/sass/variables';
@import '~flag-icon-css/sass/flag-icon-base';
@import "vue-select/dist/vue-select.css";

@if variable-exists(include) {
    @each $country in $include {
        @include flag-icon($country);
    }
}

@else {
    @include flag-icon(sa);
    @include flag-icon(us);
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("/fonts/NotoKufiArabic-Regular.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("/fonts/NotoKufiArabic-Bold.ttf") format("truetype");
    font-weight: bold;
}

body {
    font-family: "Noto Kufi Arabic", "Open Sans", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #333;
}

input[required]+label::after {
    margin: -.2em 0 0 .2em;
    content: '*';
    color: #db2828;
}

.dataTable {
    width: 100% !important;
}

.dataTable thead {
    color: #fff;
    background-color: #212529;
    border-color: #383f45;
}

.content-header h4 {
    font-size: 22px;
}

.sticky-wrapper {
    background-color: #fff;
    border-color: #e7e7e7;
    padding: 10px 10px 0;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .22);
}

.content-wrapper>.content {
    padding: 0 0 !important;
}

.circular.icon {
    width: 2.5em !important;
    height: 2.5em !important;
    font-size: 1em;
    color: #1abb9c;
    background: rgba(26, 187, 156, 0.1);
    box-shadow: none;
}

i.circular.icon {
    border-radius: 500em !important;
    line-height: 1 !important;
    padding: .5em 0 !important;
    -webkit-box-shadow: 0 0 0 .1em rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 .1em rgba(0, 0, 0, .1) inset;
    width: 2em !important;
    height: 2em !important;
}

i.icon {
    text-align: center;
}

[class*="sidebar-dark-"] {
    background-color: #222222 !important;
}

.destroy-link {
    color: #fff;
    background-color: #fa2a00;
    border-color: #fa2a00;
    box-shadow: none;
}

.edit-link {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
    box-shadow: none;
}

.browse-link {
    margin: 0 2px;
}

#voyager-loader {
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    width: 100%;
    height: 75vh;
    left: 0;
    top: 0;
    z-index: 99;
}

#voyager-loader img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-right: -50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

//login

body.login {
    margin: 0;
    padding: 0;
    font-family: Open Sans, sans-serif;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden
}

body.login .login-sidebar {
    min-height: 100vh;
    position: relative;
    border-radius: 5px;
    z-index: 2;
    padding: 0;
    -webkit-box-pack: center;
    justify-content: center;
    background: #fff;
    border-top: 5px solid #22a7f0;
    border-radius: 0
}

body.login .login-sidebar:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: .8;
    z-index: 3
}

body.login .login-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 30px;
    top: 50%;
    margin-top: -150px
}

body.login .login-container p {
    text-align: left;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 3px;
    color: #757c85;
    font-family: Open Sans, sans-serif;
    border-radius: 2px;
    font-size: 10px;
    text-transform: uppercase;
    width: auto;
    padding-left: 2px
}

body.login .login-container form {
    padding-top: 15px
}

body.login .login-container .voyager-refresh {
    top: 0;
    font-size: 10px
}

body.login .login-container .signingin .voyager-refresh {
    top: 1px;
    left: 0;
    -webkit-transform-origin: 43% 40%;
    transform-origin: 43% 40%;
    -ms-transform-origin: 43% 40%;
    display: inline-block;
    position: relative
}

body.login .logo-title-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin-top: -100px;
    left: 30px
}

body.login .logo-container {
    text-align: center;
    position: relative;
    z-index: 10;
    opacity: .8
}

body.login .logo {
    height: auto;
    max-width: 52px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 20px
}

body.login .logo-container .logo {
    padding: 50px 0
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

body.login .span-input {
    margin-left: 10px;
    position: relative;
    top: -3px;
    font-size: 15px
}

body.login .login-button {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #eee;
    font-family: Open Sans, sans-serif;
    font-weight: 100;
    padding: 12px 20px;
    border-radius: 1px;
    outline: none !important;
    opacity: .8;
    border: 0;
    width: auto;
    border-radius: 2px;
    float: left;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

body.login .login-button:focus,
body.login .login-button:hover {
    color: #fff;
    opacity: 1
}

body.login .copy {
    width: auto;
    padding: 30px 30px 12px
}

body.login .copy h1 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    z-index: 9999;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    top: 0;
    line-height: 45px;
    margin: 20px 0 0 14px
}

body.login .copy p {
    color: #fff;
    font-size: 13px;
    max-width: 650px;
    opacity: .9;
    z-index: 99;
    font-weight: 300;
    margin-top: 0;
    left: 15px;
    position: relative;
    top: -8px
}

body.login .faded-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(50, 50, 50, .5);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 28, 0)), color-stop(40%, rgba(21, 21, 28, .1)), color-stop(55%, rgba(21, 21, 28, .3)), color-stop(75%, rgba(21, 21, 28, .61)), to(#15151c));
    background: linear-gradient(180deg, rgba(21, 21, 28, 0) 0, rgba(21, 21, 28, .1) 40%, rgba(21, 21, 28, .3) 55%, rgba(21, 21, 28, .61) 75%, #15151c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0015151c", endColorstr="#15151c", GradientType=0)
}

body.login .voyager-refresh {
    -webkit-animation: spin .6s linear infinite;
    animation: spin .6s linear infinite
}

body.login .alert-black {
    background: rgba(0, 0, 0, .5)
}

body.login .alert-black,
body.login .alert-red {
    color: #fff;
    position: relative;
    z-index: 10;
    margin-top: 20px
}

body.login .alert-red {
    background: #e74c3c;
    border-left: 5px solid rgba(0, 0, 0, .1);
    font-size: 12px
}

body.login .form-group-default {
    background-color: #fff;
    position: relative;
    border: 2px solid rgba(28, 43, 54, .07);
    border-radius: 3px;
    padding: 7px 12px 4px;
    overflow: hidden;
    -webkit-transition: border .3s ease-in;
    transition: border .3s ease-in;
    font-weight: 400
}

body.login .form-group-default label {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    font-weight: 500;
    font-size: 10px;
    color: #58666e;
    margin: 0 0 3px
}

body.login .form-group-default .form-control {
    border: none;
    height: 25px;
    min-height: 25px;
    padding: 0;
    margin-top: -4px;
    background: 0 0
}

body.login .form-control {
    background: #fff;
    -webkit-appearance: none;
    color: #1c2b36;
    outline: 0;
    border: 0;
    height: 35px;
    line-height: normal;
    vertical-align: middle;
    min-height: 35px;
    box-shadow: none;
    font-weight: 400
}

body.login .form-control::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300
}

body.login .form-control::-moz-placeholder {
    color: #ccc;
    font-weight: 300
}

body.login .form-control:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300
}

body.login .form-control:-moz-placeholder {
    color: #ccc;
    font-weight: 300
}

body.login .form-control-grey:focus,
body.login .form-control:focus {
    outline: 0 !important;
    box-shadow: none
}

body.login .form-control:focus::-webkit-input-placeholder {
    color: #8c9ba6
}

body.login .form-control:focus::-moz-placeholder {
    color: #8c9ba6
}

body.login .form-control:focus:-ms-input-placeholder {
    color: #8c9ba6
}

body.login .form-control:focus:-moz-placeholder {
    color: #8c9ba6
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.pull-left {
    float: left !important;
}

.btn {
    opacity: .8;
    font-size: 11px;
    text-transform: uppercase;
}

.float-right {
    float: left !important;
}

.float-left {
    float: right !important;
}

.ml-auto,
.mx-auto {
    margin-right: auto !important;
    margin-left: initial !important;
}

.required label::after {
    margin: -.2em 0 0 .2em;
    content: '*';
    color: #db2828;
}

.box header {
    /*border: 1px solid #03A678;*/
    background: #03A678;
}

div.box {
    margin-bottom: 20px;
}

div.box h4 {
    margin: 2px;
    color: white;
    font-size: 16px;
}

.box header {
    padding: 10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.50) inset;
}

.box .avatar {
    width: 100px;
    float: left;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.5);
}

.box ul.list-group {
    margin: 0;
}

.box .list-group-item:first-child {
    border-radius: 0;
}

.box header .badge {
    box-shadow: rgba(0, 0, 0, 0.75) 0px 1px 4px inset;
    padding: 4px 7px;
    color: #DADADA;
    background-color: transparent;
}

.dataTables_filter{
    float: left;
}

.dropdown-menu-right{
    left: 0 !important;
    right: auto  !important;
}

.mr-3{
    margin-right: initial;
    margin-left: 1rem !important;
}