body{
	font-family: "montserrat-light";
	font-size: 14px;
}

.secondry-text {
    font-size: 13px;
    margin-bottom: 4px;
}

#main-content{
	padding-top: 50px;
}

.row{
	margin-top: 0;
	margin-bottom: 0;
}


.main-row{
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.inner-heading {
	float: left;
	width: 100%;
}
.inner-heading-2 h2{
	float: left;
}

.heading-right{
	float: right;
}

.inner-heading.heading-left{
	max-width: 40%;
}


.btn-secondry-outline{
	border: #ccc solid thin;
	font-family: "montserrat";
	color: #666;
}

.btn-secondry-outline:hover{
	background: #424951;
	color: #fff;
	border-color:#424951;
}


.heading-inner-col{
	float: left;
	position: relative;
}

.heading {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
 
}

.heading-left{
	width: auto;
}

.heading-left .addbtn-heading, .heading-left h3{
	display: inline-block;
	vertical-align: middle;
}

.heading h3 {
    font-size: 17px;
    font-family: "montserrat-light";
}



.btn-primary-outline.active, .btn-secondry-outline.active{
	background: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
}



.emp-code{
	flex-wrap: nowrap;
}

.emp-code a, .emp-code input, .emp-code .emp-shrt-dtl{
	flex:0 0 auto;
	height: 100%;
	align-items: center;
	align-content: center;
	display: flex;
}

.emp-code input{
	margin: 0 5px;
	width: 300px;
    max-width:100%;
}

.rights-header{
	border-bottom: #ccc solid thin;
	padding-bottom: 10px;
}

.emp-shrt-dtl{
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.emp-shrt-dtl .usr-img{
	width: 35px;
	height: 35px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	margin-right: 10px;
}

.emp-shrt-dtl span{
	font-family: "montserrat";
	display: flex;
	
}

.emp-shrt-dtl .text-btn{
	color: var(--primary-color);
	text-transform: uppercase;
	font-family: "montserrat";
	font-size: 11px;
}


.emp-shrt-dtl .text-btn:hover{
	text-decoration: underline;
}

.usr-name-btn .emp-code{
	color: var(--primary-color);
	width: auto;
}

.tab-content{
	margin-top: 15px;
}

.tab-header{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nav-tabs a:hover{
	border-color: var(--primary-color);
	color: var(--primary-color) !important;
}

.rights-filter{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.rights-filter a{
	font-size: 11px;
	padding: 2px 5px;
	font-family: "montserrat-light";
}

.rights-filter .secondry-text{
	margin-right: 10px;
}

.text-dark{
	font-family: "montserrat" !important;
}

.grant-revoke{
	min-width: 70px !important;
	text-align: center;
	
}

.flex-heading{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

table .text-btn, .dxgvControl_Office2010Silver a.text-btn{
	text-decoration: underline;
}

.dxgvControl_Office2010Silver a.text-btn{
    color:#333;
}

table .text-btn:hover{
	color: var(--primary-color);
}

.table-sm th, .table-sm td{
	font-size: 13px;
	padding: 5PX 7PX;
}

.table-sm input[type="text"]{
	height: 25px !important;
	padding: 0 5px;
}

.inpt-flex{
	display: flex;

}

.inpt-flex input[type="text"]{
	margin-right: 5px;
}

.grant-emp-row{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.grant-emp-row:not(:last-child){
	border-bottom: #ccc solid thin;
}

.grant-emp-row .emp-code-name{
	font-family: "montserrat";
	
}

.grant-emp-row .emp-designation{
	color: var(--primary-color);
	font-size: 12px;
}

.employee-list{
	width: 100%;
	float: left;
	max-height: 40vh;
	overflow: auto;
}


/* modal-popup start */
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	text-align: center;
	background: rgba(66,73,81,0.4);
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-header {
	position: relative;
  	float: left;
	display: block;
	width: 100%;
}

.modal-header .heading{
	margin-bottom:0;
	color:#4C5667;	
}

.modal-header .close {
	margin-top: 0;
	position: absolute;
	top: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: var(--primary-color);
	padding: 0;
	color: #ffff;
}

.btn-blue-outline{
	color:#fff;
	border:#fff solid thin;
	border-radius:30px;
}


.modal-dialog
{
    background:#fff;
    padding:15px;
    border-radius:5px;
    float:none;
    display:inline-block;
    text-align:left;
    margin-top:80px; 
	box-shadow:0 0 5px 0 rgba(66,73,81,0.2);   
}

.modal-med
{
    width:60%;
}

.modal-med-small{
	width:800px;	
}

.modal-small
{
    width:600px;
}

.modal-lg{
	width: 80%;
}

.modal-xs-small{
	width: 400px;
	max-width: 85%;
}

/*modal-popup end*/


.auto-complete-design a.ui-state-focus, .auto-complete-design ul li:hover, ul.autocomplete_completionListElement li:hover, ul.autocomplete_completionListElement li.autocomplete_highlightedListItem {
    background: var(--primary-color) !important;
    color: #fff !important;
}



.auto-complete-design ul li, ul.autocomplete_completionListElement li {
    width: 100%;
    float: left;
    display: block;
    font-size: 12px;
    padding: 5px !important;
    border-bottom: #ccc solid thin;
    font-family:"montserrat";
}


.auto-complete-design-2 ul, ul.autocomplete_completionListElement {
    background: #fff;
    z-index: 9999;
    height: 350px;
    overflow: auto;
}

.auto-complete-design ul, ul.autocomplete_completionListElement {
    border: #ccc solid thin;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

    .auto-complete-full-width ul{
        width:400px !important;
    }
    .auto-complete-design ul li, ul.autocomplete_completionListElement li {
        text-align: left;
        cursor: pointer;
    }

.dxgvControl_Office2010Silver a.btn {
    color:#fff;
    text-decoration:none !important;
}