/*
Template Name: Adminto Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Responsive
*/


@font-face {
    font-family: Cairo;
    src: url(../fonts1/Cairo-Regular.ttf)
}

@font-face {
    font-family: Cairo-Black;
    src: url(../fonts1/Cairo-Black.ttf)
}

@font-face {
    font-family: Cairo-Bold;
    src: url(../fonts1/Cairo-Bold.ttf)
}

@font-face {
    font-family: Cairo-ExtraLight;
    src: url(../fonts1/Cairo-ExtraLight.ttf)
}

@font-face {
    font-family: Cairo-Light;
    src: url(../fonts1/Cairo-Light.ttf)
}

@font-face {
    font-family: Cairo-SemiBold;
    src: url(../fonts1/Cairo-SemiBold.ttf)
}
@media only screen and (max-width: 6000px) and (min-width: 700px) {
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99;
  }
}
@media (max-width: 1023px) {
  .button-menu-mobile {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .side-menu {
    position: absolute !important;
  }
  .enlarged .left.side-menu {
    margin-right: -75px;
  }
  .topbar-left {
    width: 70px !important;
  }
  .topbar-left span {
    display: none !important;
  }
  .topbar-left i {
    display: block !important;
    line-height: 75px !important;
  }
  .content-page .content {
    margin-top: 95px;
  }
  .topbar .topbar-left {
    height: 75px;
  }
  .navbar-default {
    background-color: #ffffff;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  }
  .navbar-nav {
    margin: 0px;
    display: inline-block;
  }
  .navbar-nav li {
    display: inline-block;
    line-height: 1px;
  }
  .navbar-nav.navbar-right {
    float: right;
  }
  .content-page {
    margin-left: 0px !important;
  }
  .footer {
    right: 0px !important;
  }
  .mobile-sidebar {
    left: 0px;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .wrapper-page {
    width: 90%;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
  div#datatable-buttons_info {
    float: none;
  }
  .ms-container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important;
  }
  .button-menu-mobile {
    display: block;
  }
  .search-bar {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .hide-phone {
    display: none !important;
  }
}
/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px;
  }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 2px solid #eeeeee;
  }
}
@media (min-width: 992px) {
  .container-alt {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-alt {
    width: 1170px;
  }
}
@media (max-width: 419px) {
  .topbar-left {
    width: 70px !important;
  }
  .logo .icon-c-logo {
    display: inline-block !important;
    line-height: 58px !important;
  }
  .logo span {
    display: none !important;
  }
  .wrapper-page .logo span {
    display: inline-block !important;
  }
  .content-page {
    margin-right: 0 !important;
  }
  .forced .side-menu.left {
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  }
  .enlarged .side-menu.left {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }
  .page-title {
    font-size: 15px;
    line-height: 67px;
    max-width: 250px;
    white-space: nowrap;
  }
  .navbar-default {
    padding: 0px;
  }
  .navbar-default .navbar-left {
    padding-left: 0px !important;
  }
  .navbar-default .navbar-left li {
    padding: 0px 5px;
  }
  .topbar-left {
    display: none;
  }
  .editable-responsive {
    overflow-x: auto;
  }
  .profile-info-name img {
    float: none;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  div.hopscotch-bubble .hopscotch-bubble-container {
    max-width: 180px;
  }
}




/****************************************************************** Modifications **************************************************************************************************************/
.side-menu {
    background: #40B17D;
}
.navbar-default ,.topbar .topbar-left{
    background-color: #40B17D;
    border-top: 3px solid #E14ECA;
}
.navbar-left .page-title{
    color: #fff;
    line-height: 58px;
}
.button-menu-mobile {
    color: #fff;
    vertical-align: middle;
    line-height: 60px;
}
.topbar .topbar-left {
    line-height: 60px;
}
.topbar .topbar-left .logo {
    color: #fff !important;
    font-size: 16px !important;
}
.logo span span {
    color: #27293d ;
}
.notification-box .pulse {
    border: 3px solid #E14ECA;
    background-color: #E14ECA;
}
.notification-box .dot {
    border: 4px solid #E14ECA;
}
.list-group-item:hover {
    background-color: rgba(16, 196, 105, .6);
}
.list-group-item:hover a{
    color: #fff;
}
.button-menu-mobile:hover {
    color: #dbe0de;
}
.user-box{
    padding: 0;
}
.img-thumbnail {
    border: 0;
    width: 100%;
    height: 100%;
}
.user-box h5 {
    margin: 10px auto !important;
}
.user-box h5 a {
    color: #fff;
}
.user-box ul li a  , .user-box .text-custom{
    color: #1e1e2e !important;
}
.menu-title {
    color: #40b17d !important;
}
#sidebar-menu > ul > li > a {
    color: #fff;
    margin: 0;
    background-color: #40b17d;
    border-right: 3px solid transparent;
}
#sidebar-menu > ul > li > a.active {
    border-right: 3px solid #1e1e2e;
    color: #fff!important;
    background-color: #1e1e2e;
}
#sidebar-menu > ul > li > a:hover {
    color: #1e1e2e;
}
.sidebar-inner , .side-menu , .slimScrollDiv {
    height: 100% !important;
}
#sidebar-menu ul ul a {
    color: #004806;
}
#sidebar-menu ul ul a:hover {
    color: #6f5004;
}
#wrapper.enlarged .left.side-menu a.logo-wrapper img {
    width: 100%;
}
#wrapper.enlarged .user-box .user-img {
    margin: 0 auto 13px auto;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus , #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover{
    background: #27293d !important;
    color: #fff;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    border-color: #40b17d;
}
#sidebar-menu .subdrop {
    border-right: 3px solid #fff;
    color: #fff !important;
}
#sidebar-menu ul ul a {
    color: #dadadc;
}
#sidebar-menu ul ul a:hover {
    color: #27293d;
}
body {
    background: #1E1E2E;
    color: #ABACB4;
}
.card-box {
    background-color: #27293D;
}
h1, h2, h3, h4, h5, h6 {
    color: #77787E;
}
.navbar-default {
    height: 60px;
    line-height: 60px;
}
.notification-box ul li a {
    line-height: 60px;
}
.side-menu {
    top: 60px;
}
.btn-custom {
    background-color: #e14eca;
    border-color: #e14eca;
}
.btn-custom i{
    vertical-align: middle;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover, .open > .dropdown-toggle.btn-custom {
    background-color: #40b17d !important;
    border: 1px solid #40b17d !important;
}
th {
    color: #fff;
}
.label-primary {
    background-color: #40b17d;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #0c693e;
}
.label-warning {
    background-color: #e14eca;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #a93196;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #40b17d;
    border-color: #40b17d;
}
.card-box.table-responsive h4 {
    color: #b1b1b1;
    font-size: 15px;
}
.form-horizontal .control-label {
    text-align: right;
    padding-top: 0;
}
.form-group {
    margin-bottom: 20px;
}
.btn-primary {
    background-color: #40b17d !important;
    border: 1px solid #40b17d !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #16613e !important;
    border: 1px solid #16613e !important;
}
.btn-default {
    color: #fff;
}
.table-bordered {
    background-color: #1e1e2e;
    margin: 20px auto 0 auto;
}
div.dataTables_filter, div.dataTables_paginate {
    float: left;
}
.bg-primary {
    background-color: #40b17d !important;
}
div#datatable-responsivex_wrapper {
    margin: 15px auto 0 auto;
}
.lang{
    transition: all .5s ease-in-out !important;
    color: #1e1e2e !important;
    vertical-align: middle !important;
    line-height: 60px !important;
    padding: 0 0 0 12px !important;
}
.lang:hover , .lang:focus{
    color: #E14ECA;
}
.logo , .wrapper-page .logo{
    font-size: 30px !important;
   /* font-family: 'Tajawal', sans-serif !important;*/
}
.footer {
    bottom: 0;
    text-align: center!important;
    right: 250px;
    background-color: #27293d;
}
html {
    background: #1e1e2e;
}
/**** Login ****/
.account-pages {
    background: url(../images/faculty.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
}
.account-pages:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}
.logo {
    color: #40b17d !important;
}
.btn-bordred.btn-custom {
    background-color: #004806;
    border: 0 !important;
    padding: 10px 0;
}
.widescreen h4{
    color: #fff;
}

@media (max-width: 768px){
.navbar-default {
    background-color: #60a45c !important
}
    .topbar .topbar-left {
    height: 60px !important;
}
    .topbar-left i {
    line-height: 60px !important;
}
    .content-page {
    margin-right: 0px !important;
}
    .navbar-left .page-title{
        font-size: 10px;
    }
    div.dataTables_filter, div.dataTables_paginate , div#datatable-responsive_length{
    text-align: center;
            float: none;
}
    .dt-buttons.btn-group {
    text-align: center;
    margin: 15px auto;
    float: none;
    display: table;
}
    .card-box.table-responsive .btn.btn-primary.form-control {
    margin: 15px auto 0 auto;
}
    .navbar-default .navbar-left li {
    padding: 0px 3px;
}
    .lang {
    padding: 0 0 0 6px !important;
}
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td
{
    color:#000 !important;
}







/******************modfication*********************/
input#searchTextField {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
}


/*********************************************************/
/*modfication*/
/*********************************************************/
.navbar-default {

    border-top: 0;
    margin-bottom: 0px;

}

.topbar .topbar-left {
    border-top: 0
}

.navbar-default {
    border-top: 0;
    margin-bottom: 0px;
    background-color:#3d7d87;
    color: #fff !important;
}

button.button-menu-mobile.open-left {
    color: #fff;
}

.navbar-default h4.page-title {
    color: #fff;
}

.notification-box ul li a {
    font-size: 58px;
    color: #fff;

}

.topbar .topbar-left {
    background: #484e5e;
}

#sidebar-menu > ul > li > a {
    color: #f7922cbd;
    font-size: 14px;
    font-weight: bold;
    background-color: #60a45c;
}

.topbar .topbar-left {
    background: #60a45c
}

.side-menu {
    background: #60a45c;
}

#sidebar-menu > ul > li > a.active {
    border-right: 3px solid #ffffff;
    color: #ffffff !important;
    background-color: #60a45c;
}

.topbar .topbar-left .logo {
    line-height: 29px;
    font-size: 21px;
    font-weight: bolder;

}

.topbar .topbar-left {
    padding: 9px
}

.card-box {
    animation-delay: .6s;
    animation-duration: .6s
}

.card-box {
    background-color: inherit;
}

.text-muted {
    color: #505458 !important;
}

.logo {
    color: #60a45c !important;
}

.logo span span {
    color: #f7922c;
}

.content-page .card-box {
    background-color: #fff
}

footer.footer.text-right {
    text-align: center !important;
    font-size: 18px;
    background-color:#3d7d87;
    color: #fff;
}

footer.footer.text-right a {
    color: #60a45c;
}

logo-text {
    animation-delay: .6s;
    animation-duration: .6s
}

.btn-custom {
    background-color: #60a45c;
    border-color: #60a45c;
}

.btn-bordred.btn-custom {
    background-color: #60a45c;
    border-bottom: 2px solid #60a45c !important;
    font-weight: bold;
    font-size: 20px;
    transition: all .4s ease-in-out
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    background-color: #f5a14b !important;
    border: 1px solid #f5a14b !important;
}

/*.wow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;

}*/
.first-wow {

    animation-duration: 1.5s;
    animation-delay: .3s
}

.second-wow {

    animation-duration: 1.5s;
    animation-delay: .6s
}

.third-wow {

    animation-duration: 1.5s;
    animation-delay: .9s
}

.forth-wow {

    animation-duration: 1.5s;
    animation-delay: 1.2s
}

.form-control:focus {
    border: 0;
    background-color: #FFFFFF;
    border-bottom: 2px solid #60a45c;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #333333;

}

.lgo-text {
    animation-name: zoomIn !important
}

#sidebar-menu > ul > li > a:hover {
    color: #ffffff;
    text-decoration: none;
}

.notification-box .pulse {

    border: 3px solid #60a45c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #60a45c;
    right: 10px
}

.notification-box .dot {
    border: 4px solid #60a45c;
    top: -12px;
    left: 12px;
    z-index: 99;
}

.text-custom {
    color: #d57326 !important;
}

.user-box ul li a {
    color: #d57326;
}

.user-box ul li a:hover {
    color: #f8f8f8;
}

.btn-custom {
    background-color: #3d7d87;
    border-color: #3d7d87

}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #60a45c;
    border-color: #60a45c;
}

.btn-info {
    background-color: #4c170f !important;
    border: 1px solid #4c170f !important;
}

.logo {
    color: #ffffff !important;
}

li.menu-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold !important;
}

.btn-primary {
    background-color: #60a45c !important;
    border: 1px solid #60a45c !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #f7922c !important;
    border: 1px solid #f7922c !important;
}

.btn-default {
    background-color: #f7922c;
    border-color: #f7922c;
    color: #fff
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    background-color: rgb(127, 38, 25) !important;
    border: 1px solid rgb(127, 38, 25) !important;
    color: #fff;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.select2-results .select2-highlighted {
    color: #ffffff;
    background-color: #60a45c;
}

.bg-primary {
    background-color: #60a45c !important;
}

#wrapper.enlarged .topbar .topbar-left .logo i {
    display: block;
    line-height: 70px;
    color: #60a45c !important;
}

.list-inline {

    font-size: 17px;
}

#sidebar-menu > ul > li > a {
    color: #f7922cbd;
    font-size: 14px;
    font-weight: bold;
    background-color: inherit;
}

.side-menu,
.topbar .topbar-left {
    color: #fff;
    background: linear-gradient(45deg, #61a3b4, #3d7d87, #488995);
    background-size: 400% 400%;
    /*-webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;*/
}






.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover,
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: rgba(244, 248, 251, 0.2) !important;
}

tr th {
    background-color: #02230da6;
    color: #fff;
}

div#datatable-responsive_wrapper tr {
    color: #fff
}

input.form-control.input-sm {
    background-color: inherit;
}

select.form-control.input-sm {
    background-color: inherit;
}

.content-page .card-box {
    background-color: #f9f5f552;
}


.text-muted {
    color: #ffffff !important;
}

h4.page-title {
    color: #fff;
}

h4.header-title.m-t-0.m-b-30 {
    color: #fff;
}

.form-control {
    background-color: inherit;

    border: 0;
    border-bottom: 2px solid #797979;
}

.control-label {
    color: #6b2015;
    /* font-size: 11px; */
}

.table-condensed tr {
    color:
}

.account-pages .logo {
    color: #60a45c !important;
}

.logo1 {
    color: #60a45c !important;
}

.text-muted {
    color: #505458 !important;
}

div#datatable-responsive_info {
    color: #3e3d3d;
}

div#datatable-responsive_wrapper tr {
    color: #53211a;
}

.col-lg-3.col-md-6 .content-page .card-box {
    background-color: rgba(249, 245, 245, 0.6) !important;
}

.text-muted {
    color: #f1f1f1 !important;
}

.widget-detail-1 h2 {
    color: #fff
}

div#datatable-responsive_wrapper tr {
    color: #e6dfdf;
}

input.form-control.input-sm {
    color: #fbebe9;
}

select.form-control.input-sm {
    background-color: inherit;
    color: #c8c3c3;
}

.form-control {
    background-color: inherit;
    border: 0;
    border-bottom: 2px solid #797979;
    color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover,
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #222 !important
}

thead tr {
    background-color: #52231c;
}

thead tr {
    background-color: #ce4431;
}

div#datatable-responsive_filter {
    color: #d2c8c8
}

select.form-control.input-sm option {
    color: #000
}

div#datatable-responsive_info {
    color: #d2c8c8;
}

div#datatable-responsive_length {
    color: #d2c8c8;
}

table.table.m-0 td {
    color: #e6dfdf
}

.form-group label {
    color: #f7922c;
}

a.select2-choice span {
    color: #f2e3e3;
}

h2.header-title.m-t-0.m-b-30 {
    color: #e9dfde;
}

.h-add-task {
    color: #fff
}

.h-add-task h4 {
    color: #f7922c;
     !important;
}

.h-add-task h5 {
    color: #e0d9d9;
}

.login input {
    color: #f6922c;
    font-weight: bold;
}

td a {
    font-weight: bold !important;
    font-size: 12px !important;
}

td label {
    font-weight: bold !important;
    font-size: 12px !important;
}

td a.label-success,
td label.label-success {
    background-color: #6a6867;
}

td a.label-success[href]:hover,
td a.label-success[href]:focus {
    background-color: #4a4644;
}

td label.label-info {
    background-color: #f6912b;
}

td a.label-info {
    background-color: #f7922c;
}

td a.label-info[href]:hover,
td a.label-info[href]:focus {
    background-color: #cf7418;
}

td a.label-primary,
td label.label-primary {
    background-color: #962f20;
}

td a.label-primary[href]:hover,
td a.label-primary[href]:focus,
td label.label-primary[href]:hover,
td label.label-primary[href]:focus {
    background-color: #7b1f12;
}

.h-add-task h3 {
    color: #fff
}

table.table-striped td {
    color: #e6dfdf;
}

p.lead.text-muted {
    color: #94581a !important;
}

button.confirm.btn.btn-lg.btn-success.waves-effect.waves-light {
    background-color: #60a45c !important;
    border-color: #60a45c !important;
}

.sweet-alert .icon.info {
    border-color: rgba(247, 146, 44, 0.5);
}

.sweet-alert .icon.info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f7922c;
}

.sweet-alert .icon.info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #f7922c;
}

.sweet-alert .icon.success .placeholder {
    border: 4px solid rgba(189, 102, 91, 0.56);
}

.sweet-alert .icon.success .line {
    background-color: #60a45c;
}

button.confirm.btn.btn-lg.btn-info.waves-effect.waves-light {
    background-color: #4c170f !important;
    border-color: #4c170f !important
}

button.confirm.btn.btn-lg.btn-info.waves-effect.waves-light:hover {
    background-color: #f7922c !important;
    border-color: #f7922c !important;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 1;
}

div#myModal_suspend {
    position: absolute;
}

/*
#wrapper.enlarged .content-page{
    margin: auto
}*/
div#datatable-responsive_wrapper .row:first-child {
    display: flex;
    align-items: center;
    justify-content: space-around
}


li.list-group-item a {
    color: #551e16 !important;
    font-weight: bold;
    transition: all .4s ease-in-out
}

.side-bar.right-bar {
    background-color: #52231ce0 !important;
}

li.list-group-item {
    background-color: rgba(255, 255, 255, 0.7411764705882353);
}

.list-group-item:hover a {
    color: #fff !important
}

a.right-bar-toggle,
.side-bar.right-bar h4 {
    color: #fff !important
}

table.table.m-0 td {
    color: #555555;
}

body {
    background: #ebe0d4;

}

.content-page .card-box {
    background-color: #faf8f8;
}

h4.page-title {
    color: #60a45c;
}

h4.header-title.m-t-0.m-b-30 {
    color: #60a45c;
}

.form-control:focus {

    color: #797979;
}

.form-control {

    color: #3b3a3a;
}

input.form-control.input-sm {

    color: #3b3a3a;
}

a.select2-choice span {
    color: #3b3a3a;
}

table.table-condensed th:hover {
    background-color: #fceee1;
    color: #60a45c;
}

div#datatable-responsive_wrapper tr.even td {
    color: #333 !important;
}

div#datatable-responsive_filter {
    color: #f7922c;
}

div#datatable-responsive_length {
    color: #f7922c;
}

div#datatable-responsive_info {
    color: #5c5c5c;
}

select.form-control.input-sm {

    color: #5c5c5c;
}

.content-page .card-box {
    background-color: #ffffff;
}

.text-muted {
    color: #f7922c !important;
    font-weight: bold;
}

html {
    background-color: unset
}

.widget-detail-1 h2 {
    color: #f7922c;
}

.h-add-task h5 {
    color: #707070;
}

h2.header-title.m-t-0.m-b-30 {
    color: #60a45c;
}

.h-add-task h3 {
    color: #481811;
}

div#datatable-responsive_wrapper .row {
    width: 100%
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    position: relative;
    width: 260px;
    background: #f4f8fb;
    color: #541e16 !important;
    border-color: #551b13;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
    background: #60a45c !important;
    color: #551b12 !important;
}

.notification-box ul li a {

    height: 100%;
    width: 100%;
    z-index: 99;
    position: relative;
}

#wrapper.enlarged .left.side-menu {
    z-index: 9999;
}

}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    position: relative;
    width: 260px;
    background: #ffe3c6;
    color: #541e16 !important;
    border-color: #551b13;

}














/*********************/

/*********************/
@font-face {
    font-family: Cairo;
    src: url(../fonts1/Cairo-Regular.ttf)
}

@font-face {
    font-family: Cairo-Black;
    src: url(../fonts1/Cairo-Black.ttf)
}

@font-face {
    font-family: Cairo-Bold;
    src: url(../fonts1/Cairo-Bold.ttf)
}

@font-face {
    font-family: Cairo-ExtraLight;
    src: url(../fonts1/Cairo-ExtraLight.ttf)
}

@font-face {
    font-family: Cairo-Light;
    src: url(../fonts1/Cairo-Light.ttf)
}

@font-face {
    font-family: Cairo-SemiBold;
    src: url(../fonts1/Cairo-SemiBold.ttf)
}

/*
@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');
*/

/*body {
    font-family: 'cairo' !important;
}*/
.logo , .wrapper-page .logo{
  font-family: 'cairo' !important;
}
/*
@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');

body {
    font-family: 'Cairo' !important;
}*/

.logo span span {
    color: #60a45c;
}

footer.footer.text-right a {
    color: #535150
}

.app-search .form-control,
.app-search .form-control:focus {
    color: #fff
}

#sidebar-menu > ul > li > a {
    color: #e5f2f9;
}

.table-striped > tbody > tr:nth-of-type(even) td {
    color: #222
}

td img {
    width: 80px;
    height: 80px
}

i.zmdi.zmdi-notifications-none {
    font-size: 42px
}

.notification-box .noti-dot {
    top: -35px;
}

th {
    background-color: #60a45c !important
}

#sidebar-menu ul ul li.active a {
    color: #ebe0d4;
}

.user-box .user-status.offline i {
    color: #ff5b5b;
    display: none;
}

i.zmdi.zmdi-power {
    margin-top: 15px
}

.form-line {
    display: flex;

}

.form-line label {
    margin-right: 5px
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    position: relative;
    width: 260px;
    background: #fede5d;
    color: #541e16 !important;
    border-color: #551b13;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    position: relative;
    width: 260px;
    background: #fede5d;
    color: #02230d !important;
    border-color: #551b13;
}

#wrapper.enlarged #sidebar-menu ul ul {

    padding-top: 0px;

}


div#example_length,
div#example_filter {
    display: none
}

div.dataTables_filter,
div.dataTables_paginate {
    text-align: center
}

div#example_paginate a {
    background:#d4ac62;
    margin: 0 6px;
    width: 59px;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #60a45c;
}


::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ddd;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #60a45c
}



button, .button-effect
button::after , .button-effect::after  {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.button-effect {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 25px;
    position: relative;
    background-color: #60a45c;
    border: 1px solid #60a45c;
    margin: auto;


}

.button-effect::before,
.button-effect::after {
    background: #60a45c;
    content: '';
    position: absolute;
    z-index: 0;
    border-radius: 5px;
}

.button-effect:hover {
    color: #fff;

}


/* BUTTON 3 */
.btn-3::after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.btn-3:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.button-effect span {
    position: relative;
    z-index: 9
}

h4.page-title {
    color: #9d8469;
}


.button-effect.login-button{
    /*padding: 10px 40px;*/
    border-radius: 25px
}
.button-effect.login-button::before, .button-effect.login-button::after {
    border-radius: 25px;
}
.button-effect.login-button {

    color: #60a45c;

    background-color: #ffffff;

}
.button-effect.login-button:hover {

    color: #fff;

}
.button-effect:hover {

    color: #fff !important;

}
/***** responsive new-modfication***/

p.lead.text-muted {
    color: #31a9c1 !important;
}

body {
   background: #fff
}

.content-page .card-box {
    background-color: #e4e4e4;
}


thead tr , thead tr th {
    background-color: #d4ac62 !important;
    color: #fff;

}
.table > thead > tr > th{
    border-bottom: unset
}
.table-striped > tbody > tr:nth-of-type(odd){
    background-color: #e5f2f9 !important;
    color: #000 !important;
}
.table-striped > tbody > tr:nth-of-type(even){
    background-color: transparent!important;
    color: #000 !important;
}
.table-striped > tbody > tr:nth-of-type(odd) td{
    background-color: #e5f2f9 !important;
    color: #000 !important;
}
.table-striped > tbody > tr:nth-of-type(even) td {
    color: #222;
    background-color: white;
}
.side-menu, .topbar .topbar-left {
    animation: unset;
}

ul.list-inline li a , ul.list-inline li i{
    color: white !important;
    font-size: 22px;
}


.wrapper-page .card-box {
    background-color: rgba(0, 0, 0, 0.3);
}
.form-control:focus {
    background-color: unset;
}
.m-t-40 input.form-control {
    color: #ccc;
}
.m-t-40 input.form-control {
    color: #000;
}
/******7/10****in new**/
.m-t-40 input.form-control , .m-t-40 input.form-control:focus {
    color: #cbcacc;
}
.m-t-40 .form-control {
     color: #cbcacc;
}
a.text-muted i {
    font-size: 24px;
    margin-left: 16px !important;
}
.text-muted {
    color: #60a45c !important;

    font-size: 16px;
}
.form-group label {
    color: #398a9a;
}
.user-box {
    padding: 29px;
}

.flex-div{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-div li{
    list-style-type: none
}

/****/
@media only screen and (max-width: 600px) {
.marg-resp{
    margin-top: 10px
    }
}

table.dataTable thead .sorting {
    background-image: unset;
}
table.dataTable thead .sorting_desc {
    background-image: unset;
}
table.dataTable thead .sorting_asc{
     background-image: unset;
}
.row{
    display: flex;
    flex-wrap: wrap
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover, .open > .dropdown-toggle.btn-custom {
    background-color: #d4ac62 !important;
    border: 1px solid #d4ac62 !important;
}



.user-box {
    padding: 29px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: unset;

}
.btn-danger {
    background-color: #3d7d87 !important;
    border: 1px solid #3d7d87 !important;
}
h4.page-title {
    color: #d4ac62;
}

footer.footer.text-right a {
    color: #d4ac62;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    background-color: #26535a !important;
    border: 1px solid #26535a !important;
}
.custom-modal-title{
    background-color:  #3d7d87;
}
.btn-primary {
    background-color: #3d7d87 !important;
    border: 1px solid #3d7d87 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary{
    background-color: #d4ac62 !important;
    border: 1px solid #d4ac62 !important;
}
.btn-purple , .btn-purple:hover {
    background-color: #3d7d87 !important;
    border: 1px solid #3d7d87 !important;
}
.lang {
    color: #ffffff !important;
}


div#example_length, div#example_filter {
    display:block;
}

.col-sm-12 {
    width: 100%;
}


/*****************22 /10 modfication *****************/
@media (max-width: 768px){
    .navbar-default {
    background-color: #60a45c !important;
}
}


.navbar-default {
    background-color: #02230d;
}
footer.footer.text-right {
    background-color: #02230d;
}
.side-menu, .topbar .topbar-left {
    background: linear-gradient(45deg, #02230d, #080808, #02230d);
}
thead tr, thead tr th {
    background-color: #60a45c !important;

}
.btn-custom {
    background-color: #60a45c;
    border-color: #60a45c;
}
.label-warning {
    background-color: #60a45c;
}
.table-striped > tbody > tr:nth-of-type(odd) td {
    background-color: #9c9898 !important;
}
li.text-muted.menu-title {
    color: #60a45c !important;
}
h4.header-title.m-t-0.m-b-30 {
    color: #60a45c;
}
.logo span span {
    color: #60a45c;
}
h4.page-title {
    color: #60a45c;
}
.label-danger {
    background-color: #02230d;
}
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #02230d;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #840f10;
}
#wrapper.enlarged .topbar .topbar-left .logo i {
    color: #60a45c !important;
}

footer.footer.text-right a {
    color: #60a45c;
}
.form-group label {
    color: #60a45c;
}

.btn-primary {
    background-color: #60a45c !important;
    border: 1px solid #60a45c !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
    background: #60a45c !important;
    color: #02230d !important;
}
.block {
    display: block;
}
.content-page .card-box {
    /*height: 100%;*/
}
.form-control:focus {
    border-bottom: 2px solid #60a45c;
}
.width100{
    width: 100%;
}
.form-group .width100{
        color: #383838;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #02230d !important;
    border: 1px solid #02230d !important;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover, .open > .dropdown-toggle.btn-custom {
    background-color: #060606 !important;
    border: 1px solid #060606 !important;
}
button.button-effect.login-button {
    color:#60a45c;
    border: 1px solid #60a45c;
}
button.button-effect::before, button.button-effect::after{
    background:#60a45c;
}
.text-muted {
    color: #fff !important;
}
.button-effect.login-button {
    color: #b99d5e;
    background-color: #ffffff;
    border-color: #b99d5e;
}
.button-effect::before, .button-effect::after {
    background: #60a45c;
     border: 1px solid #60a45c;
}
.btn-danger {
    background-color: #60a45c !important;
    border: 1px solid #60a45c !important;
}
.btn-danger:hover {
    background-color: #840f10;
}
.notification-box .dot {
    border: 4px solid #60a45c;
}
.notification-box .pulse {
    border: 3px solid #60a45c;
    background-color: #60a45c;
}
div#example_paginate a {
    background: #02230d;
    color: #fff !important;
}
.account-pages:after {
    background-color: rgba(0,0,0,.3);
}
.wrapper-page .card-box {
    background-color: rgba(255,255,255, 0.7);
    color: #000;
}
.widescreen h4 {
    color: #333;
}
.wrapper-page  .m-t-40 input.form-control, .wrapper-page .m-t-40 input.form-control:focus {
    color: #333;
}
.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    background-color: #860d0f !important;
    border: 1px solid #060606 !important;
}


.logo, .wrapper-page .logo {
    font-size: 30px !important;
    font-family: 'Tajawal', sans-serif !important;
}

/****24/10***********/
.custom-modal-title {
    background-color: #60a45c;
}


.btn-purple, .btn-purple:hover {
    background-color: #60a45c !important;
    border: 1px solid #60a45c !important;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #60a45c !important;
    border: 1px solid #60a45c !important;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #60a45c;
    border-color: #60a45c;
}
.form-group label {
    color: #040404;
}
.card-box.table-responsive h4 {
    color: #02230d;
}
td a {
    color: #02230d;
}
.alert-danger {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);}
.parsley-errors-list > li {

    color: #dad4d4;
}

.logo , .wrapper-page .logo{
    font-size: 30px !important;
    font-family: 'Tajawal', sans-serif !important;
}


/*6/11*/
table.dataTable.no-footer {
    max-width: 100%;
    overflow-x: auto;
}
#sidebar-menu ul ul a:hover {
    color: #60a45c;
}
#sidebar-menu ul li .menu-arrow:before{
	content: '\f278';
}
#sidebar-menu ul li a.subdrop .menu-arrow{
	transform: none
}
#sidebar-menu ul li a.subdrop .menu-arrow:before{
	content: '\f273'
}
.dataTables_paginate.paging_simple_numbers {
    float: left !important;
}
div.dataTables_paginate ul.pagination li {
    padding: 0 2.5px!important;
}


.nav li .notification-box {
    padding: 0px 14px;
}
.nav.navbar-nav i.zmdi {
    font-size: 26px !important;
    margin: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 19px;
}
.notification-box .dot {
    border: 4px solid #60a45c;
    top: -12px;
    left: -9px;
    z-index: 99;
}
.notification-box .noti-dot {
    top: -45px;
    right: -12px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #60a45c;
    background-color: transparent;
}


.lab-color {
    color: #60a45c;
}

.widget-datail-1 .text-muted {
    color: red !important;
}

.button-wrapper.pull-right {
    display: inline-flex;
    width: 100%;
    margin-top: 30px;
}
#custom-modal-reply .button-wrapper.pull-right{
    margin-top: 0px
}

.button-wrapper button.btn.btn-purple.waves-effect.waves-light {
    width: 120px;
    margin: 0 auto;
}
button.button-menu-mobile.open-left {
    background: #60a45c;
    padding: 7px 9px;
    color: #fff;
    border-radius: 8px;
    line-height: 0px;
    transition: .5s all;
}
button.button-menu-mobile.open-left:hover {
    background: #FFF;
    color: #60a45c;
}

.alert {
    border-color: red;
    padding: 12px;
    background: transparent;
    border-width: 2px;
    color: red;
}
.navbar-default .navbar-nav>li>a {
    color: #fff !important;
    padding: 4px 12px !important;
    background: #60a45c;
    margin: 10px 4px;
    border-radius: 6px;
    line-height: 19px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #60a45c !important;
    background: #FFF;

}

.content-page .col-lg-3.col-md-4.col-sm-6.col-xs-12 {
    margin-bottom: 15px;
}
.ck.ck-content {
    height: 200px;
}
/***
last modfication**************/
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    font-size: 14px;
    color: #5a5a5a;
    font-weight: bold;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
    font-weight: bold;
    color: #fff;
}
.ck.ck-editor__main>.ck-editor__editable {
    border-color: var(--ck-color-base-border);
    color: #000 !important;
}










.wrapper-page {
    margin: 5% auto;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0 50px;
}
.col-md-6.contenttt-wrap .m-t-40.card-box {
    width: 100%;
    float: right;
    display: inline-block;
    margin-top: 15px !important;
    border-radius: 0;
    padding-top: 0;
}
.policy-image-wrap img {
    max-width: 100%;
	  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);

}
.flexxx-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}

@media(max-width:991px){
	.col-md-6.contenttt-wrap {
    display: inline-flex;
    width: 100%;
}
}

@media (max-width: 767px){
body {
    height: auto;
    padding-bottom: 0;
}
	.wrapper-page {
    padding: 0 15px;
	}
}
/* =============== custoome ================*/
.btn-custom {
    background-color: #60a45c;
    border-color: #60a45c;
}