/*
Assumes inclusion after the standard Travellinck
CSS, of which selected portions will be overridden (CSS rules herein must have the
same or greater specificity).

blue: #1c4966;   #07465e;
*/
/* General Text --------------------- */
html body
{

    font-family:'averta cy', sans-serif;
    font-size: 14px;
    /* Grey 2-tone background across header */
    background-image: none;
    background-repeat: repeat-x;
    background-position: 0 -5px;
}
a:link, a:visited
{
    color: #3f3f41;     /* >>> traveller name; consultant name; the +Add buttons            */
}
a:hover
{
    color: #0075A1;     /* >>> hover over traveller name; consultant name; the +Add buttons */
}

/* div.pageContent h2
{
    border-bottom-color: #3f3f41;  
} */

/* HEADER ------------------------------- */
/* div.header
{

    background-image: url("logo_nexct.jpg");
    height: 110px;
    margin-top: -8px;
    margin-bottom: 35px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: 15px 0px;
    border-bottom: 0px solid white;
} */
div.header .logo img {
    width: 110px;
}
div.header ul.menuGeneral
{
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    background-color: #3f3f41;   
    border-bottom: 1px solid #3f3f41;     
}
div.header ul.menuGeneral li a
{
    font-size: 13px;
    font-weight: bold;     /*normal;*/
    color:   white;                    /* >>> main menu items font colour */
    background-image: none;
    background-color: #3f3f41;         /* >>> background of menu items & hover over main menu items  */
    border-right: 1px solid #4E515C;     
    transition: 0.3s ease;
}
div.header ul.menuGeneral li a img {
    margin-top: -3px;
    margin-left: 5px;
}
div.header ul.menuGeneral li a:hover, div.header ul.menuGeneral li a.selected, div.header ul.menuGeneral li:hover, div.header ul.menuGeneral li em a
{
    background-image: none;
    background-color: #1c7195;     /* background of 'create a trip' & hover over main menu items  */
    color:    white;               /*  >>>  font colour of create a trip  */
    /* border-bottom: 0px solid white; */
}
div.header ul.menuGeneral li a:hover img, div.header ul.menuGeneral li a.selected img, div.header ul.menuGeneral li:hover img {
    transform: scale(-1);
}
/* List containing sub-menu items (hidden until parent is hovered over) */
div.header ul.menuGeneral li ul
{
      border: 0px;
    border-bottom: 1px solid #4E515C;
    width: 270px;
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #1c7195 #f4f5f6;
    scrollbar-width: thin;
}

/* Hover over sub-menu item link */
div.header ul.menuGeneral li ul a
{
    background-image: none;
    color: white;                /* >>>  font colour when hover over parent main menu item  */
    font-weight: normal;
    transition: 0.3s ease;
}
div.header ul.menuGeneral li ul a:hover
{
    background-color:  #1c7195;      /* >>> background colour when hover over sub-menu item  */
    color:    #fff;  /*white;*/   /* >>>  font colour of sub-menu item when hover over it*/
}


/* Search Box */
/* div.header form#searchForm
{
    height: 100px;
    width: 390px;
    background: url("logo") no-repeat;
    background-size: 160px;
    background-position: 150px left;
}

div.header form#searchForm input#sb
{
    font-size: 1em;
    padding: 10px 6px 2px 5px;
    margin-bottom: 7px;
}

div.header form#searchForm a
{
    float: right bottom;
    margin-left: 130px;
    width: 80px;
    color: #3f3f41;
} */

/* Logout Link */
div.header ul.menuGeneral li.logout
{   
    margin-top: 0px;
    margin-left: auto;
}

div.header ul.menuGeneral li.logout a
{
    color: #cccccc;
    border: none;
}

div.header ul.menuGeneral li.logout a:hover
{
    /* TODO: Can't get damn inherited background gone */
    color: whote;    /*red;*/
  
}
.form-group {
    margin-bottom: 0px;
}
/* FORMS ---------------------------------------------------------- */

div.pageContent form fieldset
{
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border: 1px solid #dee2e6!important;
    padding: 0px 15px 10px;
}

/* Text and password fields (hover) */
div.pageContent input.textInput:hover, div.pageContent input.textInput:focus, div.pageContent input[type="text"]:hover, div.pageContent input[type="text"]:focus, div.pageContent input[type="password"]:hover, div.pageContent input[type="password"]:focus, div.pageContent input.password:hover, div.pageContent input.password:focus
{
    border-color: #3f3f41;  /*#0b4785;   /*#0075A1;*/
}

input.submitButton, input[type="submit"], div.contextInfo div.actions a, div.toolBox div.actions a
{
    color: white;                /* >>>  font colour of 'find trip', 'current trip', 'audit trail'  */
    background-color: #3f3f41;   /* >>>  background colour of 'find trip', 'current trip', 'audit trail'  */
    /* border-color: #CCC; */
    border: none;
}

input.submit:hover, input[type="submit"]:hover, div.contextInfo div.actions a:hover, div.toolBox div.actions a:hover
{
    background-color: #1c7195;  /* >>>  background colour of 'find trip', 'current trip', 'audit trail' when hover over them */
    color: white;               /* >>>  font colour of 'find trip', 'current trip', 'audit trail' when hover over them */
}

input.destroy
{
    background-color: #cc3333;
}



/* CONTEXT BOX ----------------------------------- */
div.contextInfo .contextinfo-box h1, div.toolBox .contextinfo-box h1
{
    border-bottom-color: #3f3f41;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 13px;
}
div.contextInfo .contextinfo-box {
    border: none;
    margin-bottom: 17px;
    padding: 0px;
}
div.contextInfo, div.toolBox{
    top: 134px;
}





/* JQuiry UI components -------------------------------------- */
.ui-widget-header
{
    background: none;
    background-color: white;
    border: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
    color: #13A4C3;
    border-color: #13A4C3;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
    color: #3f3f41;
    border-color: #3f3f41;
}

.ui-state-hover a, .ui-state-hover a:hover
{
    background-color: #13A4C3;
    color: white;
    border-color: #13A4C3;
}

/* Make date picker text black (otherwise white on white) */
.ui-datepicker .ui-datepicker-title
{
    color: black;
}

div.footer
{
    color: white;                 /* footer font colour  */
    background-color: #3f3f41;    /* footer background colour  */
}


div.footer a
{
    color: #0075A1;     /* >>> hover over traveller name; consultant name; the +Add buttons */
}

/* Common css */
.ui-widget {
    font-family: 'averta cy', sans-serif !important;
}
.pagesection-top {
    margin-top: 145px;
}
.bg-shadow {
    box-shadow:  0 0 15px 0 rgba(0,0,0,0.1);
  }
  .border-radius-content {
      border-radius: 5px;
  }
.floating-sticky {  
    z-index: 99;
}
/* input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0px 1px rgb(193 193 193) !important;
} */
/** Custom scroll bar start here**/
 /* For Chrome */
::-webkit-scrollbar {
  width: 7px;
  height: 7px; 
}
/* Track */
::-webkit-scrollbar-track {
  background: #f4f5f6; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1c7195; 
  border-radius: 50px;
  /* -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);  */
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1c7195; 
}
::-webkit-scrollbar-track {
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
  border-radius: 50px;
}
/* For Mozila Firefox */
.customScroller {
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: #1c7195 #f4f5f6;
  scrollbar-width: thin;
}
:root{
  scrollbar-color: #1c7195 #f4f5f6 !important;
  scrollbar-width: thin !important;
  
}

/** Custom scroll bar end here**/
/** Button Primary **/
.btn.btn-lg {
    font-size: 14px;
    font-weight: 600;
}
.btn.btn-primary {
    display: flex;
    align-items: center;
    color: white; 
    background-color: #3f3f41 ;
    border: none;
    font-size: 14px;
    font-weight: normal;
}
.btn.btn-primary:hover {
    background-color: #1c7195 ;
    color: white ;             
    border: none;
}
.btn.btn-primary:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #1c7195 ;
    color: white ;             
    border: none;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show>.btn.dropdown-toggle:focus {
    box-shadow: none;
}
/** Button Second **/

.btn.btn-second {
    font-size: 14px;
    font-weight: normal;
    color: #fff !important;  
    background-color: #1c7195 !important;
    border: none !important;
}
.btn.btn-second:hover {
    background-color: #084f6d !important;
    color: white !important;             
    border: none !important;
}
.rounded-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background: #ececec;
    border: 1px solid #e2dede;
    border-radius: 50%;
    transition: 0.3s ease;
}
.rounded-btn:hover {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border: transparent;
}

.title-page-heading {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #222222 !important;
}
.title-sub-heading-tag {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #666666 !important;
}
.title-heading {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #666666 !important;
} 

.title-sub-heading{
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #999 !important;    
  }
  .primary-link {
    color: #2AB1E9 !important;
    text-decoration: underline;
  }
/** Header **/
#searchForm .search-Bar-header a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    background-color: #3f3f41;   
    margin-top: 0px; 
    transition: 0.3s ease;
}
#searchForm .search-Bar-header a.btn:hover {
    background-color: #1c7195;
}

.search-Bar-header .input-group {
    width: 285px;
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.search-Bar-header .input-group .input-group-append .input-group-text {
    padding: 0px;
}
.search-Bar-header .input-group:focus-within {
    /*width: 450px;*/
}
.search-Bar-header .input-group .input-group-append .input-group-text button {
    height: 40px;
    padding: 7px 20px;
}

/* my trip table */
table.sortable thead tr .header {
    background-image: url(../images/bg.gif);
}
table.sortable thead tr .headerSortDown {
    background-image: url(../images/desc.gif);
}
table.sortable thead tr .headerSortUp {
    background-image: url(../images/asc.gif);
}
table.sortable thead tr .headerSortDown, table.sortable thead tr .headerSortUp {
    border-bottom-color: #64a0b9;
}
.ui-dialog {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    border: none;
}
.ui-dialog fieldset h2{
    font-size: 14px;;
}
input.form-control:focus {
    box-shadow: none;
    border:1px solid #6EBCDD;
}
.stickyHeader {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 999;
}
.requeter-tag-dev-white, .traveller-tag-dev-white {
    background: #ffffff !important;
}
.requeter-tag-dev, 
.traveller-tag-dev,
.requeter-tag-dev-white,
.traveller-tag-dev-white {
    display: inline-block;
    width: auto;
    border: 1px dashed #1c7195;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f9fdff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.detail-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background-color: #f1f1f1;
    border-radius: 5px;
}
.toolbar.detail-strip span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 21px;
    border-left: 1px dashed #b1b1b1;
}
.detail-strip span:first-child {
    border-left:none;
}
.detail-strip span:last-child {
    border-right: none
}
.toolbar.detail-strip span a {
    margin-left: 5px;
}
.caption-tx {
    font-size: 12px;
}
div.contextInfo table.table tr th, div.toolBox  table.table tr th,
div.contextInfo table.table tr td, div.toolBox  table.table tr td
 {
    padding:0.75rem 0.30rem !important;
}
/** Common css Ankita **/
form .form-group{ border-bottom: initial !important;}
form .form-group .form-check-label{width: initial;cursor: pointer;margin-right: 8px;font-size: 13px;}
form .form-group input[type=checkbox], form .form-group input[type=radio]{cursor: pointer;vertical-align: sub;}
.form-group .radio-flex{display: flex;align-items: center;}
.form-group .radio-flex .radio-flex-blk{display: flex;align-items: center;}
.request-font{font-weight: bold;color: #666;margin-top: 3px !important;font-size: 18px !important;}
div.pageContent select:focus-visible {border: 1px solid #3f3f41;outline: none;}
form div .tip-blk{background-color: initial;font-style: normal;}
form .form-group label{margin-bottom: 0;}
form h4{font-size: 12px;
    font-weight: 600;
    color: #666;
    display: inline-block;
    background-color: #eaeaea;
    padding: 5px 10px;
    border-radius: 6px;text-transform: uppercase;}
    form .chosen-single{background: initial !important;}
.title-line{border-bottom: 1px solid #dee2e6!important;}


.login-page .loginLogo {
    text-align: center;
}
div.pageContent .login-section-content .tips a {
    color: #ff8a00;
}

.serviceProviderImg{
    width: 60px;
}
