button{
    outline: 0;
}
.flight-container-sidebar {
	background: #e6e6e6;
}
.flight-container-main {
	background: #f9fcfd;
}
.flight-container {
    padding: 20px;
    margin-top: 0;
    overflow: auto;
}
.flight-container .flight-title {
    margin-top: 0;
}
.flight-container .flight-title .flight-title-text {
	line-height: 50px;
}
.flight-container .flight-title .bit-card {
    width: auto;
    float: left;
    margin-right: 10px;
}
.flight-container .flight-title .bit-card:hover .bit-img {
    background: #005172;
}
.flight-container .flight-title .bit-card .bit-img {
    width: 50px;
    height: 50px;
}
.flight-container .flight-title .bit-card .bit-img .icon {
    line-height: 50px;
    font-size: 40px;
}
.flight-container .heading {
    font-size: 1.28em;
    font-weight: 700;
    border-bottom: 1px solid #044b1b;
    margin-bottom: 10px;
    color: #2c2d2d;
    padding-bottom: 5px;
}
.flight-container .subheading {
    margin-bottom: 0;
}
.flight-container .nav-pills{
    display: inline-block;
    border: 1px solid #bbb;
    margin: 10px 0 0 0;
}
.flight-container .nav-pills, .flight-container .nav-pills>li>a{
    border-radius: 20px;
    background: #fff;
}
.flight-container .nav-pills>li>a{
    padding: 3px 30px;
    font-size: 14px;
}
@media only screen and (min-width:768px) and (max-width:991px){
    .flight-container .nav-pills>li>a {
       padding: 3px 20px;
    }
}
.flight-container .nav>li>a:focus, .flight-container .nav>li>a:hover{
    background: transparent;
}
.flight-container .nav-pills>li.active>a, .flight-container .nav-pills>li.active>a:focus, .flight-container .nav-pills>li.active>a:hover{
    background-color: #0bbd58;
}
.flight-container .flight-form {
    margin-top: 0;
}
.flight-container .flight-form .form-group {
    margin-bottom: 17px !important;
    padding: 0;
}
.flight-container .flight-form .form-group label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}
.flight-container .flight-form .form-group .form-control {
    border-color: #bbb;
}
.flight-container .flight-form .form-group .select:after {
    right: 0;
    top: 25px;
    height: 32px;
    line-height: 34px;
    padding: 0 13px;
    background-color: transparent;
    border: 0;
    border-left: 2px solid #dedede;
}

/* refine search */
.flight-container .refine-search-container .subheading {
    margin: 0;
    padding-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.flight-container-sidebar .refine-search-container .subheading {
    padding-left: 8px;
}
.flight-container .refine-search-container .row {
    padding: 0;
}
.flight-container .refine-search-container .refine-search {
    clear: both;
}
.flight-container .refine-search-container .accordion-toggle[aria-expanded="false"]:after {
    content: "\f0d7";
    font-family: FontAwesome;
    transition: all 0.5s;
    display: inline-block;
}
.flight-container .refine-search-container .accordion-toggle[aria-expanded="true"]:after {
    content: "\f0d7";
    font-family: FontAwesome;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select {
    position: relative;
}
.select:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 0px;
    top: 25px;
    line-height: 1;
    padding: 8px 14px;
    height: 33px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #eee;
    border: 1px solid #ccc;
    pointer-events: none;
}
.flight-container .curved-btn{
    padding: 6px 12px;
    font-size: 1.1em;
}
.flight-container .btn-group{
    margin-top: 5em;
}
.flight-form .btn{
    width: 120px;
    margin-right: 20px;
    font-weight: 600;
}
.btn-form{
    border-color: #0bbd58;
    background: #fff;
    color: #044b1b;
}
.btn-form-bg{
    background: #0bbd58;
    border: none;
    color: #fff;
}
.btn-form-bg:hover{
    color: #fff;
}
.flight-form .red{
    color: red;
}
.flight-form .h2{
    font-size: 1.6em;
    font-weight: 700;
}
.flight-form .h3{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.request-notification.flight-form{
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.request-notification .btn, .cancel-notification .btn{
    width: auto;
}
@media (max-width: 768px){
    .flight-container .btn-group{
        margin-top: 2em;
    }
}

.privacy-text {
    margin-top:30px;
}

table.dataTable  .sorting, table.dataTable  .sorting_asc, table.dataTable  .sorting_desc {
    cursor: pointer;
}