@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	font-size:1em;
}
input,select,textarea{
	font-size:1em;
}
.search_blocks input, .search_blocks select {
	width:100%;
	display:block;
}
#loading_container{display:none;}
.header {
	position:static;
	height:auto;
	width:auto
}
.ui-dialog{
	width:95% !important;
}
.top {
	height:auto;
	text-align:center;
}
.date {
	float:none;
	height:auto;
	line-height:normal;
	margin: 0;
	padding:0.5em;
}
.user_label{
	float:none;
	line-height:2em;
	padding:0;
	margin:0;
}
.error, .info, .error_long {
	font-size:1em;
}
.error, .info {
	line-height: 1em;
	height: 1em;
	margin-bottom: 0.5em;
}

.index_info, .index_error {
	min-height: 1em;
	line-height: 1em;
	padding: 0.5em 0;
}
.right_block {
	width:auto;
	float:none;
}
.left_block {
	width:auto;
	float:none;
}
/*------------------------Menu-----------------------*/
.top_menu {
	display:none;
}
/*----------------------Actions-------------------*/
.action_bar {
	height:auto;
	text-align:center;
}
.action_bar_menu{
	display:none;
}
.action_bar li.menu_item {
	float:none;
}
.action_bar li.menu_item a{
	float:none;
	border-left:none;
	border-bottom: 2px groove #2B83BD;
}
/*---------------------Table-----------------*/

.plus {
	float:none;
	padding-left: 10px;
}
.summary {
	height: 150px;
}
.summary th {
	height: 30px;
}
.total {
	height: 30px;
	font-size: 18px;
}
.normal {
	font-size: 12px;
}
/*----------------form-----------------*/
.form {
	width:auto;
}
.vetical_form td {
	height: 25px;
	vertical-align: central;
}
.vetical_form input[type="text"], .vetical_form input[type="password"] {
	width: 142px;
}
.vetical_form select {
	width: 150px;
}
.vform_footer {
	border-top: 1px solid #CCC;
	margin-top: 5px;
	padding: 5px 0;
}
.hid_edit {
	display: none;
	width: 95%;
	text-align: right;
}
.show_edit {
	width: 95%;
	text-align: right;
}
/*--------------------Login-------------------*/
.login_form {
	width: 350px;
	height: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -80px;
}
/*-------------------------view folders-----------------------*/
.view_white {
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #fff;
	border: solid 1px #DDDDDD;
	border-radius: 5px;
	box-shadow: #FFF 0px 1px 0px;
	padding: 5px;
}
.view_white:hover {
	border-color: #AAA;
	box-shadow: #CCC 0px 0px 2px;
}
.view_txt {
	float: right;
}
.view_ttl {
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}
.view_white img {
	float: left;
}
/*---------------------------------Invoice----------------------*/
.difrent {
	background-color: #FAF9DE !important;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.danger_caption {
	color: #F00 !important;
}
.warning_caption {
	color: #0400FF !important;
}
.easy_caption {
	color: #090 !important;
}
.blue_caption {
	color: #0C41A3 !important;
}
.invoice_edit_img {
	width: 138px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.inv_img {
	border: 1px solid #CCC;
	height: 22px;
}
.inv_img:hover {
	border-color: #666;
}
.delete_inv {
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/delete.png) no-repeat center center;
	border: 1px solid #fff;
}
.delete_inv:hover {
	background-color: #FC0;
	border-color: #666;
}
.yes, .no, .yes_gray {
	height: 100%;
	background-repeat: no-repeat;
	display: block;
}
.yes, .yes_gray {
	background-position: 50% -215px;
}
.yes {
	background-image: url(../images/icons.png);
}
.yes_gray {
	background-image: url(../images/icons_gray.png);
}
.no {
	background-image: url(../images/icons_red.png);
	background-position: 50% -75px;
}
.td_caption {
	background-color: #E8EAED;
	width: 50%;
	text-align: left;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
}
.done_class {
	float: right;
	padding: 0 30px 0 25px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	opacity: 0.1;
}
.right .yes, .right .yes_gray {
	background-position: right -215px;
}
.right .no {
	background-position: right -75px;
}
.float_right {
	float:none;
}
.data tr:hover span {
	opacity: 1;
}
.search_block {
	border: 1px solid #D1D4D5;
}
.search_blocks {
	float:none;
	padding: 5px;
}
.search_blocks fieldset {
	padding: 10px;
	margin: 0;
}
.notif_container {
	width: 300px;
	top: 115px;
	position: fixed;
	z-index: 9999999;
	right: 30px;
	opacity: 0.9;
}
.notification {
	border-radius: 5px;
	position: relative;
	margin: 10px 0;
	padding: 10px 10px 10px 30px;
	border-style: solid;
	border-width: 1px;
	text-align: justify;
}
.close_note {
	position: absolute;
	width: 20px;
	height: 27px;
	left: 4px;
	top: -4px;
	display: block;
	cursor: pointer;
}
.not_danger {
	background-color: #F7D9D9;
	border-color: #FFA6A6;
	color: #C60000;
}
.not_warning {
	background-color: #FFDDA3;
	border-color: #FFA50C;
	color: #3F3400;
}
.td_hight {
	height: 35px !important;
}
.fixed {
	position: fixed !important;
}
/*-----------------PAGING-------------------*/
.paging {
	padding: 5px 0;
	overflow: hidden;
}
.paging ul {
	padding: 0;
	margin: 0;
}
.paging li {
	display: block;
	float: left;
	margin-right: -1px;
}
.paging li a, .paging li.nolink {
	border: #DDDDDD solid 1px;
	background-color: #FFF;
	display: block;
	height: 20px;
	min-width: 20px;
	color: #2980B9;
	text-align: center;
	line-height: 20px;
	padding: 5px;
}
.paging li.deactive {
	color: #D9D9D9;
}
.paging li a:hover {
	text-decoration: none;
	background-color: #EEEEEE;
	color: #1B557A;
}
.paging li a.active {
	background-color: #2980B9;
	border-color: #2980B9;
	color: #FFF;
}
.paging li:first-child a {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding: 5px 10px;
}
.paging li:last-child a {
	padding: 5px 10px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.tag {
	padding: 5px 10px;
	margin: 2px;
	background-color: #FFD391;
	border: 1px solid #FFA996;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
}
.tag:hover {
	text-decoration: none;
	background-color: #F60;
}
.not_link, .not_link:hover {
	background-color: #F6F6F6;
	border-color: #E1E1E1;
}
.continus {
	width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.unread, .seen, .answered {
	background: no-repeat center center;
	display: block;
	height: 30px;
}
.unread {
	background-image: url(../images/mail.png);
}
.seen {
	background-image: url(../images/seen.png);
}
.answered {
	background-image: url(../images/reply.png);
}
.inline {
	float: none;
	display: inline-block;
}
.hesab_container {
	width: 30px;
	height: 30px;
	background: no-repeat center center url(../images/file-broken.png);
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.hesab_det {
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 30px;
	background: #CCC;
	border: 1px solid #999;
	border-radius: 5px;
	display: none;
}
.focus-inputmask, .hasDatepicker {
	direction: ltr;
}
.by_top_down_margin {
	margin: 5px 0;
}
.no_width {
	width: 98% !important;
}
/*----------------Attaches--------------------*/
.ext {
	background: url(../images/file_types.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}
.hidden_file .ext {
	background-image: url(../images/file_types_hidden.png);
}
.hidden_file a {
	color: #999;
}
.jpg {
	background-position: center -76px;
}
.doc, .docx {
	background-position: center -1px;
}
.xls, .xlsx {
	background-position: center -38px;
}
.pdf {
	background-position: center -111px;
}
.zip, .rar {
	background-position: center -150px;
}
.cus_lookup_span, .ajax_combo {
	border: 1px solid #CCC;
	border-radius: 5px;
	display: inline-block;
	width: 113px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	background: url(../images/icons.png) no-repeat left -669px;
	padding: 0 5px 0 30px;
	line-height: 25px;
}
.c_name {
	width: 200px;
	margin: 5px;
	height: 23px;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 0 10px 0 0;
}
.cus_holder {
	padding: 10px 0;
	height: 300px;
	overflow: auto;
}
.collaps_ttl {
	cursor: pointer;
}
.time {
	direction: ltr;
}
.full_screen {
	position: fixed;
	top: 0;
	left: 0;
	border-radius: 0;
	z-index: 10000;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin: 0;
}
.full_screen .block_ttl {
	border-radius: 0 !important;
}
.ltr {
	direction: ltr;
}
.rtl {
	direction: rtl;
}
#add_hotel_popup {
	position: absolute;
	left: 785px;
	top: 235px;
	width: 400px;
	max-height: 300px;
	background: #FFF;
	border: 1px solid #CCC;
	z-index: 100;
	overflow: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px #999999;
	padding: 5px;
	display:none;
}
.htl_auto_sel{
	padding:0;
	margin:0;
	list-style:none;
}
.htl_auto_sel a:hover{
	text-decoration:none;
}
.htl_auto_sel li{
	border:solid 1px #FFF;
	height:25px;
	line-height:25px;
	padding:0 5px;
}
.htl_auto_sel li.active,.htl_auto_sel li:hover{
	border-color:#FFD1C5;
	background-color:#FFF5E2;
	border-radius:5px;
}
.sort_txt{
	width:69px !important;
}
.menu_btn,.mobile_action{display:block;}
.block_cont{
	overflow:scroll;
}
.row{
	overflow:visible;
}
.margin_y{
	margin: 1em 0;
}
.padding_y{
	padding: .5em 0;
}
.btn, select,input {
	width: 100%;
	height:40px;
	box-sizing: border-box;
	font-size: 1em;
	font-family: "yekan", tahoma, sans-serif;
}