﻿/*Fix bug - 3489*/
textarea {
    white-space: pre-line;
}

[ql='14'] {
    direction: ltr;
}

.buttons {
    cursor: pointer;
    padding: 2px 12px 3px 12px;
    border-radius: 7%;
    padding: 2px 12px 3px 12px;
}

html, body, #mainDiv, form {
    height: 100%;
}

.display-none {
    display: none;
}

.prog1Width {
    background-color: #C6C6C6;
    width: 0px;
}

.progressbar {
    outline: #C6C6C6 1px solid;
    height: 15px;
    width: 100%;
}

.progressbarTable {
    width: 50%;
    min-width: 300px;
}

.upload {
    width: 100%;
    text-align: center;
}

#btnDelete {
    vertical-align: middle;
    float: right;
}

body[dir=rtl] #btnDelete {
    float: left;
}

.fileName {
    border: #DEE0E4 1px solid;
    border-radius: 3px;
    background-color: #E9EBED;
    width: 50%;
    min-width: 300px;
    height: 15px;
}

    .fileName input {
        background-color: transparent;
        border: 0;
        float: left;
    }

body[dir=rtl] .fileName input {
    float: right;
}

.disabledLayer {
    position: fixed;
    opacity: 0.7;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #BEBEBE;
    display: none;
    cursor: not-allowed;
}

.custemDialog {
    max-width: 90%;
    max-height : 90%;
    width: 400px;
    height: 265px;
    z-index: 999999;
    position: fixed;
    color: #000000;
    background-color: #ffffff;
    border-radius: 2%;
    /* To align popup window at the center of screen*/
    top: 50%;
    left: 50%;
   transform: translate(-50%, -50%);
}

    

.custemDialog > .buttomButtonPane {
    border-top: 1px solid #b2b2b2;
    margin-top: 5px;
    height: 10%px;
}

.buttomButtonPane > .buttomButton {
    margin: 5px 5px 5px 5px;
    bottom: 0;
    cursor: pointer;
    width: 50px;
    height: 10%;
    text-align: center;
    border-radius: 7%;
}

.dialogTitle > .topButton {
    width: 15px;
    height: 15px;
    float: left;
    padding: 5px;
    cursor: pointer;
}

.dialogTitle {
    width: 100%;
    height: 10%;
    vertical-align: central;
    border-radius: 2% 2% 0px 0px;
}

div #InternalDlg_pnlDialogContent{
    position:relative;
}
#logoTbl tbody{
    width:100%;
    display:table;
}
#logoTbl{
    padding: unset;
}
div.spinnerDiv{
    padding: 25% 45% 0 0;
}
#ui-dialog-title-ChangePasswordDialog:after {
  content:'תהליך יצירת סיסמא';
}
#ui-dialog-title-RestorePasswordDialog:after {
  content:'תהליך שחזור סיסמא';
}
/*11.4.18 matan.m fix jira:3201*/
#ChangePasswordDialogContent div
 {
    background-color:white;
    width:90%;
}

#ChangePasswordDialog div 
 {
    background-color:white;
}

#ShowPasswordChangedResult {
    background-color: white !important;
    padding: 5%;
    width:95%;
}

    #ShowPasswordChangedResult div {
        text-align: center;
        width:95%;
    }
/*------------------------------------*/
    /*15.4.18 matan.m fix jira:3213*/
#RestorePasswordDialog div
{
    background-color: white !important;
}
#alertmsg div
{
    background-color: white !important;
    z-index: 999999;
}
/*------------------------------------*/

input[type=text]::-ms-clear { /*24.4.18 fix matan.m jira:3236*/
    display: none;
}
