.Instructions h4 {
    font-weight: 600;
    font-family: inherit;
}

button.btn.btn-info.btn-lg.instr-opener {
    font-size: 14px;
    padding: 7px;
}

.Instructions {
    padding: 0px 15px;
}

.col-md-6.csvcheck {
    margin: 0 0 5px 0;
}

.allselect {
    padding: 0px 0px 15px 15px;
    font-size: 16px;
    font-weight: 600;
}

button.jetnetcsv {
    background: none;
    border: none;
}

.jetnetcsv i.fa.fa-angle-double-right {
    background: #185587;
    padding: 0px 4px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

input#selectallengines {
    margin: 0px 5px 0px 5px !important;
}

input.bulkcheckengines {
    margin: 0 5px 0 0px;
}

select#bulkEngineActionSelect {
    border: solid 1px #ccc;
    height: 40px;
}

span.delete_unapproved_value {
    color: #428bca;
    font-size: 18px;
    cursor: pointer;
}

.bulk_action_container {
    margin: 10px;
}

select#bulkActionSelect {
    border: solid 1px #ccc;
    height: 35px;
}

input#selectallavoinics {
    width: 30px;
    height: 15px;
}

input.bulkcheckavionics {
    margin: 5px 5px !important;
}
.container {
	margin-top:15px;
	margin-bottom:50px;
}
.delete_block {
	margin-top: 30px;
}
.delete_avionic_block, .delete_airframe_block, .delete_engine_block{
	margin-top: 15px;
}
.delete_section, .delete_avionic, .clear_avionic, .clear_engine, .delete_engine {
    color: #e51e25;
    background-color: #e51e25;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 6px;
}
.delete_section:hover, .delete_section:focus, .delete_avionic:focus, .delete_avionic:hover, .clear_avionic:hover, .clear_avionic:focus, .delete_engine:focus, .delete_engine:hover, .clear_engine:hover, .clear_engine:focus {
    color: #fff;
    text-decoration: none;
    background: #2f2f31;
}
button.btn.btn-primary.export_avionic_sort {
    margin: 0 0 0 2px;
}
.allow_revoke_user_reference_model {
	float: right;
	margin-bottom: 20px !important;
}
#users_list .form-checkbox label:before {
	padding: 7px !important;
}
#users_list .form-checkbox {
	display: inline-block !important;
}
.dropdown_check {
	margin-right: 5px !important;
}
.drop-down-list .form-checkbox label:before {
	padding: 7px !important;
}
.drop-down-list .form-checkbox {
	display: inline-block !important;
}
.merge_dropdown {
    margin-top: 15px;
    margin-bottom: 20px;
}
.avionic_search_result, .engine_search_result  {
	width: 100%;
}
.avionic_combination_block, .engine_combination_block {
	width: 80%;
}
.avionic_combination_action_block, .engine_combination_action_block{
	width: 20%
}
.edit_avionic_combination, .delete_avionic_combination, .edit_engine_combination, .delete_engine_combination{
	float: right;
	padding-right: 7px;
}
.notification_block {
    display: none;
    position: absolute;
    z-index: 100;
    width: 350px;
    background: WHITE;
    height: 300px;
    overflow-y: auto;
    list-style-type: none;
    padding: 0;
    border: 1px solid #ddd;
	right: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.notification_block li {
    text-align: left;
    padding: 7px 20px;
	position: relative;
}
.notification_block li:hover{
	background: #f5f5f5;
}
.notification_block li:hover .right_close {
    display: block;
}
/*.notification_block li:nth-child(even) {
	background: #f1f0f0;
}*/
.notification_count {
	display:none;
}

.notification_section a span.notification_count {
    position: absolute;
    right: -10px;
    top: -14px;
    background: red;
	color:#fff;
    /* width: 14px; */
    text-align: center;
    /* height: 14px; */
    font-size: 10px;
    border-radius: 50%;
    padding: 4px 8px;
}
.no_notification {
	text-align:center !important;
	padding-top:15px !important;
}
.right_close {
    position: absolute;
    right: 6px;
    top: 7px;
    z-index: 100;
	display:none;
}
.right_close i {
    color: #e91c23;
}
.notification_block li:hover a { color: #e91c23 !important;}

.add_report_user {
	float: right;
    margin-bottom: 20px;
}
#appraisal_form .form-group{
	position:relative;
}
.price-value {
    position: relative;
}
.price-value span {
    position: absolute;
    left: 8px;
    top: 7px;
}
.price-value .form-control {
    padding: 0 20px;
}

.hr-value {
    position: relative;
	/*width: 25%*/
}

.hr-value span {
    position: absolute;
    right: 8px;
    top: 7px;
}
.hr-value .form-control {
    padding: 0 20px;
}
#reports img {
	width: 30px;
	margin-left: 10px;
}

.form-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-checkbox label {
  position: relative;
  cursor: pointer;
}

.form-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.form-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.loader-inner > img {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 40%;
}

.loader-inner {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
}

.section_differentiator {
	margin-top: 40px !important;
    margin-bottom: 40px !important;
    border: 0 !important;
    border-top: 1px solid #428bca !important;
}
.section_block {
	margin-top: 50px;
}

/* .download_report {
    color: #428bca;
	background: transparent;
    padding: 7px 15px 7px 15px;
    margin: 10px 0px 0px 15px;
	text-decoration: none;
	border-radius: 15px;
    border: 2px solid #428bca;
} */
.download_report {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 15px;
  color: #e81a23;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 7px 17px 7px 0;
  text-decoration: none;
}


.download_report:focus {
	outline: none;
	text-decoration: none;
}
.custom_value_blk {
	margin-top: 30px;
}
.add_more_section {
	margin-top: 40px;
}
.add_more_section a {
	color: #E51E25;
    background: transparent;
    padding: 7px 15px 7px 15px;
    text-decoration: none;
    border: 2px solid #E51E25;
}
.add_more_section a:hover {
    color: #FFF;
    background: #E51E25;
    text-decoration: none;
}	
.add_more_section a:focus {
    text-decoration:none;
}
.gray-out {
	background: #D3D3D3;
	cursor: default;
}
.gray-out {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333333;
    opacity: 0.5 !important;
    text-decoration: none;
}
.gray-out:hover {
    color: #333333 !important;
    text-decoration: none !important;
}
#navbarResponsive .nav .username_li + li a {
    padding-left: 0 !important;
}
.error {
	color: #f3a6a6;
}
#reports.table > tbody > tr > td{
	vertical-align: middle;
}
#reports.table > tbody > tr > td p{
	margin:0;
}
#custom_users td a {
	cursor: pointer;
}
.sorting_1 {
    font-weight: bold;
}
.tbl_data td,.tbl_data th {
    border: 1px solid #cccccc !important;
    padding: 6px 10px;
}
table.tbl_data .comp-price-value span {
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.comp-price-value {
    position: relative;
}
.comp-price-value span {
    left: 17px;
    position: absolute;
    top: 12px !important;
}
.comp-price-value .form-control {
    padding: 0 20px;
}


.ui-autocomplete {
    max-height: 332px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 332px;
  }

.ui-autocomplete li { background: #f1f0f0; }
.ui-autocomplete li:nth-child(odd) { background: #fff; }

/***********************/
.add_avionics{
        margin-bottom: 15px !important;
}
.add_avionic_close {
    margin-top: -23px !important;
}

.pT-10{
    padding-top: 10px;
}

input#newAircraftModel {
    border: solid 1px #ccc;
    width: 100%;
    height: 45px;
    border-radius: 3px;
}
/************************/

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
		word-break: break-all;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

/****** Avoinics Search block ************/
.search_block {
	position: absolute;
	z-index: 100;
	WIDTH: 100%;
	background: WHITE;
	height: 305px;
	overflow-y: auto;
	list-style-type: none;
	padding: 0;
	border: 1px solid #ddd;
}

.search_block.pagination {
	top: 319px;
	height:auto;
}
.new-pagination>li {
    display: inline-block!important;
    padding: 0!important;
    width: 100%;
}
.new-pagination>li>a{
	width:4%!important;
}
.new-pagination>li>span {
    width: 92%!important;
    text-align: center!important;
	cursor:auto;
	color: #000!important;
}
.loading li {
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

.search_block li {
 	cursor: pointer;	
	padding: 8px 16px;
	border-bottom: 1px solid #ddd;
}
.new-pagination>li>span:hover, .new-pagination>li>span:focus{
	background:#fff!important;
}
.new-pagination>li>a, .new-pagination>li>a:hover{
	background: #e51e25!important;
    color: #fff!important;
	cursor:pointer;
}
.new-pagination li {
	cursor: none !important;
	float:left;
}

.pagination li:hover{
	background-color: none !important;
}

.search_block li:last-child {
	border-bottom: none
}

.search_block li:hover{
	background-color: #eee;
}
.avionic_search_result.selected, .engine_search_result.selected {
	background-color: #eee;
}
.new-pagination .disable {
    background: #f78d90!important;
}
.new-pagination .disable:hover {
    background: #f78d90!important;
    cursor: not-allowed;	
}

/****************/
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
li.username_li {

	    position: relative;
    display: block;
    padding: 10px 15px;
}
#navbarResponsive ul li .active {
    color: #e91c23;
}
nav.navbar.navbar-default {
    margin-top: 30px;
}

/************** Custom Field Page start ***************/
#custom_field_section .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #e51e2 !important;
    border-radius: 10px;
    color: #fff !important;
}

#custom_field_section  .list-group-item>.badge {
    width: auto;
    float: right;
}

#custom_field_section .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 1;
    color: #131313;
    background-color: #f5f5f5;
    border-color: #ddd;
}

#custom_field_section .activity_blk{
	display: inline-block;
    width: 55.3%;
}

#custom_field_section .time_ago {
	display: inline-block;
    width: 17.3%;
}

#custom_field_section  .action_sec {
	text-align:right;
	display: inline-block;
    width: 25.3%;
}

#custom_field_section .action_sec a {
    color: #428bca;
    background: transparent;
    padding: 3px 5px 3px 5px;
	text-decoration: none;
	/*margin-left: 15px;
    border: 2px solid #E51E25;
	display: inline-block;
    width: 86px;*/
}

#custom_field_section .action_sec a:hover {
    color: #2a6496;
    text-decoration: none;
}
#custom_field_section .no_field {
	text-align:center;
}

#custom_field_section .nav.nav-pills.nav-stacked {
    background: #f1f1f1 none repeat scroll 0 0;
    padding-right: 0;
}
#custom_field_section .nav > li > a {
    color: #131313;
    border-radius: 0;
}

#custom_field_section .nav-pills > li.active > a, #custom_field_section .nav-pills > li.active > a:hover, #custom_field_section .nav-pills > li.active > a:focus {
    background-color: #e51e25;
    color: #ffffff;
}

#custom_field_section .approved_activity_blk{
	display: inline-block;
    width: 65.3%;
}

#custom_field_section .approved_time_ago {
	display: inline-block;
    width: 17.3%;
}

#custom_field_section  .approved_action_sec {
	text-align:right;
	display: inline-block;
    width: 15.3%;
}

#custom_field_section .custom_activity_blk{
	display: inline-block;
    width: 45.3%;
}

#custom_field_section .custom_time_ago {
	display: inline-block;
    width: 12.3%;
}

#custom_field_section  .custom_action_sec {
	text-align:right;
	display: inline-block;
    width: 40.3%;
}


/* Make Select2 boxes match Bootstrap3 heights: */
.select2-selection__rendered {
  line-height: 32px !important;
}

.select2-selection {
  height: 34px !important;
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	width:auto;
	height:42px;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 14px;
}

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}

#edit_valu_emodel .modal-header {
    position: relative;
}
#edit_valu_emodel .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 8px;
}

#edit_custom_value_emodel .modal-header {
    position: relative;
}
#edit_custom_value_emodel .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 8px;
}

#edit_equipment_value_emodel .modal-header {
    position: relative;
}
#edit_equipment_value_emodel .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 8px;
}

#reference_model_detail_modal .modal-header, #edit_overhaul_emodel .modal-header, #edit_propmakemodel_emodel .modal-header, #delete_value_emodel .modal-header, #merge_values_model .modal-header, #edit_avionic_emodel .modal-header, #delete_avionic_emodel .modal-header, #engine_duplicate_modal .modal-header, #avionic_duplicate_modal .modal-header, #edit_engine_emodel .modal-header, #delete_engine_emodel .modal-header, #delete_dropdown_emodel .modal-header{
    position: relative;
}
#reference_model_detail_modal .modal-header .close, #edit_overhaul_emodel .modal-header .close, #edit_propmakemodel_emodel .modal-header .close, #delete_value_emodel .modal-header .close, #merge_values_model  .modal-header .close, #edit_avionic_emodel  .modal-header .close, #delete_avionic_emodel  .modal-header .close, #engine_duplicate_modal  .modal-header .close, #avionic_duplicate_modal  .modal-header .close, #edit_engine_emodel  .modal-header .close, #delete_engine_emodel  .modal-header .close, #delete_dropdown_emodel  .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 8px;
}

#reference_model_detail_modal .modal-body, #edit_overhaul_emodel .modal-body, #edit_propmakemodel_emodel .modal-body {
    max-height: 465px;
    overflow-y: auto;
}

.drop-down-list {
	overflow-y: auto;
    max-height: 400px;
	padding: 0px 0px;
	display:block;
	margin-top: 15px;
}

.drop-down-list li {
	position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

span.editable-value {
	width: 76%;
    word-break: break-word;
    display: inline-block;
}
.dropdown-edit {
    position: absolute;
    width: 24%;
    display: inline-block;
}

.dropdown-heading {
	display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.activity-detail {
	display: block;
	margin-top: 15px
}

/************** Custom Field Page end ***************/

#download_report_modal .modal-header {
    position: relative;
}
#download_report_modal .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 8px;
}


#create_report_modal .modal-header {
    position: relative;
}
#create_report_modal button.close {
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 999;
}
.custom_btn {    padding: 0 15px;}
#navbarResponsive .nav-pills>li {
    float: none !important;
    display: inline-block !important;
}
#navbarResponsive .nav>li>a {
    padding: 0 !important;
    padding-left: 20px !important;
	    padding-bottom: 10px !important;
}
div#navbarResponsive {
     padding: 0;
}
#custom_field .list-group-item:nth-child(even) {
    background: #f1f0f0;
}
#equipment_values .list-group-item:nth-child(even) {
    background: #f1f0f0;
}
#reference_models .list-group-item:nth-child(even) {
    background: #f1f0f0;
}
#reference_models_block .list-group-item:nth-child(even) {
    background: #f1f0f0;
}
.mobile-header .container-fluid {
    padding: 0;
}
#navbarResponsive .nav-pills>li>a:hover {
    background: transparent !important;
}
#reports img {
    margin-bottom: 10px;
}
 #side_menu {
	  display:none;
  }
button#side_menu i {
    color: #ffffff;
    font-size: 19px;
    padding: 5px;
}
button#side_menu {
    background: #e61d25 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: -15px;
}
.usergap {
    padding: 0 15px 15px  !important;
}
.navbar-collapse.in {
    overflow-y: inherit!important;
}
.dropdown-menu>li>a {
    padding: 6px 20px!important;
}
.py-4 {
	margin-bottom: 50px;
}
body .btn-primary {
    background-color: #2f2f31;
    border-color: #2f2f31;
    color: #ffffff;
}
body  .btn-primary:hover,body  .btn-primary:focus,body  .btn-primary:active,body  .btn-primary.active,body  .open > .dropdown-toggle.btn-primary {
    background-color: #e91c23;
    border-color: #e91c23;
    color: #ffffff;
}
body  .pagination > .active > a,body   .pagination > .active > span,body   .pagination > .active > a:hover,body   .pagination > .active > span:hover,body   .pagination > .active > a:focus,body   .pagination > .active > span:focus {
    background-color: #e91c23;
    border-color: #e91c23;
    color: #ffffff;
    cursor: default;
}
body  .gray-out:hover ,body .download_report:hover{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #333333 !important;
    text-decoration: underline;
}
#navbarResponsive a {
    color: #313131;
}
#navbarResponsive a:hover,li.username_li {
    color: #e91c23;
    text-decoration: none;
}
.sorting_1 {
    font-weight: bold;
    text-align: center;
}
#reports.table > tbody > tr > td {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-top: medium none;
    vertical-align: middle;
}
#reports.table > tbody > tr > td:last-child {
    border-right: 1px solid #cccccc;
}
.download_report:hover {
	color: #FFF;
	background: #428bca;
	text-decoration: none;
}
#sidebar_menu.nav.nav-pills.nav-stacked {
    background: #f1f1f1 none repeat scroll 0 0;
    padding-right: 0;
}
#appraisal_form .nav-pills > li.active > a,#appraisal_form  .nav-pills > li.active > a:hover,#appraisal_form  .nav-pills > li.active > a:focus {
    background-color: #e51e25;
    color: #ffffff;
}
#appraisal_form  .nav > li > a {
    color: #131313;
	border-radius: 0;
}
#appraisal_form  .nav-stacked > li + li {
    margin-left: 0;
    margin-top: 0;
}
.back_reports {
    color: #333333;
}
.back_reports:hover {
    color: #e51e25;
}
body.body-overlay::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.tab-pane h4 {
    margin-top: 25px;
}
/************************/

.add_avionics {
    margin-bottom: 14px;
}

input#newAircraftMake {
    display: block;
    width: 100%;
    border: solid 1px #ccc;
    height: 40px;
}

span#dangererror {
    background: #f7bdbd;
    margin: 10px 0 0 0;
    padding: 8px 10px;
    color: #ad0707;
    border: solid 1px #fd9898;
    font-size: 16px;
    display: block;
}

span.addequipment {
    background: #393838;
    color: #fff;
    padding: 8px 8px;
    border-radius: 3px;
    cursor: pointer;
    float: left;
}

.saveEquipment {
    background-color: #d72020;
    color: #fff;
    outline: none;
}

.saveEquipment:hover {
    color: #fff !important;
}

input.btn.save-btn.saveEquipment {
    outline: none;
    color: #fff;
}

/************************/
@media only screen and (max-width: 992px) {
#reports img {
    margin-top: 15px;
}	
.download_report {
    font-size: 12px;
    margin: 10px 0 0;
    padding: 7px 4px 7px 0;
}
a .fa-fw {
    font-size: 14px !important;
}
}

@media only screen and (max-width: 991px) {
.new-pagination>li>span {
    width: 88%!important;
}	
.new-pagination>li>a {
    width: 6%!important;
}
}

@media only screen and (max-width: 800px) {
#user_tr_2 td {
    min-height: 36px;
}
}
@media only screen and (max-width: 767px) {
	
	.ui-autocomplete {
	   width: 300px;
	 }
	#navbarResponsive .nav-pills>li {
		display: block !important;    padding: 8px 16px;
	}
  .mobile-logo {   width: 50%;    float: left;}
  .mobile-header { width: 50%;    float: left;}
  .mobile-header #navbarResponsive {  text-align: right;    padding: 0;}
  .container {    margin-bottom: 0px;}
  .custom_btn {        padding: 0 20px;
    margin-top: 20px;}
  
  #appraisal_form .nav-pills.nav-stacked {
    background: #ffffff none repeat scroll 0 0;
    /*height: 100%;*/
    left: -250px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 250px;
    z-index: 999;
	}

	#appraisal_form .nav-pills.nav-stacked.open_sidebar {
		left: 0;
	}
	
	  #custom_field_section .nav-pills.nav-stacked {
    background: #ffffff none repeat scroll 0 0;
    /*height: 100%;*/
    left: -250px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 250px;
    z-index: 999;
	}

	#custom_field_section .nav-pills.nav-stacked.open_sidebar {
		left: 0;
	}
	
	
	 #side_menu {
	  display:block;
  }
	#naaa_data {
		overflow: auto;
	}
	.approve_action {
		margin-bottom: 6px;
	}
	.open>.dropdown-menu {
		display: block;
		width: 120px;
		right: 0!important;
		left: auto;
		margin-right: 13px;
    top: 70%!important;
	}
}
a .fa-fw {
    font-size: 18px;
}

button.btn.btn-primary.export_engine {
    margin: 0 0 0 2px;
}

button.btn.btn-primary.export_props {
    margin: 0 0 0 2px;
}

button.btn.btn-primary.export_aircraft {
    margin: 0 0 0 2px;
}

@media only screen and (max-width: 662px) {

#reports_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,#reports_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
  top: 50%;
   background-color: #131313;
  transform: translateY(-50%);
  width: 14px;
}
a .fa-fw {
    font-size: 14px;
    margin: 0 2%;
}
#reports_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,#reports_wrapper  table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    background-color: #d33333;
    content: "-";
}
.dtr-details {
    width: 100%;
}
.child .child {
    padding-bottom: 0;
}
#reports.table > tbody > tr > td.sorting_1 {
    border-left: 1px solid #cccccc;
}
#reports.table > tbody > tr > td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
	 border-left: 1px solid transparent;
    border-top: medium none;
    vertical-align: middle;
}

 #custom_field_section .activity_blk, #custom_field_section .approved_activity_blk, #custom_field_section .custom_activity_blk{
	display: inline-block;
	text-align:center;
    width: 100%;
	margin-bottom: 10px;
}

#custom_field_section .time_ago, #custom_field_section .approved_time_ago, #custom_field_section .custom_time_ago {
	display: inline-block;
    text-align:center;
    width: 100%;
	margin-bottom: 10px;
}

#custom_field_section  .action_sec, #custom_field_section  .approved_action_sec, #custom_field_section  .custom_action_sec {
	text-align:right;
	text-align:center;
    width: 100%;
	margin-bottom: 10px;
}

}
@media only screen and (max-width: 480px) {
.download_report {
  font-size: 14px;
  text-decoration: none;
}
#reports img {
    margin-top: 10px;
}
#reports img {
    margin-left: 10px;
    width: 22px;
}
#reports_wrapper .col-sm-6 {
    float: left;
    width: 49%;
}
#reports_filter > label {
    display: inline-block;
    white-space: inherit;
}
.dataTables_wrapper #reports_filter.dataTables_filter input {
    display: inline-block;
    margin-left: 0.5em;
    width: 90px;
}
.new-pagination>li>span {
    width: 86%!important;
}
.new-pagination>li>a {
    width: 7%!important;
}
}
@media only screen and (max-width: 400px) {
  .mobile-logo,  .mobile-header  {   width: 100%;  }
  nav.navbar.navbar-default {
    margin: 0;
}
.custom_btn {margin-top: 30px;}
.navbar-toggle {
    margin-top: -50px !important;
}
.new-pagination>li>a {
    width: 11%!important;
}
.new-pagination>li>span {
    width: 78%!important;
}
}
@media only screen and (max-width:359px){
#reports_wrapper .col-sm-6 {
    float: left;
    width: 100%;
}
#reports_filter > label {
    display: inline-block;
    white-space: inherit;
}
.dataTables_wrapper #reports_filter.dataTables_filter input {
    display: inline-block;
    margin-left: 0.5em;
    width: auto;
}
}

.dropdown_text1 {
    width: 78%;
    display: inline-block;
}
.dropdown_text2 {
   width: 20%;
   display: inline-block;
   text-align: right;
}

@media only screen and (max-width: 662px) {
    .dropdown_text1,.dropdown_text2 {
        display: inline-block;
        text-align:center;
        width: 100%;
        margin-bottom: 10px;
   }
}