﻿select {
	margin: 0;
}

.lightInfo {
	font-size: 7px;
	font-weight: normal;
	color: #777;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url(../Images/loading.gif) 50% 50% no-repeat;
}

body.loading {
	overflow: hidden;
}

	/* Anytime the body has the loading class, our
   modal element will be visible */
	body.loading .modal {
		display: block;
	}

/* BULK EDIT */
#addEdit {
	display: inline-block;
}

#addEdit,
.removeEditBtn {
	cursor: pointer;
	text-decoration: none;    
}

#editItems {
	display:table-row-group;
}
#editItems .editItemRow {
	display:table-row;
}
#editItems .editItemRow > div {
	padding:3px 2px;
}

#editItems .editItemRow input {
	height:auto;
	padding:0;
	margin:0;
}

#editItems .editItemCell {
	display:table-cell;
}

.editItem {
	padding: 1px;
}

#addEdit {
   margin-top: 5px;
}

#addEditBtn,
.removeEditBtn {
	width: 20px;
	height: 20px;
	vertical-align: top;
}

.removeEditBtn {
	padding-left: 5px;
}

#editPartial > h3 {
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}

/* FILTER */

.addFilter {
	display: inline-block;
	margin-top: 5px;
}

.addFilter,
.removeFilterBtn {
	cursor: pointer;
	text-decoration: none;    
}

.filterItems {
	display:table-row-group;
}
.filterItems .filterItemRow {
	display:table-row;
}
.filterItems .filterItemRow > div {
	padding:3px 2px;
}

.filterItems .filterItemRow input {
	height:auto;
	padding:0;
	margin:0;
}

.filterItems .filterItemCell {
	display:table-cell;
}

.filterItem {
	padding: 1px;
}

.addFilterButton,
.removeFilterBtn {
	width: 20px;
	height: 20px;
	vertical-align: top;
}

.removeFilterBtn {
	padding-left: 5px;
}

.filtersContainer > h3 {
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}

.filtersContainer.hidden {
	display: none;
}

#viewContainer > h3 {
	display: inline-block;
}

#viewDropDown {
	margin-left: 20px;
}
.formRow {
    
     display: inline-block;
}
.formRow > label {
	width: 19em;
	display: inline-block;
}

.formRow.nameRow {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

	.formRow.nameRow > label {
		width:8em;
	}

.buttonRow {
	margin: 20px 0;
	text-align: left;
}


/** Action Menu **/
.actionMenuContainer {
	min-width: 75px;
	border: 1px solid transparent;
	position: relative;
}    
.actionMenuContainer:hover {
	border: solid 1px #135786;
	z-index: 1;
}
.actionMenuTitle {padding-left: 5px;}  
.actionMenuContainer .expandIcon {
	background-image: url("../Images/dropDownIcons.png");
	width: 9px;
	height: 6px;
	background-position: 9px 0px;
	border: none;
	margin-left: 5px;
	display: inline-block;
}     
.actionMenuContainer:hover .expandIcon {background-position: 0px 0px;}
.actionMenuContainer:hover > .actionMenu {display:block;} 
.actionMenu {
	display: none;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px -1px;
	background-color: #fff;
	position: absolute;
	border: solid 1px #135786;
	min-width: 100%;
}
.actionMenu li {
	cursor: pointer;
	text-align: center;
	padding: 3px 5px 3px 5px;
	white-space: nowrap;        
} 
.actionMenu li:hover {
	background-color: #75AADB;
	color: #000;
}
.actionMenu li:hover a {color: #000;background-color:transparent !important;}

.hiddenInput {
	height: 1px !important;
	width: 1px !important;
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}


.inputRow {
	vertical-align: middle;
	text-align: left;
	display:inline-block;
}

	.inputRow label {
		width: 130px;
		float: left;
		font-weight: 300;
		font-size: .73em;
		margin-top: 8px;
		overflow-wrap: break-word;
	}

	.inputRow select {
		width: 375px;
		vertical-align: text-top;
		overflow: hidden;
		padding: 5px;
	}

	.inputRow input {
		width: 365px;
		vertical-align: text-top;
		overflow: hidden;
		height: 18px;
		text-align: left;
	}

.required {
	border: 1px solid blue;
}

.clear {
	clear: both;
	height: 5px;
	overflow: hidden;
}

.short {	
	height: 125px;
}
.short ul {
		max-height: 90px;
		height: 90px;
		overflow-y: scroll;
	}
.tall {	
	height: 550px;
}
.tall ul {
		max-height: 515px;
		height: 515px;
		overflow-y: scroll;
	}

.periscope-error-container {
	float: right;
	background: #ececec;
	border: 2px solid #606060;
	padding: 4px;
	margin: 0px auto;
	width: 400px;
}

	.periscope-error-container div {
		font-weight: bold;
		font-size: large;
		padding-bottom: -5px;
		margin-bottom: -5px;
	}    

	.periscope-error-container li {
		font-size: 10px;
	}

li.error {
	color: #ec0000;
	list-style-type:square;
}
li.warning {
	color: #b47709;
	list-style-type:circle;
}
li.result {
	color: #444444;	
	list-style-type:disc;
}

/* JTable overrides */
.jtable-header-row td.jtable-header-cell0 {
	background-color: #75AADB;
}

.jtable-header-row td.jtable-header-cell1 {
	background-color: #B2CFEB;
}

.jtable-header-row a {
	cursor: pointer;
	border: 1px solid black;
	background-color: white;
	padding: 0px 8px 0px 8px;
	width: 15px;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
}

.jtable-header-row .property-name {
	font-weight: bold;
}

.jtable-header-row .countLabel {
	margin-left: 100px;
}

p.vendorGuide {
	margin: 5px 0px;
	padding: 0px;
	font-size: 0.7em;
}
#vendorDropDown {
	margin-left: 6px;
}

#typeDropDown {
		width: 164px;
		vertical-align: text-top;
		overflow: hidden;
		padding: 5px;
        margin-left:1%;
       
	}

.divview table {
    margin: auto;width:auto;
}




.newdiv label {
    /*width: 130px;*/
    float: left;
    font-weight: 300;
    font-size: .73em;
    /*margin-top: 8px;*/
    overflow-wrap: break-word;
}
.newdiv input[type="checkbox"] {
    float:left!important;margin-right:12px !important;
    margin-top:2px;
}
.newdiv {
    margin-left:15px;
    margin-top:10px;
}

#manageview {
       margin: auto;width:1000px
}

.columnMain {
    font-family: inherit; width: auto; margin: auto;
}
.divfloat {
     text-align:center;
}
.manageColumnHeader{
    width:30%;
    height:auto;
    margin:auto;
    margin-top:2%;
    margin-bottom:2%;
}
.divalign {
    text-align:right;
    font-weight:bold;
    font-size: .80em;
}
.manageinnerDiv {
    width:1050px;margin:auto;border:1px solid;height:auto;
}
  
.aligntext {
    text-align:center;
}

.addpartial {
    width:1000px;margin:auto;
  
}

.addpartialNotification {
    width:100%;margin:auto;
}


.tablecenter {
    width:350px;
    margin:auto;
}
    
.addDivBorder {
    width:1000px;border:1px solid;height:auto;margin:auto;
} 
.manageinnerDivtable {
        margin-top:1%;
        width:1000px;     
        font-weight: 700;
         font-size: 0.9em;
    }


.textbox {
    width:152px; border: 1px solid #999;
   margin-left:1%; 
   height:18px;
}
     .formRowControlsCheckBox{
    margin-left:5px;
}
.formRowControlsTextBox{
  width:120px;margin-left:15px;
  
}
.formRowControlsLabel{
  width:180px;margin-left:15px;
  
}

 .download-file {
        background: url(../Images/downloadFiles.png) no-repeat 6px center;
        width: 16px;
        height: 16px;
        display:inline-block;
        border:none;
        cursor:pointer;
    }
 .Upload-file {
        background: url(../Images/Uploadimages.png) no-repeat 6px center;
        width: 16px;
        height: 16px;
        display:inline-block;
        border:none;
        cursor:pointer;
    }
.lookupspan {
    font-size:0.8em;margin-left:25px;
}


/*.wrapper{padding:20px;}*/
.new_form{text-align:center; }
.new_form h2{font-size: 16px;font-weight: bold; margin:10px 0}
.new_form form.view-form{}
.new_form li{margin-bottom:10px;list-style:none}
.new_form label{display:inline-block; min-width:170px; text-align:left;font-size: .8em;font-weight: 600;}
/*.new_form select, .new_form input[type="text"]{width:160px; vertical-align:top;padding:5px; border:1px solid rgb(169, 169, 169);}*/
.new_form select{width:170px; vertical-align:top;padding:5px; border:1px solid rgb(169, 169, 169);}
/*.data_form{width:800px; margin:30px auto 20px; border:1px solid #000; padding:20px 20px 20px 62px}
.data_form th, .data_form td{text-align:left; padding:10px 0;}*/
    .new_form .header {padding-left: 0; 
    }
        .new_form .header label { width: 170px; line-height: 28px;
                                  overflow-wrap: break-word;
                                  
        }
        .new_form .header select#typeDropDown {
            width: 170px; margin-left: 0; vertical-align: top;
        }
        .new_form .header checkbox#IsActive {
            width: 170px; margin-left: 0; vertical-align: top;
        }
        .new_form .header text {
            width: 170px !important; margin-left: 0 !important; vertical-align: top !important;padding:0 !important;
        }