@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyleft (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyleft and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyleft notice.
 *
 * @copyleft     Copyleft (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */

/** General Style Info **/

/** Layout **/
#container {
	text-align: right;
	direction:rtl;
}

#header h1 {
	background: #003d4c url('../img/cake.icon.png') no-repeat right;
}
#cake-powered {
	float: left;
}

/** containers **/
div.form,
div.index,
div.view {
	float:left;
	border-right:1px solid #666;
	border-left:0;
}
div.actions {
	float:right;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
}


/** Tables **/
table {
	border-left:0;
}
th {
	text-align: right;
}
table tr td {
	text-align: right;
}

/* SQL log */
.cake-sql-log td {
	text-align: left;
	direction:ltr;
}
/** Paging **/
.paging > span {
	border: 1px solid #ccc;
	border-right: 0;
}
.paging .prev {
	border-right: 1px solid #ccc;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .next {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

/** Scaffold View **/
dt {
	padding-right: 4px;
	padding-left:auto;
}
dd {
	margin-right: 10em;
	margin-left:auto;
}

/** Forms **/
form {
	margin-left: 20px;
	margin-right: auto;
}
fieldset fieldset div {
	clear: right;
}
input[type=checkbox] {
	clear: right;
	float: right;
	margin: 0px 2px 7px 6px;
}
input[type=radio] {
	float:right;
}
.radio label {
	margin: 0 20px 6px 0;
}
form .submit input[type=submit] {
	background-image: -webkit-gradient(linear, right top, right bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}
/* Form errors */
form .error-message {
	padding-right: 4px;
	padding-left: 0;
}

/** Notices and Errors **/

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, right top, right bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	background: #c43c35;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, right top, right bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, right top, right bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/**  Actions  **/

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, right top, right bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	text-shadow: #fff 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, right top, right bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-}

/** Related **/

/** Debugging **/
pre {
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output > span {
	left: 5px;
	right:auto;
	float: right;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-stack-trace a {
	margin: 0px 2px 10px 4px;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-stack-trace li {
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, right top, right bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.code-coverage-results div.code-line {
	padding-right:5px;
	padding-left:auto;
	margin-right:10px;
	margin-left:auto;
}
.code-coverage-results span.line-num {
	float:right;
}

/** Elements **/

.browsefile {
    float: right;
    margin-left: 25px;
    width: 350px;
}
.persianDateInput {
    width:150px;
}
.ui-datepicker-trigger {
    padding-left: 10px;
}
#btnNewAtatchement {
    display: block;
    font-size: 14px;
    height: 45px;
    width: 149px;
}
#admin_search_button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #9eb9cc, #2989cc) repeat scroll 0 0;
    border-bottom: 1px solid #2d6324;
    border-image: none;
    border-left: 1px solid #2d6324;
    border-radius: 5px;
    border-top: 1px solid #2d6324;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    height: 20px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    width: 70px;
}
#admin_search {
    border: 1px solid #000;
}
#admin_search form {
    padding: 10px 20px;
}
.loading {
	min-height:20px;
	background:url(loading.gif) no-repeat center center;
}
.agtitle {
    background: #666;
    color: #fff;
    font-size: 20px;
}
