html {
	background: #e8e6d7;
}

body {
	font-family: "Khula", "Segoe UI", "Helvetica";
	font-size: 14px;
	letter-spacing: 0.2px;
	color: #222;
	background: #e8e6d7;
	background: -moz-linear-gradient(top, #979186 0%, #e8e6d7 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #979186), color-stop(100%, #e8e6d7));
	background: -webkit-linear-gradient(top, #979186 0%, #e8e6d7 100%);
	background: -o-linear-gradient(top, #979186 0%, #e8e6d7 100%);
	background: -ms-linear-gradient(top, #979186 0%, #e8e6d7 100%);
	background: linear-gradient(to bottom, #979186 0%, #e8e6d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979186', endColorstr='#e8e6d7', GradientType=0);
}

tbody {
	background-color: transparent !important;
	border-color: transparent !important;
}

tbody tr {
	background-color: transparent !important;
}

input:disabled {
    background-color: #dddddd !important;
}

.menu-icon {    
    width: 2.5rem;
}

.menu-icon::after {
    background: #979186;
    -webkit-box-shadow: 0 7px 0 #979186,0 14px 0 #979186;
    box-shadow: 0 7px 0 #979186,0 14px 0 #979186;
}

.side-menu {
    position: fixed;
    left: -300px;
    top: 4.9rem;
    width: 300px;
    height: calc(100vh - 4.9rem - 50px);
    background-color: #e8e6d7;
    box-shadow: 0 0 3px 0 rgba(34,34,34,0.5);
    z-index: 1002;
    overflow: auto;
}

.side-menu ul {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-type: none;
    list-style-position: outside;
}

.side-menu ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.side-menu ul li {
    color: #979186;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: block;
    text-decoration: none;
}

.side-menu li ul {
    padding-left: 0.7em;
}

.side-menu a {
    color: #979186;
}

.side-menu .menu-seperator {
    border-bottom: 1px solid #979186;
}

.side-menu .menu-seperator-above {
    border-top: 1px solid #979186;
}

.submenu-toggle {
    margin-top: 5px;
}

.submenu-toggle::after {
	border-color: #979186 transparent transparent;
}

.fa-refresh{
    margin: 10px;
    padding: 5px;
    color: #4a831c;
    transition: 0.5s;
    cursor: pointer;
}

.fa-refresh:hover{
    color: #9e0c0f;
}

.medium {
    width: 70%;
}

.text-small {
	font-size: 12px;
}

.text-normal {
	font-size: 14px;
}

.text-16 {
	font-size: 16px;
}

.text-medium {
	font-size: 18px;
}

.text-large {
	font-size: 24px;
}

.text-xlarge {
	font-size: 30px;
}

.text-light {
	font-weight: 300;
}

.line {
	height: 1px;
	background-color: #948f81;
}

.text-white {
	color: #fff;
}

.text-black {
	color: #222;
}

.text-brown {
	color: #888376;
}

.text-red {
	color: #bd3400 !important;
}

.text-green {
	color: green;
}
.text-blue {
  color: #0000FF;
}              

.text-gray {
	color: #5d5d5d;
}

.text-amber {
	color: #FFBF00;
}

.text-custom {
	color: #979186 !important;
}

.hg5 {
	height: 5px;
}

.hg10 {
	height: 10px;
}

.hg20 {
	height: 20px;
}

.hg30 {
	height: 30px;
}

.hg40 {
	height: 40px;
}

a {
	text-decoration: none;
}

.link {
	text-decoration: underline;
}

.link:hover {
	text-decoration: none;
}

.link-inverse {
	text-decoration: none;
}

.link-inverse:hover {
	text-decoration: underline;
}

.cursor {
	cursor: pointer;
}

.lpanel {
	background-color: rgba(232, 230, 215, 0.5);
	border-radius: 10px;
	padding: 40px;
	border: 1px solid #948f81;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	-webkit-box-shadow: 0px 1px 2px rgba(34, 34, 34, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(34, 34, 34, 0.2);
	box-shadow: 0px 1px 2px rgba(34, 34, 34, 0.2);
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
select {
	border-radius: 5px;
	border-color: #a09b8f;
	background-color: #e8e6d7;
	max-width: 100%;
	width: none !important;
	-webkit-box-shadow: 0px 0px 2px rgba(34, 34, 34, 0.3) inset;
	-moz-box-shadow: 0px 0px 2px rgba(34, 34, 34, 0.3) inset;
	box-shadow: 0px 0px 2px rgba(34, 34, 34, 0.3) inset;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	background-color: #efeee4;
	border-color: #948f81;
	/*-webkit-box-shadow: 0px 0px 1px rgba($black, 0.5) inset;
    -moz-box-shadow: 0px 0px 1px rgba($black, 0.5) inset;
    box-shadow: 0px 0px 1px rgba($black, 0.5) inset;*/
}

a {
    color: #5d5d5d;
}

a:hover {
    color: #000000;
}

.button {
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
    height: 36px;
	padding: 10px 20px;
	text-shadow: 0 2px rgba(34, 34, 34, 0.1);
	outline: none !important;
	border: 1px solid #948f81;
	/*background: #aba79f;
  background: -moz-linear-gradient(top, #aba79f 0%, #979186 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #aba79f), color-stop(100%, #979186));
  background: -webkit-linear-gradient(top, #aba79f 0%, #979186 100%);
  background: -o-linear-gradient(top, #aba79f 0%, #979186 100%);
  background: -ms-linear-gradient(top, #aba79f 0%, #979186 100%);
  background: linear-gradient(to bottom, #aba79f 0%, #979186 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aba79f', endColorstr='#979186', GradientType=0 );
  */
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: #979186;
	background-image: url("../images/btn-bg.jpg");
	background-repeat: repeat-x;
	background-position: top left;
    margin: 0;
}

.button:focus {
	outline: none !important;
}

.button:active {
	outline: none !important;
	background-image: url("../images/btn-bg-focus.jpg");
	/*background: #979186;
    background: -moz-linear-gradient(top, #979186 0%, #aba79f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #979186), color-stop(100%, #aba79f));
    background: -webkit-linear-gradient(top, #979186 0%, #aba79f 100%);
    background: -o-linear-gradient(top, #979186 0%, #aba79f 100%);
    background: -ms-linear-gradient(top, #979186 0%, #aba79f 100%);
    background: linear-gradient(to bottom, #979186 0%, #aba79f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979186', endColorstr='#aba79f', GradientType=0 );
    */
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0 !important;
	outline: 0 !important;
}

.tab-bar {
	background: #ffffff !important;
	border-bottom: 1px solid #b2ada0;
	height: 70px;
}

.top-title {
	text-shadow: 0 1px 1px rgba(34, 34, 34, 0.4);
	font-weight: 600;
}

.ts {
	text-shadow: 0 1px 1px rgba(34, 34, 34, 0.4);
}

.left-off-canvas-menu {
	background: #e8e6d7;
}

.divider {
	margin: 0.5rem 0;
	height: 1px;
	background-color: #dfdccd;
}

footer {
	background-color: #979186;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #e8e6d7;
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(34, 34, 34, 0.5);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(34, 34, 34, 0.5);
	box-shadow: inset 0px 2px 2px 0px rgba(34, 34, 34, 0.5);
}

.fixed-container {
	width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: none;
	margin: 0 auto;
}

.msg_form_validate {
	color: #bd3400;
	display: none;
}

.table {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #948f81;
	font-size: 14px;
	color: #5d5d5d;
	width: 100%;
	-webkit-box-shadow: 0px 1px 2px rgba(34, 34, 34, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(34, 34, 34, 0.2);
	box-shadow: 0px 1px 2px rgba(34, 34, 34, 0.2);
}

.table thead {
	font-size: 16px;
	height: 50px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(34, 34, 34, 0.4);
	background-color: #979186;
	background-image: url("../images/btn-bg.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}

.table thead th:nth-child(1),
.table thead td:nth-child(1) {
	border-left: none;
}

.table thead th,
.table thead td {
	height: 50px;
	/*border-right: 1px solid #948f81;
	border-left: 1px solid #b7b4aa;*/
}

.table thead th:nth-last-child(1),
.table thead td:nth-last-child(1) {
	border-right: none;
}

.table tfoot {
	font-size: 16px;
	height: 50px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(34, 34, 34, 0.4);
	background-color: #979186;
	background-image: url("../images/btn-bg.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}

.table tfoot th:nth-child(1),
.table tfoot td:nth-child(1) {
	border-left: none;
}

.table tfoot th,
.table tfoot td {
	height: 50px;
	border-right: 1px solid #948f81;
	border-left: 1px solid #b7b4aa;
}

.table tfoot th:nth-last-child(1),
.table tfoot td:nth-last-child(1) {
	border-right: none;
}

.table tr td {
	padding-top: 7px;
	padding-bottom: 7px;
}

.table tr:nth-last-child(1) td {
	border-bottom: none;
}

.table th {
	font-weight: normal !important;
}

.table th,
.table td {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #a29d90;
}

a.table-link, a.table-link:active {
    color: #000000;
    text-decoration: underline;
    text-decoration-style: dotted;
    font-weight: normal;
    font-size: 14px;
}

a.table-link:hover {
    color: #5d5d5d;
}

.button-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.box {
	padding: 4px 8px 2px 8px;
	color: #fff;
	border-radius: 5px;
}

.box.red {
	background-color: #972323;
}

.box.green {
	background: #239736;
}

.box.default {
	background-color: #999589;
}

.off-canvas-list .fa {
	font-size: 10px;
	position: absolute;
	right: 0.9rem;
	top: 1.1rem;
}


/*second level menu*/

ul.off-canvas-list-inner {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.off-canvas-list-inner li a {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 0.7rem 0.7rem 0.7rem 2rem;
	text-decoration: none;
	transition: background 300ms ease;
	border-bottom: 1px solid #888373;
	color: #e8e6d7;
	background: #989387;
}

ul.off-canvas-list-inner li a:hover {
	background: #7f7a6d;
	/* background: -moz-linear-gradient(top, #898379 0%, #989387 100%);
       background: -webkit-gradient(left top, left bottom, color-stop(0%, #898379), color-stop(100%, #989387));
       background: -webkit-linear-gradient(top, #898379 0%, #989387 100%);
       background: -o-linear-gradient(top, #898379 0%, #989387 100%);
       background: -ms-linear-gradient(top, #898379 0%, #989387 100%);
       background: linear-gradient(to bottom, #898379 0%, #989387 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898379', endColorstr='#989387', GradientType=0 );
      */
}

.notice {
	border-radius: 5px;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	margin-bottom: 1.5em;
	text-align: center;
	display: block;
	font-size: 16px;
	background-color: #bdc3c7;
	color: #222;
	margin-top: 0 !important;
}

.notice.error {
	color: #bd3400;
}

.risk_analysis {
	width: 500px;
	font-size: 12px;
}

.risk_analysis td {
	text-align: center;
}

.risk_analysis td.green {
	color: #fff !important;
	background: #239736;
	padding-bottom: 15px;
}

.risk_analysis td.yellow {
	color: #fff !important;
	background: #c9c43a;
	padding-bottom: 15px;
}

.risk_analysis td.red {
	color: #fff !important;
	background: #972323;
	padding-bottom: 15px;
}

.unread-notice {
	border-radius: 20px;
	background: #e74d3d;
	font-size: 14px;
	padding: 4px 7px 0;
	position: relative;
	display: inline;
	color: #fff;
	top: -2px;
	font-weight: bold;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.unread-notice:hover {
	background: #d62c1b;
}


/*# sourceMappingURL=all.css.map */


/* 16 june */

.passenger h1 {
	background: #4a4945 none repeat scroll 0 0;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 0;
	padding: 14px 10px 30px;
}

.passenger h1 span.text-right {
	float: right;
	font-size: 16px;
}

.passenger h1 span.text-right>span {
	margin-left: 60px;
}

.ad_psg {
	float: right;
	margin-top: 17px;
	width: 100%;
}

.ad_psg a {
	color: #fff;
}

.psg_tbl_col {
	/*background: #aeaaa1 none repeat scroll 0 0;*/
	color: #000000;
	float: left;
	font-size: 16px;
	height: 62px;
	padding-top: 14px;
	text-align: center;
	width: 16.66%;
}

.psg_tbl {
	border: 1px solid #948f81;
	float: left;
	font-family: Khula;
	margin: 0;
	width: 100%;
}

.psg_detail_tbl .psg_tbl_col {
	border: 1px solid #948f81;
	width: 8%;
}

.psg_detail_tbl .psg_tbl_col.manage {
	width: 11.3%;
}

.psg_tbl_col.p_tbl1 {
	width: 5%;
}

.psg_tbl_col.p_tbl2 {
	width: 11.7%;
}

.psg_tbl_col.p_table_heading {
	background: #4a4945 none repeat scroll 0 0;
	color: #ffffff;
	padding-top: 15px;
}

.psg_tbl .psg_tbl_col {
	color: #ffffff;
	padding-top: 15px;
}


/* .psg_tbl .psg_tbl_col select {border: 0 none;border-radius: 0;height: 60px;font-size: 18px;margin: 0;} */

.psg_tbl_col.psg_search {
	padding: 0 0 0;
}

input.psg_search_name {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none rgba(0, 0, 0, 0);
	border-radius: 0;
	box-shadow: 0 0 0 0;
	color: #ffffff;
	font-size: 16px;
	margin: -5px 0 0;
	border-bottom: 1px solid transparent;
}

input.psg_search_name::-moz-placeholder {
	color: #fff;
	font-size: 16px;
}

button.psg_flg_btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #ffffff;
	font-size: 14pxpx;
	margin-top: -4px;
	font-weight: normal;
	padding: 6px;
	border: 1px solid transparent;
}

input.psg_search_name:focus {
	background: transparent;
	border-bottom: 1px solid;
	margin-right: 0;
	width: 97%;
	text-align: left;
}

button.psg_flg_btn:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ffffff;
}


/* .psg_tbl .psg_tbl_col select {border-radius: 0;font-size: 17px;height: 40px;margin: 10px 0 0;} */

.passenger h1 span.text-right.fboo_details>span {
	margin-left: 35px;
}

.text-right.fboo_details {
	margin-top: 3px;
}

.psg_tbl_col.psg_search select {
	border: 0 none;
	border-radius: 0;
	height: 50px;
	box-shadow: none;
}

.passenger a {
	color: inherit;
}


/*** 24 june ***/


/** Trip Manifest***/

.trip1 {
	background: #3f3f3f none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
	float: left;
	height: 120px;
	padding: 10px;
	width: 37.5%;
}

.trip1 h3 {
	color: #ffffff;
	font-size: 17px;
	position: relative;
}

.trip2 h3 {
	color: #ffffff;
	font-size: 17px;
	position: relative;
}

.trip1 span {
	position: absolute;
	left: 45%;
}

.trip2 span {
	position: absolute;
	left: 32%;
}

.trip2 {
	background: #3f3f3f none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #e8e6c1;
	float: left;
	height: 120px;
	padding: 10px;
	width: 37.5%;
	padding-top: 40px;
}

.trip3 {
	background: #3f3f3f none repeat scroll 0 0;
	border: 1px solid #ffffff;
	float: left;
	height: 120px;
	padding: 10px;
	width: 25%;
}

.trip_manifest {
	clear: both;
	float: left;
	width: 100%;
}

.trip_crews {
	background: #262626 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #fff;
	padding: 10px;
	width: 100%;
	clear: both;
}

.trip_crews p {
	margin: 0;
}

.Itinerary_details {
	float: left;
	width: 100%;
}

.psng_itr {
	background: #262626 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
	float: left;
	padding: 10px;
	width: 11%;
	height: 56px;
}

.psng_itr_address {
	background: #262626 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
	float: left;
	padding: 10px;
	width: 23%;
	height: 56px;
}

.psng_itr_address_input {
	background: #e8e6d7 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #000;
	float: left;
	padding: 10px;
	width: 23%;
	height: 55px;
}

.psng_itr_input {
	background: #e8e6d7 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #000;
	float: left;
	padding: 10px;
	width: 11%;
	height: 55px;
}

.psng_itr_button {
	float: left;
	margin-top: 60px;
	width: 100%;
	margin-bottom: 80px;
}

.btn {
	background: #9e9888 none repeat scroll 0 0;
	margin-right: 11px;
	padding: 10px;
	width: 15%;
}

.btn_ryt {
	background: #9e9888 none repeat scroll 0 0;
	padding: 10px;
	width: 15%;
	float: right;
}


/*** Passenger Itinerary ***/

.trip4 p {
	margin: 0;
}

.trip4 {
	background: #aeaaa1 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #3f3f3f;
	float: left;
	padding: 10px;
	width: 15%;
}

.trip4.trip_fbo {
	width: 20.5%;
}

.trip5 {
	background: #e8e6d7 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	float: left;
	padding: 10px;
	width: 19.5%;
}

.trip4 p span {
	float: right;
}

.trip_manifest_details .trip4.trip5 {
	width: 40%;
}

.trip_manifest_details .trip4 {
	background: #e8e6d7 none repeat scroll 0 0;
	height: 100px;
}

.trip_manifest_details .trip4:first-child {
	background: #aeaaa1 none repeat scroll 0 0;
}

.trip_manifest_title,
.trip_manifest_details,
.trip_pax {
	float: left;
	width: 100%;
}

.trip4.trip_time {
	background: #e8e6d7 none repeat scroll 0 0;
}

.pax {
	background: #aeaaa1 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	float: left;
	padding: 10px;
	width: 50%;
}

.pax p {
	margin: 0;
}

.pax.pax-data {
	background: #e8e6d7 none repeat scroll 0 0;
	height: 130px;
}

.pax.pax-data>ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}


/*** print_report ***/

.trip2>p {
	font-size: 12px;
	margin-bottom: 5px;
}

.print_report .trip_manifest_details .trip1,
.print_report .trip2,
.print_report .trip1 h3,
.print_report .trip3 {
	background: #ffffff none repeat scroll 0 0;
	border: 0 none;
	color: #000000;
}

.print_report .trip4,
.trip_manifest_details .trip4:first-child,
.print_report .pax,
.trip_manifest_details.print_report .trip4,
.trip_manifest_title.print_report .trip4,
.trip_manifest.print_report .trip1 {
	background: #ffffff none repeat scroll 0 0;
}

select, input {
    font-size: 10pt !important;
}

select {
    margin: 0 !important;
}

table.dataTable {
    max-width: 100% !important;
}

.dataTables_info {
    color: #000000;
}

.pagination {
	/* background-color: #9e9888; */
	color: #ffffff;
	font-size: 17px;
	/* margin-right: 11px; */
	/* padding: 8px 65px; */
}

.pagination .current {
    background: #b7b4aa !important;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.child-detail {
    padding-left: 62px !important;
}

/*** crew itinerary ***/

.trip-c1 {
	background: #3f3f3f none repeat scroll 0 0;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	float: left;
	height: 120px;
	padding: 20px;
	width: 30%;
}

.trip-c2 {
	background: #3f3f3f none repeat scroll 0 0;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	float: left;
	height: 120px;
	padding: 20px;
	width: 20%;
}

.trip-c3 {
	background: #3f3f3f none repeat scroll 0 0;
	border: 1px solid #ffffff;
	float: left;
	height: 120px;
	padding: 10px;
	width: 50%;
}

.trip-c1 h3 {
	color: #ffffff;
	font-size: 15px;
}

.trip-c2 h3 {
	color: #ffffff;
	font-size: 15px;
}

.trip_c {
	background: #e8e6d7 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	clear: both;
	color: #ffffff;
	height: 20px;
}

.crew-detail {
	float: left;
	width: 100%;
}

.leg {
	background: #262626 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
	float: left;
	height: 41px;
	padding: 10px;
	font-weight: 600;
}

.leg1 {
	width: 10%;
}

.air {
	width: 20%;
}

.a-d {
	width: 20%;
}

.fbo {
	width: 40%;
}

.tri {
	width: 10%;
}

.leg-in {
	background: #e8e6d7 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #000000;
	float: left;
	height: 85px;
	padding: 10px;
}

.red-f {
	color: red;
}

.leg-child {
	background: #e8e6d7 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
	float: left;
	height: 40px;
	padding: 10px;
	color: black;
}

.leg-child-in {
	background: #e8e6d7 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #000000;
	float: left;
	height: 55px;
	padding: 10px;
}

.pax {
	background: #e8e6d7 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #000000;
	float: left;
	height: 55px;
	padding: 10px;
	width: 50%;
}

.pax-n {
	background: #e8e6d7 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #000000;
	float: left;
	height: 145px;
	padding: 10px;
	width: 50%;
}

.psng_itr_button.btm {
	margin-bottom: 30px;
}

.pax-p {
	background: #e8e6d7 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #000000;
	float: left;
	height: 55px;
	padding: 10px;
	width: 100%;
}

.pax-n-p {
	background: #e8e6d7 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #000000;
	float: left;
	height: 145px;
	padding: 10px;
	width: 100%;
}

.save_sec_note>input {
	background-color: transparent;
	border: 0px solid;
	color: #5d5d5d;
	padding-left: 0px;
	cursor: pointer;
	cursor: hand;
	font-size: 14px;
	font-weight: 400;
	font-family: "Khula", "Segoe UI", "Helvetica";
	letter-spacing: 0.2px;
}

.save_sec_note>input:hover {
	text-decoration: underline;
}

.save_sec_note a {
	font-size: 14px;
	font-weight: 400;
}

.bol {
	font-weight: bold;
}

.pax-n>ul {
	list-style-type: none;
	margin-left: 0px;
}

.f-l {
	float: left;
	margin-right: 10px;
}

.pax-n-p>ul {
	list-style-type: none;
	margin-left: 0px;
}

.medium-6.columns.m-l {
	padding-left: 100px;
}

.s-btn {
	background-color: grey;
	height: 36px;
	width: 250px;
}

.a-table {
	margin-bottom: 30px;
}

.pull-right.load-more {
	margin-top: 20px;
}

.load-btn {
	background-color: grey;
	padding: 10px 18px;
	border-radius: 5px;
}

.pass-heading {
	display: none;
}

.p-footer {
	display: none;
}

.trip-c1>h3 {
	position: relative;
}

.abs {
	left: 40%;
	position: absolute;
}

.f-l {
	font-size: 14px;
}

.f-l {
	font-size: 14px;
}


/** 14-11-2016 **/


.mn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    padding: 10px;
    text-align: center;
    width: 13%; /*189.8*/
    cursor: pointer;
}

.fc-axis.fc-widget-content {
	width: 113px !important;
}

.fc-ltr .fc-axis {
	text-align: left !important;
}

.fc-axis.fc-widget-header {
	width: 113px !important;
}

.fc-axis {
	width: 113px !important;
}

.fc-ltr .fc-time-grid .fc-event-container {
	margin: 0px !important;
}

.fc-time-grid .fc-helper-container {
	display: inline;
}

.fc-time-grid-container {
	height: 426.5px !important;
}


/** 15-11-2016 **/

.fc-time-grid-container {
	height: auto !important;
}

.fc-time-grid-event.fc-v-event.fc-event.fc-start.fc-end {
	height: 35px;
}

.fc-time-grid hr {
	display: none !important;
}


/** 18-11-2016 **/

.fc-content1 {
	padding: 7px 4% 2px 2%;
}

.button-s {
	background-color: #979186;
	background-image: url("../images/btn-bg.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #948f81;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	margin-bottom: 10px;
	outline: medium none !important;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 2px rgba(34, 34, 34, 0.1);
	transition: all 0.3s ease 0s;
	width: 84px;
}

input[type="file"] {
	display: none;
}

.table-responsive {
	overflow: auto;
}

.prv_month>a:after {
	content: "‹";
	font-size: 200%;
	font-weight: 700;
	left: 3%;
	top: -7%;
}

.prv_month>a:after {
	margin: 0 -1em;
	position: relative;
}

.next_month>a::after {
	content: "›";
	font-size: 200%;
	font-weight: 700;
	left: -3%;
	top: -7%;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.fc .fc-daygrid-day.fc-day-today {
	background-color: rgb(249 33 33 / 41%) !important;
}

#post_flight_table hr {
	margin: 0.25rem auto;
}

#expand-collapse {
	padding: 7px;
	cursor: pointer;
}

.crew_top_options {
	margin: 5px;
	width: auto;
	color: #fff;
}

/* --- filter css Crew Roster ---*/

#filter_option_crew {
	/* width: 70%; */
}

#filter_option_date {
	/* width: 50%; */
}

#filter_option_crew .filter_option_list {
	float: left;
	width: 50%;
}

#filter_option_crew .header_txt {
	font-weight: bold;
}

#filter_option_crew td {
	line-height: 1.2em;
	padding: 0;
}

.filter_header_td {
	width: 180px;
}

#filter_option p {
	line-height: 0.5;
}

#filter_table_crewtab {
	float: left;
	width: 50%;
}

.pilots_panel_crew:hover {
    background-color: rgb(233, 233, 233);
}

.pilots_panel_crew {
	cursor:pointer;
	background-color: white;
	position:absolute;
	
}

/** %[Object] Switch */ 
/*------------------------------------*/ 
.switch {
	color: #6f839a;
	cursor: pointer;
	font-weight: 600;
	border-radius: 3px;
	padding: .125em .5em;
	display: inline-block;
	background-color: #3e4956;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-ms-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}

input[type="radio"]:checked + .switch {
	color: #fff;
	padding-left: 1em;
	padding-right: 1em;
}

input[type="radio"]:checked + .switch--on {
	background-color: #7eab55;
}

input[type="radio"]:checked + .switch--off {
	background-color: #dd4a38;
} 

/** %[Object] Switch END */ 
/*------------------------------------*/

button.btn_rtype:focus {
	background-color: #7d698d !important;
	color: white;
  }
.repeat_header_td {
	width: 0px !important;
}
.btn_rtype {
	padding: 10px 5px;
}