﻿body{
    background: none repeat scroll 0 0 #ffffff;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    direction: rtl;
    font: 8pt tahoma;
}
a:hover {
    text-decoration: none;
}
header {
  background: none repeat scroll 0 0 #2d2d2e;
  float: right;
  position: fixed;
  width: 100%;
  z-index: 2147483647;
    min-height: 40px;
}

.table-row-clicked {
    background-color: #ff7700 !important;
}
    .table-row-clicked td {
        background-color: #ff7700 !important;
        color: #fff !important;
    }

    .table-row-clicked td a{
        color: #fff !important;
    }
header .nav {
    margin-top: 5px;
}
header .nav li {
    float: right;
    max-width: 100px;
}
header .nav a {
    color: #fff;
     padding: 5px;
    border-radius: 5px;
}
header .nav a:hover {
    background-color: #ccc;
    color: #000;
   
}
.logo {
  float: right;
  line-height: 12px;
  padding: 7px 100px 6px 32px;
}
.menu {
  background: none repeat scroll 0 0 #202020;
  float: left;
  margin-top: 40px;
  position: fixed;
  width: 100px;
  z-index: 2147483647;
     height: 100%;
}
.menu > ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
	background:#202020;
 
}

.menu li {
    border-bottom: 1px solid #0D0D0D;
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-top: 1px solid #373738;
    float: left;
    list-style: none outside none;
    padding-right: 2px;
    position: relative;
    width: 100%;

	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.menu li ul li {
    border: none;
}

.menu > ul > li:before {
    background: none repeat scroll 0 0 #ff0023;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: -10px;
    top: 50%;
	
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 20px;
    z-index: 2147483647;
}
.menu ul li:last-child:after {
    background: none repeat scroll 0 0 #373738;
    bottom: -3px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
    .menu li:hover:before {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
.menu li:hover {
    background: none repeat scroll 0 0 #4E4E4F;
	-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2) inset;
	
    z-index: 1;
}
.menu li:hover a {
    color: #fff;
}
.menu li a {
    color: #d2d3d4;
    float: left;
    line-height: 10px;
    padding: 13px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.menu li a i {
    color: #F0F0F0;
    float: left;
    font-size: 18px;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
}
.menu li:hover ul {
    left: 100%;
    margin-left: 0px;
	
    opacity: 1;
	filter:alpha(opacity=100);
    display: block;
    
}
.menu li ul {
    background: none repeat scroll 0 0 #1F222A;
    border-right: 2px solid #f80000;
    right: 100%;
    margin: 0;
    width: 200px;
    opacity: 0;
	filter:alpha(opacity=0);
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 100;
    display: none;
    -webkit-transition: opacity 0.4s ease 0s, left 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, left 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s, left 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s, left 0.4s ease 0s;
    transition: opacity 0.4s ease 0s, left 0.4s ease 0s;
}



.menu li ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0 none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    width: 200px;
	background:#4E4E4F;
 
}
.menu li ul li:last-child:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.menu li ul li:hover {
    background: none repeat scroll 0 0 #202020;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: medium none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
	
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
	
    margin: 0;
    padding: 0;
}
.menu li a span {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

.menu li a span:before {
    border-bottom: 40px solid rgba(0, 0, 0, 0);
    border-left: 40px solid #fd3d46;
    border-right: 0 solid;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}
.menu li a span i {
    font-family: pt sans;
    font-size: 13px;
    font-style: normal;
    left: 4px;
    position: absolute;
    top: 6px;
    z-index: 2147483647;
}
.wrapper {
    float: right;
    margin: 10px;
    margin-left: 10px;
    margin-top: 55px;

    padding: 10px;
    width: 100%;
    border: 1px solid #efefef;
    min-height: 400px;

}
.sign-in-head {
  border-radius: 3px 3px 0 0;
  float: right;
  width: 100%;
}
.sign-in-bg {
  background: none repeat scroll 0 0 #ededed;
}
.sign-in {
  display: table;
  float: none;
  margin: 150px auto 0;
  position: relative;
  width: 345px;
  z-index: 1;
}
.sign-in:before {
  background: url("/themes/admin/img/sign-in-shadow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: -26px;
  content: "";
  height: 60px;
  left: -30px;
  position: absolute;
  width: 115%;
  z-index: -1;
}
.sign-in-form {
  background: none repeat scroll 0 0 #ffffff;
  float: right;
  padding-bottom: 20px;
  width: 100%;
}
.sign-in-head h5 {
  float: right;
    font: 23pt CustomFont;
  font-weight: normal;
  margin: 20px 0;
  text-align: center;

  width: 100%;
}
.sign-in-form h5 a {
  color: #666666;
  text-decoration: none;
}
.sign-in-form form {
  float: left;
  margin-bottom: 20px;
  width: 100%;
    padding-top: 10px;
}
.sign-in-form form input {
  background: none repeat scroll 0 0 #d9dde9;
  border: medium none;
  border-radius: 0 3px 3px 0;
  color: #666666;
  float: left;
  font-family: pt sans;
  font-size: 15px;
  height: 48px;
  letter-spacing: 0.3px;
  padding-left: 20px;
  width: 237px;
}
.sign-in-form form i {
  background: none repeat scroll 0 0 #c4c8d4;
  border-radius: 3px;
  color: #ffffff;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 19px;
  margin-right: 1px;
  text-align: center;
  width: 50px;
}
.sign-in-form > a {
  border-radius: 3px;
  color: #ffffff;
  display: table;
  float: none;
  font-family: open sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 13px;
  margin: 0 auto;
  padding: 17px 85px;
  text-decoration: none;
}
.sign-in-details h1 {
  color: #ffffff;
  float: right;
    font: 23pt CustomFont;
  line-height: 31px;
    text-align: center;
  width: 100%;

}
a.black {
  color: #ffffff;
    font: 11pt tahoma;
  text-decoration: none;

}
.black {
  background-image: url("/static/templates/admin/img/black.jpg");
  background-size: 100% 100%;
  border: 1px solid #414a58;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.sign-in-head p {
  color: #ffffff;
  float: right;
    font: 8pt tahoma;

  letter-spacing: 0.3px;
  text-align: center;
  width: 100%;
}

#fromDate,#toDate {
    height: 34px;
    border: none;
    background: #efefef;
    border-radius: 0;
    width: 100px;
    margin-left: 10px;
}
.form-control {
    height: 30px;
    border: 1px solid #efefef;
    background-color: #efefef;
    border-radius: 0;
    width: 160px;
    font: 8pt tahoma;
    
}
.wrapper .form-control {
    float: right;
}
.field-validation-error {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}
.btn {
    font: 8pt tahoma;
}
.navbar-form span {
    color: #fff;
}
.heading_with_border {
    font: 23px CustomFont;
}
.wrapper a {
    display: inline;
}
#commands a ,#commands .active a:hover{
    color: #fff;
}
#commands a:hover {
    color: #fff;
   
}
#site-selector {
    width: 200px;
}
#site-selector a{
     color: #666;
     font: 8pt tahoma;
}
a#current-site {
    color: #fff;
}
.wrapper h1,.wrapper h2 {
    font: 23px CustomFont;
}
#num {
    margin-top: 10px;
}
#rc_notify {
  background-color: red;
  color: white;
  display: none;
  font: 8pt tahoma !important;
  margin: 5px;
  padding: 3px;
  position: absolute;
  right: 160px;
  top: 50px;
  visibility: hidden;
  z-index: 1001;
}
table td {
    font: 8pt tahoma;
}
table tbody tr td{
    color:#444;
}

.heading_with_border {
    position: relative;
    padding-right: 10px;

}
.form-group {
    margin-bottom: 5px;
    overflow: auto;
}

input[type="text"],input[type=password] ,textarea{
    height: 35px;
    min-width: 300px;
    border: 1px solid #efefef;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-right: 10px;
}
textarea {
    min-height: 140px;
}
input[type=button],input[type=submit] {
    /*font: 8pt tahoma;*/
    font-weight: normal;
}
select {
    width: 150px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #efefef;
    height: 35px;
}
#cboxContent .row {
    margin-right: 0;
    margin-left: 0;
}
legend {
    font: 14px CustomFont;
    width: auto;
    padding: 5px;
    border-bottom: 1px solid #ff0023;
}
h1::before,h2::before {
    border-right: 3px solid #ff0023;
    content: " ";
    padding-right: 5px;
    margin: 5px;
}
.top-buttons {
    border: 1px solid #ccc;
    background-color: #efefef;
    overflow: auto;
}
.top-buttons .fa {
    margin-left: 5px;
    float: right;
}
.top-buttons a {
    color: #000;
    margin-bottom: 5px;
    display: block;
    float: right;
}

.top-buttons a:hover {
    color: #ff0023;
}
.form-group {
    padding: 5px;
}
.btn-danger {
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    border: none;
}
.center {
    text-align: center;
}
#login-partial {
    margin: 50px auto;
    min-height: 150px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-top: 0;
    width: auto;
    background-color: #fff;
}
#login-partial div {
    text-align: justify;
}
#login-partial .form-group {
    margin: 5px;
    margin-bottom: 10px;
    overflow: auto;
    margin-top: 0;
}
.loginpage-logo {
    text-align: center;
    padding-top: 0;
}
.loginpage-logo img {
    margin: 20px auto;
    margin-top: 0;
    padding-top: 0;
}
.center {
    text-align: center !important;
}
.inline-form-container {
    white-space: nowrap;
    position: relative;   
}
input[type="text"], input[type="password"], textarea {
    min-width: 200px !important;
    max-width: 100% !important;
    width: 220px;
}
#result .form-group:hover {
    background-color: #fefefe;
   
}
#result .control-label {
    font: 14px CustomFont;
}
.filter {
    position: relative;
}
.filter >div {
    overflow: hidden;
}
.filter input[type=text] {
    
}
.filter span {
    margin-top: 10px;
    display: block;
}
#toDate,#fromDate {
    position: relative;  
}
tr.active td {
    background-color: #ff9900 !important;
    color: #fff !important;
    
}
tr.active td a{
    color: #fff !important;
}
.white-card {
    background-color: #fefefe;
    padding: 15px;
    overflow: auto;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(255, 255, 255, .2);
}
.overflow-disable {
    overflow:unset !important; 
}
.inline-label {
    float: right;
    margin-top: 10px;
}

.filter-birthdate-list {
    display: block;
    background-color: #f9f9f9 !important;
    padding:15px;
    border-radius:5px;
}
.filter-birthdate-list .title {
    font-weight: bold;
    font-size: 12px;
    display:block;
    margin-top:10px;
}

.filter-birthdate-list select{
    width:100% !important;
    background:#fff;
}

.filter-birthdate-list .form-group:hover{
    background-color:#f9f9f9 !important;
}

    .filter-birthdate-list .btn-result {
        background:#3FA3C9;
        background-color: #3FA3C9;
        color:#fff;
        font-weight:bold;
        padding:5px 15px;
        border-radius:5px;
        border:none !important;
        box-shadow:none !important;
        margin-top:5px;
    }

.manager-button .dropdown-menu  {
    padding:5px 8px !important;
}

.manager-button .dropdown-menu li {
    display:block;
    margin:5px 0 !important;
}

.manager-button .dropdown-menu li span{
    display:inline-block !important;
    width:25px;
    height:25px;
    font-size:16px;
    float:right;
}

    .manager-button .dropdown-menu li a {
        display: inline-block !important;
        clear: none !important;
        padding: 5px 10px;
        font: 8pt tahoma;
        line-height:normal !important;
        font-weight:unset !important;
        margin-top :0 !important;
    }

.statistics-page select {
    height:25px !important;
    width:100% !important;

}

.statistics-page input[type=text] {
    display:inline-block;
    height: 25px !important;
    min-width:47% !important;
    max-width:47% !important;
    margin-left:7px;
    
}
.btn-download{
    margin-right:10px;
}
