﻿/* Reset Html */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
,.icon li
{
	margin: 0;
	padding: 0;
	border: 0;
	border-color: transparent;
	font-size: 100%;
    font-family: Tahoma ;
	font: inherit;
	vertical-align: baseline;
}

ul > li 
{
    font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif !important;
}
*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

	*:focus
	{
		outline: 0;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after
	{
		content: '';
		content: none;
	}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

br
{
	clear: both;
	display: block;
}
/* End Reset Html */

body
{
	font-family: Arial;
	font-size: 14px;
}

.red, .Red
{
	color: #ff0000;
}

input, textarea
{
	border: 1px solid #C6CCD4;
	border-radius: 4px;
}

.ui-widget-overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*display: none;*/
	/*background: none !important;*/
	/*background-color: transparent !important;*/
}

.ltr
{
	direction: ltr;
}

.rtl
{
	direction: rtl;
}
.PrintItem, .PrintItem.form-control
{
	display: none;
}

.UserBold
{
    font-weight: bolder;
}

div.select2-drop.UserDropDown ul.select2-results li.select2-result div.select2-result-label
{
    direction: ltr;
}

.cke_button__getwordhtml.glyphicons.glyphicons-file-export.getWordHtml,
.cke_button__refreshdesc.glyphicons.Linearicons-sync.refreshDesc
{
    width: 16px;
    font-size: 16px;
    padding-top: 0px;
    height: 22px;
    font-family: 'Glyphicons Regular' !important;
}

input::-ms-clear 
{
    display: none;
}

.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all 
{
    opacity: 1;
}

.glyphicons
{
	font-family: 'Glyphicons Regular' !important;
}

.glyphicons:before
{
	padding: 0px;
}

.k-invalid-msg
{
    display: none !important;
}

.form-horizontal
{
	overflow-x: hidden !important;
}

.rtl .form-horizontal .control-label
{
	text-align: right;
}

.ui-datepicker-title select
{
	color: black;
}


div.Select2HeaderDiv 
{
    background-color: #F7931D;
    border-bottom: 1px solid #aaa;
}

div.Select2HeaderDiv a.Select2HeaderLink 
{
    cursor: pointer;
    margin: 0px 10px;
    color: white;
    font-weight: bold;
}

div.Select2HeaderDiv a.Select2HeaderLink span.glyphicons
{
	position: relative;
	top: 1px;
	margin: 0px 2px;
}

div.Select2HeaderDiv a.Select2HeaderLink:hover 
{
    color: white;
}

.rtl div.Select2HeaderDiv a.Select2ClearSelectionLink 
{
    float: left;
}

.ltr div.Select2HeaderDiv a.Select2ClearSelectionLink 
{
    float: right;
}

#select2-ActionPriority-results, #select2-Priority-results
{
	overflow-y: hidden;
}

/*body.AppController a:link,*/ 
body.AppController span.MsoHyperlink
{
	mso-style-priority: 100;
	/*color: black;*/
	text-decoration: none;
}

.ui-datepicker dl
{
    padding-left: 0.7em;
    padding-right: 0.7em;
}