
/* FONTS */

@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light_0.otf");
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular_0.otf");
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("../fonts/Montserrat-Medium_0.otf");
}
@font-face {
  font-family: Montserrat-Semibold;
  src: url("../fonts/Montserrat-SemiBold_0.otf");
}

/* DEFAULT STYLES */

*, html, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
    font-family: Montserrat-Regular;
	background: #f1f1f1;
	height: 100%;
    color: #797979;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa {
    font-size: 22px;
}

/* loader */

.overlay {
    position: fixed;
    /*display: none;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 1001;
    cursor: pointer;
}

/* .index-1001{
	z-index: 1001;
}

.index-1111{
	z-index: 1111;
} */

.loader {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.mpnlLoader .rich-mpnl-content {
	border: none;
	background: none;
}
.mpnlLoader .rich-mpnl-shadow {
	opacity: 0;
}
.mpnlLoader .rich-mpnl-body {
	background: transparent;
}
/* header */

.formborder {
	width: 100%;
	display: inline;
}
.headertable {
    display:table-row;
	width: 100%;
	height: 60px;
	background-color: red;
	position: fixed;
	z-index: 101;
	box-shadow: 4px 4px 4px rgba(0,0,0,.5);
}
.logo {
    background: red url('../images/talonLogoNew.png') center center no-repeat;
	width: 220px;
	display: table-cell;
    vertical-align: middle;
	height: 60px;
	background-size: 121px;
	margin: 0;
	text-align: center;
    -webkit-transition: width 0.2s; /* Safari */
    transition: width 0.2s;
}
.logo.collapse {
    background: red url('../images/talonLogoSmall.png') center center no-repeat;
    background-size: 49px;
}
.logo-wabtec{	
	background: red url('../images/white-logo.png') center center no-repeat;
	width: 220px;
	display: table-cell;
    vertical-align: middle;
	margin: 0;
	background-size: 151px;
    height: 60px;
	text-align: center;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.logo-wabtec.collapse {
    background: red url('../images/white-logo2.png') center center no-repeat;
   background-size: 49px;
}

.pageHeader {
	font-family: Montserrat-Regular;
	font-size: 22px;
	width: 100%;
    padding-left: 30px;
}
.panelHeader {
	font-family: Montserrat-Regular;
	font-size: 18px;
	width: 100%;
    padding-left: 30px;
}
.user-menu {
    display: table-cell;
  	background: red;
	height: 60px ! important;	
	text-align: right;
   	vertical-align: middle;
    float:right;
    margin-top:-60px ! important;
}
.user-menu ul li {
    display: inline-block;
}
.forLogOut {
	font-size: 20px;
	color: white;
	margin-right: 30px;
	text-decoration: none;
}
.forLogOut:hover {
	color: #65c3df;
}
.user-menu .toggle {
    position: relative;
    text-align: left;
}
.user-menu .dropdown {
    display: none;
    position: absolute;
    top: 44px;
    right: 20px;
    background: #ffffff;
    padding: 13px 0;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(102,102,102,0.44);
    -moz-box-shadow: 5px 5px 20px 0px rgba(102,102,102,0.44);
    box-shadow: 5px 5px 20px 0px rgba(102,102,102,0.44);
}
.user-menu .dropdown li {
    width: 100%;
    display: block;
}
.user-menu .dropdown li:hover {
    background-color: #eeeeee;
}
.user-menu .dropdown li a {
    display: block;
    font-family: Montserrat-Light;
    text-decoration: none;
    font-size: 13px;
    color: #797979;
    padding: 5px 25px 5px 15px;
}

/* content body */

.content-body {
	display:table-row;
	width:100%;
	margin-top:60px;
}
.content-body:after {
    display: block;
    content: '';
    clear: both;
}

/* sidebar */

#sidenav {
    display: table-cell;
	width: 250px;
    height: 100vh;
    float: left;
    -webkit-transition: width 0.2s; /* Safari */
    transition: width 0.2s;
    position: fixed;
    z-index: 9;
     margin-top: 60px;
}
.collapse {
	width: 100px !important;
}
#sidenav .sidenav_main {
    overflow-y: auto;
}
#sidenav .sidenav_main.collapse > li > a {
    display: block;
    padding: 50px 10px 0 10px;
    text-align: center;
    font-size: 12px;
}
#sidenav .sidenav_main.collapse > li > a > span {
    display: block;
}
#sidenav .fa-outdent {
	position: absolute;
	display: block;
	cursor: pointer;
	font-size: 22px;
    top: 15px;
    right: 30px;
	color: #ffffff;
    z-index: 11;
}
#sidenav .fa-outdent.fa-flip-horizontal{
	right : 30px;
}

#sidenav .fa-outdent:hover {
	color: #65c3df;
}
#sidenav .sidenav_main {
    position: fixed;
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
	width: 265px;
    border-right: 2px solid #dcdcdc;
    background-color: #605958;
	list-style: none;
    padding-top: 50px;
    z-index: 10;
    -webkit-transition: width 0.2s; /* Safari */
    transition: width 0.2s;
}
#sidenav .sidenav_main li.submenu.active {
	background-color: #4B4545;
}
#sidenav .sidenav_main > li > a {
	font-family: Montserrat-Regular;
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 0.5em 0.1em 0.75em 0.1em;
}
#sidenav .sidenav_main > li > a > span {
	padding: 0px 23px;
    font-size: 18px;
	color: #ffffff;
	margin-left: -8px;
}
#sidenav .sidenav_main li a:hover span,
#sidenav .sidenav_main li.active a span {
	color: #65c3df;
}
#sidenav .sidenav_main > li:hover > a:hover,
#sidenav .sidenav_main > li.active > a {
	color: #65c3df;
}
#sidenav .sidenav_main.collapse > li > a {
    display: block;
    padding: 1em;
    text-align: center;
}
#sidenav .sidenav_main.collapse > li > a > span {
    display: none;
}
#sidenav .dropdown {
    background: #f1f1f1;
    display: none;
}
#sidenav .dropdown > li > a {
    font-family: Montserrat-Regular;
	color: #797979;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 0.75em 1.5em 0.75em 2.75em;
}
#sidenav .dropdown > li:hover > a {
    color: #585858;
}
#sidenav .sidenav_main > li.active > .dropdown {
    display: block;
}
#sidenav .sidenav_main > li.active > .dropdown > li.active > .dropdown {
    display: block;
    background: #e8e8e8;
}
#sidenav .sidenav_main.collapse .dropdown > li > a {
    text-align: center;
    font-size: 12px;
    padding: 1em;
}
#sidenav .sidenav_main li.submenu {
    position: relative;
}
#sidenav .sidenav_main li.sublevel {
    position: relative;
}

#sidenav .sidenav_main li.submenu .arrow:before,
#sidenav .sidenav_main li.sublevel .subarrow:before,
#sidenav .sidenav_main li.subtab-list.sublevel .subarrows:before {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 14px;
    color:#797979;
}

#sidenav .sidenav_main li.active.submenu .arrow:before,
#sidenav .sidenav_main li.active.sublevel .subarrow:before,
#sidenav .sidenav_main li.subtab-list.sublevel.active .subarrows:before {
	top: 16px;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}

#sidenav .sidenav_main li.active.subtab-list.sublevel .subarrow:before {
    top: 16px;
    right: 10px;
}
#sidenav .sidenav_main.collapse li.submenu .arrow:before {
    display: none;
}

/* internal links/tabs on side menu */

.tab-container .tab {
    visibility: hidden;
    overflow:hidden;
    height: 0;
}
.tab-container .tab.active {
    visibility: visible;
    overflow: visible;
    height: auto;
}
.currentTab {

}
#sidenav .sidenav_main li > .tab-list {
	background: #d8d8d8;
    display: none;
}
#sidenav .sidenav_main li > .subtab-list {
	background: #c7c6c6;
    display: none;
}
#sidenav .dropdown > li.active > a {
    color: #65c3df !important;
}
#sidenav .sidenav_main li > a:hover{
	background-color: #65c3df;
	color: #ffffff !important;
}
#sidenav .sidenav_main li.submenu > a:hover{
	color: #65c3df !important;
	background-color: #211e1d !important;
}
#sidenav .sidenav_main li.active > .tab-list {
    display: block;
}
#sidenav .dropdown .tab-list > li > a {
    font-family: Montserrat-Regular;
	color: #797979;
	text-decoration: none;
	display: block;
	font-size: 14px; 
	padding: 0.75em 2.5em 0.75em 3.4em;
}
#sidenav .dropdown .tab-list > li.active > a {
    color: #65c3df;
}
#sidenav .sidenav_main.collapse .dropdown .tab-list > li > a {
    text-align: center;
    font-size: 12px;
    padding: 1em;
}

/* content section */

.contentSection {
	background: #f1f1f1;
    display: table-cell;
    float: left;
    margin-left: 250px;
    min-width: -moz-calc(98vw - 255px);;
    min-width: -webkit-calc(98vw - 255px);;
    min-width: calc(98vw - 255px);;
     margin-top: 60px;
}
.contentSection.collapse {
    margin-left: 100px;
    width: auto !important;
    min-width: -moz-calc(98vw - 100px) !important;
    min-width: -webkit-calc(98vw - 100px) !important;
    min-width: calc(98vw - 100px) !important;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
     margin-top: 60px;
}
.contentInner {
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.contentOuter {
	padding: 0px;
}

/* footer */

.footer {
    font-family: Montserrat-Light;
	font-size: 14px;
	color: #797979;
	text-align: center;
	padding: 30px 0;
}

/* feedback popup */
.form-body {
    padding: 40px;
    font-family:  Montserrat-Regular;
}
.form-body td {
    padding: 0 5px 10px;
}
.form-body textarea.inputArea {
    width: 100%;
    height: 80px;
}
.form-body p {
    font-family: Montserrat-Regular;
    font-size: 12px;
}
.form-body input[type="button"],
.form-body input[type="reset"] {
    margin-top: 20px;
}

.form-body .numbered-list > li {
	list-style-type: decimal;
    margin-left: 13px;
 	white-space: normal;
    padding: 5px 10px;
}

.form-body .pre-line {
	white-space: pre-line;
}

.form-body .address {
	margin-top: -18px;
	margin-left: 10px;
}

/* component - accordion */
.accordion-container {
    width: 100%;
	border: 1px solid #dcdcdc;
}
.accordion-btn {
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
	text-transform: uppercase;
	background-color: #fc7b5e;
	color: #ffffff;
}
.accordion-btn span.fa-plus {
	position: absolute;
	font-size: 18px;
	right: 15px;
	top: 12px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
}
.accordion-btn span.fa-plus.rotate {
    transform:         rotate(-45deg); /* CSS3 */
    -moz-transform:    rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Webkit */
    -o-transform:      rotate(-45deg); /* Opera */
    -ms-transform:     rotate(-45deg); /* IE 9 */
}
.accordion-dtl {
    display: none;
    width: 100%;
	padding: 5px 15px 15px;
	font-size: 12px;
	color: #617070;
}
.accordion-dtl > ul > li {
	margin-left: 17px;
	margin-top: 5px;
}
.accordion-dtl > ul > li > ul > li{
	margin-left: 16px;
	margin-top: 5px;
}
.form-body .accordion-btn {
	font-size: 14px;
}

.form-body .fa.fa-plus {
	margin-top: -2px;
}

.display-block {
	display: block;
}
.hidden-imp {
    display: none !important;
}
.zindexPanel{
	z-index: 100 !important;
}
.headerLessTable thead{
	display:none;
}
.headerLessTable{
	width: 400px;
}
 .dropDownRoles{
	width: 150px ! important;
    margin-right: 10px;
    margin-bottom: -5px;
	margin-left: -15px;
} 
.templateheader {
    display:table;
    width:100%;
}
.user-menuItems {
     vertical-align:middle !important;
}
.user-menuItemsdrop {
     margin-top:15px;
}

