
.widget .widget-title{
	font-size: 14px;
}
.widget .widget-subtitle{
	font-weight: bold;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	padding: 4px;
}


.fileUpload {
	position: relative;
	overflow: hidden;
	//margin: 10px;
	border-radius: 0px 4px 4px 0px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	//font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}


.x-navigation > li.xn-logo > a:first-child{
	color : #e29930;
	background : transparent;
	font-weight : bold;
	font-family : 'Montserrat', sans-serif  !important;
	letter-spacing: 2px;
}
.x-navigation > li.xn-logo > a:first-child:hover{
	background-color: transparent;
}
.x-navigation li > a, .x-navigation li > a .fa, .x-navigation li > a .glyphicon{
	color: #f8f1e5; !important
}
.x-navigation, .x-navigation li > ul{
	background: #002244;
	padding: 2px;
}
.x-navigation li > a{
	border: none;
}
.x-navigation li.active > a{
	background :  #b39964;
	border-radius : 10px;
	color: black;
	font-weight : bold;
}
.x-navigation li.xn-openable:before{
	color: #e80d0d;
}
.x-navigation li > ul li.active > a{
	background: transparent;
	color: red;
	font-weight: normal;
}
.x-navigation li.active > a .fa, .x-navigation li.active > a .glyphicon, .x-navigation li > a:hover .fa, .x-navigation li > a:hover .glyphicon{
	background: transparent;
	color: #00fdfd;
}
.x-navigation li > ul li > a:hover{
	background: transparent;
	color: red;
	font-weight: normal;
}
.x-navigation li > ul li > a{
	background: transparent;
	font-weight: normal;
	font-size: 13px;
}
.x-navigation li > a:hover{
	background: #b39964;
	border-radius : 10px;
	color: black;
	font-weight : bold;
}
.page-container .page-content {
	background : none;
	background-color: white;
}
.page-container .page-content .page-content-wrap{
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
}
.breadcrumb{
	background-color: #f6f6f7;
}
html, body{
	font-family : 'Varela','Montserrat', sans-serif		!important;
	letter-spacing : 0.7px !important;
	//font-weight: bold;
}
.form-control[disabled], .form-control[readonly]{
	color : #bd1515;
	font-style : italic;
}
.form-group {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
}

.floating-control-label {
  position: absolute;
  top: 0;
  padding: 7px 5px 0 5px;
  transition: all 200ms;
  opacity: 0.5;
  margin-left: 7px;
  z-index:5;
  font-size: 80%;
  transform: translate3d(0, -70%, 0);
  opacity: 1;
  background-color: white;
}
.panel .panel-heading{
	padding:0px;
}
.panel .fixedTableHeader thead th { 
	position: sticky !important;
	top: 0 !important;					/* this code is for fixed table header of all table */
	z-index:30 !important;				
}
.table td, .table th{
	vertical-align:middle;
}
.control-label{
	margin-top:5px;
}
.form-control{
	//margin : 5px;
}
.radio, .checkbox{
	//width:33%;
	padding-left:5px;
}
.radio + .radio, .checkbox + .checkbox{
	margin-top:5px;
}
hr{
	margin-top:10px;
	margin-bottom:10px;
}
.page-title{
	padding: 10px;
}
.page-title h2{
	margin-bottom : 3px;
	line-height : 0px;
}
a{
	cursor: pointer;
}
.footer {
   position: fixed;
   left: 220px;
   bottom: 0;
   width: 100%;
   background-color: #8b91a0;
   color: white;
   //text-align: right;
}
.footer .breadcrumb li, .footer .breadcrumb li a, .footer .breadcrumb li:last-child, .footer .breadcrumb > li + li:before{
	color: white;
}
.modal-open .modal{
	overflow: hidden;		/*code to remove default scrollbar of modal*/ 
}

.xitrineSubmitBtn, .xitrineUpdateBtn{
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	touch-action: manipulation;
	cursor: pointer;
	
	text-align: center;
	white-space: nowrap;				/* this code is for all submit and update button in the application */
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	
	font-size: 12px;
	padding: 4px 15px;
	line-height: 20px;
	font-weight: 400;
	border-radius: 0px;
	transition: all 200ms ease;
	
	background-color: #95b75d;
	border-color: #95b75d;
}

.xitrineEditBtn{
	border: none;
  /*   border: 1px solid transparent; */
	user-select: none;
	touch-action: manipulation;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	margin-bottom: 0;
	display: inline-block;
	transition: all 200ms ease;				/* this code is for all edit button in the application */
	line-height: 20px;
	font-size: 12px;
	border-color: #fe970a;
	border-radius: 12px;
	border-width: 2px;
	padding: 2px 10px;
	font-weight: 600;
	background: transparent;
	color: #fe970a;
}
.xitrineViewBtn{
	border: none;
	/* border: 1px solid transparent; */
	user-select: none;
	touch-action: manipulation;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	margin-bottom: 0;
	display: inline-block;
	transition: all 200ms ease;		/* this code is for all view button in the application */
	line-height: 20px;
	font-size: 12px;
	border-color: #1b1e24;
	border-radius: 12px;
	border-width: 2px;
	padding: 2px 10px;
	font-weight: 600;
	background: transparent;
	color: #1b1e24;
}
.xitrineBoxBorderBtn{
	border: 1px solid black;
	border-radius: 0px;
	border-width: 2px;
	background: transparent;
}
.xitrineRoundBorderBtn{
	border: 1px solid black;
	border-radius: 12px;
	border-width: 2px;
	background: transparent;
}
.xitrineAddBtn{
	border: 1px solid transparent;
	user-select: none;
	touch-action: manipulation;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	margin-bottom: 0;
	display: inline-block;
	transition: all 200ms ease;		/* this code is for all Add button in the application */
	line-height: 20px;
	font-size: 12px;
	border-color: #1b1e24;
	border-radius: 12px;
	border-width: 2px;
	padding: 2px 10px;
	font-weight: 600;
	background: transparent;
	color: #1b1e24;
}
.xitrineCloseBtn{
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	touch-action: manipulation;
	cursor: pointer;
	
	text-align: center;
	white-space: nowrap;				/* this code is for all close button in the application */
	vertical-align: middle;
	display: inline-block;
	color: #333;
	background-color: #fff;
	
	font-size: 12px;
	padding: 4px 15px;
	line-height: 20px;
	font-weight: 400;
	border-radius: 0px;
	transition: all 200ms ease;
	
	border-color: #DDD;
}
.xitrineCloseBtn:hover{
	text-decoration: none;
	color: #333;
	background-color: #F5F5F5;
	border-color: #DDD;
}
.xitrineDeleteBtn{
	border: none;
	/* border: 1px solid transparent; */
	user-select: none;
	touch-action: manipulation;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	margin-bottom: 0;
	display: inline-block;
	transition: all 200ms ease;		/* this code is for all delete button in the application */
	line-height: 20px;
	font-size: 12px;
	border-color: #E04B4A;
	
	border-radius: 12px;
	border-width: 2px;
	padding: 2px 10px;
	font-weight: 600;
	background: transparent;
	color: #E04B4A;
}
.xitrineDeleteBtn .fa, .xitrineViewBtn .fa, .xitrineEditBtn .fa{
	font-size: 20px;
	margin-right: 5px;
}
.content-frame-top{
	min-height: 50px !important;			/* this code is for fixed header while scrolling the page */
}
.page-title{
	position: fixed !important; 
	z-index: 11 !important;
	background-color: white !important;			/* this code is for fixed header while scrolling the page */
	width: 82.5% !important;
}

#load{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
	background:url("./assets/loader.gif") no-repeat center center;
	background-size : 8%;
}
#notification{
	width: 600px;
	height: 50px;
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -310px;
	margin-left: -250px;
}


.form-control[disabled], .form-control[readonly], .select[disabled], .select[readonly], .disabled{
	color: #bd1515	!important;
	font-style: italic	!important;
	background-color: #dddddd	!important;
	font-weight:600;
}

.mandatoryField> button.selectpicker{
	border-left: 1.7pt solid #fe3a3b !important;
}
.mandatoryField:not(.bootstrap-select){
	border-left: 1.7pt solid #fe3a3b !important;
	/* background-color: red; */
}/* 
.disabledField{
	background-color: #DDD	!important;
	color: red	!important;
	font-style: italic	!important;
	pointer-events: none	!important;
} */

.timeline .timeline-item .timeline-item-info{
	padding: 7px;
}
.input-group{
	width: 100%	!important;   /* on viewing next modal input-group field size is decreases, by adding this css we force it to adapt 100% width - added by Allwyn */
}

.modal-footer{
	padding : 5px;
}

.modal-title{
	line-height:20px;
}
.modal-header .close {
    margin-top: 0px;
}
.modal .modal-dialog .panel-body { 
	max-height: 77vh;
    overflow: auto;
	padding: 0px;
	padding-bottom : 5px;
}

.page-container .page-content .content-frame .content-frame-body{
	padding: 10px;
}