/*
 GLOBAL
 */

html {
    font: 12px/14px Arial, Helvetica, Sans-serif
}

body {
    background-color: white;
    margin: 0px 15px 20px;
    font: normal 12px arial;
    direction: rtl;
}

* {
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 13px;
}

fieldset {
    border-color: lightgray;
    border-radius: 5px 5px 5px 5px;
    padding: 15px;
}

/* Search Panel - Extend search Link */
.searchBottom a span.open {
    background: url(image/secondSearchUpButton.png) bottom left no-repeat;
}

.searchBottom a span {
    background: url(image/secondSearchDownButton.png) bottom left no-repeat;
    display: block;
    width: 17px;
    height: 19px;
}

/*-----------------top menu----------------*/
.topmenu {
    background: rgb(253, 253, 253); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZTZlYWVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiNlNmVhZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNCUiIHN0b3AtY29sb3I9IiNmMGYxZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmRmZGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(230, 234, 237, 1) 3%, rgba(230, 234, 235, 1) 7%, rgba(240, 241, 243, 1) 24%, rgba(251, 251, 251, 1) 52%, rgba(253, 253, 253, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 253, 253, 1)), color-stop(3%, rgba(230, 234, 237, 1)), color-stop(7%, rgba(230, 234, 235, 1)), color-stop(24%, rgba(240, 241, 243, 1)), color-stop(52%, rgba(251, 251, 251, 1)), color-stop(100%, rgba(253, 253, 253, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(230, 234, 237, 1) 3%, rgba(230, 234, 235, 1) 7%, rgba(240, 241, 243, 1) 24%, rgba(251, 251, 251, 1) 52%, rgba(253, 253, 253, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(230, 234, 237, 1) 3%, rgba(230, 234, 235, 1) 7%, rgba(240, 241, 243, 1) 24%, rgba(251, 251, 251, 1) 52%, rgba(253, 253, 253, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(230, 234, 237, 1) 3%, rgba(230, 234, 235, 1) 7%, rgba(240, 241, 243, 1) 24%, rgba(251, 251, 251, 1) 52%, rgba(253, 253, 253, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(230, 234, 237, 1) 3%, rgba(230, 234, 235, 1) 7%, rgba(240, 241, 243, 1) 24%, rgba(251, 251, 251, 1) 52%, rgba(253, 253, 253, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#fdfdfd', GradientType=0); /* IE6-8 */

    border: 1px solid #B4C1C7;
    border-radius: 5px 5px 5px 5px;
    font: bold 14px Arial;
    height: 40px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
}

.topmenu ul li {
    display: inline;
}

.topmenu a {
    color: #1A4E5C;
    text-decoration: none;
}

.topmenu td {
    padding: 0 25px;
    text-align: center;
}

.topmenu a:visited {
    color: #1A4E5C;
}

.toplogo {
    height: 50px;
}

.topmenu a:hover, .topmenu .current {
    color: #1A4E5C !important;
}

td.menuSeparator:after {
    content: "";
    background-image: url('image/top_long_separator.png');
    background-repeat: no-repeat;
    width: 3px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-left: -26px;
}

a.homePageLink label {
    cursor: pointer;
}

a.homePageLink:before {
    content: "";
    background-image: url("image/home_ico.png");
    background-repeat: no-repeat;
    margin: 5px;
    width: 13px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

a.userGuideLink label {
    cursor: pointer;
}

a.userGuideLink:before {
    content: "";
    background-image: url("image/info16x16.png");
    background-repeat: no-repeat;
    margin: 5px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.topmenu ul {
    /*background: url("image/topmenubg.png") repeat-x scroll center center transparent;*/
    border-width: 0;
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sys-logo {
    height: 75px;
    width: 390px;
    float: right;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 390px 75px;
}

.sys-logo2 {
    height: 75px;
    width: 390px;
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 390px 75px;
}

ul#toptoolbar {
    padding: 0;
    margin-bottom: 15px;
    margin-top: 4px;
    list-style-type: none;
    float: left;
    width: 100%;
    border: 1px solid #B4C1C7;
    border-radius: 4px 4px 4px 4px;
    background: #e6eaeb;
    background: -moz-linear-gradient(top, #e6eaeb 0%, #fafafa 46%, #ffffff 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6eaeb), color-stop(46%, #fafafa), color-stop(99%, #ffffff));
    background: -webkit-linear-gradient(top, #e6eaeb 0%, #fafafa 46%, #ffffff 99%);
    background: -o-linear-gradient(top, #e6eaeb 0%, #fafafa 46%, #ffffff 99%);
    background: -ms-linear-gradient(top, #e6eaeb 0%, #fafafa 46%, #ffffff 99%);
    background: linear-gradient(to bottom, #e6eaeb 0%, #fafafa 46%, #ffffff 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6eaeb', endColorstr='#ffffff', GradientType=0);
}

ul#toptoolbar li {
    display: inline;
}

ul#toptoolbar li a {
    float: right;
    width: 5em;
    padding: 0.2em 1em;
    text-decoration: none;
    border-left: 1px solid #fff;
}

ul#toptoolbar li a:hover {
    background-color: #369;
    color: #fff;
}

div.clearLinkDiv {
    margin: 15px 29px 0;
}

/** TITLED PANEL **/
/*extend-abel title panel*/
.extendableTitlePanelBox {
    background: #ffffff no-repeat;
    border: 1px solid #B4C1C7;
    min-height: 80px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
}

.extendableTitlePanelBox header {
    background-color: #83A1BD;
    height: 25px;
    overflow: hidden;
    padding: 7px 10px 0 0;
}

.extendableTitlePanelBox header,
.extendableTitlePanelBox header * {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.extendableTitlePanelBox header > a {
    float: left;
    text-decoration: none;
}

.extendableTitlePanelBox header > a:after {
    background-image: url("image/li_white_bullet.png");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    margin: 1px 9px;
    vertical-align: middle;
    width: 18px;
    transition: transform 0.5s linear 0s;
}

a.extendableLink:after {
    transform: rotate(-90deg);
}

.extendSecondSearchPanel {
    transition-property: display;
    transition-duration: 1s;
    transition-timing-function: ease;
    display: block;
}

.extendMarkupElement {
    padding-top: 5px;
    width: 99%;
}

.extendPanelBox {
    transition-property: display;
    transition-duration: 1s;
    transition-timing-function: ease;
    display: block !important;
}

.titlePanelBoxBody {
    background: #F2F2F2;
    border-bottom: 1px solid #DFDFE1;
    border-top: 1px solid #DFDFE1;
    padding: 10px 20px;
    border: 0 none;
}

.titlePanelBoxBody header {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0 0 10px 0;
}

.ui-datepicker-trigger {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 0 1px !important;
}

.fieldTooltip {
    background-image: url("image/info_tooltip_icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
a.tip {
    text-decoration: none
}

a.tip:hover {
    cursor: help;
    position: relative
}

a.tip span {
    display: none;
}

a.tip:hover span {
    border: #c0c0c0 1px dotted;
    padding: 10px 15px 10px 15px;
    display: block;
    z-index: 1000;
    right: 0px;
    margin: 10px;
    width: 450px;
    position: absolute;
    top: 10px;
    text-decoration: none;
    color: black;
    background: #F9E79F;
    white-space: pre-wrap;
}


.positiveStatus {
    color: #008000;
}

.negativeStatus {
    color: #da0000;
}

.messageINFO {

    color: green;
}

.messageINFO:before {
    content: url("image/greenV.gif");
    padding: 0 0 0 5px;
    vertical-align: middle;
}

label.uploadIndicator {
    background-image: url("image/ajax-loader.gif");
    height: 31px;
    width: 31px;
    display: inline-block;
    margin: 0 auto;
}

label.fileUpload.fileUploadDisabled {
    color: #ffffff;
}

label.fileUpload.fileUploadDisabled:active {
    cursor: default;
}

input[type='checkbox'].checkboxHover {
    box-shadow: 0 0 2px 2px lightblue;
}

.checkAllLabel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #0000FF !important;
    direction: ltr;
    text-decoration: underline;
    font-weight: normal !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
}

/******************************** job info severity css****************************/
/******************************** job info severity css****************************/
/******************************** job info severity css****************************/
.ERROR:before {
    background-image: url("image/warn_ic.png");
}

.FATAL:before {
    background-image: url("image/error_ic.png");
}

.INFO:before {
    background-image: url("image/info_ic.png");
}

.severity:before {
    height: 16px;
    width: 16px;
    display: inline-block;
    content: "";
    margin: 0 0 0 5px;
    vertical-align: -4px;
}

/********************************************* ClearingProcessConfirmPage *********************************************/
/********************************************* ClearingProcessConfirmPage *********************************************/
/********************************************* ClearingProcessConfirmPage *********************************************/
table.grid-table {
    border: none;
    line-height: 150%;
}

table.grid-table td.cell.money {
    direction: ltr;
    text-align: right;
}

.grid-table tfoot {
    font-weight: bold;
    border: none;
    background-color: #EFF8FF;
}

.grid-table tfoot td {
    border: 1px solid #EEEEEE;
}

div.groovy-fieldset {
    border: 1px solid #83A1BD;
}

div.groovy-fieldset > div {
    display: table-cell;
    padding: 15px 15px 15px 200px;
}

div.groovy-fieldset > div:not(:last-child) {
    border-left: 1px solid #83A1BD;
}

div.groovy-fieldset > div span.cell-header {
    padding-top: 3px;
    padding-right: 33px;
    padding-bottom: 15px;
    color: #384778;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

div.groovy-fieldset > div span.cell-header:before {
    content: "";
    background-repeat: no-repeat;
    background-position: top right;
    display: inline-block;
    vertical-align: middle;
}

div.groovy-fieldset > div span.cell-header.excel:before {
    background-image: url("image/microsoft-excel_24x24.png");
}

div.groovy-fieldset > div span.cell-header.graph:before {
    background-image: url("image/graph_24x24.png");
}

div.groovy-fieldset > div span.cell-header ~ * {
    margin-right: 33px;
}

a.info-icon-link:before {
    content: "";
    background-image: url("image/info16x16.png");
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

a.eye-icon-link {
    white-space: nowrap;
}

a.eye-icon-link:before {
    content: "";
    background-repeat: no-repeat;
    background-image: url("image/eye24x24.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;

}

tr.error-row + tr.tgrid-row.zebra.data {
    background-color: #FFE4DF !important;
}

tr.success-row + tr.tgrid-row.zebra.data {
    background-color: #F7FFEC !important;
}



/*buttons*/
.export {
    display: inline-block;
    text-decoration: none;
    color: #384778;
    margin:0 20px;
}

.export:before {
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.export.export_to_excel:before {
    background-image: url("image/microsoft-excel_24x24.png");
    width: 24px;
    height: 24px;
}

.reminder_link:before {
    background-image: url("image/wf_6_blue_icon_24x16.png");
    width: 24px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
