/* Application level  css stylesheet 
   Need to be included in all the modules(layouts)
   Author : Lucky - UI development
*/
body {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.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;
}

/*  */
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.no-padding{
	padding-left: 0;
	padding-right: 0;
}
.modal-open .modal{
	overflow-y:hidden !important;
}

/* .no-padding-topbtm{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.no-padding-topbtm:first-child{
	padding-top: 10px !important;
} */

.no-margin{
	margin-left: 0;
	margin-right:0;
}
.NoMarginBtn{
	margin-bottom: 0;
}
.alignLeft{
	text-align: left;
}
.alignRight{
	text-align: right;
}
.alignCenter{
	text-align: center;
}
.uppercase{
	text-transform:uppercase;
}
.lowercase{
	text-transform:lowercase;
}
.ul{
	padding: 0;
	margin:0;
}
.ul li{
	list-style-type: none;
}
.clearfix{
	clear: both
}
.no-border{
	border:0;
}
.btn-default{
	color: #fff;
	background-color: #286090;
    border-color: #204d74;
}
.btn{
	font-size: 14px;
	text-transform:uppercase;
	font-weight: 600;
}
.btnWidth{
	min-width: 150px;
}
.colorBlack{
	color: #000;
}
.colorRed{
	color: #e03636;
	font-size:13px;
}
.modal-content{
	border-radius: 0;
}
.fontMin{
	font-size: 22px;
    vertical-align: -15%;
}
.noDisplay{
	display: none;
}
.noVisible{
	visibility: hidden;
}
.btnsSpacing{
	margin-right: 17px;
}
.relativeBlock{
	position: relative;
}

.editHeaderHover{
	color: #998242;
	font-weight:bold;
}

.warningModal .modal-content{
	border: 2px solid #ee3523;
	border-radius: 6px;
	
}
.warningModal .modal-body{
	padding: 20px;
}
.infomessage .modal-content{
	
	border-radius: 6px;
	
}
.infomessage .modal-body{
	padding: 20px;
}
.popover{
	z-index: 1038 !important;
}
.panel-heading, .panel-body {
	border-radius:4px;
}
.saveAsBtn {
	min-width:130px;
}

/* turn off the Number Input Spinners  */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/**/


.hideText{
	visibility: hidden;
}


/*Media query for tables */

@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
 {
    .align-middle {
    text-align:left;
    align-items: center;
    display:block; 
    }

}
