.hider {
    display: none;
}

@font-face {
    font-family: 'Droid-Arabic-Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
    url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}

*:not(.fa,.mce-ico):not([class*="icon-"]) {
    font-family: 'Droid-Arabic-Kufi', sans-serif !important;
}

body {
    font-family: 'Droid-Arabic-Kufi', sans-serif;
}

form {
    /*border: 3px solid #f1f1f1;*/
    padding: 16px;
}

label {
    display: block;
    cursor: pointer;
    direction: rtl;
    text-align: right;
}

input[type=text], input[type=number], input[type=url], input[type=password], input[type=email], select {
    width: 100%;
    padding: 6px 12px;
    margin: 8px 0;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 6px;
    height: 40px;
}

input {
    text-align: right;
}

button {
    background-color: #2a8984;
    color: white;
    padding: 14px 20px;
    /*margin: 8px 0;*/
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
    font-size: 18px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


button:hover {
    opacity: 0.8;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
    color: #ffffff;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    height: 80px;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

input[type="checkbox"] {
    margin: 12px 13px 12px 6px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn, .signupbtn {
        width: 100%;
    }
}

* {
    box-sizing: border-box;
}

#myInput {
    width: 71%;
    float: left;
    font-size: 16px;
    padding: 9px 8px 11px 7px;
    border: 1px solid #ddd;
    margin-bottom: auto;
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 18px;
}

#myTable th, #myTable td {
    text-align: left;
    padding: 12px;
}

#myTable tr {
    border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
    /*background-color: #f1f1f1;*/
}

.icon-bar {
    width: 90px; /* Set a specific width */
    background-color: #555; /* Dark-grey background */
}

.icon-bar a {
    display: block; /* Make the links appear below each other instead of side-by-side */
    text-align: center; /* Center-align text */
    padding: 16px; /* Add some padding */
    transition: all 0.3s ease; /* Add transition for hover effects */
    color: white; /* White text color */
    font-size: 36px; /* Increased font-size */
}

.icon-bar a:hover {
    background-color: #000; /* Add a hover color */
}

.active {
    background-color: #2a8984; /* Add an active/current color */
}

.cont {
    float: left;
    width: 85%;
    padding-top: 0;
}

.side {
    float: left;
    width: 10%;
}

.saving {
    width: 80%
}

.cancelbtn {
    display: inline-block;
    height: 47px;
    padding: 14px 20px 4px 19px;
    width: 19%;
    text-align: center;
}

.cancelbtn:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.7;
}

.logo1 {
    max-width: 120px;
    margin: 20px;
}

.logo2 {
    max-width: 200px;
    margin: 20px;
}

.loginimg .logo1 {
    margin-left: 32%;
}

.loginimg .logo2 {
    margin-right: 34%;
}

/* Include the padding and border in an element's total width and height */
* {
    box-sizing: border-box;
}

/* Remove margins and padding from the list */
ul {
    margin: 0;
    padding: 0;
}

/* Style the list items */
ul li {
    cursor: pointer;
    position: relative;
    padding: 12px 8px 12px 40px;
    background: #eee;
    font-size: 18px;
    transition: 0.2s;

    /* make the list items unselectable */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Set all odd list items to a different color (zebra-stripes) */
ul li:nth-child(odd) {
    background: #f9f9f9;
}

/* Darker background-color on hover */
ul li:hover {
    background: #ddd;
}

/* When clicked on, add a background color and strike out text */
ul li.checked {
    background: #888;
    color: #fff;
    text-decoration: line-through;
}

/* Add a "checked" mark when clicked on */
ul li.checked::before {
    content: '';
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    top: 10px;
    left: 16px;
    transform: rotate(45deg);
    height: 15px;
    width: 7px;
}

/* Style the close button */
.close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 16px 12px 16px
}

.close:hover {
    background-color: #f44336;
    color: white;
}

/* Style the header */
.red-border {
    border-color: #f44336 !important;
}

.header {
    /*background-color: #f44336;*/
    background-color: #efefef;
    padding: 30px 40px;
    /*color: white;*/
    text-align: center;
}

/* Clear floats after the header */
.header:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the input */


/* Style the "Add" button */
.addBtn {
    padding: 11px;
    width: auto;
    background: #f44336;
    color: #fff;
    float: left;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin: 8px 0px 0 0;
}

.addBtn:hover {
    background-color: #bbb;
}

#myUL {
    list-style-type: none;
}

#myDIV {
    text-align: left;
}

.myInputSearch {
    width: 100% !important;
    margin-bottom: 17px !important;
}

.sml {
    color: #f44336;
    font-weight: normal;
    font-size: 12px;
}

.delete_project_status {
}

.delete_project_status span {
}

.delete_project_status .delete_project {
    cursor: pointer;
    color: #f44336;
}

.login-form {
    text-align: right;
    direction: rtl;
}

.row.content {
    height: 550px
}

/* Set gray background color and 100% height */
.sidenav {
    background-color: #f1f1f1;
    height: 100%;
}

/* On small screens, set height to 'auto' for the grid */
@media screen and (max-width: 767px) {
    .row.content {
        height: auto;
    }
}

.h-logo img {
    width: 198px;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #4891b6;
    border-color: #4891b6;
}

.center-row {
    width: 60%;
    margin: 0 auto;
}

.form-logo {
    text-align: center;
    margin-top: 28px;
}

.add-btn {
    float: left;
    font-size: 20px;
    line-height: 18px;
    margin-top: -6px;
    color: #fff;
    background: #2a8984;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 6px;
}

.add-btn:hover {
    color: #fff;
    background: #009999;
}

.add-btn small {
    font-size: 16px;
    vertical-align: middle;
}

.form-control {
    padding: 3px 12px;
}

.con-phone {
    unicode-bidi: bidi-override;
    direction: ltr;
    text-align: right;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal !important;
    line-height: 4px;
}

select {
    padding: 6px 12px 6px 24px!important;
    margin: 0!important;
    -moz-appearance:none!important;
    -webkit-appearance:none!important;
    appearance:none!important;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat left .75rem center!important;
    background-image: none \9!important;
    -webkit-background-size: 8px 10px !important;
    background-size: 8px 10px !important;
    height: 40px !important;
}

.form-control {
    padding: 6px 12px;
    height: 40px;
}
.start-generate-app {
}

.start-generate-app ul {
    list-style-type: none;
    margin-right: 35px;
}

.start-generate-app ul li {
    background: initial;
    font-size: 12px;
    line-height: 2px;
    color: #afafaf;
}

.start-generate-app ul li:before {
    content: '';
    display: inline-block;
    height: 22px;
    margin: -5px 4px -9px 1px;
    width: 23px;
    background-image: url(/a/will-load.png);
    background-size: 21px;
    background-repeat: no-repeat;
}

.start-generate-app ul li.is_loaded:before {
    background-image: url(/a/is_loaded.png);
}

.start-generate-app ul li.is_load:before {
    background-image: url(/a/loader.gif);
}

.start-generate-app ul li.is_loaded {
    color: #2a8984;
}

.start-generate-app ul li.is_load {
    color: #2f2f2f
}

.reder:focus, .reder {
    border: 1px solid #f58967 !important;
}

.p-select {
    margin-top: 8px;
}

.table-scroll {
}

.add-client-modal-link, .add-host-modal-link {
    float: left;
    font-size: 34px;
    color: #2a8984;
    margin: 23px 0 0 0;
}

.modal-close {
    background: #cecece;
    float: left;
    width: 48px;
    font-size: 45px;
    height: 40px;
    padding: 0px 0 0 0;
    margin: 3px 1px 3px 10px;
    border-radius: 24px;
    position: absolute;
    left: 0;
    z-index: 99999;
}

.modal-close span {
    display: inline-block;
    margin: -11px 10px 0 0;
    color: #909090;
}

.uploading-progress-bar {
    margin: -9px 132px 0 0 !important;
}

.uploading-progress-span {
    float: left;
    margin: -6px -4px -5px -76px;
}

.checkbox {
    display: block;
    cursor: pointer;
    margin: 0 !important;
    position: relative;
    height: 40px;
}
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/* Text color for the label */
input[type="checkbox"]+span {
    cursor: pointer;
    font: 16px sans-serif;
    color: black;
}

/* Checkbox un-checked style */
input[type="checkbox"]+span:before {
    content: '';
    border: 1px solid grey;
    border-radius: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 0.5em;
    margin-top: 0.5em;
    vertical-align: -2px;
}

/* Checked checkbox style (in this case the background is green #e7ffba, change this to change the color) */
input[type="checkbox"]:checked+span:before {
    /* NOTE: Replace the url with a path to an SVG of a checkmark to get a checkmark icon */
    background-image: url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.5.6/collection/build/ionicons/svg/ios-checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
    /* The size of the checkmark icon, you may/may not need this */
    background-size: 25px;
    border-radius: 2px;
    background-color: #a5f2e5;
    color: white;
}

/* Adding a dotted border around the active tabbed-into checkbox */
input[type="checkbox"]:focus+span:before,
input[type="checkbox"]:not(:disabled)+span:hover:before {
    /* Visible in the full-color space */
    box-shadow: 0px 0px 0px 2px rgba(0, 150, 255, 1);

    /* Visible in Windows high-contrast themes
       box-shadow will be hidden in these modes and
       transparency will not be hidden in high-contrast
       thus box-shadow will not show but the outline will
       providing accessibility */
    outline-color: transparent; /*switch to transparent*/
    outline-width: 2px;
    outline-style: dotted;
}


/* Disabled checkbox styles */
input[type="checkbox"]:disabled+span {
    cursor: default;
    color: black;
    opacity: 0.5;
}

/* Tabs panel */
.tabbable-panel {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    position: relative;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #d2fcf5;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #d2fcf5;
    position: relative;
}
.tabbable-line > .nav-tabs > li.active {
    background: #009999 !important;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #fff;
    background: #009999;
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.tabbable-line > .nav-tabs > li {
    padding: 0;
}

.tab-content .tab-pane {
    background: #fff;
}

.mb-3 {
    margin-bottom: 30px;
}

.btn {
    width: auto;
    height: 40px;
}
#reportrange{
    height: 40px;
    padding: 8px 12px !important;
    border-radius: 6px;
    font-size: 16px;
    margin: 3px 0 !important;
}
ul li {
    background: #f9f9f9;
}
.dataTables_length select {
    width: 60px !important;
}
.tabbable-line > .nav-tabs > li.active {
    background: #fff;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #a5f2e5;
}

.daterangepicker .ranges li {
    color: #009999 !important;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #009999 !important;
    border: 1px solid #009999 !important;
    color: #fff !important;
}
.tab-pane .form-group:last-child {
    margin: 0;
}

form {
    padding: 0;
}

.list-group-item {
    border: none;
}

.menu-links {
    margin-top: 20px;
}

.h-logo {
    margin: 0 auto;
    display: inline-block;
}

a.list-group-item, button.list-group-item {
    margin-bottom: 4px;
    font-size: 16px;
    color: #000;
    background: #f9f9f9;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    border-radius: 6px;
    background-color: #2a8984;
    border-color: #2a8984;
}

.layout-page-title {
    background: #f0f0f0;
    border: 0;
    box-shadow: none;
    padding: 12px;
    border-radius: 6px;
}

a {
    color: #2a8984;
}

a:focus, a:hover {
    color: #009999;
    text-decoration: none;
}

.btn-success {
    background-color: #2a8984;
    border-color: #2a8984;
}

.table-scroll {
    overflow-x: scroll;
    padding: 15px;
}

.panel {
    border: 0;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 6px 12px;
    margin: 8px 0;
    height: 40px;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #f0f0f0;
}

table.dataTable thead {
    background-color: #2a8984;
}

table.dataTable thead th {
    bottom: 0;
}

.table-striped {
    border: 1px solid #cccccc;
}

.table {
    border: 1px solid #2a8984 !important;
}

table {
    /* Change these properties */
    --border: 1px solid black;
    border-radius: 6px;

    /* Don't change these properties */
    border-spacing: 0;
    border-collapse: separate;
    overflow: hidden;
}


table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    font-weight: bold !important;
    color: #fff;
    border: 0 !important;
    font-size: 13px;
    white-space: nowrap;
    background-color: #2a8984;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 16px 16px !important;
    border-bottom: 1px solid #cccccc !important;
}

.table th input[type="checkbox"] {
    margin: 0 !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: center left !important;
}

.table th, .table td {
    vertical-align: middle !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-right: 0.5em;
    margin-left: 0;
}

table.dataTable.no-footer {
    border: 1px solid #2a8984 !important;
    border-bottom: 1px solid #2a8984 !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #009999;
    border-color: #009999;
}

.box {
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 20px;
}

.static-box {
    background: #f9f9f9;
    display: block;
}

.static-box h2 {
    margin: 0;
    color: #000;
}

.bg-light {
    background: #f9f9f9;
}

.pa-3 {
    padding: 30px;
}
.table-responsive{
    padding: 0 2px;
}
.mb-0{
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 0;
}
input[type=text], input[type=url], input[type=password], input[type=email], select {
    margin: 8px 0 !important;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: 16px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.label{
    font-size: 13px;
    padding: 0.1em .6em;
}
.dataTable .btn{
    height: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
    direction: ltr;
}
.bootstrap-datetimepicker-widget ul li{
    padding: 0;
}

.dataTable .checkbox {
    margin: 0 auto !important;
    width: 20px;
}
.dataTable input[type="checkbox"]+span:before{
    padding: 0 !important;
    margin: 0 !important;
}
.table > thead:first-child > tr:first-child > th  input[type="checkbox"]+span:before{
    border: 1px solid #6cddcc !important;
}
.editable a{
    display: none;
}
.editable:hover a{
    display: inline-block;
}
.one_line{
    text-wrap: nowrap;
}
.bootstrap-datetimepicker-widget ul li:hover{
    background: #fff !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: right;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: right;
    }
}