    /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html { font-family: 'Open Sans', sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, footer,
header, nav, section { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
figcaption, figure, main { display: block; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; -webkit-text-decoration-skip: objects; }
a:active, a:hover { outline-width: 0; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
button, input, optgroup,
select, textarea { font-family: 'Open Sans', sans-serif; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"],
[type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"],
[type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details, menu { display: block; }
summary { display: list-item; }
canvas { display: inline-block; }
template { display: none; }
[hidden] { display: none; }
 
/*
 *  Custom styles
 */

 /* font-family: 'Open Sans', sans-serif; */

 html { box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body { height: 100%; }

body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; height: auto; font-size: 100%; font-weight: 400; font-family: 'Open Sans', sans-serif; line-height: 1.4; color: #1d1d1b; }
.site-wrapper { overflow-x: hidden; }

figure { margin: 0 0 25px; }
img { display: block; max-width: 100%; height: auto; }

a { color: inherit; text-decoration: underline; transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out; }
a:hover, .btn:hover{
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    text-decoration: none;
}

p { font-size: 18px; line-height: 1.66666667; margin-top: 0; margin-bottom: 23px; }

h1, h2, h3,
h4, h5, h6 { font-family: inherit; font-weight: 700; margin-top: 0; color: inherit; }

h1, h2 { line-height: 1.21; }
h1 { font-size: 68px; margin-bottom: 15px; }
h2 { font-size: 60px; font-weight: 300; margin-bottom: 14px; }
h2 em { font-weight: 600; font-style: normal; color: #1a355a; }
h3 { font-size: 24px; line-height: 1.21; margin-bottom: 13px; }
h4 { font-size: 16px; font-weight: 600; line-height: 1.6875; margin-bottom: 24px; }

strong { font-weight: 600; }
hr { margin: 49px 0; }
.txt-blue {color: #1D70B7;}
.txt-darkblue {color: #1A355A;}
.txt-green { color: #93C01F ;}
.txt-red {color:#BD1622;}
.img-hover-zoom{overflow:hidden;}
.img-hover-zoom img{ transition:transform 0.8s ease; -webkit-transition:transform  0.8s ease; -moz-transition:transform  0.8s ease; -ms-transition:transform  0.8s ease; -o-transition:transform  0.8s ease; }
.img-hover-zoom:hover img{ transform:scale(1.5); -webkit-transform:scale(1.5); -moz-transform:scale(1.5); -ms-transform:scale(1.5); -o-transform:scale(1.5); }


.scrollbar{max-height:470px;overflow:auto;}
.scrollbar::-webkit-scrollbar{width:4px;}
.scrollbar::-webkit-scrollbar-track{background:rgba(33,37,41,0);}
.scrollbar::-webkit-scrollbar-thumb{background:#666b7a;width:4px;}
.scrollbar::-webkit-scrollbar-thumb:hover{background:#555;}

main > .container {padding: 60px 15px 0;}

@media (min-width: 1400px) {
    .container { max-width: 1270px;  }
}

.header { background: #1a355a; padding: 0 0; display: flex; align-items: center; min-height: 100px; }
.logo { display: flex; justify-content: flex-start; align-items: flex-end;}
.logo > a { display: block; width: auto; margin-right: 15px; }
.logo > a img, .logo > a svg { width: 100%; height: 60px;}
.logo_label { display: flex; flex-direction: column;}
.logotext {font-size: 22px; color: #fff; line-height: normal; font-weight: 600;}
.logosubtext{ font-size: 20px; color: #0d83ad; line-height: normal; font-weight: 500;}
.header-btns { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.header-btns a { font-size: 14px; font-weight: 500; line-height: 1.2; color: #fff; text-decoration: none; margin-left: 5px; background-color: transparent; border-radius: 24px; padding: 14px 25px; min-width: 160px; text-align: center;}
.header-btns a:hover, .header-btns a:focus {background-color: #fff; color: #184878;}
.header-btns a:first-child { margin-left: 0;}

/* logged in header */
.sticky-header { padding-top: 89px; }
.header.logged-in { background: #fff; }
/* .header-nav { display: flex; flex-wrap: wrap; justify-content: flex-end;} */
.header-nav .navbar { padding: 0;}
.header-nav .navbar-light .navbar-nav .nav-link, .nav-link { color: #fff;}
.header-nav .nav-link:focus,.header-nav .nav-link:hover,
.header-nav .navbar-light .navbar-nav .nav-link:hover,
.header-nav .navbar-light .navbar-nav .nav-link:focus { color: #fff; }
/* .header-nav .navbar { width: calc(100% - 200px); } */
.logged-user {   display: flex; text-decoration: none; align-items: center; justify-content: space-between; font-size: 14px; }
 .logged-avatar img { width: 100%; height: 100%; object-fit: cover; }
.header-nav .navbar-nav { margin-left: auto; font-size: 14px; }
.header-nav .navbar-expand-lg .navbar-nav .nav-link { padding: 22px 15px; font-size: 14px; display: flex; flex-direction: column; align-items: center; min-width: 100px; }
.header-nav .navbar-expand-lg .navbar-nav .nav-link:hover,
.header-nav .navbar-expand-lg .navbar-nav .nav-item.active .nav-link { background-color: #184878;}
.header-nav .navbar-expand-lg .navbar-nav .nav-link i { font-size: 32px; color: #fff; margin-bottom: 5px;}

 
.header-nav .navbar-nav li.nav-item.userprofile .dropdown-toggle::after {content: none;}
.header-nav .navbar-nav li.nav-item.userprofile .dropdown-menu { border-radius: 00; -webkit-border-radius: 00; -moz-border-radius: 00; -ms-border-radius: 00; -o-border-radius: 00; margin-top: 0; }
.header-nav .navbar-nav li.nav-item.userprofile .dropdown-menu li a.dropdown-item{font-size:14px;font-weight:500;padding:10px 15px;}
.header-nav .navbar-nav li.nav-item.userprofile .dropdown-menu li a.dropdown-item:focus, 
.header-nav .navbar-nav li.nav-item.userprofile .dropdown-menu li a.dropdown-item:hover {background-color:#184878; color: #ffffff;}
.header-nav .navbar-nav li.nav-item.userprofile .dropdown-menu li a.dropdown-item.active,
.header-nav .navbar-nav li.nav-item.userprofile .dropdown-menu li a.dropdown-item:active { text-decoration:none;background-color:#184878;}


/* logged in header */
.navbar-light .navbar-toggler { width: 40px; height: 40px; padding: 0; background: #fff; border: none; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
.navbar-light .navbar-toggler-icon {width: 25px;}
.navbar-toggler:focus { box-shadow: none;}

.offcanvas-end{ width: 340px; border-left: none;}
 
/* footer */
.footer{ background-color: #c6c6c5;}
.footer a { font-size: 28px; display: inline-flex; align-items: center; justify-content:flex-end; text-decoration: none; color: #868686;}
.footer a:hover {color: #fff;}

/* Member login */
.member-login { padding: 80px 0 0 0;}
.member-login-header { text-align: center; margin-bottom: 44px; }
.member-login-header > :last-child { margin-bottom: 0; }
.member-login h1 { font-weight: 300; font-size: 28px; line-height: 1.52777778; margin-bottom: 7px; color: #1a355a;  font-style: normal; }
.forgotWrapper a{ font-size: 14px; font-weight: 500;color: #1d1d1b; text-decoration: none; }
.forgotWrapper a:hover { color:#184878;}

/* Form */
.form-label { font-size: 18px; font-weight: 600; line-height: 1.5; color: #6f6f6e; margin-bottom: 5px; }
.form-label .required { color: #EC2727; }
.form-control-grp { margin-bottom: 20px; }
.form-control { font-family: inherit; font-size: 14px; min-height: 36px; font-weight: 500; color: #1d1d1b; line-height: normal; padding:8px 15px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; background-color: #f5f5f5; border: none; }
.form-control:focus {color: #1d1d1b; background-color: #f5f5f5;  border-color: #f5f5f5; outline: 0; box-shadow: 0 0 0 0.15rem rgba(173, 173, 173, 0.25);}
.f-invalid { font-size: 12px; font-weight: 400; line-height: 1.5; color: #EC2727; display: block; margin-top: 8px; }
.form-control:disabled, .form-control[readonly] { background-color: #f5f5f5;}

/** selectpriority_dropdown */
.selectpriority_dropdown .btn {width:100%;text-align:left;min-height:36px;padding:6px 20px;font-size:14px;font-weight:500;display:flex;align-items:center;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;
}
.selectpriority_dropdown .btn.dropdown-toggle::after{right:20px;position:absolute;}
.selectpriority_dropdown span.squar { width:14px;height:14px;background-color:#D9D9D9;margin-right:15px; display: inline-flex;}
.selectpriority_dropdown span.squar.bg-red { background-color: #BD1622;}
.selectpriority_dropdown span.squar.bg-yellow { background-color: #F8B133;}
.selectpriority_dropdown span.squar.bg-blue { background-color: #175B96;}
.selectpriority_dropdown span.squar.bg-grey { background-color: #D9D9D9;}

/* Date Picker */
.datepicker_info { display: flex; align-items: center; margin-bottom: 3rem;}
.datepicker_wrapper { position: relative; }
.datepicker_wrapper .form-label { font-size: 24px; color: #1A355A; font-weight: 300; min-width: 80px;}
.datepicker_wrapper .form-control { min-width: 280px;}
.datepicker_wrapper .input-group .input-group-addon { position: absolute; right: 10px; top: 7px; font-size: 20px; z-index: 99;}
.datepicker_wrapper .input-group { flex-direction: column;}
.datepicker_wrapper .input-group .error {line-height:normal;display:block; margin-top:0;height:0px;}



/* Button */
.btn { padding: 7px 20px;}
.btn-width { min-width: 200px;}
.btn-border-none { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.btn-round { border-radius: 60px; -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px; }
.btn.btn-shadow-none:focus { box-shadow: none;}

.btn-primary {color: #ffffff;background-color: #1a355a; border-color: #1a355a}
.btn-primary:hover {color: #ffffff;background-color: #184878;border-color: #184878}
.btn-primary:focus,.btn-primary.focus, .btn-primary:active:focus { color: #ffffff;box-shadow:none; background-color: #184878;border-color: #184878}
.btn-primary.disabled,.btn-primary:disabled {color: #e9e9e9;background-color: #636464;border-color: #636464;}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {color: #ffffff;background-color: #1a355a;border-color: #1a355a}


.btn-secondary {color: #1a355a;background-color: #f5f5f5; border-color: #f5f5f5}
.btn-secondary:hover {color: #1a355a;background-color: #d9d9d9;border-color: #d9d9d9}
.btn-secondary:focus,.btn-secondary.focus, .btn-secondary:active:focus,
.btn-check:focus+.btn-secondary {color: #1a355a; box-shadow:none; background-color: #d9d9d9;border-color: #f5f5f5}
.btn-secondary.disabled,.btn-secondary:disabled {color: #1a355a; background-color: #d9d9d9; border-color: #d9d9d9}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {color: #1a355a;background-color: #f5f5f5;border-color: #f5f5f5}

.btn-lightgrey {color: #fff;background-color: #575756; border-color: #575756}
.btn-lightgrey:hover {color: #ffffff;background-color: #3f3f3f;border-color: #3f3f3f}
.btn-lightgrey:focus,.btn-lightgrey.focus, .btn-lightgrey:active:focus,
.btn-check:focus+.btn-secondary {color: #ffffff; box-shadow:none; background-color: #3f3f3f;border-color: #3f3f3f}
.btn-lightgrey.disabled,.btn-lightgrey:disabled {color: #ffffff; background-color: #3f3f3f; border-color: #3f3f3f}
.btn-lightgrey:not(:disabled):not(.disabled):active,
.btn-lightgrey:not(:disabled):not(.disabled).active,
.show>.btn-lightgrey.dropdown-toggle {color: #ffffff;background-color: #575756;border-color: #575756}

/* Custome Checkbox*/
.form-check-label { font-size: 14px; font-weight: 500;  color: #1d1d1b; }
.custom-checkbox > [type="checkbox"],
.custom-checkbox > label{margin-bottom:0px !important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none;        -moz-user-select: none; -ms-user-select: none; user-select: none;}
.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {position: absolute; left: -9999px;}
.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {position: relative; padding-left: 22px; cursor: pointer;}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
    content: ''; position: absolute; left:0; top: 50%; margin-top:-9px;width: 17px;height: 17px;border: 1px solid #6f6f6e;background: #ffffff;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
    font-family: 'nrbicon' !important;content: "\e815";position: absolute;top: 50%;  margin-top:-9px;left: 0px;color: #fff;background-color: #184878;text-align: center;width: 16px; height: 16px;transition: all .2s;font-size: 12px;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {opacity: 0;transform: scale(0);}
.custom-checkbox > [type="checkbox"]:checked + label:after {opacity: 1;transform: scale(1);}
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {content: '\2212';left: 2px;opacity: 1;transform: scale(1);}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {box-shadow: none;background-color: #eeeeee;border-color: #eeeeee;cursor: not-allowed;opacity: 1;color: #dadada;}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {color: #dadada; cursor: not-allowed;}
.custom-checkbox > [type="checkbox"]:disabled + label {color: #aaa; cursor: not-allowed;}
.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {border: 1px solid #184878;box-shadow: none;}
/* .custom-checkbox > label:hover:before {
    border: 1px solid #88D2FF !important;
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
    border: 1px solid #E4E4E4 !important;
} */

.form-check-custom { display: flex; align-items: center; }
.form-check-custom a.info_link{ text-decoration: none; font-size: 24px; color: #61D0FF; padding-left: 10px;}
.form-check-custom a.info_link:hover {color: #1A355A;}
.form-check-custom .form-check-label {font-size: 16px; font-weight: 400; color: #6F6F6E;}

/****************************/
.bodycontainer { padding: 50px 0;}
.title3 { font-size: 18px; color: #1A355A;}

/**** Admin inner page menu *******/
.admin_menu { position: relative;}
.admin_menu ul {list-style:none; display: flex; flex-wrap: wrap; justify-content: space-evenly;}
.admin_menu ul li{display: flex;padding: 0 10px;text-align: center;}
.admin_menu ul li:first-child{padding-left: 0;}
.admin_menu ul li:last-child{padding-right: 0;}
.admin_menu ul li a{display: block;background-color: #d9d9d9;padding: 8px 20px;border-radius: 45px; min-width:170px;font-size:14px;text-align:center;text-decoration:none;line-height:normal;min-height:36px; font-weight: 400; font-size: 16px;}
.admin_menu ul li a:hover, .admin_menu ul li.active a{ background-color: #175b96; color: #ffffff;}
.admin_menu ul li.notification_action a{min-width:38px;height:38px;padding:0;display:flex;align-items:center;justify-content:center;font-size:22px;}
.admin_menu ul li.notification_action a:hover, .admin_menu ul li.notification_action.active a:hover  {background-color: #BD1622; color: #ffffff;}


/**** selectbridge warpper *******/
.selectbridge_warpper {padding-top: 40px;}
.selectbridge_warpper .btn{min-width:260px; text-align:left;padding:7px 20px;font-size:24px;font-weight:bold; position: relative;}
.selectbridge_warpper .btn.dropdown-toggle::after {right:20px;position:absolute;top:21px;border-top:0.4em solid;border-right:0.4em solid transparent;border-left:0.4em solid transparent;}

.selectbridge_action { padding-top: 40px; display: flex; justify-content: end; align-items: center; }
.selectbridge_action .btn {display: flex; margin-left: 15px;}
.selectbridge_action .btn:first-child{margin-left: 0;}

.settinginfo_block { position: relative;}
.settinginfo_block h3{color: #1a355a; font-size: 32px; font-weight: 300; margin: 0 0 5px 0; padding: 0; }
.settinginfo_block p{ font-size: 14pt;}

.datetime_wrapper { display: flex; align-items: center; }
.datetime_add .btn {text-decoration: none;font-size: 34px; color: #61d0ff; display: inline-flex; margin-top: 25px; margin-left: 15px; }
.datetime_add .btn:hover { color: #175b96;}
.datetime_pill { display: flex; flex-wrap: wrap;}
.datetime_pill ul { list-style: none;}
.datetime_pill li { background-color: #1a355a; padding: 8px 9px 8px 20px; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; color: #fff; font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; margin: 10px 10px 0 0; }
.datetime_pill li:last-child{ margin-right: 0;}
.datetime_pill li a{ font-size: 20px; color: #fff; text-decoration: none; display: inline-flex; margin-left: 15px;}
.password_action { position: relative;}
.password_action i { cursor: pointer; font-size: 24px; position: absolute; top: 6px; right: 15px;}

/************ Inner Page title *****************/
.innerpage_title {padding-top: 40px; display:flex;align-items:center;justify-content:flex-start; }
.innerpage_title h3 {color: #1a355a; font-size: 32px; font-weight: 300; margin: 0 0 5px 0; padding: 0; }
.innerpage_title a.link {font-size: 24px; text-decoration: none; padding-left: 25px; color: #1a355a; display:flex; align-items: center;}
.innerpage_title a.link:hover {color: #184878;}
.innerpage_title span { font-size: 16px; font-weight: 400; padding-left: 10px; }
.innerpage_btnaction .btn { display: flex;}
.innerpage_btnaction .btn:focus { box-shadow: none;}
.innerpage_btnaction .btn i {font-size:24px;text-decoration:none;padding-left:0;color:#1a355a;display:flex;align-items:center;}
.innerpage_btnaction .btn span{font-size:16px;font-weight:400;padding-left:10px;}

/** filter_wrapper **/
.filter_wrapper { display: flex; align-items: center;}
.fitler_icon { margin-right: 40px; font-size: 20px; color: #1D70B7;}

.trainschedule_wrapper { margin-top: 20px;}
.trainschedule_list ul { list-style: none;}
.trainschedule_list ul li { margin-bottom: 15px;}
.traintype_dropdown .btn {padding: 5px 5px; width: 45px; text-align: left; }
.train_action a { text-decoration: none; color: #808080; font-size: 20px;}
.train_action a:hover { color: #BD1622;}
.traintype_label { font-size: 20px; font-weight: 600; color: #1D70B7; text-align: center;}

.fileupload_wrapper { padding-top: 60px;}
.fileupload_wrapper a.link { font-size: 12px; color: #6F6F6E;}
.fileupload_wrapper a.link:hover { color: #1A355A;}
.selectfile_block .form-label { font-size: 24px; color: #1A355A; font-weight: 300; min-width: 90px; margin-right: 15px;}
.file-drop-area {position:relative;display:flex;align-items:center;max-width:100%;padding:5px 15px;transition:0.2s;-webkit-transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s; background-color: #F5F5F5;
}
.choose-file-button { flex-shrink:0; padding:4px 0px 4px 15px;font-size:20px; }
.file-message { font-size:small;font-weight:300;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.file-input { position:absolute;left:0;top:0;height:100%;width:100%;cursor:pointer;opacity:0}
 

/*** Alert Grid **/
.action_link { display: flex;}
.action_link a{text-decoration: none; font-size: 16px; font-weight: 500; margin: 0 4px;} 
.action_link a:hover {color: #1A355A;}

.custom_table thead th {font-size: 20px; color: #1A355A; font-weight: 600;}
.custom_table .table>:not(:first-child) { border-top: none;}
.custom_table tbody td { font-size: 16px; font-weight: 500; color:#6F6F6E; padding: 0.75rem 0.75rem;}
.custom_table  .table-striped>tbody>tr:nth-of-type(odd)>* {color:#6F6F6E;}

/************ Bridge Status Page *****************/
.date-picker-block{display:flex;}
.date-picker-block label{font-size:30px;margin-right:5px;}
.bridge-button{display:flex;justify-content:space-between;}

.bridge-status-info { display: inline-flex; align-items: center; margin-bottom: 50px; flex-wrap: wrap;}
.bridge-status-info .bridgestus{ position: relative; margin-right: 25px;display: flex; align-items: center;}
.bridge-status-info .bridgestus span { padding-left: 35px; font-size: 14px;}
.bridge-status-info .bridgestus::before{ content: ''; position:absolute; width: 24px; height: 24px; background-color: #6F6F6E;}
.bridge-status-info .bridgestus.brid_up::before { background-color: #61d0ff;}
.bridge-status-info .bridgestus.brid_down::before { background-color: #1a355a;}
.bridge-status-info .bridgestus.brid_high::before { background-color: #BD1622;}
.bridge-status-info .bridgestus.brid_medium::before { background-color: #F8B133;}
.bridge-status-info .bridgestus.brid_low::before { background-color: #175B96;}
.bridge-status-info .bridgestus.brid_general::before { background-color: #D9D9D9;}

.timeline_slot_wrapper { position: relative; max-height: 450px; overflow: auto;}
.timeline-division { margin-bottom: 20px;}
.timestus { font-size: 16px; font-weight: 600; color: #6F6F6E; margin-bottom: 15px;}
ul.timeline_list { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap;}

ul.timeline_list li { margin-right: 22px; margin-bottom: 40px; }
ul.timeline_list li:last-child{margin-right: 0;}
ul.timeline_list li .btn { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }

ul.timeline_list li .btn-check:active+.btn-info,
ul.timeline_list li .btn-check:checked+.btn-info,
ul.timeline_list li .btn-info.active, 
ul.timeline_list li .btn-info:active,
ul.timeline_list li .show>.btn-info.dropdown-toggle{color:#fff;background-color:#1a355a;border-color:#1a355a;}
.btn-check:focus+.btn-info, .btn-info:focus { box-shadow: none;}
/* ul.timeline_list li .btn-check:focus+.btn-info,
ul.timeline_list li .btn-info:focus {color: #fff; background-color: #1a355a; border-color: #1a355a; box-shadow: none;} */
ul.timeline_list li .timeline_checkbox {position: relative;}
ul.timeline_list li.locked .timeline_checkbox::after{ content:"\e819";position:absolute;font-family:'nrbicon' !important;font-size:22px;color:#8a301a;left:0;bottom:-35px;right:0;margin:0 auto;text-align:center;}
ul.timeline_list li.unlock .timeline_checkbox::after{ content:"\e823";position:absolute;font-family:'nrbicon' !important;font-size:22px;color:#B1B1B1;left:0;bottom:-35px;right:0;margin:0 auto;text-align:center;}

ul.timeline_list li .timeline_checkbox.active  .btn-info{color:#fff;background-color:#1a355a;border-color:#1a355a;} 

.time-slot{overflow-y:scroll;height:500px;}
.time-slot span{margin-bottom:10px;color:#6F6F6E;font-weight:600;}
.time-slot ul{display:flex;flex-wrap:wrap;padding:0px;}
.time-slot ul li{list-style:none;padding:6px 15px 6px 15px;background-color:#61d0ff;margin:20px 30px 10px 0px;text-decoration:none;}
.time-slot ul li a{text-decoration:none;}
.time-slot ul li a:hover{text-decoration:none;}
.time-slot ul .bridge-down-status{background-color:#1a355a;color:#fff;}
.lock-unlock{position:relative;}
.lock{position:absolute;top:40px;right:25px;}
.bridge-down-status .icon-lock{color:#1a355a}

/************ Bridge management Page*****************/
.main-head h5{color:#1A355A;font-weight:600;}
.main-head table td input, .main-head table td textarea {background-color:#f5f5f5;border:none;height:27px; padding:15px;text-align:left;}
.main-head table td textarea{resize:none;text-align:left;}
.main-head table td input:focus{background-color:#f5f5f5;border:none;outline:none;}
.image-section{width:17%;}
.main-head table td img{width:170px;height:150px;object-fit:cover;}
.description{height:180px !important;text-align:start !important;}
/* .table-icon-main{vertical-align:middle;} */
/* .table-icon{text-decoration:none;} */
/* .edit-section{padding-top:0;float:left;margin-left:20px;} */

.del-section{float:left;}

.navbar-toggler{margin-right:30px;}
.mob-btn{padding-left:20px;color:#fff;text-decoration:none;font-size:20px;position:absolute;right:0;top:8px;display:none;}


.bridge_table.table>:not(:first-child) { border-top: none;}
.bridge_table thead th {color: #1A355A; font-size: 18px; font-weight: 600; text-align: left; padding: .5rem .5rem .5rem 1rem;}

.bridge_table tbody td { vertical-align: top; padding: .5rem .5rem .5rem .5rem;}
.inner_table { width: 100%; margin-bottom: 0; border-bottom: 2px solid #ccc;}
.bridge_table table { width: 100%; margin-bottom: 0;}
.bridge_table  td .bridge_img {position:relative;background-size:cover;border-radius:0;overflow:hidden;cursor:pointer;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;min-height:175px;max-width:200px; position: relative;
}
.bridge_table  td .bridge_img img{ position:absolute;width:100vw;-o-object-fit:cover;object-fit:cover;max-width:100%;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;min-height:175px;max-width:200px;}

.bridge_img_wrapper { position: relative;}
.custom-file-input::-webkit-file-upload-button { visibility:hidden;}
.custom-file-input::before{content:"\e804";font-family:'nrbicon' !important;display:inline-block;background-color:#1D70B7;padding:5px 8px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;font-size:16px;color:#fff;position:absolute;right:0;bottom:0;}
.custom-file-input:hover::before{background-color:#1a355a;}
.custom-file-input:active::before{background-color:#1a355a;}

.custom-file-input.fileupload_icon::before {content:"\e827"; font-size: 17px;}
.bridge_table form { width: 100%;}
.bridge_table .edit-section .btn.edit-bridgeRead { font-size: 16px; padding:5px;line-height:normal; color: #3f3f3f;}
.bridge_table .edit-section .btn.edit-bridgeRead:hover {color: #175b96;}
.bridge_table .edit-section .btn {text-decoration: none;font-size: 16px; color: #3f3f3f; display: inline-flex; padding: 5px;   align-items: center; }
.bridge_table .edit-section .btn:hover { color: #175b96;}
.bridge_table .edit-section .btn:focus { box-shadow: none;}
.bridge_table .edit-section .btn i { margin-right: 10px;}

/*** modal**/
.modal-body{padding:1.5rem;}
.modal-header{background-color:#1d70b7;color:#fff;}
.modal-icon{position:absolute;left:-16px;top:-16px;background-color:#1a355a;padding:18px;height:62px;}
.modal-icon img{height:25px;object-fit:contain;}
.modal-header h5{font-weight:normal;display:flex;position:relative;padding-left:70px;}
.modal .btn-close{border:2px solid #fff;color:#fff;border-radius:50%;filter:brightness(0) invert(1);font-size:12px; margin-right: 0 ;}
.modal-content{border:none;}
.modal-content h4{ font-size: 16px; color: #000; font-weight: 600; margin-bottom: 10px;}
.modal-content p{ font-size: 13px; color: #000; font-weight: 500; margin-bottom: 5px; line-height: 1.6rem;}
.modal_icon { background-color:#1A355A;color:#fff;display:flex;align-items:center;justify-content:center;height:62px;width:62px;margin:-16px;font-size:30px;position:absolute;left:0;}
.btn_icons .btn{ font-size: 34px; padding: 5px; line-height: 1;}
.btn_icons .btn .btn-check:focus+.btn, .btn_icons .btn:focus { box-shadow: none;}
.btn_icons .btn.txt-red:hover { color: #9E1721;}
.btn_icons .btn.txt-green:hover { color: #789B1F;}

/***** File upload ***/
.file-upload{display:flex;margin-bottom:20px;align-items:center;}
.file-wraps{height:35px;background-color:#f5f5f5;width:100%;line-height:35px;margin-left:15px;}
a.upload-link{display:block;width:100%;text-align:center;}
a.upload-link img{display:block;margin:0 auto;}

/* Home page*/
@media (min-width: 1400px) {
    .bridge_body .container { max-width: 1080px;}
}

.bridge_body { background-color: #1A355A;  height: 100%; }
.main_logo { display: flex; align-items: center; flex-direction: column; justify-content: center;}
.main_logo svg{ width: 210px; }
.main_logo h1 { font-size: 36px; font-weight: 300; text-align: center; color: #fff; margin:30px 0 40px 0; }

.bridgeselect_list {display: block; width: 100%;}
.bridgebox { background-color: #fff; border-radius:20px; -webkit-border-radius:20px ; -moz-border-radius:20px ; -ms-border-radius:20px ; -o-border-radius:20px ; }
.bridgebox_img { position:relative; background-size:cover; border-radius:18px 18px 0 0; overflow:hidden; cursor:pointer; -webkit-border-radius:18px 18px 0 0; -moz-border-radius:18px 18px 0 0; -ms-border-radius:18px 18px 0 0; -o-border-radius:18px 18px 0 0; min-height: 140px; }
.bridgebox_img  a img {min-height: 140px; }
.bridgebox_img  img{ position:absolute; width:100vw; -o-object-fit:cover; object-fit:cover; border-radius:18px 18px 0 0; max-width:100%; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; -webkit-border-radius:18px 18px 0 0; -moz-border-radius:18px 18px 0 0; -ms-border-radius:18px 18px 0 0; -o-border-radius:18px 18px 0 0; }
.bridgebox_info { position: relative; padding: 15px 20px; text-align: center;}
.bridgebox_info .bridge_title a { font-size: 20px; font-weight: 600; color: #1A355A; display: block; text-decoration: none; }
.bridgebox_info .bridge_title .bridg_timezon { font-size: 14px; font-weight: 500; color: #1A355A; display: block; margin-top: 0px;}
.bridgeselect_list .col-md-6 { margin-bottom: 40px; padding: 0 30px;}


/** Page link */
.page_link { margin-bottom: 20px;}
.page_link a.link { color: #1A355A; font-size: 16px;}
.page_link a.link:hover { color: #1d70b7; }

.alertmessage_wrapper { display: flex; align-items: center; justify-content: space-between; background-color: #ECECEC; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; padding: 8px 15px 8px 20px; margin-bottom: 40px; }
.alertmessage_info { display: flex; align-items: center; font-size: 18px; font-weight: 600; color: #1A355A; width: calc(100% - 50px);}
.alertmessage_info i { font-size: 24px; margin-right: 15px; color: #175B96;}
.alertmessage_wrapper a { text-decoration: none; font-size: 24px;}

.current_status_wrapper { margin-bottom:40px;}
.current_status_wrapper h2{ font-size: 28px; font-weight: 700; color: #1A355A; margin: 0 0 25px 0; }
.current_status_wrapper h3{font-size: 28px; font-weight: 300; color: #1A355A; margin: 0 0 0 0;}
.current_status_wrapper h3 span{ color: #61D0FF; text-transform: uppercase; font-weight: 600;font-size: 28px; }
.current_status_wrapper .currentdt{ font-size: 18px; font-weight: 600; color: #1D1D1B; margin: 0 0 0 0;}
.pera { font-size: 18px; font-weight: 400; line-height: 1.8rem; color: #1D1D1B;}

.accordion_warpper {position: relative;}
.accordion_warpper .accordion-item { border: none; margin-bottom: 10px;}
.accordion_warpper .accordion-button:focus { box-shadow: none;}
.accordion_warpper .accordion-button,
.accordion_warpper .accordion-item:first-of-type .accordion-button,
.accordion_warpper .accordion-item:last-of-type .accordion-button.collapsed { border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; padding: 1rem 1.5rem 1rem 2rem; }

.accordion_warpper .accordion-header.brid_general .accordion-button:not(.collapsed),
.accordion_warpper .accordion-header.brid_general .accordion-button.collapsed {
    color: #1D1D1B;
    background-color: #D9D9D9;
    box-shadow: none;
}
.accordion_warpper .accordion-header.brid_high .accordion-button:not(.collapsed),
.accordion_warpper .accordion-header.brid_high .accordion-button.collapsed {
    color: #FFFFFF;
    background-color: #BD1622;
    box-shadow: none;
}
.accordion_warpper .accordion-header.brid_medium .accordion-button:not(.collapsed),
.accordion_warpper .accordion-header.brid_medium .accordion-button.collapsed {
    color: #FFFFFF;
    background-color: #F8B133;
    box-shadow: none;
}
.accordion_warpper .accordion-header.brid_low .accordion-button:not(.collapsed),
.accordion_warpper .accordion-header.brid_low .accordion-button.collapsed {
    color: #FFFFFF;
    background-color: #175B96;
    box-shadow: none;
}

.accordion-button::after{background-image:none;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #ffffff;}
.accordion-button:not(.collapsed)::after{background-image:none;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #ffffff;}


.mesg_box { background-color: #F5F5F5; padding: 60px 80px; display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 400px;}
.mesg_box h4 { font-size: 22px; font-weight: 700; color: #1A355A; margin: 0 10% 80px 10%; text-align: center; line-height: 1.2; }
.mesg_box .refresh_link { font-size: 16px; color: #1A355A; font-weight: 700; text-decoration: none; display: flex; align-items: center;}
.mesg_box .refresh_link span {text-decoration: underline;}
.mesg_box a.refresh_link  i { font-size: 28px; margin-right: 15px; color: #868686; text-decoration: none;}

.timeline_wrapper {position: relative; margin-top: 40px;}
.timeline_info { font-size: 16px; font-weight: 500; color: #1D1D1B;}
.timeline_block { margin-bottom: 25px;}
.current_status_action { display: flex; align-items: center; margin-bottom: 50px;}
.current_status_action .bridge-status-info{ margin-bottom: 0;}
.current_status_action .refresh_link { font-size: 16px; color: #1A355A; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center;}
.current_status_action .refresh_link span {text-decoration: underline; font-size: 16px;}
.current_status_action a.refresh_link  i { font-size: 28px; margin-right: 15px; color: #868686; text-decoration: none;}


.footer_status p { font-size: 14px; font-weight: 500; color: #575756; }
.footer_status strong { font-weight: 700; text-decoration: underline;}


/************************************/

.timeline{list-style-type:none;display:flex;align-items:center;justify-content:center;padding:0;border-bottom:1px solid #ccc;}
.timeline li{transition:all 200ms ease-in;position:relative;width:100%;}
.timestamp{margin-bottom:0px;padding:0px 0px;display:flex;flex-direction:column;align-items:center;font-weight:100;width:100%;height:28px;background-color:#61d0ff;position:absolute;top:0px; z-index: 9;}
.timestamp:focus-visible{outline: 0;}
.timeline li.bridgeline_down .timestamp{background-color:#1a355a;top:15px;}
.timeline li:last-child { width: 0;}
.status{position:relative;padding:55px 0 0 0;}
.status h4{font-weight:600;position:relative;padding-bottom:15px;margin-bottom:0; font-size: 14px; margin-left: -17px; white-space: nowrap;}
.status:before{content:"";height:18px;width:1px;background-color:#ccc;position:absolute;bottom:-1px;left:0;right:auto;margin:0 auto;transition:all 200ms ease-in;}
.timeline li:first-child .status h4 { margin-left:0px;font-size: 14px; }
.timeline li:last-child .status h4 { right: 40px; margin-left: 0;} 
.livestatus_wrapper .timeline li:last-child .status h4 { right: 54px; margin-left: 0;} 

.timeline li a .timestamp_info { display: none;}
.timeline li a:hover .timestamp_info,.timeline li a:focus .timestamp_info { display: block; outline: 0; z-index: 99;}
 
.timeline li .timestamp_info { background-color: #f4f4f4; padding:10px 5px; position: absolute;top: -56px; width: 100%;}
.timeline li .timeinf_title { display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #1a355a;} 
.timeline li .timeinf_subtitle {display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; color: #1d1d1b; } 
.timeline li:last-child .timestamp_info { display: none;}
.timeline li:last-child .timestamp:focus-visible { display: none; }
.timeline li:nth-child(2n) .status{ opacity: 0;}

/** Alert **/
.swal-icon-check {
    background: white;
    color: #93C01F;
    font-size: 33px;
    padding: 5px;
    font-weight: 900;
}
.swal2-actions .swal2-styled  { padding: 0; margin: 0;}
.swal2-actions .swal2-styled.swal2-confirm { background-color: transparent !important; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }

/******************/
.topbar_wrapper{ background-color: #0C2444; min-height: 40px; display: flex; align-items: center;}
.topbar_wrapper .input-group-btn { display: flex; align-items: center; justify-content: flex-end;}
.topbar_wrapper .input-group-btn .btn{background-color:transparent;text-shadow:none; -moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;padding:9px 12px ;margin:0px;color:#fff;font-size:20px;border-left:1px solid #184878;display:flex;align-items:center;justify-content:center; border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;}
.topbar_wrapper .input-group-btn .btn:first-child{border-left: none;}
.topbar_wrapper .input-group-btn .btn:focus{  background-color: #184878; color:#fff;outline:none!important;}
.topbar_wrapper .input-group-btn .btn:hover{ background-color: #184878; color:#fff;}

/*****************************************************/
@media (max-width: 1439.98px) {
    .admin_menu ul { justify-content: flex-start;}
    .admin_menu ul li a { min-width: 140px;}
}
@media (max-width: 1399.98px) { 
    .admin_menu ul li { padding: 0 4px;}
}
@media (max-width: 1199.98px) { 
    .admin_menu ul {justify-content: flex-start;}
    .admin_menu ul li { margin-bottom: 5px;}
    .admin_menu ul li a { min-width: auto;}
}
@media (max-width:992px){.edit-section{margin-left:0;}
.main-head table td img{width:100%;height:auto;}
.image-section{vertical-align:middle;}
.mob-btn{display:block;}
}
@media (max-width: 991.98px) {
    .header{ padding: 8px 0;}
    .logo > a img, .logo > a svg { height: 44px;}
    .logo > a { margin-right: 15px;}
    .logotext {font-size: 16px;}
    .logosubtext{ font-size: 14px;}
    .header-nav .navbar { justify-content: flex-end;}
    .header-nav .navbar-expand-lg .navbar-nav .nav-link {flex-direction: row; padding: 15px;}
    .header-nav .navbar-light .navbar-nav .nav-link, .nav-link { color: #1d1d1b;}
    .header-nav .navbar-expand-lg .navbar-nav .nav-link:hover, .header-nav .navbar-expand-lg .navbar-nav .nav-item.active .nav-link, 
    .header-nav .navbar-expand-lg .navbar-nav .nav-link:hover i, .header-nav .navbar-expand-lg .navbar-nav .nav-item.active .nav-link i { color: #fff;}
    .header-nav .navbar-expand-lg .navbar-nav .nav-link i { color: #1d1d1b; font-size: 28px; margin-right: 15px;}
    .header-nav .navbar-light .navbar-nav li.nav-item { border-bottom: 1px solid #ccc;}
    .bridge_table tbody td .form-control{ width: 180px;}
}
@media (max-width: 676.98px) {
    .bodycontainer { padding: 25px 0;}
    .innerpage_title h3 {font-size: 24px;}
    .selectbridge_warpper, .innerpage_title { padding-top: 0px; margin-bottom: 15px !important; }
    .datepicker_info  { flex-direction: column; justify-content: flex-start;  align-items: flex-start; margin-bottom: 1rem;}
    .datepicker_info .innerpage_title { margin-bottom: 10px !important;} 
    .datepicker_info .innerpage_title a.link { padding-left: 0;}
    .datepicker_info .datepicker_wrapper { margin-bottom: 15px;}
    .datepicker_wrapper .form-control { width: auto;}
    .trainschedule_wrapper {margin-top: 15px;}
    .selectbridge_action { padding-top: 0; margin-bottom: 25px !important;}
}
@media (max-width: 575.98px) {
    .header{ padding: 8px 0;}
    .logo > a img, .logo > a svg { height: 34px;}
    .logo > a { margin-right: 10px;}
    .logotext {font-size: 14px;}
    .logosubtext{ font-size: 12px;}
    ul.timeline_list li { margin-right: 7px; margin-bottom: 40px; }
    .timeline-division { margin-bottom: 0;}
    .bridge-status-info { margin-bottom: 25px;}
    .bridge-status-info .bridgestus { margin-bottom: 15px;}
    .mesg_box { padding: 60px 40px;}

}

