/*//////////////////////////////////////////////////
/ BTN OVERRIDES FOR BOOTSTRAP
//////////////////////////////////////////////////*/
.btn-light {
	border-color: #ccc;
	background-color: #fff;
}
.btn-secondary{color:#000;background-color:#F0F0F0;border-color:#F0F0F0}
.btn-secondary:hover{color:#000;background-color:#DCDCDC;border-color:#DCDCDC}
.btn-secondary.focus,.btn-secondary:focus{color:#000;background-color:#C8C8C8;border-color:#C8C8C8;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}
.btn.btn-sm {
	padding: .25rem .5rem;
}
.btn {
	padding: .375rem 1rem;
}
.form-control-container {
	position: relative;
}
.btn-group-container {
	padding: .15rem !important;
}
.btn-group-container .btn-sm {
	padding: .27rem .6rem;
}
.btn-warning {
	color: #fff;
}
.btn-warning:hover {
	color: #fff;
}
.btn-outline-warning:hover {
	color: #fff;
}
.btn-bg-white {
	background-color: #fff;
}

/*//////////////////////////////////////////////////
/ INPUT GROUPS OVERRIDES FOR BOOTSTRAP
//////////////////////////////////////////////////*/
.input-group-append, .input-group-prepend {
	cursor: pointer;
}
.input-group-append-contain {
	border-radius: 0 4px 4px 0 !important;
}
.input-group-prepend-contain {
	border-radius: 4px 0 0 4px !important;
}
.input-group-center-contain {
	border-radius: 0 !important;
}

/*//////////////////////////////////////////////////
/ BREADCRUMB OVERRIDES FOR BOOTSTRAP
//////////////////////////////////////////////////*/
.breadcrumb-item {
	float: left;
}
.breadcrumb {
	background-color: transparent !important;
}


/*//////////////////////////////////////////////////
/ INPUT FIELD OVERRIDES FOR BOOTSTRAP
//////////////////////////////////////////////////*/
.input-group-text {
	color: inherit;
}
.input-group-prepend {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.input-group-append {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.input-group-prepend.btn-light, .input-group-append.btn-light {
	border: 1px solid #dadce0;
}
.input-prefix {
	z-index: 81;
	opacity: 0.6;
}
.form-control-sm {
    background: #fff !important;
    height: calc(1.5em + .5rem + 2px) !important;
    padding: .25rem .5rem !important;
    /*border-radius: .2rem !important;*/
}
textarea.form-control.form-control-sm {
	height: auto !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
}

/*//////////////////////////////////////////////////
/ BADGE OVERRIDES FOR BOOTSTRAP
//////////////////////////////////////////////////*/
.badge-warning {
	color: #fff;
}
.badge-sml {
	padding: 0 3px;
	border-radius: 3px;
	font-size: 85%;
	line-height: 90%;
}

/*//////////////////////////////////////////////////
/ TAB OVERRIDES FOR BOOTSTRAP
//////////////////////////////////////////////////*/
.tab-lowmargin {
	margin-bottom: 8px !important;
}

/*//////////////////////////////////////////////////
/ OVERRIDES FOR BOOTSTRAP
/ - GENERAL GLOBAL CHANGES
/ - TABLE TWEAKS
/ - ALERT TWEAKS
/ - NAV BAR EDITS
/ - SIDEBAR COLOURS AND MINOR SIZING EDITS
/ - BREADCRUMB OVERRIDES
//////////////////////////////////////////////////*/
* {
	font-family: calibri;
} 
button, input, optgroup, select, textarea {
    font-family: sans-serif;
}
.btn {
	white-space: nowrap;
}
.form-group {
	margin-bottom: 0.5rem;
}
.form-control-success, .form-control-warning {
	padding-right: 0;
}
.control-label {
	font-weight: 700;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 100;
    line-height: 1.1;
    color: inherit;
}
.list-group {
	margin-bottom: 4px;
}
.list-group-nomargin {
	margin-bottom: 0px !important;
}
.list-group-item .small, .list-group-item small {
	line-height: 0.8rem;
}
.list-group-defaultlh {
	line-height: 30px !important;
}
/*////////////////////////////////////////////////*/
.table-hover {
	cursor: pointer;
}
.table-disable {
	cursor: not-allowed;
}
.table-sm td, .table-sm th {
    padding: .3rem .5rem;
	vertical-align: middle;
}
/*////////////////////////////////////////////////*/
.alert-icon {
    padding: default;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
    text-align: center;
}
.alert-form {
    padding: default;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
    padding-left: 0.7rem;
}
.alert-sml {
	margin-bottom: 1px;
	height: 30px;
	line-height:30px;
	padding:0px 10px;
	margin-left: 20px;
}
/*////////////////////////////////////////////////*/
.navbar {
	height: 55px;
}
.nav-pills .nav-link.active {
    color: #fff;
    cursor: pointer;
	border-radius: 0;
	background: rgba(0,0,0,0.7);
	
	background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#e6000000',GradientType=1 ); /* IE6-9 */
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link .active {
    color: #fff;
    cursor: pointer;
	border-radius: 0;
	
	background: inherit;
}
.nav-pills .nav-item div.sidebar-menu .nav-link i {
	opacity: 0.8;
}
.nav-tabs {
	margin-bottom: 15px;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	max-height: 75vh;
	overflow: auto;
}
/*////////////////////////////////////////////////*/
.sidebar-menu > .nav-link {
    color: rgba(255,255,255,0.8) !important;;
    cursor: pointer;
	border-radius: 0;
	background: rgba(255,255,255,0.4) !important;
	
	background: -moz-linear-gradient(left, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.4) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#80ffffff',GradientType=1 ) !important; /* IE6-9 */
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: string;
	/*
	text-overflow: ellipsis;
	*/
}
.sidebar-menu > .nav-link.active {
    color: rgba(255,255,255,0.8);
    cursor: pointer;
	border-radius: 0;
	background: rgba(255,255,255,0.4) !important;
}
.sidebar-menu .nav-link:hover {
	color: rgba(255,255,255,1) !important;
}
.sidebar-menu .dropdown-divider {
	background: rgba(68,64,61,1);
	background: -moz-linear-gradient(left, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(68,64,61,1)), color-stop(95%, rgba(68,64,61,1)), color-stop(100%, rgba(52,49,46,1)));
	background: -webkit-linear-gradient(left, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
	background: -o-linear-gradient(left, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
	background: -ms-linear-gradient(left, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
	background: linear-gradient(to right, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44403d', endColorstr='#34312e', GradientType=1 );
}
/*////////////////////////////////////////////////*/
.breadcrumb {
	margin-bottom: 0;
	padding: 6px 5px 6px 0;
}
.breadcrumb-wizard {
	padding: 0px 5px 0px 0 !important;
}
.breadcrumb .breadcrumb-item a {
	color: #000;
}
.breadcrumb .breadcrumb-item.active a {
	color: #636c72;
}
.breadcrumb-wizardloader {
	text-align: center;
	padding-top: 15vh;
}
/*//////////////////////////CUSTOMCALLOUT//////////////////////*/
.callout {
  padding: 20px 20px 10px 20px;
  /*margin: 20px 0;*/
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: 3px;
}
.callout + .bs-callout {
  margin-top: -5px;
}
.callout-primary {
  border-left-color: #9ec5fe;
}
.callout-primary h4 {
  color: #004085;
}