/************** IMPORT FONT FACE *****************/
@font-face {
    font-family: Tajawal;
    src: url('../fonts/tajawal/Tajawal-Medium.ttf');
}

@font-face {
    font-family: TajawalBold;
    src: url('../fonts/tajawal/Tajawal-Bold.ttf');
}

body, html {
    height: 100%;
    font-family: Tajawal, sans-serif;
    font-size: 13px;
    background-color: #f5f5f5;
    color: #435058;
}

/*---------------------------------------------*/
a {
    font-family: Tajawal, sans-serif;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #fff;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

h2 {
    font-size: 20px;
    color: #435058;
    font-family: TajawalBold, sans-serif;
}


.underline {
    position:relative;
}

.underline::after {
  content : "";
  display:block;
  width : 1.5rem;
  height : 0.25rem;
  background-color: #c6974b;
  border-radius:1rem;
  left: 0;
}   

p {
    font-family: Tajawal, sans-serif;
    line-height: 1.7;
    color: #435058;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #555555;
}

input:-moz-placeholder {
    color: #555555;
}

input::-moz-placeholder {
    color: #555555;
}

input:-ms-input-placeholder {
    color: #555555;
}

textarea::-webkit-input-placeholder {
    color: #555555;
}

textarea:-moz-placeholder {
    color: #555555;
}

textarea::-moz-placeholder {
    color: #555555;
}

textarea:-ms-input-placeholder {
    color: #555555;
}

label {
    margin: 0;
    /*display: block;*/
    display: inline;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

/*.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.65);
}*/

.wrap-login100 {
    width: 450px;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
    width: 100%;
    /*border-radius: 10px;*/
    /*background-color: #fff;*/
    background-color: #f5f5f5;
}

.login100-form-logo {
    font-size: 60px;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}

.login100-form-title {
    font-family: TajawalBold, sans-serif;
    font-size: 25px;
    /*color: #fff;*/
    color: #435058;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}

.input100 {
    font-family: Tajawal, sans-serif;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    padding: 0 10px 0 80px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: #c6974b;
        background: -webkit-linear-gradient(left, #c6974b, #c6974b, #c6974b);
        background: -o-linear-gradient(left, #c6974b, #c6974b, #c6974b);
        background: -moz-linear-gradient(left, #c6974b, #c6974b, #c6974b);
        background: linear-gradient(left, #c6974b, #c6974b, #c6974b);
    }

    .focus-input100::after {
        font-family: Linearicons-Free;
        font-size: 18px;
        color: #999999;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 22px;
        left: 35px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.input100:focus {
    padding-left: 60px;
}

    .input100:focus + .focus-input100::after {
        left: 23px;
        color: #c6974b;
    }

    .input100:focus + .focus-input100::before {
        width: 100%;
    }

.has-val.input100 + .focus-input100::after {
    left: 23px;
    color: #c6974b;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

.has-val.input100 {
    padding-left: 60px;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    font-family: Tajawal, sans-serif;
    color: #fff;
    line-height: 1.2;
    /*text-transform: uppercase;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: calc(1.5em + .75rem + 2px);
    /*border-radius: 21px !important;*/
    background-color: #c6974b;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*background-color: -webkit-linear-gradient(left, #c6974b, #c6974b, #c6974b);
	background-color: -o-linear-gradient(left, #c6974b, #c6974b, #c6974b);
	background-color: -moz-linear-gradient(left, #c6974b, #c6974b, #c6974b);*/
}
    /*background-color: linear-gradient(left, #c6974b, #c6974b, #c6974b);
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;*/

    .login100-form-btn:hover,
    .login100-form-btn:focus {
        background-color: #4d4d4d;
        opacity: 1;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #f5f5f5;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    font-family: Tajawal, sans-serif;
    color: #c80000;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    color: #c80000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

input[type=submit].rounded {
    background: #c6974b;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1.5;
    border: 0;
    /*border-radius: 21px;*/
    height: calc(1.5em + .75rem + 2px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    input[type=submit].rounded:hover {
        background: #4d4d4d;
    }

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    margin-right: 5px;
}

.ui-datepicker-header {
    background-color: #c6974b;
}

.ui-datepicker {
    color: #c6974b;
}

/* DATA TABLES TABLE AND PAGING STYLING + TEXT BOX AND DROPDOWN HOVER/FOCUS COLOR */

.table {
    color: #435058;
}

table.dataTable thead th {
    background-color: #c6974b;
    color: #FFF;
    border: none;
    font-size: inherit;
    font-weight: 400;
}

/*table.dataTable tr.odd {
	background-color: #F5EDE0;
}

table.dataTable tr.even {
	background-color: #F0E4D1;
}

table.dataTable tr:hover {
	background-color: #E1C9A3;
}

table.dataTable tr td {
	border-color: #E1C9A3;
}*/

table.dataTable tfoot tr {
    background-color: #c6974b;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    color: #c6974b;
}

.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus, .pagination > li.active > span {
    border-color: #c6974b;
    background-color: #c6974b;
}

.form-control:focus {
    border-color: #c6974b;
    box-shadow: 0 0 0 0.1rem rgb(200,150,75);
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(1, 0, 0, 0.1);
}

.page-item.active .page-link {
    background-color: #c6974b;
    border-color: #c6974b;
}

.page-link:hover {
    color: #c6974b;
}

.page-link:focus {
    box-shadow: 0 0 0 0.1rem rgb(200,150,75);
}

.table td {
    vertical-align: middle !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    background-color: #c6974b;
}

.content100-form-btn-green {
    font-family: Tajawal, sans-serif;
    color: #fff;
    line-height: 1.2;
    padding: 0 20px;
    min-width: 150px;
    height: calc(1.5em + .75rem + 2px);
    /*border-radius: 21px;*/
    background-color: #4c7F58;
    /*background-color: -webkit-linear-gradient(left, #c6974b, #c6974b, #c6974b);
	background-color: -o-linear-gradient(left, #c6974b, #c6974b, #c6974b);
	background-color: -moz-linear-gradient(left, #c6974b, #c6974b, #c6974b);*/
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.content100-form-btn-red {
    font-family: Tajawal, sans-serif;
    color: #fff;
    line-height: 1.2;
    padding: 0 20px;
    min-width: 150px;
    height: calc(1.5em + .75rem + 2px);
    /*border-radius: 21px;*/
    background-color: #a31621;
    /*background-color: -webkit-linear-gradient(left, #c6974b, #c6974b, #c6974b);
	background-color: -o-linear-gradient(left, #c6974b, #c6974b, #c6974b);
	background-color: -moz-linear-gradient(left, #c6974b, #c6974b, #c6974b);*/
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.content100-form-btn {
    font-family: Tajawal, sans-serif;
    color: #fff;
    line-height: 1.2;
    padding: 0 20px;
    min-width: 150px;
    height: calc(1.5em + .75rem + 2px);
    /*border-radius: 21px;*/
    background-color: #c6974b;
    background-color: -webkit-linear-gradient(left, #c6974b, #c6974b, #c6974b);
    background-color: -o-linear-gradient(left, #c6974b, #c6974b, #c6974b);
    background-color: -moz-linear-gradient(left, #c6974b, #c6974b, #c6974b);
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .content100-form-btn:hover,
    .content100-form-btn:focus,
    .content100-form-btn-green:hover,
    .content100-form-btn-green:focus,
    .content100-form-btn-red:hover,
    .content100-form-btn-red:focus {
        background-color: #4d4d4d;
        opacity: 1;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

.filter-btn {
    font-family: Tajawal, sans-serif;
    color: #fff;
    line-height: 1.2;
    padding: 0 20px;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    /*border-radius: 21px;*/
    background-color: #c6974b;
    background-color: -webkit-linear-gradient(left, #c6974b, #c6974b, #c6974b);
    background-color: -o-linear-gradient(left, #c6974b, #c6974b, #c6974b);
    background-color: -moz-linear-gradient(left, #c6974b, #c6974b, #c6974b);
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .filter-btn:hover,
    .filter-btn:focus {
        background-color: #4d4d4d;
        opacity: 1;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

/**** Alerts *****/
.alert {
    color: #fff;
    border: none;
    /*border-radius: 10px;*/
}

.alert-secondary {
    background-color: #133a5b;
}

.alert-primary {
    background-color: #c6974b;
}

.alert-success {
    background-color: #4c7F58;
}

.alert-danger {
    background-color: #a31621;
}

/**** Nav *****/
.nav {
    width: 100%;
}

.nav-tabs .nav-link {
    color: #435058;
}

    .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #c6974b;
        border-color: #c6974b;
    }

    .nav-tabs .nav-link:hover {
        color: #c6974b;
    }

    .nav-tabs .nav-link.active:hover {
        color: #fff;
    }

/**** Anchor *****/
a {
    outline: none !important;
    text-decoration: none !important;
    /*color: #c6974b;*/
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    a.active,
    a:focus,
    a:hover {
        /*color: #2a2a2a;*/
        color: #c6974b;
        outline: none !important;
        text-decoration: none !important;
    }

/**** bootstrap-select *****/
.btn-light {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
}

    .btn-light:hover {
        color: #495057;
        background-color: #fff;
        border-color: #ced4da;
    }

    .btn-light:not(:disabled):not(.disabled):active,
    .show > .btn-light.dropdown-toggle {
        color: #495057;
        background-color: #fff;
        border-color: #c6974b;
    }

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    border-color: transparent;
    box-shadow: 0 0 0 0.15rem rgb(200,150,75);
}

.bootstrap-select .dropdown-toggle:active {
    outline: none !important;
    border-color: transparent;
    box-shadow: 0 0 0 0.1rem rgb(200,150,75);
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #c6974b;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #435058;
}

/**** footer *****/
.footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*background-color: #f0f0f0;*/
    background-color: #435058;
    /*color: #2a2a2a;*/
    color: #fff;
    font-size: 0.9rem;
    z-index: 10;
}

.sp-lh-2 {
    line-height: 2.5rem;
}

.btn-light.disabled {
    border: 1px solid #ced4da;
    background-color: #e9ecef;
    opacity: 1;
    color: #495057;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0px;
}

.table td, .table th {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-top: none;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.modal-header {
    font-size: 1.25rem;
    font-weight: bold;
}

table.dataTable tr:hover {
    background-color: #F5EDE0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nav-tabs {
    border-bottom: 1px solid #c6974b;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: #c6974b;
    }

.ui-widget,
.ui-widget select {
    font-family: Tajawal, sans-serif;
}

.card-title {
    font-family: TajawalBold;
    color: #435058;
}

.card-footer {
    border-top: none;
}

.badge {
    font-weight: normal;
    font-size: 90%;
    border-radius: 0px;
}

.badge-dark {
    background-color: #435058;
}

.preloader {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #435058;
    text-align: center;
    opacity: 0.95;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.preloader_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.preloader_box {
    padding: 50px 20px;
    background-color: #000;
    opacity: 1;
    width: 15%;
    margin: 0 auto;
    margin-top: 15%;
}

.preloader_content {
    font-size: 18px;
    color: #fff;
}

.card-body,
.alert,
.form-control,
.btn,
.rounded,
.nav-tabs .nav-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0px;
}

.font-weight-bold {
    font-family: TajawalBold, sans-serif;
}

.report-label {
    font-family: TajawalBold, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2.5px solid #c6974b;
    width: 50px;
}
