/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.IDDialog {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
    z-index: 8000; 
    display: none; 
    position: fixed;  
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: hidden; 
}

.IDDialog .CLContent {
    position: relative;
    margin: auto;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    max-width: 800px;
    min-height: 200px;
    width: 80%;
    display: flex;
    flex-flow: column;
    overflow: hidden; 
    max-height: calc(100vh - 80px);
}

.IDDialog .CLContent .CLHeader {
  background-color: #f0f0f0;
  height: 40px;
}

.IDDialog .CLContent .CLHeader .CLTitle {
  font-size: 14px;                      
  font-weight: bold;
  color: #303030;
  float:left;
  padding: 10px 0px 0px 20px;
}

.IDDialog .CLContent .CLHeader .CLClose {
    float: right;
    padding: 8px 10px 0px 0px;
    margin: 0;
    width: 24px;
    height: 24px;
}

.IDDialog .CLContent .CLHeader .CLClose:hover {
  cursor: pointer;
}

.IDDialog .CLContent .CLForm-input {
  border: 1px solid #DBE1E8;
  color: #394263;
}

.IDDialog .CLContent .CLForm-input:focus {
  border: 1px solid #6ad2eb;
}

.IDDialog .CLContent .CLForm-submit {
    background-color: #313854;
    color: #ffffff;
    border: 1px solid #1bbae1;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.IDDialog .CLContent .CLBody {
  margin: 0px;
  padding: 20px 20px 20px 20px;
  overflow-x: no-content;
  overflow-y: auto;
}

.IDDialog .CLContent .CLBody label {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
    margin: 10px 0px 0px 0px;
    text-align: left;
    color: #303030;
    font-size: 14px;
}

.IDDialog .CLContent .CLBody input {
    min-height: 30px;
    border-radius: 3px;
    background: #fff;
    padding: 8px;
    border: 1px solid #DADFE2;
    box-sizing: border-box;
    width: 90%;
    margin: 5px 10px 0px 0px;
}

.IDDialog .CLContent .CLBody select {
    min-height: 30px;
    border-radius: 3px;
    background: #fff;
    padding: 8px;
    border: 1px solid #DADFE2;
    box-sizing: border-box;
    width: 90%;
    margin: 5px 10px 0px 0px;
}

.IDDialog .CLContent .CLBody h2 {
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 22px;
    font-weight: normal;    
}

.IDDialog .CLContent .CLBody h4 {
    padding: 0;
    margin: 10px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;    
}

.IDDialog .CLContent .CLBody .bigBtn {
    background-color:#04B8D8;
    padding: 8px 8px 8px 8px;
    color:#ffffff;
    font-size: 16px;
    border-right: 1px solid #0298b8;
    border-bottom: 1px solid #0298b8;
    text-align: center;
}

.IDDialog .CLContent .CLBody .bigBtn:hover {
    background-color: #03a8c8;
}

.IDDialog .CLContent .CLForm-submit:hover {
    background-color: #394263;
    border-color: #1593b3;
    color: #ffffff;
}

.IDDialog .CLContent .CLBody .CLBotton {
    background-color: transparent;
    color:#313854;
    border:1px solid #909090;;
    padding:5px 10px 5px 10px;
    font-size: 16px;
    border-radius:5px;
}

.IDDialog .CLContent .CLBody .CLBotton:hover {
    cursor: pointer;
}

.IDDialog .CLContent .CLBody .CLBotton2 {
    background-color:#00a71c;
    color:#ffffff;
    font-weight:bold;
    border:1px solid #00a71c;
    padding:5px 10px 5px 10px;
    font-size: 16px;
    border-radius:5px;
}

.IDDialog .CLContent .CLBody .CLBotton2:hover {
    background-color:#10b72c;
    cursor: pointer;
}

.IDDialog .CLContent .CLSep {
  border-bottom: 1px dashed #DBE1E8;
}

#ID1020Dialog .CL1020Content .CL1020Body .CL1020Form-input {
  padding: 2px 2px;
  width: 200px;
}

#ID1020Dialog .CL1020Content .CL1020Body .std-input,
#ID1020Dialog2 .CL1020Content .CL1020Body .std-input {
    min-height: 30px;
    border-radius: 3px;
    background: #fff;
    padding: 8px;
    border: 1px solid #DADFE2;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0px 12px 0px;
    color: #313854;
}

#ID1020Dialog .CL1020Content .CL1020Body .std-label,
#ID1020Dialog2 .CL1020Content .CL1020Body .std-label {
    color: #354147;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#ID1020Dialog .CL1020Content .CL1020Body .cancel-button,
#ID1020Dialog2 .CL1020Content .CL1020Body .cancel-button {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px;
    min-width: 120px;
    text-align: center;
    background: #f1f4f5;
    color: #505050;
    border: 1px solid #dadfe2;
    border-radius: 5px;
    float: right;
    font-size: 14px;
    font-weight: bold;
}

#ID1020Dialog .CL1020Content .CL1020Body .cancel-button:hover,
#ID1020Dialog2 .CL1020Content .CL1020Body .cancel-button:hover {
    cursor: pointer;
}

#ID1020Dialog .CL1020Content .CL1020Body .delete-button,
#ID1020Dialog2 .CL1020Content .CL1020Body .delete-button {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px;
    min-width: 120px;
    text-align: center;
    background: #c00000;
    color: #ffffff;
    border: 1px solid #900000;
    border-radius: 5px;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

#ID1020Dialog .CL1020Content .CL1020Body .delete-button:hover,
#ID1020Dialog2 .CL1020Content .CL1020Body .delete-button:hover {
    cursor: pointer;
    background-color: #e00000;
}


#ID1020Dialog .CL1020Content .CL1020Body .save-button,
#ID1020Dialog2 .CL1020Content .CL1020Body .save-button {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px;
    min-width: 120px;
    text-align: center;
    background-color: #00a71c;
    color: #ffffff;
    border: 1px solid #00a71c;
    border-radius: 5px;
    float: right;
    font-size: 14px;
    font-weight: bold;
}

#ID1020Dialog .CL1020Content .CL1020Body .save-button:hover,
#ID1020Dialog2 .CL1020Content .CL1020Body .save-button:hover {
    cursor: pointer;
    background-color: #10b72c;
}

#ID1020Dialog .CL1020Content .CL1020Body .func-button,
#ID1020Dialog2 .CL1020Content .CL1020Body .func-button {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px;
    min-width: 120px;
    text-align: center;
    background-color: #ffffff;
    color: #303030;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    float: right;
    font-size: 14px;
    font-weight: bold;
}

#ID1020Dialog .CL1020Content .CL1020Body .func-button:hover,
#ID1020Dialog2 .CL1020Content .CL1020Body .func-button:hover {
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #00a71c;
}

#ID1020Dialog .CL1020Content .CL1020Body .requiredText {
    color: #FF4A00;
    font-size: 11px;
}


#ID1020Dialog .CL1020Content .CL1020Body .table-list {
    border-collapse: collapse;
}

#ID1020Dialog .CL1020Content .CL1020Body .table-list tr th {
    font-size: 14px;
    border: 1px solid #909090;
    background-color: #f9fafc;
    padding: 2px 10px 2px 10px;
    color: #606060;
}

#ID1020Dialog .CL1020Content .CL1020Body .table-list tr td {
    font-size: 14px;
    border: 1px solid #909090;
    padding: 2px 10px 2px 10px;
    word-wrap: break-word;
    word-break: break-all;
    color: #606060;
}

#ID1020Dialog .CL1020Content .CL1020Body .table-list .odd {
    background-color: #dfdfdf;
    word-wrap: break-word;
}

#ID1020Dialog .CL1020Content .CL1020Body .table-list .even {
    background-color: #ffffff;
    word-wrap: break-word;
}
