/* Start Font RiseAndroid */

@font-face{font-family:rise-font;src:url('fonts/Hacen_Saudi_Arabia.eot');src:url('fonts/Hacen_Saudi_Arabia.eot?#iefix') format('embedded-opentype'),url('fonts/HacenSaudiArabia.woff') format('woff'),url('fonts/Hacen Saudi Arabia.ttf') format('truetype'),url('fonts/HacenSaudiArabia.svg#svgFontName') format('svg');}


.ecommerce .header-navigation > ul > li > a {
    font-family: rise-font;
    font-size: 17px;
}

.breadcrumb>li{
    font-family: tahoma;
}

.ls-slide1 .ls-title{
    font-family: rise-font;
}

.ls-slide1 .ls-mini-text{
    font-family: rise-font;
}

.ecommerce h1, .ecommerce h2, .ecommerce h3, .ecommerce h4, .ecommerce h5, .ecommerce h6 { 
    font-family: rise-font;
}

.sidebar-menu a{
    font-family: rise-font;
}

.user-img-area{
    position: relative;
}
.photos-manage-area{
    position: relative;
    float:right;
    margin: 5px;
}

body, a{
    font-family: tahoma;
}

p{
    font-family: tahoma;
}

/* End Font RiseAndroid */

.user-img{
    width:60px;height:60px;
}
.user-img-checkbox{
    position: absolute;top: 0px;right: 0px;
}

.polls_result {

background-color: #467cad;
position: relative;
font-family: "Tahoma", "Lucida Grande", sans-serif;
font-size: 10px;
font-weight: bold;


color: #fff;
text-align: right;
}

.unread{
    font-weight: bold;
}


.employees_hour{
    font-family: Arial Black;
    font-size: 22px;
    color: #000;  
}


.work_time{
    color:#000000; 
    font-size: 16px; 
    font-weight: bold;
}

.over_time{
    color:#357E12; 
    font-size: 16px; 
    font-weight: bold;
}

.equal_time{
    color:#000; 
    font-size: 16px; 
    font-weight: bold;    
}

.minus_time{
    color:#D33131;
    font-size: 16px;
    font-weight: bold;   
}

.total_hours_small{
    font-family: Arial Black;
    font-size: 22px;
    color: #000;
    direction: rtl;
    text-align: center;
    margin: 10px 0px 10px 0px;     
}

.total_hours{
    font-family: Arial Black;
    font-size: 52px;
    color: #000;
    direction: rtl;
    text-align: center;
    margin: 10px 0px 10px 0px;     
}



.quick_employees_hour{
    font-family: Arial Black;
    font-size: 12px;
    color: #000;
    direction: rtl;
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
   
}   


.employees{
    text-align: right;
    direction: rtl;  
}


.bonus{
    font-family: Arial Black;
    font-size: 32px;
    color:#FFA701;
    position: absolute;
    margin-right: 0px; 
    margin-top: -25px;   
}


.btn a{
    text-decoration: none;
    color: #fff;
}


#clock_display{
    width: 220px; 
    height: 50px; 
    margin-top: 14px;
    margin-left:30px; 
    border: 0 white;
    font-size: 30px; 
    text-align: center; 
    background: white; 
    font-family: Arial Black; 
    direction: ltr;
}

#clock_note{
    margin-left:99px; 
    width: 222px; 
    direction: ltr;
    margin-top: 1px; 1
}

#display_auto_set_text{
    margin-left:40px; 
    font-family: tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
 
}


 
.link-toggle{
  text-decoration: none;
  color: #000;
}
.link-toggle:hover{
  text-decoration: none;
  color: #000;
}





/***
Chats
***/
.chats {
  margin:0;
  padding: 0;
  margin-top: -15px;
}

.chats li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}

.chats li img.avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
     -moz-border-radius: 50% !important;
          border-radius: 50% !important;
}

.chats li.in img.avatar {
  float: right;
  margin-left: 10px;
}

.chats li .name {
  color:#3590c1;
  font-size: 13px;
  font-weight: 400;
}

.chats li .datetime {
  color:#333;
  font-size: 13px;
  font-weight: 400;
}

.chats li.out img.avatar {
  float: left;
  margin-right: 10px;
}

.chats li .message {
  display: block; 
  padding: 5px;
  position: relative;
}

.chats li.in .message {
  text-align: right;
  border-right: 2px solid #35aa47;
  margin-right: 65px;
  background: #fafafa 
}

.chats li.in .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;  
  width: 0; 
  height: 0; 

  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;  
  border-left: 8px solid #35aa47;  
}

.chats li.out .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;  
  border-right: 8px solid #da4a38;  
}

.chats li.out .message {
  border-left: 2px solid #da4a38;
  margin-left: 65px;
  background: #fafafa;
  text-align: left;
}

.chats li.out .name, 
.chats li.out .datetime  {  
  text-align: left;
}

.chats li .message .body {
  display: block; 
}

.chat-form {
  margin-top: 15px;
  padding: 10px;
  background-color: #e9eff3;
  overflow: hidden;
  clear: both;   
}

.chat-form .input-cont {
  margin-left: 40px;
}

.chat-form .input-cont .form-control {
  width: 100% !important;
  margin-bottom: 0px;
}

.chat-form .input-cont input{
  border: 1px solid #ddd;
  width: 100%  !important;  
  margin-top: 0;
}

.chat-form .input-cont input {
  background-color: #fff !important;
}

.chat-form .input-cont input:focus{
  border: 1px solid #4b8df9 !important;
}

.chat-form .btn-cont {
  margin-top: -42px;
  position: relative;
  float: left;
  width:44px;
}

.chat-form .btn-cont .arrow {
  position: absolute;
  top: 17px;
  left: 43px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;  
  border-left: 8px solid #4d90fe;   
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
}

.chat-form .btn-cont:hover .arrow {
  border-left-color: #0362fd;
}

.chat-form .btn-cont:hover .btn {
  background-color: #0362fd;
}

.chat-form .btn-cont .btn {
  margin-top: 8px;
}





/***
Dashboard Charts(new in v1.2.1)
***/
.easy-pie-chart,
.sparkline-chart {
   text-align: center;
}

.sparkline-chart {
  margin-top: 15px;
  position:relative ;
}

.easy-pie-chart .number {
    font-size: 16px;
    font-weight: 300;
    width: 85px;
    margin: 0 auto;
}

.sparkline-chart .number {  
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.sparkline-chart .title,
.easy-pie-chart .title {
    display: block;
    text-align: center;
    color: #333;
    font-weight: 300;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.sparkline-chart .title:hover,
.easy-pie-chart .title:hover {
  color: #666;
  text-decoration: none;
}

.sparkline-chart .title > i,
.easy-pie-chart .title > i {
  margin-top: 5px;
}

#loading-ajax-wait {
    text-align: center;
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#loading-ajax-itsokey {
    text-align: center;
    background: #0A4D05;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#loading-ajax-itsokey div{
    margin-top: 25%;
    color:#fff;
}

#loading-ajax-wait div{
    margin-top: 25%;
    color:#fff;
}

.step-compleat{
    background: green;
}

.step-compleat a{
    color:#fff;
}