.navbar-inverse{
	background-color: #262c31;
    border-color: #262c31;
}
.sidebar{
	background-color: #262c31;
}

.stepy-header li.stepy-active div{
	border-color: #FF7043;
    color: #FF7043;
}

.btn-info, .bg-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:hover, .bg-teal-400, .stepy-header li div, .sidebar-xs .sidebar-main .navigation > li > a > span{
	background-color: #FF7043;
	border-color: #FF7043;
}

.stepy-header li:before, .stepy-header li:after{
	background-color: #FF7043;
}

.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: #FF7043;
}

/*14-3-2018*/
body.sidebar-xs .navbar-brand{
	max-width: 55px;
    overflow: hidden;
}
body.sidebar-xs .navbar-header{
	min-width:70px;
}
/*14-3-2018*/

/*Settings Page*/

.settingsOptions .panel-title{
	border-bottom: 1px solid #ddd;
	padding: 3px;
	margin-bottom: 10px;
}
.settingsList{
	display: inline-block;
    width: 100%;
}
.settingsList .settingsListOptions{
	width: 150px;
	text-align: center;
	float: left;
    margin: 15px 0;
	color: #65686a;
	transition: all .2s ease;
}
.settingsListOptions:hover i{
	color:#ff7043
}
.settingsListOptions i{
	font-size: 40px;
	transition: all .2s ease;
}
.settingsListOptions h5{
	font-size: 14px;
    margin: 8px 0;
    letter-spacing: 0.4px;
	font-weight: 500;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 11111;
    background: rgba(0,0,0,0.5);
    width: 100%;
    display:table;
    height: 100%;
}
.loadingAnimation{
    font-size: 44px;
    color: #fff;
    max-width: 45px;
    max-height: 45px;
    display:table-cell;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.icon-spinner9:before{content:"\eb55";}


/*Roles Options*/

.rolesOptions{
	margin: 10px 0;
}
.rolesOptions .panel-title{
	margin: 10px 0; 
}
.rolesListOptions.title h6{
	margin: 17px 0 0;
	text-align: left;
	font-size: 14px;
}
.rolesOptions .panel-body{
	padding:10px;
}
.rolesListOptions.title{
	width: 200px;
}
.rolesListOptions{
	width: 139px;
    float: left;
    display: inline-block;
    text-align: center;
    height: 50px;
}
.rolesListOptions .checkbox-inline{
	padding: 0px;
}
.rolesListOptions .checkbox-inline .checker{
	top: 25px;
	left: 0;
    right: 0;
    margin: 0 auto;
}


@media(max-width:1024px){
	.rolesListOptions.title{
		width: 180px;
	}
	.rolesListOptions {
	    width: 80px;
	}
}


@media(max-width:768px){
	.heading-elements {
		display: block !important;
		position: static !important;
		margin-top:0 !important;
		height: auto !important; 

	}
}
@media(max-width:600px){
	.rolesListOptions.title{
		width: 100%;
		height: 40px;
	}
	.rolesListOptions.title h6{
		margin:5px 0 0 10px;
	}
	.rolesListOptions {
	    width: 70px;
	}
}


/* input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
} */


/* Activity event css starts here */
.activity-event
{
    margin-bottom: 20px;
}

.activity-datetime
{
    color: #999;
    font-size: .85em;
}

.activity-content
{
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #666;
}

.activity-title
{
    font-weight: bold;
    color: #000;
}

.activity-description
{
    font-size: .9em;
    color: #aaa;
    padding-top: 5px;
}
/* Activity event ends here */


/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content{
	border:none;
	border-radius:3px;
}
.modal {
  text-align: center;
}

/*For responsive tabels*/
.tableCols7{
    max-width: 900px;
    margin: 0 auto;
}
.tableCols3{
    max-width: 500px;
    margin: 0 auto;
}
.tableCols4{
    max-width: 700px;
    margin: 0 auto;
}
.tableCols6{
    max-width: 800px;
    margin: 0 auto;
}
.tableColsBasic{
	max-width: 1100px;
    margin: 0 auto;
}
/*For responsive tabels*/