/* Minification failed. Returning unminified contents.
(619,4): run-time error CSS1035: Expected colon, found ' color'
(623,4): run-time error CSS1035: Expected colon, found ' background'
(628,4): run-time error CSS1035: Expected colon, found ' background'
(630,4): run-time error CSS1035: Expected colon, found ' box-shadow'
 */
@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    src: url('/fonts/opensans-400-webfont.eot');
    src: url('/fonts/opensans-400-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-400-webfont.woff2') format('woff2'),
         url('/fonts/opensans-400-webfont.woff') format('woff'),
         url('/fonts/opensans-400-webfont.ttf') format('truetype'),
         url('/fonts/opensans-400-webfont.svg#webfontregular') format('svg');
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    src: url('/fonts/opensans-600-webfont.eot');
    src: url('/fonts/opensans-600-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-600-webfont.woff2') format('woff2'),
         url('/fonts/opensans-600-webfont.woff') format('woff'),
         url('/fonts/opensans-600-webfont.ttf') format('truetype'),
         url('/fonts/opensans-600-webfont.svg#webfontregular') format('svg');
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    font-weight: 800;
    src: url('/fonts/opensans-800-webfont.eot');
    src: url('/fonts/opensans-800-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-800-webfont.woff2') format('woff2'),
         url('/fonts/opensans-800-webfont.woff') format('woff'),
         url('/fonts/opensans-800-webfont.ttf') format('truetype'),
         url('/fonts/opensans-800-webfont.svg#webfontregular') format('svg');
    font-style: normal;

}


 .text-right-sm {
      text-align: right;
 }

@media (max-width: 767px) {

    input[type=radio] + label.radioOption {
        font-size: 25px;
    }

    input {
        font-size: 20px !important;
        height: 40px !important;
    }

     select {
        font-size: 20px !important;
        height: 40px !important;
    }

    .dropdown-menu {
        font-size: 18px;
    }

    .dropdown-menu > li > a {
        padding-top: 6px;
    }

    .text-right-sm {
      text-align: inherit;
    }

    body.modal-open > .wrap {
        overflow: hidden;
        height: 100%;
    }    

    #searchForm {
        width: 100%;
        margin-bottom: 4px;
    }

    div#instructions img {
        max-width: 100%;  
    }
} 
 

@media(min-width:768px) {
    .truncate {
      width: 98%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    #additionalControls {
      float: right !important;
    }

    .linkInput {
        width: 350px;
    }

    #searchForm {
        width: 35%;
    }

}

 
body{
    font-family: 'Open Sans', sans-serif;
}

.body-wrapper {
    margin-top: 1em;
}

.row-body{
    padding-right:15px;
    padding-left: 15px;
}

.row-margin{
    margin-top:10px;
}

.panel-title-links{
    margin-left:5px;
}

.panel-group .panel{
    overflow:visible;
}

.input-sm{
    padding:5px 5px;
}

.dropdown-menu.scroll{
    max-height:400px; 
    overflow:scroll; 
    overflow-x:hidden;
}


.bodycontainer { 
    max-height: 450px; 
    width: 100%; 
    margin: 0; 
    overflow-y: auto; 
}

.task {
    margin-bottom: 0.5%;
}

header.taskDetail {
    margin-top: 10px;
}

header.collapsible {
    margin-top: 10px;
}

dl {
    margin-bottom: 0;
    margin-left: 5px;
}

dl dt {
    
    float:left; 
    font-weight:bold; 
    margin-right:10px;  
}

dl dd {
    margin: 2px 0;
}


.issueReport {
    position: fixed; 
    top: 90%; 
    left: 85%; 
    z-index: 1007;
}

.issueReport button.btn {
    border-radius: 25px; 
    width: 40px; 
    height: 40px; 
    background-color: #ffcc00;
}


.issueReport span.glyphicon {
    color: #F5F5F5; 
    font-weight: bold;
    font-size: 16px !important;
}

.issueBar {
    background-color: #ffcc00; 
    height: 50px; 
    line-height: 50px; 
    color: #ffffff; 
    font-weight: bold; 
    padding-left: 5%; 
    width: 100%; 
    text-align: center;
}

.columnList ul {margin-left:0;}

.columnList li li {display:block;}

.columnList li {
    display:inline-block; 
    *display:inline; 
    *zoom:1; 
    width:100%; 
}

input[type=radio] + label.radioOption {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=radio] + label.radioOption::before {
      content: "\e157";
}

input[type=radio]:checked + label.radioOption::before {
    content: "\e067";
    color: #428bca;

}

.embed-container {
     position: relative; 
     padding-bottom: 56.25%; 
     height: 0; 
     overflow: hidden; 
     max-width: 100%;
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed {
     position: absolute; 
     top: 0; 
     left: 0; 
     width: 100%; 
     height: 100%;
}

@media only screen and (min-width:48em) {
  .columnList {
    -moz-column-count:2; -moz-column-gap:2.5em;
    -webkit-column-count:2; -webkit-column-gap:2.5em;
    column-count:2; column-gap:2.5em;
  }
}

@media only screen and (min-width:60em) {
  .columnList {
    -moz-column-count:3; -moz-column-gap:2.5em;
    -webkit-column-count:3; -webkit-column-gap:2.5em;
    column-count:3; column-gap:2.5em;
  }
}






.hover.processing .btn-group {
    display: none;
}

.hover.processing {
    background: url('/Content/Images/select2-spinner.gif') center no-repeat !important;
}


.previewImage {
    max-height: 50px;
    max-width: 50px;
}

#instructions img {
    max-width: 100%;
}

.labelContainer {
   line-height: 10px;
}

.label-muted {
    background-color: rgb(189, 189, 189);
    font-weight: 500;
}

@media (min-width: 768px) {
    #dropzone {

        outline: 1px dashed #000;
    }
       
}

    #dropzone {

        line-height: 50px;
        text-align: center;
        font-weight: bold;

    }

div.progress > div.bar {
    background-color: #428bca;
     height: 18px;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/* Phones */
@media (max-width: 767px) {
    .fileinput-button {
        width: 100%;
    }
    .dropzone-text {
        display: none;
    }
    #dropzone.well {
        padding: 0;
        border: none;
    }
}
/* IPads */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
        .fileinput-button {
        width: 100%;
    }
    .dropzone-text {
        display: none;
    }
    #dropzone.well {
        padding: 0;
        border: none;
    }
}




.checklist-section,.checklist-section > td  {
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    background-color: rgb(189,189,189) !important;
    color: #ffffff;
    padding-left: 5px;
    line-height: 1 !important;
}

.checklist-section > td > h4 {
    margin-top: 2px;
    margin-bottom: 0 !important;
}


fieldset.data-error > legend > a.caret-toggle:before {
   position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: red;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: "\e107";
    padding-right: 5px;
}

ul.parsley-errors-list {
    color: red;
    font-size: 14px;
    list-style: none;
    padding-left: 0;
}

/*Checklist NA entries*/
.na-task > div, .na-task > span, .na-task > b, .na-task > label, .na-task > small, tr.na-task {
    color: lightgray;
    text-decoration: line-through !important;
}
/* end */
div.incident-actions {
    margin: 10px 7px;
}

 div.incident-actions > a,
div.incident-actions > button {
    margin-top: 5px;
}
@media (max-width: 767px) {
    .main-nav-selected {
        background-color: #468847;
    }

    .main-nav-selected > a {
        color: white !important;
    }
    
    .nav-brand {
        margin-left: 5px;
    }
}

div.header{
    height:50px;
    line-height: 50px;
} 

.nav-brand {
    font-weight:600;
    font-size: 1.5em;
}

.nav-brand:hover{
    text-decoration: none;
    cursor: pointer;
}

.navbar{
    margin-bottom: 0;
    border: 0;
}

.head-wrapper {
    border-bottom: 2px solid #bde8f2;
}

.sub-head-wrapper {
    border-bottom: 1px solid #dddddd;
}

ul.main-nav > li:hover {
   background-color: #d9edf7;
   border-bottom: 1px inset #d9edf7; 
}

.main-nav-selected  {
   border-bottom: 1px inset #468847 !important;
}

#nav-Issues span.glyphicon {
    color: #ffcc00;
}


@media (max-width: 767px) {
    .responsiveLink {
        display: block;
          padding: 6px 12px;
          margin-bottom: 0;
          font-size: 16px;
          font-weight: normal;
          line-height: 1.42857143;
          text-align: center;
          white-space: nowrap;
          vertical-align: middle;
          cursor: pointer;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          background-image: none;
          border: 1px solid #428bca;
          border-radius: 4px;
    }
} 

@media(min-width:768px) {

    .previewLink {
        position: absolute;
        top: 7px;
        left: 85%;
    }


}

a.help {
  width: 20px;
  border: solid 2px;
  border-radius: 10px;
  height: 20px;
  display: inline-block;
  font-size: 15px;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
  font-weight: 800;
  text-decoration: none;
}

.caret-toggle {
    cursor: pointer;
}

fieldset a.caret-toggle {
    color: inherit;
}

fieldset a.caret-toggle:hover {
    text-decoration: none;
}

fieldset a.caret-toggle:not(.collapsed):after { 
    margin-left: 10px;
    margin-top:10px;
    content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 7px solid transparent;
	border-top-color: inherit;
}

fieldset a.caret-toggle.collapsed:after {
    margin-left: 10px;
    margin-top:8px;
    content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 7px solid transparent;
	border-left-color: inherit;
}

.caret-toggle:after {
    font-size: 25px;
    vertical-align: -3px;
    text-decoration: none;
}

.caret-toggle:not(.collapsed):after { 
    margin-left: 5px;
    margin-top:7px;
    content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 7px solid transparent;
	border-top-color: #428bca;
}

.caret-toggle.collapsed:after {
    margin-left: 5px;
    margin-top:3px;
    content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 7px solid transparent;
	border-left-color: #428bca;
}
@media (max-width: 767px) {
    .btn {
        font-size: 20px !important;
    }

    .modal-header button.close {
        font-size: 24pt;
    }
}


button.btn > span.glyphicon,
button.btn > i.glyphicon {
    line-height: 0.99;
}

.btn-transparent {
    background: #FFFFFF;
    background: rgba(0, 0, 0, 0);
    color: #000000;
}

.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active, .btn-transparent.active, .open > .dropdown-toggle.btn-transparent {
    background: #ffffff;
    background: rgba(0, 0, 0, 0);
}

.btn-transparent:active, .btn-transparent.active {
    background: #ffffff;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
}

.incident-button-wrapper a, .incident-button-wrapper button {
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .modal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
    }

    .modal-dialog {
      position: fixed;
      margin: 0;
      width: 100%;
      height: 100%;
      padding: 0;
    }

    .modal-content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 0;
      box-shadow: none;
    }

    .modal-header {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 50px;
      padding: 5px 10px;
      background: #f1f3f5;
      border: 0;
      overflow: hidden;
    }

    .modal-body {
        position: absolute;
        top: 50px;
        bottom: 60px;
        width: 100%;
        font-weight: 300;
        overflow: auto;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }
    
    .modal-footer {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 60px;
      padding: 10px;
      background: #f1f3f5;
    }

}


@media(min-width:768px) {
   .modal-dialog{
         margin-top:100px;
    }
}
@media (max-width: 767px) {
     /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables tfoot,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    /* Hide table footers (but not display: none;, for accessibility) */
    .no-more-tables tfoot tr {
        border: 1px solid #ccc;
    }

     .no-more-tables tfoot tr td {
         /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee;*/
        position: relative;
        white-space: normal;
        text-align: left;
        line-height: 1.5;
        word-break: break-word;
    }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td[data-title] {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee;*/
        position: relative;
        padding-left: 125px !important;
        white-space: normal;
        text-align: left;
        line-height: 1.5;
        word-break: break-word;
        min-height: 31px;
    }

    .no-more-tables td {
        width: 100% !important;
    }

    .no-more-tables td[data-title] .label {
        margin-top: 2px;
        margin-left: -120px; /* Makes the label full-width */
        display: block;
        white-space: normal;
    }

    .no-more-tables td[data-title]:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-title);
    }

        .no-more-tables td[data-title].heading-cell {
            padding-left: 5px !important;
            padding-top: 25px;
        }
}


.table.fixed {
    table-layout: fixed;
}

.report > table {
    line-height: 10px;
    font-size: 12px;
}

.report > table th {
   text-align: center
}

.report > table th:first-child {
    text-align: left /* limits the scope of the previous rule */
}

.report > table td {
   text-align: center
}

.report > table td:first-child {
    text-align: left /* limits the scope of the previous rule */
}

table.table-heading{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: solid 1px #dddddd;
}

.table-scrollable { 
    margin: 0; 
    padding: 0; 
}

.table > tbody > tr > td > .table-height-saver{
    min-height:30px;
}


.table-list {
    list-style: none;
    margin: 0;
    padding:0;
}

.table-list > li {
   border-top:solid 1px black;    
}


.table-list-striped>li:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-list-striped>li:last-child {
    border-bottom: solid 1px black;
}

.table-hover > tbody > tr > td {
    line-height:32px;
    cursor: pointer;
}

th[data-sort] {
    cursor: pointer;
}

textarea {
    min-height: 200px;
}

textarea.small {
    min-height: 100px;
}

textarea.huge {
    min-height: 500px;
    min-width: 500px;
}

 .textarea-container {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

textarea.grows, .textarea-size {
    min-height: 25px;
    font-family: sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid;
    overflow: hidden;
    width: 100%;
    padding: 6px 12px;
}

textarea.grows {
    height: 100%;
    position: absolute;
    resize: none;
    white-space: normal;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.textarea-size {
    visibility: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.overlay {
    display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index:1999
}

.spinner {
  font-size: 50px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.spinner.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.5em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
      -ms-transform-origin: center -0.2222em;
          transform-origin: center -0.2222em;
  -webkit-animation: spinner-fade 1s infinite linear;
          animation: spinner-fade 1s infinite linear;
}
.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
          animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
          animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
          animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
          animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
          animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
          animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
          animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
          animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
          animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
          animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
          animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

@-webkit-keyframes spinner-fade {
  0% {
    background-color: #69717d;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes spinner-fade {
  0% {
    background-color: #69717d;
  }
  100% {
    background-color: transparent;
  }
}
ul.feedlist{
  list-style:none;
  margin:0;
  padding:0;
}

ul.feedlist > li:nth-child(odd){
  background-color: rgb(249, 249, 249);
}

ul.feedlist > li:first-of-type {
   border-top:solid 0.5px #ddd;
}

ul.feedlist > li {
   border-bottom:solid 0.5px #ddd;
    padding:10px 5px;
    cursor: pointer;
}
.icon-badge {
  min-width: 28px;
  background-color: gainsboro;
}
.icon-badge:before {
    content: "\e041";
}
.event.icon-badge, incident.icon-badge{
    background-color: lightsteelblue;
}
.event.icon-badge:before, .incident.icon-badge:before{
    content: "\e162";
}

.issue.icon-badge{
   background-color:red;
}
.issue.icon-badge:before{
    content: "\e111";
}
.task.icon-badge{
  background-color: blue;
}
.task.icon-badge:before {
    content: "\e067";
}
.checklist.icon-badge{
  background-color: green;
}
.checklist.icon-badge:before {
    content: "\e137";
}
.comment.icon-badge{
  background-color: goldenrod;
}
.comment.icon-badge:before {
    content:  "\270f";
}
.attachment.icon-badge{
  background-color: purple;
}
.attachment.icon-badge:before {
    content: "\e034";
}
.part.icon-badge, .component.icon-badge{
  background-color: orange;
}
.part.icon-badge:before, .component.icon-badge:before {
    content: "\e019";
}

.icon-badge{
  color: #ffffff;
  padding:7px;
  border-radius:14px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.list-group-item.sub-group {
   
    background-color: #f8f8f8;
}

.list-group-item.sub-group-item {
    padding: 5px 15px 5px 10%;
}

ul li.list-search {
    padding: 3px 15px 10px;
    min-width: 300px;
}
  
