/* app css stylesheet */

#wrapper {
    margin: 0 auto;
    width: 650px;
    margin-top: 50px;
    margin-right: 600px;
}

.menu {
    text-align: center;
    list-style: none;
    padding: 0 0 0.5em;
    font-size: 20px;
    font-weight: bolder;
}

.menu:before {
    content: "[";
}

.menu:after {
    content: "]";
}

.menu > li {
    display: inline;
}

.menu > li:before {
    content: "|";
    padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
    content: "";
    padding: 0;
}

.popoverable {
    width: 200px;
    background-color: red;
}

.popover {
    background: white;
    width: 200px;
    left: 210px;
    top: -12px;
    background: lightblue;
    position: absolute;
    padding: 10px;
    border-radius: 5px;
}

.element {
    position: relative;
    margin-top: 10px;
}

.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position:absolute;
  z-index:9999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#000000;
  opacity: 0.8;
}
.ng-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index:10000;
  position: absolute;
  width: 50%; /* Default */

  /* Center the dialog */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);

  background-color: #fff;
  box-shadow: 4px 4px 80px #000;
}
.ng-modal-dialog-content {
  padding:10px;
  text-align: left;
}
.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', 'sans-serif';
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 400px; 
    height: 300px;
    
}
.frameDiv{
	outline: gray;
	padding-left: 60px;
	padding-top: 30px;
}
.regFrame{
	padding-left: 370px;
	padding-top: 50px;
}
.form-control {
	width: 300px;
	height: 32px;
	}
.modelA{
	color: #f17f21;
	background-color: white;	
}	
.modelTR{
	/* padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: : 5px; */
	font-size: small;
}
.modelTable{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: : 5px;
	margin-left: 40px;
	margin-top: 20px;
}
.modelCatgHead{
	padding-left: 5px;
	font-weight: bold;
}
.modelCatgbody{
	padding-left: 20px;
	font-weight: normal;
}
.modalGrid{
	padding-left: 15px;
	padding-top: 15px;
	
}
.uploadBtn{
	background-image:linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));
	background-repeat: repeat-x;
	color: #f17f21;
}
.configLabel{
	display: inline-block;
	padding-top: 6px;
}
.appCell{
	font-size: x-small;
}
.headLabel{
	padding-left: 24px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.appDiv{
	padding-left: 5px;
	padding-top: 0.5px;
}
.serviceDiv{
	padding-left: 5px;
	padding-top: 0.5px;
}
.grid {
  width: 100%;
  height: 400px;
}
