﻿body {
	margin: 0px;
	background-color: #fff;
	direction: rtl;
	overflow: hidden;
    font-family:Tahoma, DownloadTahoma; 
    font-size: 8.25pt;
}

.image-16 {
    width: 16px;
    height: 16px;
}

.image-24 {
    width: 24px;
    height: 24px;
}

.image-32 {
    width: 32px;
    height: 32px;
}

img {
    border: none;
}

.not-visible {
	visibility: hidden;
}

.not-display {
	display: none !important;
}


/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

textarea {
	font-family: Tahoma, DownloadTahoma;
}

.editor-label {
	margin: 1em 0 0 0;
}

.editor-field {
	margin: 0.5em 0 0 0;
}

.transparent-input
{
	background: none;
	border: none !important;
	box-shadow: none !important;
	outline: none;
	overflow: hidden;
	margin: 4px 1px 4px 1px;
}

.textWrapperRemoveFromCartable
{
	border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-radius: 1px 1px 1px 1px;
    border-left: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
	height:35px;
	width:100%;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

/* content */
article {
	width: 100%;
}

aside {
}

	aside ul {
		list-style: none;
		padding: 0;
	}

		aside ul li {
			padding: 2px 0 2px 20px;
		}

.label {
	font-weight: 700;
}
/* Styles for sidebar
-----------------------------------------------------------*/
#sidebarMax, #sidebarMin {
	padding-left: 5px;
}

#sidebarMax {
	width: 200px;
}

#sidebarMin {
	width: 40px;
	display: none;
}
/* Styles for fixing browsers behaviors
-----------------------------------------------------------*/
textarea {
	resize: none;
}

input:not([type=checkbox])
{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-right-colors: none;
	-moz-border-left-colors: none;
	-moz-border-top-colors: none;
	border-color: #C0C0C0 #D9D9D9 #D9D9D9;
	border-radius: 1px 1px 1px 1px;
	border-left: 1px solid #D9D9D9;
	border-style: solid;
	border-width: 1px;
	height: 25px;
    font-family:Tahoma, DownloadTahoma; 
    font-size: 8.25pt;
}

input:not([type=checkbox])
{
	border-color: #C0C0C0 #D9D9D9 #D9D9D9;
	border-radius: 1px 1px 1px 1px;
	border-left: 1px solid #D9D9D9;
	border-style: solid;
	border-width: 1px;
}

	input:focus {
		border: 1px solid #4D90FE;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
		outline: medium none;
	}

	input.watermark {
		color: lightgray;
	}

a {
	text-decoration: none;
    border: none;
}

a.default-link
{
	color: blue !important;
	cursor: pointer;
}

#logo {
	margin-top: 8px;
	margin-right: 16px;
}


#currentUser {
	color: white;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 7px;
	float: left;
}

	#currentUser a {
		color: white;
	}

.adv_search_box {
	width: 400px;
}

.adv_search_item_title {
	width: 100px;
}

.adv_search_item_comment {
	width: 200px;
	white-space: nowrap;
}

.tr_content {
	vertical-align: top;
}

h1 {
	color: #DD4B39;
	font-size: 20px;
	font-weight: normal;
	margin: 25px 35px;
}

.line_style {
	border-bottom: 1px solid #EBEBEB;
}

div.input-outer {
	padding-left: 16px;
}

div.divMain {
	margin: 40px 45px 0 2%;
	max-width: 1140px;
	min-width: 200px;
	width: 96%;
}

div.advtable {
	clear: both;
	width: 100%;
}

	div.advtable div.advtable-row {
		clear: both;
	}

	div.advtable div.cell-header-label, div.header-label {
		color: #333333;
		display: inline-block;
		float: right;
		font-size: 16px;
		font-weight: 500;
		height: 40px;
		vertical-align: middle;
		width: 67%;
	}

	div.advtable div.cell-header-comment {
		color: #777777;
		display: inline-block;
		float: right;
		font-size: 13px;
		font-weight: 700;
		padding-right: 5px;
		vertical-align: middle;
		width: 31%;
	}

	div.advtable div.cell-label {
		color: #222222;
		display: inline-block;
		float: right;
		font-size: 13px;
		height: 42px;
		line-height: 16px;
		min-width: 167px;
		vertical-align: middle;
		width: 16%;
	}

	div.advtable div.cell-input, div.advtable div.cell-section {
		display: inline-block;
		float: right;
		min-height: 41px;
		min-width: 167px;
		vertical-align: middle;
		width: 40%;
	}

	div.advtable div.cell-example {
		color: #555555;
		display: inline-block;
		float: right;
		margin: 0 1% 8px 0;
		min-width: 160px;
		padding-right: 5px;
		position: relative;
		vertical-align: middle;
		width: 42%;
	}

	div.advtable div.further-link {
		clear: both;
		font-size: 13px;
		height: 20px;
		line-height: 16px;
		text-align: right;
	}

div.valign-text {
	display: table-cell;
	height: 30px;
	vertical-align: middle;
}

div.advtable div.cell-input input[type="text"],div.advtable div.cell-input input[type="password"], div.advtable div.cell-input input[type="number"], div.advtable div.cell-input span.options {
	text-align: right;
	width: 100%;
}

div.advtable div.cell-input select {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-right-colors: none;
	-moz-border-left-colors: none;
	-moz-border-top-colors: none;
	background-color: #EEEEEE;
	border-color: #C0C0C0 #D9D9D9 #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	display: inline-block;
	font-weight: 700;
	height: 29px;
	line-height: 27px;
	padding-right: 2px;
	vertical-align: top;
	width: 100%;
}

div.advtable div.cell-example span.queryterm {
	color: #666666;
	white-space: pre;
}


.line_splitter {
	border-top: 1px solid #EBEBEB;
	clear: both;
	margin: 18px 0;
}

div.bottom-wrapper {
	height: auto !important;
	margin: 0 auto -60px;
	min-height: 100%;
}

.search-record
{
	min-height:41px;
}

.search-record input[type="text"]
{
	text-align:right;
}

.search-record
{
	padding-left:10px;
	text-align:left;
}

.search-record input[type="text"]
{
	width:160px;
}

input[type="submit"], input[type="button"]
{
	text-align:center;
	line-height:15px;
	height:27px;
}

button
{
	text-align:center;
}

.search-record-itemTitle
{
	padding-top:15px;
	padding-right:10px;
	min-height:18px;
}
.grid-action-container *
{
	float: right;
	cursor: pointer;
}
.grid-action-container a:hover
{
	background-color:#aabbff;
	/*box-radius: 3px;*/

}

.divImpWar {
    position: absolute;
    width: 100%;
    /*height: 300px;*/
    top: 30%;
    text-align: center;
    margin: 0 auto;
    display: none;
    background-image: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: BMitraBold;
    height: auto !important;
}

    .divImpWar .divImpWarContainer {
        margin: 0 auto;
        color: White;
        width: 650px;
        text-align: right;
    }

    .divImpWar .divImpWarTitle {
        width: 100%;
        font-size: 15pt;
        font-weight: bold;
        padding: 25px 0;
        float: left;
    }

    /*.divImpWar .divImpWarImage {
        background-image: url(../../Content/Images/warning.png) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        border: 0 solid white !important;
        width: 19%;
        min-height: 120px;
        float: right;
    }*/

    .divImpWar .divImpWarText {
        width: 100%;
        font-size: 11pt;
        min-height: 120px;
        float: left;
    }

    .divImpWar .divImpWarTextInner {
        /*padding-right: 20px;*/
        font-weight: normal;
    }

    .divImpWar .divImpWarButtons {
        width: 100%;
        padding: 50px 0 25px 0;
        text-align: left;
        float: left;
    }

        .divImpWar .divImpWarButtons .divImpWarBtn {
            border: 2px solid white;
            width: 100px;
            height: 35px;
            font-weight: bold;
            color: White;
            margin: 0 5px;
        }

.ltr-layout .divImpWar .divImpWarContainer {
    text-align: left;
}
.ltr-layout .divImpWar .divImpWarButtons {
    text-align: right;
}

/*.divImpWar .divImpWarButtons .divImpWarBtn.confirmActiveButton{
    background-color: #4617B5;
}*/

/* Styles for popup 
-----------------------------------------------------------*/
	.popup {
		display: none;
		background-color: white;
		border-radius: 5px;
		padding: 20px;
	}

	.popup-confirm
	{
		margin-left: 20px;
		height: 31px !important;
		padding: 5px 13px;
		background: none;
		background-color: gold;
		border: none !important;
		font-family: "BMitraBold";
		font-size: 120%;
	}

	.popup-buttons
	{
		margin-top: 25px;
	}

.ltr-layout {
    direction: ltr;
}


.ltr-layout div.advtable div.cell-label {
		color: #222222;
		display: inline-block;
		float: left;
		font-size: 13px;
		height: 42px;
		line-height: 16px;
		min-width: 167px;
		vertical-align: middle;
		width: 16%;
	}

.ltr-layout div.advtable div.cell-input, div.advtable div.cell-section {
		display: inline-block;
		float: left;
		min-height: 41px;
		min-width: 167px;
		vertical-align: middle;
		width: 40%;
	}

.floated {
    float: right;
}

.ltr-layout .floated {
    float: left;
}

.floated-reverse {
    float: left;   
}

.ltr-layout .floated-reverse {
    float:right;
}

.table
{
	display: table !important;
	width: 100%;
	height: 100%;
}

.table.fixed
{
	table-layout: fixed;
}

.table-cell
{
	display: table-cell !important;
	vertical-align: middle;
}

.table-row
{
	display: table-row !important;
	height: 100%;
}


.full-cell
{
	display: table-cell !important;
	width: 100% !important;
	vertical-align: middle;
}

.button-left {
    background-color: #394472;
    color: white;
    width: 100px;
}


.ltr-layout div.advtable div.cell-input input[type="text"],div.advtable div.cell-input input[type="password"], div.advtable div.cell-input input[type="number"], div.advtable div.cell-input span.options {
	text-align: left;
	width: 100%;
}

.getText-text
{
	width:100%;
}

.confirm-button 
{
	min-width: 90px;
	min-height: 31px;
	font-family: "BMitraBold";
}

input::-ms-clear{
    display: none;
}

.theme-colored-box {
	background-color: #4617B4;
	border: 2px solid #7B4DE8;
}

.theme-colored-box-darker {
	background-color: #421c9c;
	border: 2px solid #6c43cf;
}

.clnr-notification {
    display: inline-block;
    color: white;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

    .clnr-notification li {
        display: inline-block;
        width: 178px;
        height: 89px;
        overflow: hidden;
        transition: width 300ms ease-in-out;
    }

    .clnr-notification.show-expandedPage li.notification-data,
    .clnr-notification li.expandedPage {
        width: 0;
    }

    .clnr-notification li.notification-data,
    .clnr-notification.show-expandedPage li.expandedPage {
        width: 377px;
    }

    .clnr-notification li > div {
        height: 100%;
        box-sizing: border-box;
    }

    body:not( .ltr-layout ) .clnr-notification li:last-child > div {
        border-right: none;
    }

    .clnr-notification .actions-wrapper {
        cursor: pointer;
    }
    .clnr-notification .notification-actions-wrapper .notification-actions-expander {
        width: 15px;
        transition: transform 300ms ease-in-out;
    }
    
    .clnr-notification.show-expandedPage .notification-actions-wrapper .notification-actions-expander {
        transform: rotate( 180deg );
    }

        .clnr-notification .notification-actions-wrapper .notification-actions-expander span {
            display: inline-block;
            width: 100%;
            height: 100%;
            opacity: 0.7;
            background-image: url("../Images/narrow_arrow.png");
            background-repeat: no-repeat;
            background-position: center;
			cursor: pointer;
        }

        .clnr-notification .notification-actions-wrapper .table-cell > div {
            text-align: center;
            margin: 5px 15px 0 15px;
        }

        .clnr-notification .notification-actions-wrapper .table-cell > div > div {
            display: block;
            height: 32px;
            background-repeat: no-repeat;
            background-position: 50% 50%;
        }

        .clnr-notification .notification-actions-wrapper > div .snooze {
            background-image: url("../Images/snooze.png");
        }

        .clnr-notification .notification-actions-wrapper > div .dismiss {
            background-image: url("../Images/dismiss.png");
        }

    .clnr-notification .snooze-step-wrapper {
        height: 85px;
    }
    .clnr-notification .snooze-step-wrapper .selectable-item{
        width: 60px;
        text-align: center;
    }
		.clnr-notification .snooze-step-wrapper .selectable-item .snooze-action-wrapper {
			cursor: pointer;
			padding: 10px 0;
			margin: 0 10px;
		}

		.clnr-notification .snooze-step-wrapper .table-cell:not(.selectable-item) {
			width: 173px;
		}

        .clnr-notification .snooze-step-wrapper .selectable-item:not(.default) {
            opacity: 0.8;
        }

    .clnr-notification .notification-data-wrapper {
        height: 100%;
        cursor: pointer;
    }

        .clnr-notification .notification-data-wrapper .clnr-notification-title,
		.clnr-notification .notification-data-wrapper .clnr-notification-subject,
		.clnr-notification .notification-data-wrapper .clnr-notification-extraInfo {
            font-size: 10pt;
			margin: -6px 5px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 100%;
			padding-bottom: 5px;
			line-height: 18px;
        }

        .clnr-notification .notification-data-wrapper .clnr-notification-title {
            font-weight: bold;

        }

        .clnr-notification .notification-data-wrapper > div {
            display: inline-block;
            height: 100%;
            line-height: 100%;
            vertical-align: middle;
        }

            .clnr-notification .notification-data-wrapper > div > div {
                width: 323px;
                margin-top: 20px;
            }

        .clnr-notification .notification-data-wrapper span 
		{
			display: inline-block;
            height: calc( 100% - 5px );
            width: 32px;
            background-repeat: no-repeat;
            background-position: bottom;
		}

        .clnr-notification .notification-data-wrapper span.calendar {
            background-image: url("../Images/calendar.png");
        }

    .ltr-layout .clnr-notification li:last-child > div {
        border-left: none;
    }

    .ltr-layout .clnr-notification .notification-actions-wrapper .notification-actions-expander {
        transform: rotate( 180deg );
    }

    .ltr-layout .clnr-notification.show-expandedPage .notification-actions-wrapper .notification-actions-expander {
        transform: rotate( 0deg );
    }


.notify-elm-style
{
	display: none;
	position: absolute;
	z-index: 50;
	left: 18px;
	right: auto;
	top: 60px;
	-moz-transition: top .5s ease;
	-o-transition: top .5s ease;
	-webkit-transition: top .5s ease;
	transition: top .5s ease;
}

.ltr-layout .notify-elm-style
{
		left: auto;
		right: 18px;
}

.messageDiv
{
	width: 350px;
	min-height: 85px;
	height: auto;
	background-color: #4617B4;
	border: 2px solid #7B4DE8;
	position: absolute;
	z-index: 50;
	left: 18px;
	top: 60px;
	display: none;
}

	.messageDivWrapper.hasClickEvent 
	{
		cursor: pointer;
	}

.ltr-layout .messageDiv
{
	left: auto;
	right: 18px;
}

.messageCloseImg
{
	cursor: pointer;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	background-position: center;
	display: block;
	margin: 5px auto;
}

.messageDivWrapper 
{
	height: auto;
}

.messageTitle
{
	color: White;
	font-family: "BMitraBold";
	font-size: 18px;
	margin: 10px 10px 5px 10px;
}

.messageDesc
{
	color: White;
	font-family: Tahoma, DownloadTahoma;
	font-size: 8.25pt;
	margin: 5px 10px 5px 10px;
}

.closeDiv
{
	width: 24px;
	height: 24px;
	float: left;
	display: none;
}

.ltr-layout .closeDiv
{
	float: right;
}


@font-face {
	font-family: "DownloadTahoma";
	src: url("../../fonts/tahoma/cd0381aa3322dff4babd137f03829c8c.eot"); /* IE9*/
	src: url("../../fonts/tahoma/cd0381aa3322dff4babd137f03829c8c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../../fonts/tahoma/cd0381aa3322dff4babd137f03829c8c.woff2") format("woff2"), /* chrome、firefox */
	url("../../fonts/tahoma/cd0381aa3322dff4babd137f03829c8c.woff") format("woff"), /* chrome、firefox */
	url("../../fonts/tahoma/cd0381aa3322dff4babd137f03829c8c.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../../fonts/tahoma/cd0381aa3322dff4babd137f03829c8c.svg#Tahoma") format("svg"); /* iOS 4.1- */
}

@font-face {
	font-family: "DownloadTahomaBold";
	src: url("../../fonts/tahoma_bold/a41bd5ce7554eddb34b68e39e2cb83b9.eot"); /* IE9*/
	src: url("../../fonts/tahoma_bold/a41bd5ce7554eddb34b68e39e2cb83b9.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../../fonts/tahoma_bold/a41bd5ce7554eddb34b68e39e2cb83b9.woff2") format("woff2"), /* chrome、firefox */
	url("../../fonts/tahoma_bold/a41bd5ce7554eddb34b68e39e2cb83b9.woff") format("woff"), /* chrome、firefox */
	url("../../fonts/tahoma_bold/a41bd5ce7554eddb34b68e39e2cb83b9.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../../fonts/tahoma_bold/a41bd5ce7554eddb34b68e39e2cb83b9.svg#Tahoma Bold V3") format("svg"); /* iOS 4.1- */
}
/*animations - start ( It should be in a separate file. )
----------------------------------------------------------------------------------*/
.slideFadeIn-rl
{
    animation-name: slideFadeIn-rl;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@keyframes slideFadeIn-rl {
    0% {
        transform: translate(-5px, 0 );
        opacity: 0;
        overflow: hidden;
    }
    100% {
        transform: translate(0, 0 );
        opacity: 1;
        overflow: auto;
    }
}
.slideFadeOut-rl
{
    animation-name: slideFadeOut-rl;
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@keyframes slideFadeOut-rl {
    0% {
        transform: translate(0, 0 );
        opacity: 1;
        overflow: hidden;
    }
    100% {
        transform: translate(5px, 0 );
        opacity: 0;
        overflow: auto;
    }
}
/*----------------------------------------------------------------------------------
animations - end*/