/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
/* body{
	word-break:break-word;
} */

.shadow-sm {
    box-shadow: 0 .125rem .25rem 2px rgba(0, 0, 0, .075) !important;
}
  	
.vertical-nav {
  min-width: 21rem;
  width: 21rem;
  height: 100%;
  min-height: 100vh;
  position: relative!important;
  float:left;
  padding:20px 0;  
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

.page-content {
  width: calc(100% - 18.5rem);
  margin-left: 20rem;
  transition: all 0.4s;
}

/* for toggle behavior */

#sidebar.active {
  margin-left: -24rem;
}

#content.active {
  width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -24rem;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #content {
    width: 100%;
    margin: 0;
  }
  #content.active {
    margin-left: 24rem;
    width: calc(100% - 24rem);
  }
}

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

body {
  background:#FBF9F8;
  min-height: 100vh;
  overflow-x: hidden;
}

.separator {
  margin: 3rem 0;
  border-bottom: 1px dashed #fff;
}

.text-uppercase {
  letter-spacing: 0.1em;
}

.form-control {
  font-size: 12px;
}

.text-gray {
  color: #aaa;
}
.Message {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 14px;
		TEXT-ALIGN: left;
		padding-left: 5px;
		padding-bottom:20px;
}

.tt-query,.typeahead,
.tt-hint {
  width: 100% !important;
  height: 32px;
  padding: 8px 12px;
  font-size: 12px;
  /* line-height: 30px; */
  border: 1px solid #ccc;
  outline: none;
  border-radius: .25rem
}
 
.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 1px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

/** Added from this point */
.twitter-typeahead{
     width: 100%;
}
.tt-dropdown-menu{
    width: 103%;
}
input.typeahead.tt-query{ /* This is optional */
    width: 300px !important;
}
.dataTables_length{
	float:left;	
}
.fa-file-excel{
	font-size:25px;
	margin-top: -5px;
	margin-left: 50px;
}

#the-basics .tt-menu {
	max-height: 150px;
  	overflow-y: auto;
  	background-color: white;
}

#typeahead-div-id .tt-menu {
	max-height: 150px;
  	overflow-y: auto;
  	background-color: white;
}

.btn-custom{
	width:20%;
	display: inline-block;
    color: #fff;
    background-color: #1b2935;
    border: 1px solid #1b2935;
    border-radius: 4px;
    position: relative;
    font-family: FFDINWebProMedium,Roboto,Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    transition: background-color .5s,border .5s,color .5s;
    padding: 6px 12px;
    text-transform: uppercase;
    min-height: 34px;
    cursor: pointer;
    background-image: none;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active{
	color: #fff!important;
    background-color: #000!important;
    
}
.panel-heading{
	display: inline-block;
    color: #fff;
    background-color: #1b2935;
    border: 1px solid #1b2935;
    border-radius: 4px;
    position: relative;
    font-family: FFDINWebProMedium,Roboto,Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    transition: background-color .5s,border .5s,color .5s;
    padding: 8px 12px;
 }
 body{
	margin: 0;
    font-family: FFDINWebProRegular,Roboto,Arial,Helvetica,Verdana,sans-serif;
    color: #000;
    background-color: #efefef;
    font-weight: 400;
    font-size: 14px;
    min-width: 300px;
    min-height: 100%;
    line-height: 1.4;
}
thead{
	background-color:#1e222b;
	color: #ffffff;
}
	
.btn-primary{
	color: #fff!important;
    background-color: #1b2935!important;
    border: 1px solid #1b2935!important;
    min-width: 135px;
}

.pagination > .active a {
	color: #fff!important;
    background-color: #1b2935!important;
    border: 1px solid #1b2935!important;
}
.nav-link.active {
	background-color: #080808 !important;
	color: #fff !important;
}

.fade:not(.show ) {
	display: none !important;
}

.nav-tabs .nav-link {
	border: 1px solid #dee2e6;
}

.datepicker td, .datepicker th {
	width: 30px !important;
}

.datepicker td, .datepicker th.prev {
	width: 20px !important;
}

.datepicker.dropdown-menu {
	padding: .5rem;
}

.datepicker .datepicker-switch {
	width: 145px !important;
}
ul.pagination{
	float:right!important;
}
div.datepicker {
	z-index:1065!important;
}
.date > .input-group-append{
	max-height:32px!important;
}
.alert{
	padding: .5rem 1.25rem 0 1.25rem!important;
}
#sidebar{
position:fixed!important;
top: 92px!important;
}

/* Inquire export page */
.dropdown > .btn-light{
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)!important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
        font-size: 12px;
}
.dropdown{
	border-radius: .25rem!important;
}
.dropdown-item{
	display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    /* font-weight: 400; */
    /* color: #212529; */
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
     font-size: 12px;
}

.dropdown> .btn-light:focus{
color:#495057;
background-color:#fff;
border-color:#80bdff;
outline:0;
box-shadow:0px 0px 0px 0.2rem rgba(0,123,255,0.25);
} 
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
color:#495057;
}


option:hover,option:focus,option:active,option:selected{
color:#16181b;
text-decoration:none;
background-color:#f8f9fa;
}
option {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: .25rem;
     font-size: 12px;
}


.dropdown > button{
  background-color: #fff!important;
}

.dropdown-disabled > .btn-light {
background-color:#e9ecef!important;
opacity:1;
}

.dropdown-item.active, .dropdown-item:active{
color:#16181b;
text-decoration:none;
background-color:#f8f9fa;
} 
/*Inquire export ends*/

.btn{
	text-transform:uppercase;
}

h3 {
	font-size: 19px;
	font-weight: bold;
}

.Errmsg {
	color: red;
	font-size: 12px;
	margin-left: 10px;
}

