.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):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=url], input[type=password],input[type=email],select{
    width: 100%;
    /*padding: 12px 20px;*/
    padding: 5px 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
input{
      text-align: right;
    direction: ltr;
}
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    /*margin: 8px 0;*/
    border: none;
    cursor: pointer;
    width: 100%;
}.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: #4CAF50; /* 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{
    width: 137px;
    float: left;
    margin-left: 156px;
    margin-top: 3px;
}
.logo2{
    width: 235px;
    float: right;
    margin-right: 81px;
}

.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: 32px;
    margin-top: -8px;
    color: #4CAF50;
}
.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: 0;margin: 0;}
.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: #1c8a4e;}
.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: #4caf50;
    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{
height: 41px;
width: 237px;
}
.checkbox input{
  float: right;
display: inline-block;
margin: -6px -109px 0 0 !important;
padding: 0 0 0 0;
}
.checkbox span{
display: inline-block;
margin: 1px 20px 0 0;
cursor: pointer;
}
.checkbox input{
  height: 16px;
    margin-top: 2px!important;
}