﻿.close_btn
{
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #f44336;
}

@font-face
{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/fontawesome-webfont.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/fontawesome-webfont.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/fontawesome-webfont.ttf') format('truetype');
}

body
{
	font-family: "IRANSans", "FontAwesome";
}

.bg-register
{
	background-image: url("../img/bg-image.jpg");
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.bg-login
{
	background-image: url("../img/login-image.jpg");
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.margi-sides-5px
{
	margin: 5px;
	cursor: pointer;
}

.margi-sides-5px:hover
{
	box-shadow: #999 0px 1px 5px 1px;
}

.custom-button-color
{
	color: #fff !important;
	background-color: #2196f3 !important;
	cursor: pointer;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.custom-button-color:hover
{
	background-color: #1583da !important;
}

@media (min-width: 768px)
{
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9
	{
		float: right;
	}
}

label
{
	font-size: 13px;
	font-weight: normal;
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]
{
	margin-right: -20px;
}

.checkbox label, .radio label
{
	padding-right: 20px;
	padding-left: 0px;
}

.required:before
{
	content: " *";
	color: red;
	margin-left: 2px;
}

.center
{
	margin-left: 200px;
	margin-right: 200px;
}

.nav-tabs > li
{
	float: right;

}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
	width: 100% !important;
}

.dropdown-menu
{
	text-align: right;
}

nav ul.nav li li a
{
	line-height: 16px !important;

}

input[type=file]
{
	width: 100%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
{
	background-color: #31b0d5;
	color: white;
}

.nav
{
	/*padding-right: 0;*/
}

.close
{
	float: left;
}

@media (min-width: 992px)
{
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9
	{
		float: right;
	}
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
	float: right;
}

.btn-group > .btn, .btn-group-vertical > .btn
{
	float: right;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child)
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;

}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group
{
	margin-right: -1px;
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle)
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.dropdown-menu
{
	/* right: 0; */
	left: auto;
	float: right;
	text-align: right;
	left: auto !important;
	right: 0 !important;
}

.input-group-addon:first-child
{
	border-right: 1px solid #ccc;
	border-left: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn
{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.footer
{
	font-size: 10pt;
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	background-color: rgb(230, 230, 230);
	padding-top: 2px;
	padding-left: 25px;
	padding-right: 15px;
	border-top: 1px solid silver;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn
{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon:last-child
{
	border-right: 0;
	border-left: 1px solid #ccc;
}

.text-center
{
	text-align: center;
}

.table > tbody > tr > td
{
	border-top: none;
}

.bg-table
{
	background-color: whitesmoke !important;
}


.element-center {
	display: block;
	margin: 0 auto !important;
}

.pd-1 {
	margin-bottom: 10px;
}

.text-center{
	text-align: center;
}

.panel-box
{
	height: 400px;
	border: 1px solid #ccc;
	overflow-y: auto;
}

.wide-modal-dialog
{
	width: 70%;
	margin: 30px auto;
}

.tree-line
{
	border-bottom: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
}

.radio-style
{
	border: none !important;
	background-color: white !important;
	color: black !important;
	padding: 0px !important;
}

.btn-sm
{
	padding: 13px 10px;
}

.btn
{
	font-size: 13px;
}

/*tree*/

.css-treeview ul,
.css-treeview li
{
	padding: 0;
	margin: 0 10px;
	list-style: none;
}

.css-treeview ul > li > ul
{
	margin-right: 10px;
}

.css-treeview ul > li > img
{
	margin-right: 22px;
}

.css-treeview input
{
	position: absolute;
	opacity: 0;
}

.css-treeview
{
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.css-treeview a
{
	color: #00f;
	text-decoration: none;
}

.css-treeview a:hover
{
	text-decoration: underline;
}

.css-treeview input + label + ul
{
	margin: 0 22px 0 0;
}

.css-treeview input ~ ul
{
	display: none;
}

.css-treeview label,
.css-treeview label::before
{
	cursor: pointer;
}

.css-treeview input:disabled + label
{
	cursor: default;
	opacity: .6;
}

.css-treeview input:checked:not(:disabled) ~ ul
{
	display: block;
}

.css-treeview label,
.css-treeview label::before
{
	/*background: url("") no-repeat;*/
}

.css-treeview label,
.css-treeview a,
.css-treeview label::before
{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}

.css-treeview label
{

	background-position: 100px 0;
}

/*.css-treeview label::before
{
	content: "";
	width: 16px;
	margin: 0  0 0 22px;
	vertical-align: middle;
	background-position: 0 -32px;
}
 */
.css-treeview input:checked + label::before
{
	background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
	.css-treeview
	{
		-webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
	}

	@-webkit-keyframes webkit-adjacent-element-selector-bugfix
	{
		from
		{
			padding: 0;
		}
		to
		{
			padding: 0;
		}
	}
}

.modal1
{
	width: 50%;
}

.jstree .btn
{
	padding: 0 8px;
	margin-left: 8px;
}

/*end tree*/
@media only screen and (max-width: 767px)
{
	.btn
	{
		margin-bottom: 8px;
	}
}

.select__col .dropdown-menu
{
	position: relative !important;
	width: auto !important;
}

.border-1
{
	border: 1px solid #cfd1d4;
	line-height: 32px;
	min-height: 34px;
}

.border-1 .fa-2x
{
	font-size: 22px;
}

#logoutbtn
{
	display: inline-block;
	transition: all 2s ease 0s;
	margin-top: 20px;
	padding: 10px;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.04);
	color: #858585;
	text-decoration: none;
}

#logoutbtn:hover
{
	background: #61b82d none repeat scroll 0 0;
	color: #fff;
}

/**
Role Style
 */

.css-label
{
	padding-left: 3px !important;
	padding-right: 3px !important;

	display: inline-block;

	background-repeat: no-repeat;

	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	border: 1px solid #000000;
}

.css-label-active
{
	background-color: #cae8ca;
}

.css-label-disabled
{
	background-color: #f2dede;
}

tr[id^="permisioncategory"] div
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

div[id^="general_definitionrep"],
div[id^="selling_businessrep"],
div[id^="accountingrep"],
div[id^="treasuryrep"],
div[id^="warehouserep"],
div[id^="reportsrep"],
div[id^="settingsrep"]
{

	border-right: 1px solid #00aced;
	padding-left: 0;
	padding-right: 10px;
}

div[id^="general_definitionrep"] > ul,
div[id^="selling_businessrep"] > ul,
div[id^="accountingrep"] > ul,
div[id^="treasuryrep"] > ul,
div[id^="warehouserep"] > ul,
div[id^="reportsrep"] > ul,
div[id^="settingsrep"] > ul
{
	padding-left: 5px;
	padding-right: 5px;
}

div[id^="general_definitionrep"] > ul > li,
div[id^="selling_businessrep"] > ul > li,
div[id^="accountingrep"] > ul > li,
div[id^="treasuryrep"] > ul > li,
div[id^="warehouserep"] > ul > li,
div[id^="reportsrep"] > ul > li,
div[id^="settingsrep"] > ul > li
{
	font-size: 0.85em;
	text-align: right;
}

div.myrow > div.myrolecategorycol
{
	width: 14% !important;
	min-width: 14% !important;
	float: right;
}

.edit-box
{
	width: 100%;
}

.btn-license
{
	background-color: #b3b7b2;
	/* width: 100px; */
}

.btn-license:hover
{
	background-color: red;
}

.btn-license:hover p.licensep:after
{
	content: 'خرید لایسنس';
	color: #FFFFFF;
}

.btn-license:hover .licensespan
{
	display: none;
}

.licensep
{
	margin: 0;

}

.licensespan
{
	position: relative;
	content: 'ثبت'
}

.sb-button
{
	margin: 0px 10px 0px 10px;
}

#time
{
	position: relative;
	text-align: center;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	padding: 10px 16px;
	padding-top: 10px;
	font-weight: bold;
	color: red;
}

.btn-is-disabled
{
	pointer-events: none;
	opacity: .5;
}

.form-control
{
	padding: 0;
}

.select_from, .select_to
{
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}
.superadmin .menu
{
	text-align: center;
	margin-bottom: 20px;
}

.superadmin .menu-link
{
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	border-color: #2196f3;
}

.superadmin .con
{
	/*height: 100%;*/
	border: 1px solid #2196f3;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.con-items
{
	height: 100%;
}

.superadmin .con-item
{
	height: 200px;
	text-align: center;
}

.superadmin-form
{
	margin-top: 30px;
	margin: 0 auto;
	max-width: 400px;
	padding: 40px 40px;
	border: 1px solid #2196f3;
	background-color: #d0e6e6;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 500px;
}

.advanced-search-form
{
	margin-top: 30px;
	margin: 0 auto;
	/*max-width: 400px;*/
	padding: 40px 40px;
	border: 1px solid #2196f3;
	background-color: #d0e6e6;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	/*min-height: 500px;*/
}

.advanced-search-form input
{
	/*width: 50% !important;*/
	width: 33% !important;
	/*margin-right: 10px;*/
	/*margin-left: 10px;*/
	float: right !important;
}

.advanced-search-form select
{
	/*width: 50% !important;*/
	width: 33% !important;
	/*margin-right: 10px;*/
	/*margin-left: 10px;*/
	float: right !important;
}

.advanced-search-form_item
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.ui-datepicker
{
	z-index: 99999999 !important;
}

.odometer-digit
{
	font-size: 22px;
}
/*
.aXportraitX
{
	float: left;
	width: 100%;
}

@media (min-width: 768px)
{
	.aXportraitX
	{
		width: 42%;
	}
}*/

.factors-menu
{
	border: 1px solid #ccc !important;
	border-bottom: none !important;
	border-radius: 4px;
	margin: 1px;
}

.btn-hover-class-green {
}
.btn-hover-class-green:hover{
	color: rgba(42, 173, 8, 0.92) !important;
}

.btn-hover-class-red {
}
.btn-hover-class-red:hover{
	color: rgba(234, 22, 15, 0.92) !important;
}

.div-transformer-45deg{
	position: relative;
	transform: rotate(45deg);
	top: 0px;
	right: 0px;
}

.pd-2 {
	margin-bottom: 15px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}


