/* CSS Document */
.ui-dialog {
	position:absolute;
	background:#ededed;
	border:solid #707376 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
    background: url(../images/bg_form_head.png) repeat-x scroll 0 0 #000000;
    border: medium none;
    border-radius: 0;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 19px;
    font-weight: bold;
    height: 50px;
    margin: 0 !important;
    width: 100%;
}
.ui-dialog .ui-dialog-title {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    overflow: hidden;
    padding: 7px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-dialog-titlebar-close {
	overflow:hidden;
	width:17px;
	height:17px;
	background:url(../images/dlg_btn_close.png) no-repeat;
	text-indent:-99999px;
	display:block;
	float:right;
	margin:5px 5px 0 0;
}

.ui-dialog-content {
	background:#ededed;
	border:#bcbcbc solid 1px;
	border-top:none;
	border-bottom:none;
	padding:15px 30px 15px 30px;
	
}
.ui-dialog-buttonset {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-ms-border-bottom-left-radius:5px;
	-ms-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	background:#ededed;
	border:#bcbcbc solid 1px;
	border-top:none;
	text-align:center;
}

.ui-dialog-buttonset button {
	margin:0 5px 10px 5px;
	width:70px;
}

.ui-widget-overlay { 
	background:#000;
	opacity:0.75;
/* 	position: absolute;  */
	top: 0; 
	left: 0;
	right: 0;
	width: 100% !important;
	min-height:100%;
	overflow:hidden;
	position: fixed;
}

.simplemodal-overlay {
	background-color:#000;
	opacity:0.75 !important;
	width:100% !important;;
	
}

.simplemodal-data {
}
.dialog .dialog_close {
	display:block;
	width:17px;
	height: 17px;
	background: url(../images/dlg_btn_close.png) no-repeat;
	cursor: pointer;
}
.dialog button.dialog_close {
	border:none;
	margin:0;
}

body.modal-open {
	overflow: hidden;
}
.dialog {
	min-width:400px;
	padding:-20px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	border:solid #707376 10px;
/* 	overflow:auto; */
}
.dialog:after {
	content: "";
	display: block;
	clear: both;
}
.dialog .form_body, .dialog .form_head{
	border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-webkit-border-radius:0;
	margin:0 !important;
	background-clip:border-box;    
	float: right;
    width: 100%;
}	

.dialog .buttons_100 {
	width:100px;
	margin-left: auto;
	margin-right: auto;
}
.dialog .buttons_100_2 {
	width:210px;
	margin-left: auto;
	margin-right: auto;
	
}
.dialog .buttons_100_3 {
	width:320px;
	margin-left: auto;
	margin-right: auto;
	
}
.dialog button {
	width:100px;
	margin-top: 30px;
	margin-right:10px;
}

.dialog button.last {
	margin-right:0;
}

.dialog .form_body {
	font-size:14px;
	padding:20px;
	margin-bottom:0;
	text-align: center;
}

.report-text{
	text-align: left !important;
	padding-left: 5px !important;
	text-overflow:ellipsis;
}

.dialog .input_message {
	margin-top: 10px;
}
.dialog #dialog_input, .dialog .dialog_input {
	width:50%;
}
.dialog .dialog_input.date_pick {
	width:50%;
}
.dialog textarea.dialog_input {
	resize:none;
}
.dialog .box_light {
	margin:20px;
}
.dialog .checkbox, .dialog label {
	display: inline;
	font-size: 14px;
}
.dialog .checkbox {
	margin-right:5px;
}

.dialog .dialog-close-container {
	padding:15px 10px 0 0;
	float: right;
}

.dialog > .simple_form_head {
	border-radius: 0;
}

#notificationArea {
	z-index: 1002;
	opacity: 0.9;
	position:fixed;
	bottom:0;
	right:10px;
	width:30%;
	
}
.notification {
	margin-bottom: 10px;
	padding: 10px;
	background:#24439A;
	/*background-color: #000;*/
	color: #FFF;
	width:100% !important;
}
.notification div {
	display: inline-block;
}
.notification .right {
	padding-top: 4px;
	position: absolute;
	right:10px;
}
.notification .left {
	padding-right:20px;
}




.itemView {
	display: none;
	width:1000px;
	height:680px;
}
.itemView .form_body{
	height:610px;
}

.itemView .form_body ul.nav-tabs{
	margin-top:10px;
	display: block;
	height:39px;
	background: url(../images/tab_bg.png) repeat-x bottom;
	margin-bottom:0;
	border: 0 none;
}

.itemView .form_body ul.nav-tabs li{
	display: block;
	margin-right:1px;
	padding:5px 0 !important;
	background: url(../images/tab_inactive.png) repeat-x top;
	text-align:center;
	width:200px;
	font-size:14px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	-ms-border-top-left-radius:5px;
	-ms-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

.itemView .form_body ul.nav-tabs li a {
	color:#FFF !important;
	font-weight:bold;
	padding:3px 5px !important;
	border:0 none !important;
}

.itemView .form_body ul.nav-tabs li.active {
	display: block;
	background: url(../images/tab_active.png) repeat-x top;
}

.itemView .form_body ul.nav-tabs li.active a,.itemView .form_body ul.nav-tabs li a:hover{
	background: transparent;
	border:0;
}

.itemView .tab-content {
	background: #FFF;
	border: 1px solid;
	border-top:0 none;
	border-color: #BBB;
	margin-top:0;
	height:420px;
}
.itemView .tab-content .padder {
	padding: 10px 10px 0 10px;
}

/* .itemView .tab-content div div{ */
/* 	text-align:left; */
/* 	width:50%; */
/* 	padding-bottom:5px; */
/* } */
.itemView .tab-content div div.full{
	width:100%;
}

.itemView .tab-content table {
	width: 100%;
}
.itemView .tab-content table tbody tr td {
	height:36px;
	background: #fafafa;
	border-right:1px #BBB dotted;
	text-align: left;
	padding-left:25px;
	padding-right:25px;
	font-size: 13px;
}
.itemView .tab-content table tbody tr.even td {
	height:36px;
	background: #f2f2f2;
}
.itemView .tab-content table thead tr th {
	background: url(../images/tab_table_head.jpg) repeat-x top;
	height: 41px;
	border-right:1px #BBB solid;
	text-align: left;
	padding-left:25px;
	padding-right:25px;
	font-size: 13px;
}
.itemView .tab-content table .loc_date_head {
	width:80px;
}
.itemView table {
	border-bottom: 1px dotted #BBB;
}
.tooltip-inner{
	background: #24439a !important;
	border: #4359a0;
	max-width: 500px;
	font-size: 14px;
}

.box_light.grey {
	background-color: #f2f2f2;
	border-color: #bbbbbb;
	color:#000;
	margin:0 10px;
}
.box_light.grey div{
	padding-bottom: 10px;
}
.dialog_error {
	background-color:#cc3135;
	color:#FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: auto;
	padding: 10px;
	margin-top:5px;
	
}
.dialog select, .dialog .dd5, .dialog .sel_wrap {
	width:100%;
}
.dialog .sel_wrap {
	margin-left:auto;
	margin-right:auto;
}
.dialog .sel_label {
	width:150px;	
	text-align: right;
	padding-top:5px;
	padding-right:5px;
}
.select_div_wrap{
	width: 50%;
}



















.accordion {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background: none repeat scroll 0 0 #F2F6FB;
    border: 1px solid #D9DDE1;
    border-radius: 5px 5px 5px 5px;
    
}
.accordion-tab {
	clear: both;
}
.accordion-header {
	background: url("../images/accordion_head_bg.png") repeat-x top;
	background-size: 1px 45px;
	height: 45px;
	color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 5px 0 5px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.accordion-title {
	padding: 12px 0 0 0;
	float: left;
}
.accordion-body {
	padding-bottom:10px;
	
}
.accordion-open {
	background: url("../images/accordion_close.png") top left no-repeat;
	width:15px;
	height: 14px;
	display: inline-block;
	float: left;
	margin: 15px 10px 0 10px;
	cursor: pointer;
}
.accordion-open.disabled {
	background-image: url("../images/accordion_open.png");
	opacity:0.5;
	cursor: default;
}
.accordion-open.buttonless {
	background-image: url("../images/accordion_open.png");
	opacity:0;
	cursor: default;
}
.accordion-open.closed {
	background-image: url("../images/accordion_open.png");
}

.accordion-table-internal {
	padding:0px;
}

.accordion-table {
	padding:10px;
}
.accordion-padding {
	padding-top:10px;
}
.accordion-padding2 {
	padding:10px 15px;
}
.accordion-buttons hr{
	margin: 0 10px;
}	
.accordion-buttons {
	text-align:center;
}

.accordion-buttons button {
	margin: 10px 5px 0 5px;
	width:85px;
	white-space: nowrap;
}
.accordion-footer {
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background: url("../images/accordion_footer_bg.png") repeat-x;
    border: none 1;
    border-radius: 0px 0px 5px 5px;
    height:61px;
    padding-top:5px;
}
.accordion-button-wrapper {
	margin-left: auto;
	margin-right: auto;
}
.inner-accordion.accordion-body {
	background-color:#f2f2f2;
	padding:10px;
	border: solid 1px #e3e8ed;
	
}
.accordion-remove {
	background: url("../images/accordion_remove_btn.png") top left no-repeat;
	width:71px;
	height:22px;
	float:right;
	margin-top:10px;
	margin-right:5px;
}
.accordion-error {
	background-color:#cc3135;
	color:#FFF;
	border:#FFF solid 1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: auto;
	padding: 10px;
	margin:10px;
	
}
.accordion-body.accordion-buttons {
	padding-bottom:0;
}
label.required {
	font-weight: bold;
}
.sel-lbl {
	padding-top: 9px;
}
.clear-padd {
	clear: both;
	height:10px;
}
.hidden {
	display: none;
}

.dialog-table {
	text-align: inherit;
}
.dialog-table .form_body{
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-ms-border-bottom-left-radius:5px;
	-ms-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
.dialog-table .form_head{

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	-ms-border-top-left-radius:5px;
	-ms-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
.dialog-table button{
	margin:0;
	width:inherit;
}
table.no-resize {
/* 	table-layout: fixed; */
}

.btnLeft {
	text-align: left;
	float: left;
	padding-left:50px;
}
.btnRight {
	text-align: right;
	padding-right:50px;
}
.dialog.custom-dialog {
	z-index: 9999;
}
.dialog.custom-dialog .form_body {
	text-align : left;
}
.dialog.custom-dialog .form_body p {
	margin-bottom:5px
}

.dialog.custom-dialog .form_body .selectDiv {
	margin-bottom:5px;
	height:30px
}

.dialog.custom-dialog .form_body input {
	margin-bottom:0;
}

.dialog.custom-dialog .form_body label {
	width:150px;
	display: inline-block !important;
	text-align: right;
	padding-right: 5px;

}
.dialog.custom-dialog .form_body .checkbox {
	padding-left:0;
	vertical-align: middle;
}
.dialog-text {
	text-align: center;
}
.wf-browser .wrap_sel {
	margin-right:10px;
	height : 30px;
	display : flex;
}
.wf-browser .path-box {
	width:890px;
	margin-top:10px;
	float:left;
}
.wf-browser .refresh-btn {
	width:30px;
	margin-top:10px;
	margin-left: 10px;
	margin-right: 0;
	float:left;
	height: 27px;
}
.wf-browser .refresh-btn i {
	margin-left:-2px;
}
.wf-browser .buttons {
	margin:0 auto;
	width:270px;
}
.wf-browser .buttons-bulk-download {
	margin:0 auto;
	width:270px;
}
.wf-browser .buttons button {
	float: none;
	width:110px;
}
.wf-browser .buttons-bulk-download button {
	float: none;
	width:110px;
}
.tree {
	width:940px;
	height: 400px;
	overflow: scroll;
	overflow-x: hidden;
}
.wf-browser .bulk-size {
	text-align: right;
	padding-right: 30px;
}
.wf-browser .bulk-size.oversize {
	color: #F00;
}
.wFolderLink {
	color: white !important;
	padding: 7px 10px !important;
	font-size: 18px !important;
	font-weight: bold !important;
	float: left;
}

.searchDialog {
	display:none;
}

/*#type_sel_msdd {
	width: 264px !important;
}*/

#quantity_txt {
	width: 240px !important;
}

#account-search {
	height: 610px !important;
}

#account-search .centered-button-container {
	height: 120px !important;
	margin-top: 10px;
}

_:-ms-fullscreen, :root #account-search{
	height: 625px !important;
}





