﻿/*html,
body {
  height: 100%;
}
*/

body {
    
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12.5px;
    line-height: 1.42857;
    overflow-x: hidden;
}


a 
{
	color: #12C2E9;
}

a:hover {
    color: #0A8CAA;
}

.btn-xs { background-color: #F7F7F9; }

.btn-xs:hover { background-color: #A7D9F5; }


.LeftcenterDivArea {
    margin: 0 auto;
	width: 100%;
	text-align: left;
}


.centerDivArea {
    margin: 0 auto;
	width: 100%;
	text-align: center;
}

.leftAlignDivArea {
    margin: 0 0;
	width: 90%;
	text-align: left;
}

.rightAlignDivArea {
    margin: 0px 0px 0px 0px;
	text-align: right;
    padding-top:5px;
    padding-right:30px;
    color:white
}

.moveSpace 
{
    padding: 0px 0px 0px 0px;
	width: 100%; 
}

.move1xSpaceL
{
    margin: 0px 0px 0px 10px;
}

.move2xSpaceL
{
    margin: 0px 0px 0px 20px;
}

.move1xSpaceLDivUL
{
    margin: 10px 0px 0px -10px;
    padding: 0px 0px 0px 0px;
}

.abovem5xSpace
{
    margin-top: 5px;
}

.above1xSpace
{
    margin-top: 10px;
}

.above1p5xSpace
{
    margin-top: 15px;
}

.above2xSpace
{
    margin-top: 20px;
}

.below1xSpace
{
    margin-bottom: 10px;
}

.table > thead > tr > td.ideaColor,
.table > tbody > tr > td.ideaColor,
.table > tfoot > tr > td.ideaColor,
.table > thead > tr > th.ideaColor,
.table > tbody > tr > th.ideaColor,
.table > tfoot > tr > th.ideaColor,
.table > thead > tr.ideaColor > td,
.table > tbody > tr.ideaColor > td,
.table > tfoot > tr.ideaColor > td,
.table > thead > tr.ideaColor > th,
.table > tbody > tr.ideaColor > th,
.table > tfoot > tr.ideaColor > th {
  background-color: #C5E9D6;
  /*border-color: #7BCDA2;*/
}

.navbar {
    margin-bottom: 0px;
}

table {
  border-collapse:separate;
  border-spacing: 0;
}

.backgHeaderArea {
    
    /*background-color: #507CD1;*/
    padding: 0px 0px 10px 0px; 
}

.FelexLogoCenterAlignImg 
{
    margin-top: 5px; 
    margin-left: 30px;
    margin-bottom:.25em; 
	vertical-align:middle;
}

.headeColGradient {
    border: 0px solid #108D4E;
    background: #C5E9D6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C5E9D6), to(#EAF7F0));
    background: -webkit-linear-gradient(#C5E9D6, #EAF7F0);
    background: -moz-linear-gradient(#C5E9D6, #EAF7F0);
    background: -ms-linear-gradient(#C5E9D6, #EAF7F0);
    background: -o-linear-gradient(#C5E9D6, #EAF7F0);
    background: linear-gradient(#C5E9D6, #EAF7F0);
    -pie-background: linear-gradient(#C5E9D6, #EAF7F0); 
    
    behavior: url(PIE.htc);
}

.backgFooterArea {
    
    background-color: #fff;
     padding: 40px 0px 0px 0px; 
}

.backgSearchTextArea {
    color: #525252; 
}

.backgSearchTextArea a:link{
    color: #525252;
}

.backgSearchTextArea a:hover {
    color: #007BBF;
}

.backgSearchTextArea a:visited  {
    color: #558DBB;
}

.backDivArea { background-color: #fff; }


#accordionUI h3 {

    text-align: left;
    font-weight: bold;    
}


.imgCollPanel {
    
    position: absolute;
    margin-top: -8px;
    float: left;    
}

.regulHeader {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 40px; 
}

.searchPanelRstSty {
    border-color: #f9f9f9;
    border-style: solid;
    height: 20px;
    background: #f9f9f9;    
}

.searchPanelRstSty div {
    border: 5px;
    font-weight: bold;  
    text-align: left;  
}

.alignPanelContLeft {
    margin: 0px 0px 0px 22px;
    padding: 0px 5px 0px 0px; 
    text-align: left;
    
}

.alignPanelContLeft label {
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 0px 0px; 
     vertical-align: middle;
    
}

.alignPanelContLeft input {
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 0px 0px; 
     vertical-align: middle;
}

.navbar-default .navbar-toggle {
  border-color: #108D4E;
}

.navbar-default .navbar-toggle:hover{
  background-color: #61B48A;
}

.nav > li {
    border-left: 1px dotted #C0C0C0;
}


li.active:nth-child(5) 
{
    border-right: 1px dotted #C0C0C0;
    
}
                            
.CenterAlignImg {
	margin-bottom:.25em; 
	vertical-align:middle;
}

.CenterAlignButton {
	margin-left: .25em; 
	margin-top: .25em; 
}

.label-info {
  background-color: #C5E9D6;
}

.label-warning {
  background-color: #FBB85D;
}

.tableSingleCornerTop {
	border: 1px solid #C0C0C0;
	border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	behavior: url(PIE.htc);	
	 background: -webkit-gradient(linear, 0 0, 0 70%, from(#EDF2FB), to(#FFF));
    background: -webkit-linear-gradient(#EDF2FB, #FFF 70%);
    background: -moz-linear-gradient(#EDF2FB, #FFF 70%);
    background: -ms-linear-gradient(#EDF2FB, #FFF 70%);
    background: -o-linear-gradient(#EDF2FB, #FFF 70%);
    background: linear-gradient(#EDF2FB, #FFF 70%);
    -pie-background: linear-gradient(#EDF2FB, #FFF 70%);
	vertical-align:middle;

}

.tableDoubleCornerBottom {
    border: 1px solid #C0C0C0;
    border-top: 0px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    behavior: url(PIE.htc);
    background: #f9f9f9;
    padding: 1em;
    margin-bottom: 15px;
    -webkit-box-shadow: 10px 10px 23px -10px rgba(0,0,0,0.32);
    -moz-box-shadow: 10px 10px 23px -10px rgba(0,0,0,0.32);
    box-shadow: 10px 10px 23px -10px rgba(0,0,0,0.32);
    
    overflow: visible;
}

.cornerTopBot 
{
	border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	padding:1em;
}

.btnLoginArea  > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1){
	width: auto;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 5px 10px; 
}

.txtLoginArea label{
	font-weight: normal;
}

.tableTest {
    
    margin: 0 0;
    min-width: 150px;
	max-width: 100%;
    height: auto;
	text-align: left;
	overflow: hidden;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    filter: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    filter: none;
}

.navbar {
    filter: none;
    min-height:40px; 
}

.navbar-nav {
  margin: 0px -15px;
}

.navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 24px;
}

.navbar-inverse {
    filter: none;
}

.navbar-default .navbar-nav > .active > a:hover {
    color: #007BBF;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #646464;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #999999;
}

.moveSearchArea {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: -10px;
}

.mindWidhtColMD {
	min-width: 447px;
}
.mindWidhtColMDB {
	min-width: 425px;
}
/*START: upgrade browser message IE8 and below users*/

#ie6MsgContainer
{
	border: 1px solid #F7941D; 
	background: #FEEFDA; 
	text-align: center; 
	clear: both;
	height: 120px; 
	position: relative;
}

#cornerContainer
{
	position: absolute; 
	right: 3px; 
	top: 3px; 
	font-family: courier new; 
	font-weight: bold;
}

#ie6cornerContainer
{
	width: 640px; 
	margin: 0 auto; 
	text-align: left; 
	padding: 0;
	overflow: hidden;
	color: black;
}

.col275p
{
	width: 275px; 
	float: left; 
	font-family: Arial, sans-serif;
}

.col275pA
{
	font-size: 13px; 
	font-weight: bold; 
	margin-top: 12px;
}

.col275pB
{
	font-size: 12px; 
	margin-top: 6px; 
	line-height: 12px;
}

.col75p
{
	width: 75px; 
	float: left;
}

.col73p
{
	width: 75px; 
	float: left;
}

.containerFullWidth {
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
  max-width: 100%;
}

/*END:  upgrade browser message IE8 and below users*/

.pager {
	max-height: 27px;
	height: 27px;
	margin: 0px;
	padding: 0px;
}

.newUserAccPanel {
	width: 90%;
	margin: 0 0 0 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

.activeMenuLink { background-color: #EAF7F0; }

.navbar-nav > li.activeMenuLink > a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;	
}

.navbar-nav > li.activeMenuLink > a:hover { color: #108D4E; }

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background-color: #B1DAC5;
	background-image: linear-gradient(to bottom, #EAF7F0 0px, #EAF7F0 100%);
	background-image: none;
	background-repeat: repeat-x;
	color: #333333;
}

.mainDropTab {
	background-color: #EAF7F0;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.noVBarNoResize {
	resize:none; 
	overflow:auto;
}

.nav-pills > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
/*.nav-pills > li.hover > a{
    background-color: #8e8881 !important;
    color:white;

    }*/
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    /*background-color: #5e5852 !important;*/
    color: black !important;
    background-color: transparent !important;
    border-bottom: 4px solid gray;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.nav-pills {
    min-width: 600px;
}

.nav-pills-responsive {
    overflow: auto;
}
.dataTables_processing{
 
    background-color:aliceblue !important;
    padding-top: 10px !important;

    padding-bottom: 20px !important;
    font-weight:bold !important;
    z-index:105;
}
.dataTables_scrollBody{
    overflow-x:hidden !important
}
/*table.dataTable td.sorting_1{ background-color: white;border: 1px lightgrey !important;}
table.dataTable td{ background-color: white;border: 1px lightgrey !important;}
    */
table.dataTable tr.odd
{
	background:#efefef;
	border-bottom:solid 1px #efefef;
}

table.dataTable tr.even
{
	background:#f9f9f9;
	border-bottom:solid 1px #ece9d8;
}

table.dataTable th {     
    background: #646464;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.loli-color {
    border-radius: 4px;
    background-color: #24c1ea;
    color: #ffffff;
    font-weight: bold;
}

.loli-header {
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.dataTables_filter input {
    border: 1px solid gray;
    border-radius:4px;
    width:250px;
    height:25px
}
.dataTables_filter input:hover {
    border: 1px solid #66afe9;
    border-radius:4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}
.dataTables_filter input:focus {
    border: 1px solid #66afe9;
    border-radius:4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);

    
}

.modal-header{
    padding-top:2px !important;

    padding-left:8px !important;
    padding-bottom:8px !important;
    padding-right:5px !important;

    background-color:gray;
    min-height:24px;
    color:white
} 
.close {
  float: right;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color:white;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel{
    margin:0 !important;
    padding:0 !important;
    	border: none;

}
.panel-body{
    padding-left:20px;
    padding-right:20px;
    border-top:none;
    border-left:1px solid gainsboro;
    border-right:1px solid gainsboro;
    border-bottom:1px solid gainsboro;



}
.panel-heading{
    	/*border: none;*/
        border:1px solid #C0C0C0;
        padding:3px;
        padding-left:5px;

	border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	behavior: url(PIE.htc);	
	 background: -webkit-gradient(linear, 0 0, 0 70%, from(#EDF2FB), to(#FFF));
    background: -webkit-linear-gradient(#EDF2FB, #FFF 70%);
    background: -moz-linear-gradient(#EDF2FB, #FFF 70%);
    background: -ms-linear-gradient(#EDF2FB, #FFF 70%);
    background: -o-linear-gradient(#EDF2FB, #FFF 70%);
    background: linear-gradient(#EDF2FB, #FFF 70%);
    -pie-background: linear-gradient(#EDF2FB, #FFF 70%);
	vertical-align:middle;
}

.autoCompleteItem {
    cursor: pointer;
    min-width: 225px;
    background-color: white;
    border-color: gainsboro;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

    .autoCompleteItem:hover {
        cursor: pointer;
        background-color: gainsboro;
    }

/*---------------------JnJ Skin--------------------------*/

.container-fluid {
    margin: 0 8px;
}

.container-padding {
    padding-top: 160px;
    padding-left: 10px;
    padding-right: 10px;
}

.container-padding-lg {
    padding-top: 160px;
    padding-left: 10px;
    padding-right: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #b41601;
    text-align: left;
}

a {
    color: #12C2E9;
}

a:hover {
    color: #6a1100;
}

p {
    font: 14px Arial, sans-serif;
    color: #646464;
    line-height: 1.6;
}

.padding {
    padding: 15px;
}

.padding-sm {
    padding: 7px;
}

.padding-login {
    padding: 60px 0 0 160px;
}

.right-margin {
    margin-right: 15px;
}

.top-padding {
    padding-top: 15px;
}

.top-padding-lg {
    padding-top: 40px;
}

.top-padding-sm {
    padding-top: 8px;
}

.no-padding {
    padding: 0;
}

.jnj-red {
    color: #B41601;
}

.jnj-blue {
    color: #12C2E9;
}

.jnj-dk-blue {
    color: #0A8CAA !important;
}

.black {
    color: #000;
}

.white-background {
    background-color: #fff;
}

.navbar-jnj {
    background-color: #b41601;
    padding: 15px 40px;
}

#dropline .select a {
    background: #b41601;
        padding: 0 25px;
}

#dropline .current a b {
    display: block;
    padding: 0 25px;
    background: #e5e5e5;
    font-weight: bold;
}

#dropline .current a {
    padding: 0;
}



#dropline .current .sub li.sub_show a {
    color: #b41601 !important;
    border-bottom: solid 1px #b41601 !important;
    border-top: solid 1px #b41601 !important;
}

.checks label {
    display: inline;
}

#dropline .current .show .sub li a {
    font-size: 14px;
    padding: 0 20px;
}

#dropline .current .sub li a:hover {
    color: #b41601;
    border-bottom: solid 1px #b41601;
    border-top: solid 1px #b41601;
}



#dropline .table {
    background: #b41601;
    float: none;
}

#dropline {
    background: transparent;
    border: none;
}

.navbar-collapse {
    background-color: #b41601;
}

.jnj-collapse {
    padding-top: 33px;
    border: 0;
    font: Normal 18px arial, sans-serif;
}

.row-home {

}

.row-home-buttons h4  {
    color: #12C2E9;
    display: inline-block;
}

.round {
    border-radius: 30px;
    border: 20px #fff;
}

.bottom-border {
    border-bottom: 1px solid #bebebe;
}

#dropline .current .show {
    top: 56px;
    height: 45px !important;
    background: #fff;
    border-bottom: solid 1px silver;
    padding: 10px 10px 40px !important;
    z-index: 100;
    left: 0px;
    -webkit-box-shadow: 0px 17px 23px -10px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 17px 23px -10px rgba(0,0,0,0.36);
    box-shadow: 0px 17px 23px -10px rgba(0,0,0,0.36);
}

.idea-footer {
    background-color: #ffffff;
    font-size: 12px;
    color: #868686;
    -webkit-box-shadow: 0px -3px 18px 1px rgba(156,156,156,0.44);
    -moz-box-shadow: 0px -3px 18px 1px rgba(156,156,156,0.44);
    box-shadow: 0px -3px 18px 1px rgba(156,156,156,0.44);
}

.idea-footer a:link {
    color: #868686;
}

.navbar-toggle {
    border: 1px solid #fff;
}

    .navbar-toggle .icon-bar {
        border: 1px solid #fff;
    }

.pseudo_drop2 {
    border-bottom: none;
    display: none;
}

.btn-jnj {
    background-color: #828282;
    color: #fff;
    text-decoration: none;
}

a.btn-jnj {
    color: #fff;
}


.btn-jnj:hover, .btn-jnj:focus {
    color: #fff;
    text-decoration: none !important;
    background-color: #B41601;
}

.btn-jnj a {
    text-decoration: none !important;
}

.command_button {
    background-color: #828282;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.command_button:hover, .command_button:focus {
    color: #fff;
    text-decoration: none;
    background-color: #B41601;
}

.CenterAlignButton {
    margin-left: 0;
    margin-top: 0;
    background-color: #828282;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.CenterAlignButton:hover, .CenterAlignButton:focus {
    color: #fff;
    text-decoration: none;
    background-color: #B41601;
}

.btn-jnj-grey {
    background-color: #828282;
    color: #fff;
}

.btn-jnj-grey:hover, .btn-jnj-grey:focus {
    color: #fff;
    text-decoration: none;
    background-color: #B41601;
}


input[type='radio'], input[type='checkbox'] {
    margin: 0 10px;
    line-height: normal;
}

.radio {
    margin-left: 20px;
}


.search {
    max-width: 150px !important;
}

.table-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #12C2E9;
    padding: 3px 0;
}

.tableSingleCornerTop {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #12C2E9 !important;
    padding: 5px 0;
    text-align: center;
    border-radius: 0;
    border: none;   
}


.gridbase {
    border: 0 !important;
}

.header_row {
    background: #cecece !important;
    border-bottom: #646464 1px solid;
    color: #000 !important;
}

.header_row a {
    color: #000 !important;
}

tr.odd {
    background: #efefef;
    border-bottom: solid 1px #ece9d8;
}

.selected { 
    background: #fffabc !important;
}

tr.selected > td {
    border-bottom: 1px solid #b41601 !important;
    border-top: 1px solid #b41601;
}


tr.selected_row > td {
    background: #fffabc !important;
    border-bottom: 1px solid #b41601 !important;
    border-top: 1px solid #b41601;
}

.select-arrow  {
    color: #b41601 !important;
}

.select-arrow-red  {
    color: #b41601 !important;
}

.select-arrow:hover, .select-arrow:focus, .select-arrow:active {
    color: #646464 !important;
}


.gridbase tr td {
    line-height: 14px;
    padding: 5px 16px;
    font-size: 12px;
}

.header_row > td {
    font-size: 13px !important;
}

.pager_row {
    background: #cecece !important;
    font-weight: normal;
    color: #000;
    text-align: left;
}

.sitemapPath {
    margin: 15px 15px 0;
}

.btn-icon {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.btn-icon:hover, btn-icon:active {
    background-color: #cecece;
}

.detailbase .command_row {
    background: #fff;
}

#Login1 {
    border-color: #fff !important;
    padding: 10px;
    background-color: #fff !important;
}

#Login1_UserName, #Login1_Password, #txtUsername {
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
    line-height: 18px;
    outline: 0 none;
    padding: 8px 12px;
    border: 1px solid #B41601;
    margin-bottom: 10px;
    width: 250px !important;

}

#Login1_LoginButton {
     background-color: #828282;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 4px 12px;
    margin-right: 10px;
}

label[for=Login1_UserName], label[for=Login1_Password]
{
   color: #828282;
   font-weight: 500;
}

#lblForgotpassword {
    margin-top: -30px;
}

.password_table {
    background-color: #ffffff !important;
    border: 0 none;
}

.overflow {
    overflow: visible !important;
}

.container-loli {
    padding-top: 30px;
}



.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #12C2E9;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    left: 45%;
    position: absolute;
    top: 40%;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.wrapper-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #f9f9f9;
    background: rgba(249, 249, 249, 1);
    z-index: 1;
    min-height: 60px;
}

#techFileDetailsContainer, #linkedMspecContainer, #mspecDetailsContainer {
    min-height: 100px;
    position: relative;
}

#globalSpinner {
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
}
#globalSpinner .loader {
    width: 150px;
    height: 150px;
    border: 10px solid transparent;
    border-top: 10px solid #12C2E9;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}



.navbar-brand {
    background-color: #fff;
}

a.navbar-brand {
    color: #b41601;
    text-decoration: none;
    font-size: 24px;    
}

.navbar-header {
    padding-right: 20px;
}

.report-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #828282;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    text-transform: uppercase;
}

.report-btn:hover, .report-btn:focus {
    color: #fff;
    text-decoration: none !important;
    background-color: #B41601;
}

.report-tables-nav {
    padding-top: 10px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: #12C2E9;
    font-weight: bold;
    color: #fff;
}

.ui-widget-header {
    border: 1px solid #12C2E9;
    background: #12C2E9;
    color: #fff;
    font-weight: bold;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff !important;
    text-decoration: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #848484;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}

.spacer {
    padding-left: 10px;
}

.ui-widget {
    font-size: 1.3em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    padding: 0 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #12C2E9 !important;
    background: #12C2E9 !important;
    font-weight: bold;
    color: #fff !important;
}

.ui-dialog {
    z-index:10000 !important;
    width: 700px !important;
}

.ui-widget-header {
    border: 1px solid #12c2e9;
    background-color: #12c2e9 !important;
    background-image:none !important;
    color: #fff;
}

.ui-button .ui-icon {
    background-color: #fff;
}

#ui-datepicker-div {
    width: 21em;
}