@font-face {
  font-family: 'Light';
  src: url('Light.ttf');
}

@font-face {
  font-family: 'Open Sans Bold';
  src: url('OpenSans-Bold.ttf');
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: lightgray;
}
::-moz-placeholder { /* Firefox 19+ */
  color: lightgray;
}
:-ms-input-placeholder { /* IE 10+ */
  color: lightgray;
}
:-moz-placeholder { /* Firefox 18- */
  color: lightgray;
}

body
{
	margin:0;
	padding:0;
	direction:rtl;
	color:black;
	font-size:16px;
	font-family:Light;
}

#top {
    display: block;
    width: 100%;
    height: 3px;
    background: #e5a20e;
    position: fixed;
}

#container {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
}

#left {
    float: right;
    background: #030303;
    width: 200px;
    text-align: center;
    height: 100%;
    position: fixed;
    margin-top: 3px;
}

.logo img {
    width: 180px;
}

#top_menu {
    height: 65px;
    line-height: 65px;
    background: #ffffff;
    border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
}

.side_menu {
    width: 100%;
}

.side_menu a {
    text-decoration: none;
    color: #85898c;
}

.side_menu ul {
    width: 200px;
    margin-right: -40px;
}

.side_menu li {
    list-style-type: none;
    width: 100%;
    height: 47px;
    line-height: 47px;
    color: #85898c;
    font-weight: bold;
}

.home {
    background: url(../images/home.png) no-repeat;
    width: 200px;
    height: 46px;
    text-align: right;
}

.home.active {
    background: #3b4752 url(../images/home-h.png) no-repeat;
    color: #dbdbdb;
}

.home:hover {
    background: #3b4752 url(../images/home-h.png) no-repeat;
    color: #dbdbdb;
}

.appointment {
    background: url(../images/appointment.png) no-repeat;
    width: 200px;
    height: 46px;
    text-align: right;
}

.appointment.active {
    background: #3b4752 url(../images/appointment-h.png) no-repeat;
    color: #dbdbdb;
}

.appointment:hover {
    background: #3b4752 url(../images/appointment-h.png) no-repeat;
    color: #dbdbdb;
}

.calendar {
    background: url(../images/calendar.png) no-repeat;
    width: 200px;
    height: 46px;
    text-align: right;
}

.calendar.active {
    background: #3b4752 url(../images/calendar-h.png) no-repeat;
    color: #dbdbdb;
}

.calendar:hover {
    background: #3b4752 url(../images/calendar-h.png) no-repeat;
    color: #dbdbdb;
}

.clients {
    background: url(../images/clients.png) no-repeat;
    width: 200px;
    height: 46px;
    text-align: right;
}

.clients.active {
    background: #3b4752 url(../images/clients-h.png) no-repeat;
    color: #dbdbdb;
}

.clients:hover {
    background: #3b4752 url(../images/clients-h.png) no-repeat;
    color: #dbdbdb;
}

.staff {
    background: url(../images/permission.png) no-repeat;
    width: 200px;
    height: 46px;
    text-align: right;
}

.staff.active {
    background: #3b4752 url(../images/permission-h.png) no-repeat;
    color: #dbdbdb;
}

.staff:hover {
    background: #3b4752 url(../images/permission-h.png) no-repeat;
    color: #dbdbdb;
}

.workshop {
    background: url(../images/workshop.png) no-repeat;
    width: 200px;
    height: 46px;
    text-align: right;
}

.workshop.active {
    background: #3b4752 url(../images/workshop-h.png) no-repeat;
    color: #dbdbdb;
}

.workshop:hover {
    background: #3b4752 url(../images/workshop-h.png) no-repeat;
    color: #dbdbdb;
}

.inventory {
    background: url(../images/inventory.png) no-repeat;
    width: 200px;
    height: 46px;
    text-align: right;
}

.inventory.active {
    background: #3b4752 url(../images/inventory-h.png) no-repeat;
    color: #dbdbdb;
}

.inventory:hover {
    background: #3b4752 url(../images/inventory-h.png) no-repeat;
    color: #dbdbdb;
}

.approval {
    background: url(../images/approval.png) no-repeat;
    width: 200px;
    height: 46px;
    text-align: right;
}

.approval.active {
    background: #3b4752 url(../images/approval-h.png) no-repeat;
    color: #dbdbdb;
}

.approval:hover {
    background: #3b4752 url(../images/approval-h.png) no-repeat;
    color: #dbdbdb;
}

.sales {
    background: url(../images/sales.png) no-repeat;
    width: 200px;
    height: 46px;
    text-align: right;
}

.sales.active {
    background: #3b4752 url(../images/sales-h.png) no-repeat;
    color: #dbdbdb;
}

.sales:hover {
    background: #3b4752 url(../images/sales-h.png) no-repeat;
    color: #dbdbdb;
}

.side_menu span {
    text-align: right;
    margin-right: 65px;
}

#right {
    width: 100%;
    height: 130%;
    margin-right: 200px;
}

#content {
    text-align: center;
	padding-left:5px;
	padding-right:5px;
}

.top_left {
    float: right;
    width: 600px;
    margin-right: 30px;
	font-family:Light;
	font-size: 20px;
}

.top_right {
    float: left;
    width: 250px;
    margin-right: 10px;
    margin-top: 2px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: right;
    padding: 2px;
	font-size: 13px;
	
}

tr {
    border-bottom: 1px solid #e2d698;
	height: 50px;
}


th {
    background-color: #dcdcdc;
    font-size: 13px;
 
    height: 50px;
}

input[type="search"],input[type="text"],input[type="number"] {
    width: 270px;
    height: 30px;
    text-align:center;
    border: 1px solid #85898c;
    font-family:Light;
}

#controls {
    height: 160px;
}

#controls2{
    height: 294px;
}

#padding
{
	padding:60px;
}

#profile {
    background: #f0f0f0;
    margin: -30px;
	display: -webkit-box;
}

#p_left {
    float: right;
    background: white;
    width: 600px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

#p_right {
    margin-right: 620px;
	width:650px;
}

.p_name {
    margin: 26px;
    font-size: 26px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: normal;
    padding-bottom: 20px;
}

#p_left span {
    direction: ltr;
    width: 180px;
    display: -webkit-inline-box;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #85898c;
    font-size: 14px;
    font-weight: normal;
}

table a {
    color: #030303;
}

.new_client {
    display: inline-block;
    float: right;
    background: #e5a20e;
    width: 105px;
    color: white;
    font-size: small;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-right: 82px;
}

.new_client:hover {
    background: #889310;
}

.text {
    width: 270px;
    height: 40px;
    padding: 10px;
}

#new_client span {
    display: -webkit-box;
    margin-top: 14px;
    font-size: inherit;
    color: gray;
    font-weight: bold;
	margin-bottom: 3px;
}

.btn {
    float: right;
    background: #e5a20e;
    width: 110px;
    height: 40px;
    border: none;
    color: white;
}

.btn2 {
    background: #e5a20e;
    width: 110px;
    height: 40px;
    border: none;
    color: white;
}
#all_calendar {
    width: 997px;
    margin: auto;
}

#calendar {
    background: #fbfbfb;
    width: 137px;
    height: 88px;
    border: 1px solid #e5a20e;
    margin-bottom: 3px;
    display: -webkit-inline-box;
}

.c_head {
    background: #e5a20e;
    height: 40px;
    width: 996px;
    margin-bottom: 4px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}

.h_date {
    text-align: center;
    height: 40px;
    width: 996px;
    line-height: 40px;
    font-size: 26px;
}

.day_title {
    text-align: center;
    display: block;
    background: #e5a20e;
    width: 137px;
    font-size: smaller;
}

.day_title span {
    margin-right: 40px;
    font-weight: bold;
    color: #788013;
}

#c_show {
    height: 71px;
}

.c_add a {
    background: #e5a20e;
    display: block;
    width: 15px;
    height: 15px;
    text-decoration: none;
    color: black;
    line-height: 15px;
    text-align: center;
    border-radius: 10px;
    margin-top: -16px;
    margin-right: 121px;
}

#all_products {
    margin: auto;
}

#product {
    width: 240px;
    height: 160px;
    margin: 9px;
    background: rgba(162, 162, 162, 0.16);
    border: 5px solid #becf04;
    display: inline-block;
}

.pr_title {
    color: #e5a20e;
    text-align: right;
    padding-left: 5px;
    font-size: 20px;
    margin-top: 5px;
    font-weight: bold;
    border-bottom: 4px solid #becf04;
    margin: 5px;
    background: rgba(0, 0, 0, 0.6);
}

.pr_cost {
    font-size: 44px;
    font-style: italic;
    color: #d9d9d9;
    text-align: right;
    margin-top: 18px;
    background: rgba(33, 33, 33, 0.15);
}

.pr_dura {
    background: rgba(194, 212, 2, 0.67);
    text-align: right;
    margin-right: 21px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    padding-right: 5px;
    color: black;
}

.pr_image {
    margin-top: -149px;
}

.pr_image img {
    width: 240px;
    height: 160px;
    z-index: -66666;
    position: relative;
}

#product:hover {
    background: rgba(190, 207, 4, 0.71);
}

#c_show a:hover {
    background: #85898c;
}

#c_show a {
    background: rgba(133, 137, 140, 0.32);
    display: block;
    color: #030303;
}

#pro {
    display: -webkit-inline-box;
    position: relative;
}

.profile_menu {
    display: none;
    width: 250px;
    background: #ffffff;
    position: absolute;
    margin-right: -2px;
    margin-top: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
}

.profile_header {
    height: 63px;
    line-height: 63px;
}

.profile_left {
    width: 190px;
    height: 50px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-right: 2px solid #e5a20e;
    margin-top: 6px;
    line-height: 50px;
}

.profile_right {
    position: absolute;
    left: 187px;
}

img.profile_img {
    width: 59px;
    height: 59px;
    border-radius: 106px;
    margin-top: 1px;
    margin-right: 165px;
    position: absolute;
    border: 1px solid #e5a20e;
}

.profile_header:hover .profile_menu {
    display: block;
}

.p_pic {
    position: absolute;
}

.p_pic img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -57px;
    left: 470px;
    border: 1px solid #e5a20e;
    border-radius: 36px;
}

select {
    width: 270px;
    height: 30px;
    font-family:Light;
}

#t_left {
    float: right;
}

#t_right {
    float: right;
    border-left: 2px solid #c3d701;
    margin-right: 20px;
    padding-left: 30px;
}

#full {
    display: inline-flex;
    width: 100%;
    border-top: 2px solid #e5a20e;
    padding-top: 20px;
}

#pr_img {
    text-align: center;
}

#pr_img img {
    border: 3px solid #bcce06;
    height: 120px;
}

#get {
    width: 270px;
    height: 40px;
    padding: 10px;
}

.result p {
    width: 270px;
    border-bottom: 2px solid #bcce06;
	padding-left:10px;
}

.result p:hover {
    color:#bcce06;
}

img.get_c_picture {
    width: 50px;
    height: 50px;
    border: 2px solid #e5a20e;
    border-radius: 35px;
}

.get_c_info {
    display: inline-flex;
}

.get_c_name {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}

img.get_s_picture {
    width: 50px;
    height: 50px;
    border: 2px solid #e5a20e;
    border-radius: 35px;
}

.get_s_info {
    display: inline-flex;
}

.get_s_name {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}

.app_search {
    width: 270px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    color: #e5a20e;
}

#client_appointment {
    margin-top: 10px;
    width:400px;
    background: #6cbff8;
    color: white;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    padding-left: 20px;
}

#client_appointment span {
    float: right;
    padding-right: 20px;
}

#client_sales {
    width:400px;
	margin-top: 10px;
    background: #3fd8ca;
    color: white;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    padding-left: 20px;
}

#client_sales span {
    float: right;
    padding-right: 20px;
}

#client_staff {
    width:400px;
    background: #030303;
    color: white;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    padding-left: 20px;
}

#client_staff img.get_s_picture {
    width: 66px;
    height: 66px;
    border: 2px solid #e5a20e;
    border-radius: 43px;
}

#client_staff .get_s_name {
    height: 70px;
    line-height: 70px;
    padding-left: 10px;
}

#client_outstanding {
    width:400px;
    margin-top: 10px;
    background: #ffe667;
    color: white;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    padding-left: 20px;
}

#client_outstanding span {
    float: right;
    padding-right: 20px;
}

#client_no_show {
    width: 400px;
    margin-top: 10px;
    background: #f796d4;
    color: white;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    padding-left: 20px;
}

#client_no_show span {
    float: right;
    padding-right: 20px;
}

.all_show {
    height: 13px;
    font-size: 9px;
    margin: 1px;
	text-align: center;
}

.all_show.School {
    background: #bea3e8;
}

.all_show.Race {
    background: #a2d369;
}

.all_show.Meeting {
    background: #eeb078;
}

.all_show.Outside {
    background: #899ddb;
}

.all_show.Inside {
    background: #f5a89d;
}

img.arrow-r {
    position: absolute;
    margin-right: 120px;
    margin-top: 8px;
}

img.arrow-l {
    position: absolute;
    margin-top: 8px;
    margin-right: -120px;
}

.date {
    text-align: center;
    padding: 10px;
    font-size: large;
    color: #e5a20e;
}

.no_requests {
    text-align: center;
    color: #565a15;
    padding: 20px;
}

#controls span {
    background: #e5a20e;
    height: 40px;
    display: -webkit-inline-box;
    line-height: 40px;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    color: white;
}

.profile_menu ul {
    padding-bottom:30px;
}

.profile_menu li {
    list-style: none;
    height: 32px;
    margin-top: 9px;
}

.profile_menu a {
    text-decoration: none;
    color: #85898c;
}

.profile_menu a:hover {
    color: #c2d501;
}

#all_merchandise {
    display: inline-flex;
}

#all_merchandise  a {
	color:#ffffff;
}

#merchandise {
    display: block;
    margin: 20px;
    margin-top: 100px;
    width: 200px;
    height: 200px;
    text-align: center;
}

.me_image {
    position: absolute;
    margin-top: -80px;
    border-top: 5px solid #e5a20e;
    width: 200px;
    border-left: 4px solid #e5a20e;
    padding-top: 10px;
}

.me_title {
    margin-top: 130px;
    z-index: 555555;
    height: 70px;
    border: 2px solid #e5a20e;
    position: absolute;
    background: #e5a20e;
    width: 200px;
    font-weight: bold;
    line-height: 70px;
    font-size: 20px;
}

.me_cost {
    position: absolute;
    width: 200px;
    height: 50px;
    color: #8e9c04;
    text-shadow: 0px 1px 14px #242424;
    line-height: 50px;
    background: rgba(100, 100, 100, 0.38);
    border-left: 4px solid #e5a20e;
    margin-top: 80px;
    font-style: italic;
    font-size: 26px;
}

#all_merchandise a:hover {
    background: #c4c4c4;
    color: red;
}

.me_total {
    background: #e5a20e;
    position: absolute;
    margin-top: -80px;
    width: 45px;
    height: 45px;
    margin-right: 159px;
    line-height: 45px;
}

#tabs {
    width: 97%;
    margin: auto;
    height: 50px;
    margin-bottom: 20px;
}

#tabs ul {
    line-height: 50px;
    border-bottom: 2px solid #e5a20e;
}

#tabs li {
    list-style: none;
    display: inline-block;
    width: 100px;
}

#tabs a {
    text-decoration: none;
    color: black;
}

li.current {
    background: #e5a20e;
    text-align: center;
	border-top: 2px solid #e5a20e;
	color:#ffffff;
}

li.link {
    text-align: center;
    border-top: 2px solid #e5a20e;
}

.show_k_details {
	display:none;
    position: absolute;
    width: 200px;
	margin-right:-32px;
}

.all_show.Outside:hover .show_k_details {
    display: block;
	background: #899ddb;
}

.all_show.Meeting:hover .show_k_details {
    display: block;
	background: #eeb078;
}

.all_show.Race:hover .show_k_details {
    display: block;
	background: #a2d369;
}

.all_show.School:hover .show_k_details {
    display: block;
	background: #bea3e8;
}

.all_show.Inside:hover .show_k_details {
    display: block;
	background: #f5a89d;
}

span.k_details_k {
    display: block;
    padding: 5px;
    font-size: 12px;
    border-bottom: 1px solid;
    width: 90%;
    margin: auto;
}

span.k_details_d {
    margin: 3px;
    float: right;
    margin-right: 10px;
}

#full a {
    display: block;
    background: #e5a20e;
    width: 110px;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

#second_menu ul {
	text-align:center;
}

#second_menu li {
    list-style: none;
    display: inline-block;
    background: #e5a20e30;
    margin: 1px;
    padding: 3px;
    border-bottom: 3px solid #e5a20e;
	min-width: 70px;
}

#second_menu a {
    color: #030303;
    text-decoration: none;
}

#priv {
    background: white;
    padding: 5px;
    margin: auto;
}

.search {
    margin: auto;
    text-align: center;
}

input[type="submit"] {
    width: 150px;
    height: 30px;
    margin-top: 5px;
    background: #e5a20e;
    color: white;
    font-family: light;
    font-size: larger;
    border: 1px solid #f2f9a7;
}

iframe
{
	height:100%;
}

.freaz
{
	background:#da8080;
}

.finish
{
	background:#f5c56e;
}

.ff
{
	background:#6eb7f5;
}

#paging
{
    width: 99%;
    margin: auto;
    height: 30px;
    margin-top: 1px;
    text-align: center;
    line-height: 30px;
}

#paging li {
    list-style-type: none;
    padding: 3;
    background: #e5a20e;
    margin: 1px;
    display: inline-table;
    width: 30px;
}

a.next {
    text-decoration: none;
    background: gainsboro;
    padding: 5px;
    color: black;
    margin: 2px;
}

#section td {
    font-size: 18px;
}

tr.red {
    color: red;
    background: #fdf6d0;
}

tr.green {
    color: #0b560b;
    background: #ccf3cc;
}

fieldset {
    border: #b5a969 1px solid;
}

.hide {
    display: none;
}

.myDIV:hover + .hide {
    background: #fafafa;
    display: block;
    position: absolute;
    width: 150px;
    left: 0px;
    height: 70px;
    margin-top: -127px;
    padding: 10px;
    border: 1px solid #e5a20e;
}