﻿/* -------------------------------- 

Primary style
background-color:#15C8D8; myt-blue
background-color:#4cddf3; myt-light blue 
old-background-color:#1784c7; blue
color: #ff6a00; orange
color dark gray-blue=#24343F
c-------------------------------- */

input {
    direction: rtl;
    text-align: right;
}
    input[type="text"], input[type="number"], select, textarea {
        border: 0 !important;
        border-bottom: solid 1px #c0c0c0 !important;
    }
    input[type="date"], input[type="datetime"], input[type="date-local"], input[type="datetime-local"], input[type="time"] {
        border: 0 !important;
        border-bottom: solid 1px #c0c0c0 !important;
    }

select {
    text-align: right;
    direction: rtl;
}
select.style-select {
    /*direction: rtl;
unicode-bidi: bidi-override;
text-align: right;*/
    font-size: 14px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    margin-left: 5px;
    /*-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;*/
}
input.label {
    border: 0 !important;
    background-color: transparent;
}

input.label-line {
    border: 0;
    border-bottom: solid 1px #c0c0c0;
    background-color: transparent;
}

input.label-border {
    border: 0;
    border: solid 1px #c0c0c0;
    background-color: transparent;
}

.input-border {
    border: 0;
    border: solid 1px #c0c0c0!important;
    background-color: transparent;
}
input.disabled {
    background: #dddddd;
}

.w-40 {
    width: 40px;
    text-align: center;
}
.w-60 {
    width: 60px;
    text-align: center;
}

.w-80 {
    width: 80px;
    text-align: center;
}

.font-90 {
    font-size: 90%;
    direction: rtl;
}

/*label =======================*/

.tab_container-rtl {
    margin: 5px;
    text-align: right;
    direction: rtl;
}

.tab_column-right {
    margin-right: 5px;
    margin-left: auto;
}

/*.tab-panel {width:100%}*/
.expander-entry {
    margin: 0 !important;
    padding: 5px !important
}

.padding-r10 {
    padding-left: 10px;
}

/*label =======================*/
label.border {
    border: solid 1px #c0c0c0;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
}

label.white {
    background-color: #fff;
}

label.line-space-10 {
    padding-left: 5px;
    padding-right: 5px;
}

/*panel =======================*/
.panel-btn-2 {
    background-color: #f3f2f2;
    font-size: 100%;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 2px rgba(0,0,0, .75);
    box-shadow: 0 0 2px rgba(0,0,0, .75); 
}



/*mng =======================*/
#TaskBody {
    min-height: 100px;
    border: solid 1px #c7c1c1;
    background-color: #fff;
    overflow-x: hidden;
}
.editor-view-full {
    height: 800px;
}
.editor-view-std {
    height: 200px !important;
}
.editor-view-med {
    height: 500px;
}
.editor-view {
    top: 70px;
    left: 20px;
    position: fixed;
    width: 80%;
    height: 800px !important;
    z-index: 1000;
}
.newsTextContainer {
    /*padding: 0em 5.3em;*/
    padding-bottom: 10px;
    color: #888D94 !important;
    font-size: 90% !important;
    margin-top: 5px;
}

.toHide {
    color: #888D94 !important;
    font-size: 83% !important;
    font-weight: normal !important;
    /*margin-left: 5.1em;*/
    margin-top: 4px;
    padding-bottom: 5px;
}

.expanderContainer {
    margin-bottom: 5px;
    border-radius: 9px;
}
/*.switch-group {
            direction: rtl;
            text-align: right;
            height:26px;
        }
            */
.switch-item {
    /*direction: rtl;
            padding: 4px 12px;*/
    width: 60px;
}

i {
    padding-left: 4px;
}

.green {
    color: black\9;
    background-color: #19a709;
}

.yellow {
    color: black\9;
    background-color: yellow;
}

.red {
    color: black\9;
    background-color: #e83636;
}

.green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
    color: black;
    background-color: #19a709;
}

.yellow:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .yellow:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
    color: black;
    background-color: yellow;
}

.red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
    color: black;
    background-color: #e83636;
}


/*grid extension ================*/

/*.jqx-grid-cell {
    border-left: none;
    border-right: none;
}*/

.jqx-grid-toolbar {
    background-color: #15C8D8 !important;
    /*background-color: #E8E8E8;*/
    border: solid 1px #C7C7C7;
    width: 100%;
    height: 100%;
    min-height: 35px;
    overflow: auto;
}

.grid-toolbar {
    /*background-color: #E8E8E8;
    border: solid 1px #C7C7C7;*/
    /*background-color: #f5fdff;*/
    border-color: #15C8D8;
    /*background-color: #b2e8f3 !important;*/
    /*background-color: #cdebf1 !important;*/
    /*background-color: #d9f6fc !important;*/
    background-color: #f7f7f7;
    color: #0074a2 !important;
}

.grid-wrap {
    padding: 0;
    margin: 0;
    min-height:200px;
}

.jqx-input {
    padding: 0 !important;
    margin-top: 0 !important;
    height:25px !important;
}

.jqx-grid-cell {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #0074a2 !important;
    color: #173361 !important;
}
.grid-wrap-cell-center{
    text-align: center;
    direction: rtl;
    margin: 5px;
}
.grid-wrap-cell-right {
    text-align: right;
    direction: rtl;
    margin: 5px;
    background-color: #024e6c !important;
}
.jqx-grid-toolbar {
    /*background-color: #15C8D8 !important;*/
    background-color: #0074a2 !important;
}

.jqx-widget-header {
    /*background-color: #0074a2 !important;
    color: #fff !important;*/
    color: #0074a2 !important;
    /*background-color: #a7dae5 !important;*/
    /*background-color: #cdebf1;*/
    /*background-color: #FFF;*/
    /*background-color: #a7dae5;*/
    /*background-color: #a9d5dd !important;*/
    /*border-color: #0074a2 !important;*/
    /*background-color: #f5fdff;*/
    /*background-color: #cdebf1;*/
    background: #f7f7f7;
    border-color: #cdebf1 !important;
}
.jqx-grid-pager {
    /*background-color: #cdebf1;*/
    background: #f7f7f7;
}

.jqx-icon-arrow-left {
    /*background-color: #cdebf1 !important;*/
    /*background-color: #a9d5dd !important;*/
    background-color: #FFF;
}

/*grid extension ================*/



::placeholder {
    color: #0074a2 !important;
}
.combox-placeholder {
    color: #0074a2 !important;
}
