﻿@font-face {font-family: 'Open Sans Hebrew'; font-style: italic; font-weight: 300; src: url(font/opensanshebrew-lightitalic-webfont.eot); src: url(font/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),url(font/opensanshebrew-lightitalic-webfont.woff) format('woff'),url(font/opensanshebrew-lightitalic-webfont.ttf) format('truetype');}
@font-face {font-family: 'Open Sans Hebrew'; font-style: normal; font-weight: 300; src: url(font/opensanshebrew-light-webfont.eot); src: url(font/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),url(font/opensanshebrew-light-webfont.woff) format('woff'),url(font/opensanshebrew-light-webfont.ttf) format('truetype');}
@font-face {font-family: 'Open Sans Hebrew'; font-style: italic; font-weight: 400; src: url(font/opensanshebrew-italic-webfont.eot); src: url(font/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),url(font/opensanshebrew-italic-webfont.woff) format('woff'),url(font/opensanshebrew-italic-webfont.ttf) format('truetype');}
@font-face {font-family: 'Open Sans Hebrew'; font-style: normal; font-weight: 400; src: url(font/opensanshebrew-regular-webfont.eot); src: url(font/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),url(font/opensanshebrew-regular-webfont.woff) format('woff'),url(font/opensanshebrew-regular-webfont.ttf) format('truetype');}
@font-face {font-family: 'Open Sans Hebrew'; font-style: italic; font-weight: 700; src: url(font/opensanshebrew-bolditalic-webfont.eot); src: url(font/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),url(font/opensanshebrew-bolditalic-webfont.woff) format('woff'),url(font/opensanshebrew-bolditalic-webfont.ttf) format('truetype');}
@font-face {font-family: 'Open Sans Hebrew'; font-style: normal; font-weight: 700; src: url(font/opensanshebrew-bold-webfont.eot); src: url(font/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),url(font/opensanshebrew-bold-webfont.woff) format('woff'),url(font/opensanshebrew-bold-webfont.ttf) format('truetype');}
@font-face {font-family: 'Open Sans Hebrew'; font-style: italic; font-weight: 800; src: url(font/opensanshebrew-extrabold-webfont.eot); src: url(font/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),url(font/opensanshebrew-extrabold-webfont.woff) format('woff'),url(font/opensanshebrew-extrabold-webfont.ttf) format('truetype');}
@font-face {font-family: 'Open Sans Hebrew'; font-style: normal; font-weight: 800; src: url(font/opensanshebrew-extrabold-webfont.eot); src: url(font/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),url(font/opensanshebrew-extrabold-webfont.woff) format('woff'),url(font/opensanshebrew-extrabold-webfont.ttf) format('truetype');}
@font-face {font-family: 'Alef'; font-style: normal; font-weight: normal; src: url('font/Alef-Regular.eot'); src: url('font/Alef-Regular.eot?#iefix') format('embedded-opentype'), url('font/Alef-Regular.woff') format('woff'), url('font/Alef-Regular.ttf') format('truetype'), url('font/Alef-Regular.svg#alefregular') format('svg');}
@font-face {font-family: 'Alef'; font-style: normal; font-weight: bold; src: url('font/Alef-Bold.eot'); src: url('font/Alef-Bold.eot?#iefix') format('embedded-opentype'),url('font/Alef-Bold.woff') format('woff'),url('font/Alef-Bold.ttf') format('truetype'),url('font/Alef-Bold.svg#alefbold') format('svg');}
@import url("font-awesome.min.css");

body {
}
.body_admin
{
    background: #f0f0f0;
}
/***** Login Page *****/

/** Form Style **/
#container_login_form {
	position: fixed;
	width: 340px;
	height: 320px;
	top: 35%;
	left: 50%;
	margin-top: -140px;
	margin-left: -170px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-animation-name: bounceIn;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: bounceIn;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	animation-name: bounceIn;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

.login_form {
	margin: 0 auto;
	margin-top: 20px;
}
.login_form:before {
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    box-shadow: 0 0 0 1px #fff;
}

.name_login {
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 20px;
	font-family:'Alef';
}
/** Title Style **/
.login_title {
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);*/
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    font: normal 26px/1 'Open Sans Hebrew',Verdana, Helvetica;
    position: relative;
}

.login_title :after,
.login_title :before {
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 120px;
}

.login_title :after {
    right: 0;
}

.login_title :before {
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

/** Input Style **/
#container_login_form input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	outline: none;
}

#container_login_form input[type=name],
#container_login_form input[type=password] {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 290px;
	height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

#container_login_form input[type=name]:hover,
#container_login_form input[type=password]:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

#container_login_form input[type=name]:focus,
#container_login_form input[type=password]:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

#lower {
	background: #ecf2f5;
	width: 100%;
	height: 69px;
	margin-top: 20px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#container_login_form input[type=checkbox] {
	margin-left: 20px;
	margin-top: 30px;
}

#container_login_form input[type=submit] {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	border-radius: 30px;
	border: 1px solid #66add6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
	background-color: #6ec2e8;
}

#container_login_form input[type=submit]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}

#container_login_form input[type=submit]:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
	background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
	background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}

.fa_input{
font-family: 'FontAwesome' !important;
}

/***** End Login Page *****/

/***** Navigation Menu *****/
.navi_meni_title
{
    font-family: 'Open Sans Hebrew', Helvetica;
    font-weight: 700;
    font-size:18pt;
}
.textareaStyle {
    width: 450px;
    font-size: 18px;
    font-family: Arial;
    background: #f5f5f5;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 20px;
    border: none;
    padding: 10px 10px;
    margin: 10px 0px;
    box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
    clear: both;
}

.navi_menu
{
      min-height: 0;
      box-shadow: 0 0 10px #BDBDBD;
      border-radius: 5px;
      margin-bottom: 0;
      padding-bottom: 0;
      max-height: none;
      background-color:#fff;
}
.navi_menu tr td div
{
    border: 1px solid rgba(221, 221, 221, 0.46);
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 10px 15px;
	-webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.navi_menu tr td div:hover
{
  text-decoration: none;
}
.navi_menu tr td div:hover
{
      -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 8px;
}
.navi_menu tr td div a
{
  text-decoration: none;

  font-family:'Open Sans Hebrew', Helvetica;
}

/***** End Navigation Menu *****/

/** Table Style **/
.table_style{
		font-family: 'Open Sans Hebrew', arial, sans-serif;
		font-size: 16px;

		border-width: 1px;

		border-collapse: collapse;
		margin-top: 35px;
		box-shadow: 0 0 10px #BDBDBD;
	}
	.table_style a
	{
	    text-decoration:none;
	}
	.table_style tr:first-child td {
		border-width: 1px;
		padding: 12px 0px;
		border-style: solid;

		font-family: 'Open Sans Hebrew', Helvetica;
		font-size:11pt;
		font-weight:700;
	}
	.table_style tr:first-child
	{
	    height: 65px;
	}
	.table_style tr:first-child:hover td {
	}
	.table_style tr:hover td {
		cursor: default;
	}

	.table_style td {
		border-width: 0px;
		padding: 10px;
		border-style: solid;
	}

	.page_buttons_table tr td
	{
	    direction:rtl;
	    padding-right: 6px;
	}

	/** End Table Style **/

	/** Table Style Pages **/
	#dtlPages
	{
	    box-shadow: 0 0 10px #BDBDBD;
	    margin-top:35px;
	}

	.table_style_pages_head td
	{
	    border-width: 1px;
		padding: 15px 0px;
		border-style: solid;

		font-family: 'Open Sans Hebrew', Helvetica;
		font-size:11pt;
		font-weight:700;
	}

.table_style_pages_row td
{
        border-width: 0px;
		padding: 10px 0px;
		border-style: solid;

		font-family: 'Open Sans Hebrew';
}

	.table_style_pages_child_row td
{
     border-width: 0px;
		padding: 10px 0px;
		border-style: solid;

		font-family: 'Open Sans Hebrew';
}

	/** End Table Style Pages **/

	/** Table Style Applications **/
	.table_style_applications{
		font-family: 'Open Sans Hebrew', arial, sans-serif;
		font-size: 16px;

		border-width: 1px;

		border-collapse: collapse;
		box-shadow: 0 0 10px #BDBDBD;
	}
	.table_style_applications a
	{
	    text-decoration:none;
	    color:#000;
	}
	.table_style_applications tr:nth-child(2) td {
		border-width: 1px;
		padding: 12px 0px;
		border-style: solid;
		direction: rtl;
		font-family: 'Open Sans Hebrew', Helvetica;
		font-size:11pt;
		font-weight:700;
	}
	.table_style_applications tr:nth-child(2)
	{
	    height: 65px;
	}

	.table_style_applications tr:hover td {
		cursor: pointer;
	}

	.table_style_applications td {
		border-width: 0px;
		padding: 10px;
		border-style: solid;
	}

	.table_style_applications_bottom
	{
	    padding: 3px 0px;
		border-style: solid;

		font-family: 'Open Sans Hebrew', Helvetica;
		font-size:11pt;
		font-weight:700;

        background-repeat: no-repeat;

        border-bottom: 1px solid #555;
        filter: none;
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	}
	/** End Table Style Applications **/

	/** Edit Page Table Style **/
	.edit_page_table_style{
		font-family: 'Open Sans Hebrew', arial, sans-serif;
		margin:auto;
		font-size: 16px;
		line-height:26px;
		border-width: 1px;
		border-collapse: collapse;
		margin-top: 35px;
		box-shadow: 0 0 10px #BDBDBD;
		text-align: right;
	}
	/*.edit_page_table_style td
	{
	    direction:rtl;
	}*/
	.edit_page_table_style a
	{
	    text-decoration:none;
	}
	.edit_page_table_style input[type=checkbox] {
  transform: scale(1.7);

  -webkit-transform: scale(1.7);
}

	/** End Edit Page Table Style **/

	/** Buttons Style**/
	.button_admin_1
	{
	/*font-family: 'Open Sans Hebrew';*/
    padding: 10px 15px;

    text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px;

    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button_admin_1:hover {
    border: solid 1px #000;
    text-decoration: none;
}
.button_admin_1:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);

    border: solid 1px #000;
}

	.button_delete_1 {
    padding: 4px 10px;
    background: #F74343;
    font-family: 'Open Sans Hebrew';
    color: #FFF !important;
    text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #F43333;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button_delete_1:hover {
    background: #D91E1E;
    border: solid 1px #9A2323;
    text-decoration: none;
}
.button_delete_1:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #B72424;
    border: solid 1px #871B1B;
}

.button_edit_1
{
    font-family:'Open Sans Hebrew';
    padding: 4px 10px;
    background: #D89F36;
    color: #FFF !important;
    text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #AB8E58;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button_edit_1:hover {
    background: #BA8523;
    border: solid 1px #AB8E58;
    text-decoration: none;
}
.button_edit_1:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #855B0E;
    border: solid 1px #7C5306;
}
.button_admin_disabled
{
    cursor:default;
    /*font-family:'Open Sans Hebrew';*/
    padding: 4px 10px;
    background: #696969;
    color: #FFF !important;
    text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #254873;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-size:16px;
}

.button_admin
{
    /*font-family:'Open Sans Hebrew';*/
    padding: 4px 10px;
    background: #3E82D4;
    color: #FFF !important;
    text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #254873;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-size:16px;
    cursor:pointer;
}
.button_admin:hover {
    background: #3E76BA;
    border: solid 1px #254873;
    text-decoration: none;
}
.button_admin:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #345E91;
    border: solid 1px #254873;
}

.site_button
{
    /*font-family:'Open Sans Hebrew';*/
    padding: 4px 10px;
    background: #35B580;
    color: #FFF !important;
    text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #2E9067;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.site_button:hover {
    background: #08A362;
    border: solid 1px #2E9067;
    text-decoration: none;
}
.site_button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #107C4F;
    border: solid 1px #2E9067;
}
.button_copy
{
    font-family: 'Open Sans Hebrew';
    padding: 4px 10px;
    background: #35B580;
    color: #FFF !important;
    text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #2E9067;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button_copy:hover {
    background: #08A362;
    border: solid 1px #2E9067;
    text-decoration: none;
}
.button_copy:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #107C4F;
    border: solid 1px #2E9067;
}
/**End Buttons Style**/
.table_admin_2
{
    height:55px;

    font-size: 22pt;
    font-family:'Open Sans Hebrew', Helvetica;

    background-repeat: no-repeat;

    filter: none;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}
.table_admin_2 .td_title_2
{
    padding-left:8px;
}
.table_admin_2 .button_admin_1
{
    padding: 0px 10px;
}
.td_admin_3
{
    height:55px;

    font-size: 22pt;
    font-family:'Open Sans Hebrew', Helvetica;

    background-repeat: no-repeat;

    filter: none;
    /*-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);*/
}

.page_buttons_table
{
    padding: 5px;
}
.page_buttons_table tr
{
    height:43px;
    font-family:'Open Sans Hebrew', Helvetica;
}
/*.checkbox_Icon
{
    color:#656565;
    font-size: 22px;
}*/
.table_fa_icon i
{
    cursor: pointer;

    font-size: 22px;
}
.table_fa_icon_application
{
    cursor: pointer;

    font-size:32px;
}
.table_fa_icon_edit_Page
{
    cursor: pointer;

    font-size: 24px;
}
.page_table_title
{
    font-size:18pt;
    font-weight:700;
    padding-right: 25px !important;
}
.DDL_Admin select
{
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}
.DDL_Admin
{
   /*width: 240px;
   height: 34px;*/
   overflow: hidden;
   background: url(../images/down_arrow_select.jpg) no-repeat left #ddd;
   border: 1px solid #ccc;
   background-color:#f5f5f5;
}
.text_filed_search
{
    line-height:28px;
    background-color:#eee;
}

.input_text {
    background: #f5f5f5;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 20px;
    border: none;
    padding: 10px 10px;
    width: 330px;
    margin: 10px 0px;
    box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
    clear: both;
}

.input_text:focus {
    background: #fff;
    box-shadow: 0 0 0 3px #E0E0E0, inset 0 2px 3px rgba( 0, 0, 0, 0.2 ), 0px 5px 5px rgba( 0, 0, 0, 0.15 );
    outline: none;
}

select.input_text {
    width: 350px;
}

.input_text.input_text_applications {
    padding: 3px 10px;
}
.color_picker
{
    width:15px;
    height:15px;
    border: 1px solid;
}
.color_picker_btn
{
    padding: 0px 7px;
    float: right;
}
.color_picker_td
{
    width:103px;
}
.fa_admin_delete
{
    color:#FF2B2B !important;
    font-size: 32px;
}
.fa_admin_edit
{
    color:#2C9A24 !important;
    font-size: 32px;
}

.table_style tr td.isArchive.td_admin_4 {
    background-color:#FEDCDA;
}

.table_style tr:hover td.isArchive {
	background-color: #feeceb;
}

.center {
    text-align:center;
}