/*----------------new ui----------------*/
.security {
    width: 100%;
    margin: 0px;
}
.test-connection {
    border-radius: 0px;
    width: 150px;
    height: 28px;
}
.lockdown-btn{
    text-align: center;
    float:left;
    position: absolute;
}
.xcc-icon-hodaka-logo{
    position: absolute;
    right: 10px;
    width: 93px !important;
    height: 40px !important;


}
.security > div {
    margin-bottom: 0px;
    box-shadow: 2px 2px 2px #cecece;
}

.security > div:nth-child(2n-1) {
    border-right: 1px solid #e1e1e1;
}

.qlink-adjust-div {
    padding-top: 8px;
}

.qlink-adjust-div-delete {
    padding-top: 0px;
}

.security-content {
    padding: 20px;
    background-color: #fff;
}

.security-title {
    line-height: 16px;
    margin-top: 5px;
}

.security-setting-title {
    height: 36px;
    line-height: 36px;
}

.security-setting-title > div {
    height: 36px;
    line-height: 36px;
    padding: 0;
}

/*.security-setting-title > div:first-child span:nth-child(1),*/
.security-setting-title > div:first-child > div:first-child{
    font-family: 'Arial Normal', 'Arial';
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
}

.security-setting-title > div:first-child span:nth-child(2) {
    display: block;
    margin: -1px 0px 0px 10px;
    /*float: left;*/
}

.security-setting-operate {
    float: right;
}

.security-setting-info {
    height: 36px;
    line-height: 36px;
    margin-bottom: 5px;
}

.security-setting-info > div {
    height: 36px;
    line-height: 36px;
    padding: 0px;
}

.security-setting-info label {
    font-size: 14px;
}

.security-setting-title .operate,
.security-setting-info .operate,
.security-setting-list .operate {
    float: right;
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    color: #0096E7;
}

.security-setting-list .operate-disabled {
    float: right;
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;    
    color: #808080;
}

.security-setting-title .operate > span:first-child {
    margin: 0px 10px;
}

.security-setting-list {
    color: #666666;
    font-size: 13px;
    /*
    height: 36px;
    line-height: 36px;*/
}

.security-setting-list > div {
    padding: 0 10px;
}

.security-setting-list > div > div {
/*    height: 36px;
    line-height: 36px;*/
    padding: 0;
}

.security-setting-radio {
    color: #666666;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
}

.security-setting-radio > div {
    min-height: 72px;
    line-height: 36px;
    padding: 0;
}

.security-sklm {
    padding-top: 0px
}

.security-sklm > div:not(:first-child) {
    margin-top: 10px;
}

.security-sklm > div:last-child {
    margin-top: 30px;
}

/*----------------operate----------------*/
.security-dropdown-active {
    font-size: 12px;
    color:#2196F3;
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}
.security-dropdown-active:hover, .security-dropdown-active:focus {
    background-color:#f5f5f5;
}
.security-dropdown-disable {
    font-size: 12px;
    color:#8e8e8e;
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}
.security-dropdown-disable:hover, .security-dropdown-disable:focus{
    cursor: not-allowed;
    background-color:#f5f5f5;
}
.security-dropdown:hover {
    background-color: rgba(226, 226, 226, 0.98);
}

.active-menu > a > span {
    font-size: 12px;    
    color:#2196F3;
}

.disabled-menu > a > span {
    font-size: 12px;    
    color:#8e8e8e;
    cursor: not-allowed;
}

.security-operate {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.security-operate-right {
    margin-right: 14px;
}

.security-operate-disabled {
    cursor: not-allowed;
}

.security-operate.help-info {
    float: right;
}

.security-operate.help-sm-info {
    background-image: url('../images/icons/help-dcgg.png');
    background-size: 16px;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    font-size: 12px;
    color: #666666;
}

.security-operate.help-sm-info:hover {
    background-image: url('../images/icons/help-mouseover.png');
}

.security-operate.generate-setting {    
    background-image: url(/www/images/genCert_mouseOver.png);
}

.security-operate.generate-setting.disabled {
    cursor: not-allowed;
    background-image: url(/www/images/genCert.png);
}

.security-operate.remove-setting {   
    background-image: url(/www/images/remove-active.png);
}

.security-operate.remove-setting.disabled {
    background-image: url(/www/images/remove-inactive.png);
}

.security-operate.export-setting {
    margin-right:14px; 
    background-image: url(/www/images/security/u163_mouseOver.png);
}

.security-operate.export-setting.disabled {
    cursor: not-allowed;    
    background-image: url(/www/images/security/u163.png);
}

.security-operate.import-setting {
    margin-right:14px;    
    background-image: url(/www/images/security/u171_mouseOver.png);
}

.security-operate.import-setting.disabled {
    cursor: not-allowed;    
    background-image: url(/www/images/security/u171.png);
}

.security-operate.key-setting {
    margin: -5px 5px;
    height: 20px;
    background-image: url(/www/images/icons/generate-key-blue.png);
}

.security-operate.key-setting.disabled {
    cursor: not-allowed;    
    background-image: url(/www/images/security/u192.png);
}

.security-operate.sshkey-setting {
    background-image: url(/www/images/security/u192_mouseOver.png);
}

.security-operate.sshkey-setting.disabled {
    cursor: not-allowed;     
    background-image: url(/www/images/security/u192.png);
}

.security-operate.settings {
    background-image: url(/www/images/settings-active.png);
}

.security-operate.settings.disabled {
    background-image: url(/www/images/settings-inactive.png);
}

/*----------------label----------------*/
.setting-area-label {
    float: left;
    font-size: 14px
}

.setting-area-enable {
    float: right;
}

.setting-area-title {
    font-size: 14px;
    font-family: "Arial Normal", Arial;
    font-weight: 400;
    font-style: normal;
    color: rgb(51, 51, 51);
    text-align: left;
    line-height: 24px;
}

.setting-area-content {
    display: block;
    line-height: 24px;
    padding: 0px 0px 0px 15px;
}

.security-setting-list .setting-area-content {
    margin-bottom: 15px;
}

.security-label {
    color: #0096E7;
    cursor: pointer
}

.security-label.gray {
    font-size: 16px;
    color: #a2a1a1;
}

.security-label.left {
    float: left;
    margin-left: 20px;
}

/*----------------label----------------*/
.generate-certificate {
    color: #666;
}

.generate-certificate > div {
    padding: 0;
    height: 45px;
    line-height: 20px;
}

.generate-certificate .required {
    color: red;
    display: inline-block;
    width: 12px;
}

.import-certificate {
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
    color: #666666;
}

.import-certificate + span {
    font-size: 12px;
    color: #666666;
}

.parse-content {
    font-size: 12px;
    color: #666666;
    display: inline-block;
    /*margin: 10px 0;*/
    cursor: pointer;
}

.parse-content-text {
    resize: none;
    width: 94%;
    margin: 0px 10px;
}

.right-import-arrow {
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #666;
}

.down-import-arrow {
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #666;
    margin: 0px 3px 0px 3px;
    cursor: pointer;
}

/* ------------------------------------------------ */
.pop-over {
    display: block;
    position: absolute;
    background-color: #FFF;
    padding: 0 10px;
    box-shadow: 1px 2px 10px #aaaaaa;
    line-height: 24px;
    width: 900px;
    max-width: 900px;
    min-width: 100px;
    min-height: 24px;
    opacity: 0;
    z-index: 20480;
}

.pop-over-content {
    background-color: #FFF;
    line-height: 24px;
    position: absolute;
    margin-left: -10px;
    box-shadow: 0px 5px 10px #aaaaaa;
    color: #565656;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
    width: 900px;
    max-width: 900px;
    min-width: 100px;
    min-height: 24px;
    z-index: 20482;
}

.up-popover-arrow {
    display: inline-block;
    width: 26px;
    height: 20px;
    box-shadow: 1px -1px 5px #aaaaaa;
    transform: rotate(69deg) skewX(30deg) skewY(-14deg);
    margin-top: -5px;
    position: absolute;
    z-index: 20481;
    background-color: #fff;
    margin-left: 24px;
}

.right-popover-arrow {
    display: inline-block;
    width: 26px;
    height: 20px;
    box-shadow: -3px -3px 5px #dcdcdc;
    transform: rotate(-22deg) skewX(30deg) skewY(-14deg);
    margin-top: 30px;
    position: absolute;
    z-index: 20483;
    background-color: #fff;
    margin-left: -21px;
}

.down-popover-arrow {
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #666;
    margin: 0px 3px 0px 3px;
    cursor: pointer;
}

.left-popover-arrow {
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #666;
}

/*----------------status----------------*/

.disabled {
    cursor: default;
    color: #AEAEAE;
}

.active-action {
    padding: 0px 10px;
}

/*----------------switch-button----------------*/

.switch-button label {
    width: 57px;
    height: 30px;
    padding: 3px;
    background-color: #333F4B;
    border-radius: 1px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: right;
}

.switch-button label div {
    width: 24px;
    height: 24px;
    z-index: 2;
    background: #ffffff;
    display: block;
    float: right;

    transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.switch-button input + label:after {
    line-height: 24px;
    font-family: 'Arial Regular', 'Arial';
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 7px;
}

.switch-button input {
    display: none;
}

.switch-button input:checked + label {
    background-color: #cccccc;
}

.switch-button input:checked + label div {
    transform: translateX(-27px);
    -webkit-transform: translateX(-27px);
    -moz-transform: translateX(-27px);
    -o-transform: translateX(-27px);
}

.switch-button input:disabled + label {
    cursor: no-drop;
    background-color: #aeaeae;
}
.switch-button input:disabled + label:hover{
    outline: red solid 2px;
}
.switch-button input + label:hover{
    outline: rgb(0, 121, 186) solid 2px;
}

.switch-right {
    float: right;
}

.switch-left {
    float: left;
}

.switch-text {
    font-family: 'Arial Regular', 'Arial';
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
}


 /* sed key */
.sedimportLicenseBtn {
    width: 90px;
    height: 24px;
    margin-right: -5px;
}
.sedimportLicenseBtn:hover {
    cursor: pointer;
}
.sedlineInput {
    outline: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #000000;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    height: 24px;
    line-height: 24px;
    width: 130px;
}

.sedkey-manager-not-allowed {
    position: absolute;
    z-index: 900;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
    /* margin-left:-20px;
    margin-top:-20px; */
}

.sedkey-manager-not-allowed > div {
    width: 100%;
    height: 100%;
    background-color: #b2b2b2;
}

