div.nts-frame {
 	margin: 16px;
}

table {
	display: table !important;
}

tbody {
	display: table-row-group !important;
	width: 100%;	
}

label.nts-modal-header {
	font-weight: bold;
	font-size: 25px;
}

button.nts-danger {
	color: white;
    background-color: red;
    background-image: none; 
    border-color: red;
	
}
button.nts-danger:hover {
                border-color: #d81a1a;
                background-color: #d81a1a;
}



label.detail-label {
	font-weight: bold;
}

label.ntsb {
	font-weight: bold;
}



small.nts {
	color: red;
}

 .masthead {
	background-image: linear-gradient(to top,#0871ac 0,#065a95 20%,#0a467f 40%,#103668 60%,#142752 80%,#131d40 100%);
}

.masthead-brand {
	color: white;
}

.masthead a:link, .masthead :active, .masthead a:visited {
	color: white;
}

.breadcrumb {
	background-color: white !important;
	margin-bottom: 0px !important;
}

.breadcrumb-container {
	border-bottom: 2px solid #e4e6e8;
}

.nav-tab-o2 {
	border-bottom: 2px solid #e4e6e8;
}


.nav-tab-o2 a:link, .nav-tab-o2 a:active, .nav-tab-o2 a:visited {
	color: #0090d0 !important;
}


.nav-tab-o2 a:hover {
	color: #002e6e;		
}

.nav-tab-o2 a:link.active, .nav-tab-o2 a:active.active, .nav-tab-o2 a:visited.active{
	color: #002e6e;		
}

.nav-tab-o2 li.active {
	border-bottom: 3px solid #002e6e;
}

.spaceupdown {
	margin: 15px 0px 15px 0px
}


.nts-nosize {
  width: 0;
  height: 0;
}

.spaceupdownright {
	margin: 2px 2px 2px 2px
}

.navigation-container {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
}

.navigation-logo {
	display: inline-block;
	width: 17%;
	box-sizing: border-box;
}

.navigation-logo-brand {
	display: inline-block;
}

.navigation-logo-title {
	display: inline-block;
	font-family: FrutigerBold,sans-serif;
	color: #fff;
	vertical-align: bottom;
	font-weight: 300;
	font-size: 20px;
}

.navigation-main {
	width: 63%;
	display: block;
	box-sizing: border-box;
}

.navigation-user {
	width: 20%;
	color: #fff;
	text-align: right;
}

.navigation-user-dropdown-link {
	color: black !important;
}

.dropdown-menu {
	background-color: #111;
}

.navigation-user-dropdown-link:active .navigation-user-dropdown-link:visited {
	color: #000;
}
{background:rgba(50,50,50,50.5); color:red; }


.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

 .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.help-block {
	color: red;
}

.error-help-block {
	color: red;
}

.field-error {
  border: 2px solid red;
  border-radius: 4px;
}

.input-group .invalid-feedback {
  position: absolute;
  left: 0;
  top: 2.5em;
}

.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 45%;
    
    select {
        height: 200px;
        padding: 0;
        option {
            padding: 4px 10px 4px 10px;
        }
        option:hover {
            background: #EEEEEE;
        }
    }
}

.subject-info-arrows {
    float: left;
    width: 10%;
    input {
        width: 70%;
        margin-bottom: 5px;
    }
}


