/*================================== Custome Style ==============================================*/
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);@font-face {
    font-family: calibri;
    src: url('../fonts/Calibri/Calibri Light.ttf');
}
@font-face {
    font-family: calibri;
    src: url('../fonts/Calibri/Calibri Regular.ttf');
}
@font-face {
    font-family: calibri;
    src: url('../fonts/Calibri/Calibri Bold.TTF');
}
.droid-arabic-kufi {
    font-family: 'Droid Arabic Kufi', serif;
}
body, html, .breadcrumb, .header-navbar,h1,h2,h3,h4,h5,h6,p,span,a,strong,b {
    font-family: calibri, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing:0px;
}
.list-style {
    padding-right: 0px;
    list-style: none;
}
a:hover {
    color: #930018;
}
.card-user td {
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
html body .content .content-wrapper .content-header-title{
    margin-top:10px;
    font-size:14px;
}
.table-responsive table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
.table-responsive table td.td-dropdown {
    overflow:visible;
}

/*header navbar*/
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 1.5rem 1rem;
}
.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand .brand-logo {
    background: none;
    height: 24px;
    width: 35px;
}
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li.active > a {
    background: -webkit-linear-gradient(208deg, #00ad91, #00c6a6);
    background: -moz-linear-gradient(208deg, #00ad91, #00c6a6);
    background: -o-linear-gradient(208deg, #00ad91, #00c6a6);
    background: linear-gradient(-118deg, #00ad91, #00c6a6);
    -moz-box-shadow: 0 0 6px 1px rgba(0,173,145, 0.3);
    -webkit-box-shadow: 0 0 6px 1px rgba(0,173,145, 0.3);
    box-shadow: 0 0 6px 1px rgba(0,173,145, 0.3);
}
.main-menu.menu-light .navigation > li ul .active {
    background: -webkit-linear-gradient(208deg, #00ad91, #00c6a6);
    background: -moz-linear-gradient(208deg, #00ad91, #00c6a6);
    background: -o-linear-gradient(208deg, #00ad91, #00c6a6);
    background: linear-gradient(-118deg, #00ad91, #00c6a6);
    -moz-box-shadow: 0 0 6px 1px rgba(0,173,145, 0.3);
    -webkit-box-shadow: 0 0 6px 1px rgba(0,173,145, 0.3);
    box-shadow: 0 0 6px 1px rgba(0,173,145, 0.3);
    border-radius: 4px;
}
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu .active > a {
    color: #00c6a6;
}

.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu.mega-top-menu {
    min-width: 450px;
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active, .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover {
    background: none;
    color: #930018 !important;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
    background: none;
    height: 24px;
    width: 35px;
}

.main-menu .navbar-header .nav {
    display: contents;
}

.main-menu .navbar-header {
    display: flex;
}

.main-menu .navbar-header .navbar-brand .brand-text {
    color: #1e1e1e;
    padding-right: 10px;
    letter-spacing: 0;
    font-size: 0.95rem;
}
.main-menu.menu-light .navigation > li ul li > a {
    padding: 10px 5px 5px 10px;
}
.badge.badge-primary {
    background-color: #00c6a6;
}
.navigation li {
    white-space: unset;
}
.navbar-container .search-input input {
    padding: 1rem 3.6rem;
}

.header-navbar .navbar-container .bookmark-wrapper ul.nav li > a.nav-link {
    padding: 1rem .5rem 1.35rem;
}

.header-navbar .navbar-container ul.nav li a.nav-link-label {
    padding: 1rem .8rem 1.35rem 0;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 1rem 1rem;
}
.horizontal-menu .horizontal-menu-wrapper {
    top: 90px;
}
/*.navbar-floating .header-navbar-shadow {
    top: 100px;
}*/
.horizontal-menu.navbar-floating:not(.blank-page) .app-content {
    padding-top: 10.75rem;
}

.horizontal-menu .header-navbar.navbar-brand-center .navbar-header {
    right: 6%;
    /*top: 10%;*/
}

@media (max-width: 1199.98px) {
    body.horizontal-layout .content .content-wrapper {
        margin-top: 6rem;
    }
}

@media (max-width: 780px) {
    body.horizontal-layout .content .content-wrapper {
        margin-top: 5rem;
    }

    .navbar-floating .header-navbar-shadow {
        top: 0;
    }
}

@media (max-width: 992px) {
    body.horizontal-layout .content .content-wrapper {
        margin-top: 5rem;
    }

    .navbar-floating .header-navbar-shadow {
        top: 0;
    }
}

.navbar-fixed {
    position: fixed;
    width: 100%;
}
.lower-nav {
    padding-right: 2.2rem;
    padding-left: calc(2.2rem - 1rem);
}
/*#navbarCollapse {
    background: #F8F8F8;
}*/
.nav-item a .brand-logo {
    color: #626262;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 1201px) {
    .horizontal-layout .header-navbar .navbar-container {
        padding-right: 0px;
        padding-left: 0px;
    }
}
.mt-half-1 {
    margin-top: 0.5rem !important;
}
.ml-half-1 {
    margin-left: 0.5rem !important;
}
.flex-inline{
    display:inline-flex;
}
.w-100 {
    width: 100%
}
@media (min-width: 1199.98px) {
    .mega-top-menu-li {
        display: table-cell;
    }
}
.card {
    margin-bottom: 0.6rem;
}

.card .card-header {
    background-color: rgba(0,0,0,.03);
    padding: 1rem 1rem 0.4rem;
}
.card-body {
    padding: 1rem;
}
.card-border {
    border-right: 3px solid rgba(198,0,33,1);
}
.card-user .card-title {
    color:#000;
}
.card.card-user .card-title {
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 1.1rem;
}
.card.card-user .card-body table tbody tr td {
    padding: 5px 12px;
    font-size: 1rem;
}
.card .card-title {
    letter-spacing: 0rem;
}
.btn-primary {
    background-color: #00c6a6 !important;
    border-color: #00c6a6 !important;
    box-shadow: 0 8px 25px -8px #00c6a6;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #FFF !important;
}
.btn-primary:hover {
    color: #FFF;
    background-color: #00ad91 !important;
    border-color: #00ad91 !important;
}
.notification-card .card-title {
    font-weight: 600;
}

.notification-card-list{
    list-style: none;
    padding-right: 0px;
    max-height: 22.2rem;
    overflow-y: hidden;
}
.notification-card-list .notification-list {
    width: 100%;
    /*padding: 0.95rem;*/
    padding:0.5rem 0.95rem;
    margin-top: 0;
}
.notification-card-list .notification-list a:hover {
    background-color: #F8F8F8;
}
.notification-card-list .notification-list:last-child {
    border-bottom:none;
}
.notification-card-list .notification-list .media {
    border-bottom: 1px solid #DAE1E7;
}
.notification-card-list .notification-list .media .media-left {
    padding-left: 1rem;
}

.notification-card-list .notification-list .media .media-body {
    padding-bottom: .5rem;
}

.notification-card-list .notification-list .media .media-body .notification-text {
    font-size: 0.95rem;
    color: #626262;
}
.notification-card-list .notification-list .media .media-meta {
    color: #626262;
}
.track-card-list {
    max-height: 18.2rem;
    overflow-y:scroll;
}
.track-card .card-title {
    font-weight: 600;
}
.projects-table .nav.nav-tabs .nav-item .nav-link {
    color: #626262;
    font-size: 1rem;
}
.nav.nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background-color: #00c6a6;
    border-radius: .25rem;
    display: block;
    padding: .5rem 0.8rem;
}
.nav.nav-tabs .nav-item .nav-link.active::after {
    display:none;
}
.projects-table .card-title {
    font-weight: 600;
}
.projects-table .scrollable-table {
    max-height: 40rem;
    overflow-y: scroll;
}
.projects-table table thead {
    background-color: rgba(34, 41, 47, 0.03);
}
.projects-table table td{
    padding: 0.5rem;
}
.projects-table .nav.nav-tabs {
    margin-bottom: 0.5rem;
}
.notification-card .card-footer, .card-header {
    padding: 1rem;
}

div .dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
    font-size: 1.2rem;
}
div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
    font-size: 1.2rem;
}
.x2-icon{
    font-size: 1.5rem;
}
.basic-datatable-card .card-header .card-title{
    font-weight:600;
}
.basic-datatable-card .card-header {
    background-color: rgba(0,0,0,.03);
}
table.dataTable tfoot td, table.dataTable tfoot th, table.dataTable thead td, table.dataTable thead th {
    font-size: 0.95rem;
    text-align: right !important;
}

.btn-primary {
    box-shadow: 0 8px 8px -8px #00c6a6;
}
.btn-primary:hover {
    border-color: #00c6a6 !important;
    box-shadow: 0 8px 20px -8px #00c6a6;
}
label {
    font-size: .95rem;
}

.card.form-card .card-header .card-title {
    margin-bottom: 15px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .dropdown-toggle::after {
        right: 0rem;
    }
    .dropdown-notification .dropdown-menu {
        margin: 0px 12px;
    }
    .sm-inline {
        display: inline;
    }
}

/*print style*/
@media print {
    * {
        display: none;
    }

    #data-table {
        display: block;
    }
    #data-table table {
        width: 100%;
        font: 17px Calibri;
    }
    #data-table table, th, td {
        border: solid 1px #DDD;
        border-collapse: collapse;
        padding: 2px 3px;
        text-align: right !important;
    }
}
div.dt-container div.dt-length select{
    height: 100%;
}
.table-responsive{
    overflow: hidden !important;
}
#dt-length-0 {
    width: 100%;
}
.nav.nav-pills .nav-item .nav-link {
    padding: .3rem 0.3rem .2rem;
    font-size: .85rem;
    margin-left: .3rem;
}
@media (max-width: 768px) {
    .table-responsive {
        overflow-x: auto !important;
    }
}

.project-data{
    display:table;
}
.project-data-info {
    display: table-cell;
}
#addStory, #addNames, #addTarget {
    float: left;
}

.none {
    display: none;
}

.show {
    
    opacity: 1;
}

.gray-cards {
    /*background-color: #F7F7F7;*/
    box-shadow: -2px 8px 10px 0 rgba(25, 42, 70, 0.13) !important;
}

.collapse-margin .card-header, .goals-card .card-header {
    background-color: transparent;
}
.dynamic-added .item-delete i {
    color: #fff;
}

.goals-card .card-header {
    background-color:#930018;
    color:#fff;
}
.goals-card .card-header h4{
    color: #fff;
}
.divider .divider-text{
    background-color:transparent;
}

.courses-card .list-group-item {
    border: none;
}
.visible-p-1{
    width: 200px;
    overflow: visible;
}
.visible-p-2{
    width: 100px;
    overflow: visible;
}
.lpr-10{
    padding-right:10px;
}
.courses-card .list-group .list-group-item i.icon-list {
    color: #c60020;
}
.courses-card .list-group .list-group-item i.icon-map-pin {
    color: #00a1b5;
}
.courses-card .list-group .list-group-item i.icon-users {
    color: #f67800;
}
.bg-gradient-g {
    background: -webkit-linear-gradient(208deg, #00ad91, #00c6a6);
    background: -moz-linear-gradient(208deg, #00ad91, #00c6a6);
    background: -o-linear-gradient(208deg, #00ad91, #00c6a6);
    background: linear-gradient(-118deg, #00ad91, #00c6a6);
    -moz-box-shadow: 0 0 6px 1px rgba(0,173,145, 0.3);
    box-shadow: inset 0 0 6px 1px rgba(0,173,145, 0.3);
}
.statics-card .card-header {
    background: none;
    padding: 1.5rem 1.5rem 0;
}
.statics-card{
    min-height: 180px;
}
.border-b{
    border-bottom:1px solid #DAE1E7;
}

/* tree list style */

.collapse-icon [data-toggle=collapse]:before, .collapse-icon [data-toggle=collapse]:after {
    display: none;
}
/* datatable style */
div.dataTables_wrapper div.dataTables_filter input {
    background-color: #FFF;
    background-clip: padding-box;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #D9D9D9;
    color: #5F5F5F;
    height: calc(1em + 1rem + 2px);
    padding: .6rem;
    font-size: .7rem;
    line-height: 1;
    border-radius: 4px;
}
div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
    background-image: url(../../app-assets/images/pages/arrow-down.png);
    background-position: calc(100% - (100% - 3px)) 5px,calc(100% - (100% - 20px)) 13px,0 0;
    background-size: 12px 12px,10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    padding: 0 .8rem;
    font-size: 1.2rem;
    width: auto;
    display: inline-block;
    border: 1px solid #D9D9D9;
    color: #5F5F5F;
    height: calc(1em + 1rem + 2px);
    line-height: 1.25;
    vertical-align: middle;
    border-radius: 5px;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 1rem;
    padding-bottom: 7px;
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
    display: flex;
    padding-right: 0;
    border-radius: .5rem;
    list-style: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border-radius: 5rem;
    line-height: 1.3;
    font-size: .8rem;
    border: none;
    margin: 0;
    color: rgba(0,0,0,.6);
    background-color: #F0F0F0;
    font-weight: 700;
    pointer-events: none;
    cursor: auto;
    display: block;
    padding: .65rem .911rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:active {
    border-top-right-radius: 1.428rem;
    border-bottom-right-radius: 1.428rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:active {
    border-top-left-radius: 1.428rem;
    border-bottom-left-radius: 1.428rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    z-index: 3;
    border:none;
    border-radius: 5rem;
    text-align:center;
    width: 1rem;
    background: #c60020;
    color: #FFF !important;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.pagination .page-item {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}
.pagination .page-item.active .page-link{
    width: 2.5rem;
    height: 2.5rem;

}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #c60020;
}
.dataTables_paginate.paging_simple_numbers span {
    background-color: #F0F0F0;
    border-radius: 0;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
    background-image: none;
}
.table-hover-animation {
    background-color: #ffffff;
}
.strategy-table tbody  td span {
    color: #c60020;
    font-weight: 600;
    font-size:16px;
}
.strategy-table tbody tr td .projects-action{
    float:left;
}
.strategy-table tbody td i.fa {
    color: #c60020;
    margin-left: 10px;
}
.strategy-table tbody tr .clickable {
    font-weight: 600;
    font-size: 14px;
}
.strategy-table .indicators-accordion span {
    margin-right: 15px;
    font-size: 14px;
}

