/*--------------------- RESET --------------------
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{ content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;}  table{border-collapse:collapse; border-spacing:0;}
*/
@font-face {
  font-family: ashkan;
  src: url('ashkan.ttf') format('truetype');
  //src: url('file:///android_asset/homa.ttf') format('truetype');
}
* {
	font-family: ashkan;
	font-size: 14px;
	-webkit-box-sizing: border-box;
   	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}
html {
	direction: rtl;
	height: 100%;
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #EEEFF1;
}
a, a:hover {text-decoration: none;}
.clear {clear: both;}
.hidden {display: none;}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
	max-width: 700px;
	margin: 0 auto;
}
/*-------------------- Image Loading ---------------------------------------------------*/
.mih {
	width: 50px;
	height: 50px;
	//border: 3px solid #c0c0c0;
	background: #fff url('/core/admtheme/images/loading-2.gif') no-repeat 50% 50%;
	padding: 0px;
	margin: 0px auto;
	display: inline-block;
}

/*-------------------- Loading ---------------------------------------------------*/
#loadingholder {
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; 
    background-color: rgba(102,102,102,0.9); /* Black w/ opacity */
}
#loading {
	position: relative;
	top: 40%;
	color: gray;
    width: 90%;
    max-width: 400px;
    padding: 10px;
    margin-right: auto; 
    margin-left: auto;
	background: #F1F1F1 url('../images/loading.gif') no-repeat 10px 50%;
    border-radius: 5px;
	-moz-box-shadow:    0px 0px 5px 0px #404040;
	-webkit-box-shadow: 0px 0px 5px 0px #404040;
	box-shadow:         0px 0px 5px 0px #404040;
}
/*-------------------- Toast Msg ---------------------------------------------------*/
#toasmsgholder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 1000;
}
#toasmsg {
	position: relative;
	top: 85%;
    margin-right: auto; 
    margin-left: auto;
	color: #fff;
	//text-align: center;
	font-size: 14px;
	white-space: nowrap;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
     min-width: 100px;
	 max-width: 70%;
	padding: 5px 40px 5px 10px;
	background: #b7b7b7 url('loading.svg') no-repeat right 2px;
	border-right: 7px solid transparent;
	background-size: contain;
    border-radius: 25px;
	-moz-box-shadow:    0px 0px 2px 0px #fff;
	-webkit-box-shadow: 0px 0px 2px 0px #fff;
	box-shadow:         0px 0px 2px 0px #fff;
}

/*-------------------- Modal Msg ---------------------------------------------------*/
#modalmsgholder {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; 
    background-color: rgba(102,102,102,0.9); /* Black w/ opacity */
}
#modalmsg {
	position: relative;
	top: 40%;
	color: gray;
    width: 90%;
    max-width: 400px;
    padding: 10px;
    margin-right: auto; 
    margin-left: auto;
	text-align: center;
	background-color: #F1F1F1;
    border-radius: 5px;
	-moz-box-shadow:    0px 0px 5px 0px #404040;
	-webkit-box-shadow: 0px 0px 5px 0px #404040;
	box-shadow:         0px 0px 5px 0px #404040;
	
}

/*-------------------- Modal ---------------------------------------------------*/
#modalholder {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; 
    background-color: rgba(102,102,102,0.9); /* Black w/ opacity */
}
#modal {
	//position: relative;
    //left: 0;
    //top: 0;
    background-color: #F1F1F1;
    margin: 0; 
    padding: 10px;
    width: 100%;
    height: 100%;
    //border: 1px solid red;
	//-moz-box-shadow:    0px 0px 5px 0px #404040;
	//-webkit-box-shadow: 0px 0px 5px 0px #404040;
	//box-shadow:         0px 0px 5px 0px #404040;
}
#closemodal {
	position: absolute;
    //border: 1px solid blue;
    left: 0;
    top: 0;
    z-index: 1003;
    width: 40px;
    height: 40px;
    background: #A7A7A7 url('left-arrow.svg') no-repeat 50% 50%;
	background-size: 80%;
	cursor: pointer;
}
/*-------Form-------------------------*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] { -moz-appearance:textfield; }

input, textarea {
	padding: 2px;
	margin: 2px;
	border: solid 1px gray;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
}
input[type="text"], input[type=number], input[type=password], textarea {
	width: 99%;
}
select {
	padding: 1px;
	margin: 3px;
	border: solid 1px gray;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
}
input:focus, textarea:focus, select:focus {  
    -webkit-box-shadow: 0px 0px 4px gray;  
    -moz-box-shadow: 0px 0px 4px gray;  
    box-shadow: 0px 0px 4px gray; 
    background-color: #FEF4D8;
}
input[type=submit]{
	width: 150px;
	padding: 0px 15px 0px 15px;
}  
input[type=submit]:hover {
	background-color: gray;
	color: #ffffff;
}  
input[type=checkbox], input[type=radio]{
	width: 20px;
}
/*-------Botton-------------------------*/
button {
	padding: 3px;
	border: 1px solid gray;
	
}

.confirmBtn {
	padding: 2px 30px 2px 6px;
	margin: 0 5px;
}
#yesConfirm , #okConfirm{
    background: url('msg-success.svg') 97% 50% no-repeat;
	background-size: auto 80%;
}
#noConfirm, #cancelConfirm {
    background: url('msg-cancel.svg') 97% 50% no-repeat;
	background-size: auto 78%;
}
#tryConfirm {
    background: url('msg-try.svg') 97% 50% no-repeat;
	background-size: auto 78%;
}
.msg-success , .msg-notice , .msg-error , .msg-info , .msg-question {
	display: inline-block;
	padding: 1px 40px 1px 1px;
	text-align: center;
	color: #444444;
}
.msg-success {
    background: url('msg-success.svg') 99% 50% no-repeat;
	background-size: auto 100%;
}
.msg-notice {
    background: url('msg-notice.svg') 99% 50% no-repeat;
	background-size: auto 100%;
}
.msg-error {
    background: url('msg-error.svg') 99% 50% no-repeat;
	background-size: auto 100%;
}
.msg-info {
    background: url('msg-info.svg') 99% 50% no-repeat;
	background-size: auto 100%;
}
.msg-question {
    background: url('msg-question.svg') 99% 50% no-repeat;
	background-size: auto 100%;
}

