@charset "utf-8";

.confirm-prompt {font-size: 14px; line-height: 1.42857143; color: #333; vertical-align: middle;}
.confirm-prompt-lable {font-weight: 700; margin-bottom: 5px; max-width: 100%; display: inline-block;}
.confirm-prompt-input {width: 90%; height: 14px; padding: 6px 12px; color: #555; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}
.confirm-prompt-content {margin-top: 10px}


.jconfirm-content { font-size: 16px; text-align: left; }


.ui-dialog-titlebar-close {width: 18px; height: 18px; margin: -9px 0 0 0; padding: 0px;}


/*exception ui css start*/
.exception-widget.exception-widget-content {
    border: 1px solid #c5c5c5;
}
.exception-corner-all, .exception-corner-bottom, .exception-corner-right, .exception-corner-br {
    border-bottom-right-radius: 3px;
}
.exception-corner-all, .exception-corner-bottom, .exception-corner-left, .exception-corner-bl {
    border-bottom-left-radius: 3px;
}
.exception-corner-all, .exception-corner-top, .exception-corner-right, .exception-corner-tr {
    border-top-right-radius: 3px;
}
.exception-corner-all, .exception-corner-top, .exception-corner-left, .exception-corner-tl {
    border-top-left-radius: 3px;
}
.exception-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.exception-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.exception-tabs {
    position: relative;
    padding: .2em;
}

.exception-tabs .exception-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.exception-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.exception-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.exception-helper-clearfix:before, .exception-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.exception-helper-clearfix:after {
    clear: both;
}
.exception-helper-clearfix:before, .exception-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.exception-tabs .exception-tabs-nav li.exception-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.exception-tabs .exception-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.exception-state-default, .exception-widget-content .exception-state-default, .exception-widget-header .exception-state-default, .exception-button, html .exception-button.exception-state-disabled:hover, html .exception-button.exception-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.exception-state-active, .exception-widget-content .exception-state-active, .exception-widget-header .exception-state-active, a.exception-button:active, .exception-button:active, .exception-button.exception-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.exception-tabs .exception-tabs-nav li.exception-tabs-active .exception-tabs-anchor, .exception-tabs .exception-tabs-nav li.exception-state-disabled .exception-tabs-anchor, .exception-tabs .exception-tabs-nav li.exception-tabs-loading .exception-tabs-anchor {
    cursor: text;
}
.exception-tabs .exception-tabs-nav .exception-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}		
.exception-widget-header a {
    color: #333333;
}
.exception-widget-content a {
    color: #333333;
}
.exception-state-default a, .exception-state-default a:link, .exception-state-default a:visited, a.exception-button, a:link.exception-button, a:visited.exception-button, .exception-button {
    /*color: #454545;*/
    text-decoration: none;
}
.exception-state-active a, .exception-state-active a:link, .exception-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.exception-tabs .exception-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
    box-sizing: border-box;
}

.exception-span-scroll-y {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height:95px;
	overflow-y: scroll;
}

/*exception ui css end*/