/* removes non-functional clear cross from input search boxes */
input::-ms-clear {
	display: none; 
}

.textarea-display {
	min-width: 100%;
	resize:vertical;
}

@media print {
.show-print {
	display: inline !important;
}

  .hidden-print {
    display: none !important;
  }

}

/* Cursor pointers on nav for angular ui */
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.cursor-pointer {
	cursor:pointer;
}

select {
	height: 30px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

body {
	/* Move down content because we have a fixed navbar that is 50px tall */
  padding-top: 50px;
  
  /* http://stackoverflow.com/questions/17045132/scrollbar-overlay-in-ie10-how-do-you-stop-that */
   -ms-overflow-style: scrollbar;
}

.pagination {
	margin-top: 0px;
	margin-bottom: 0px;
}

.breadcrumb {
	margin-bottom: 0px;
}

.hide-overflow { 
	width: 100%;
	overflow: hidden; 
}

/* 
* Table	
*/
table thead {
	 background:  #3e78e3;
	 color: white;
	 border: hidden;
}
table thead a {
	color: white;
}
table thead a:hover {
	color: black;
}

table.inner-table {
	width: 100%
}
table.inner-table thead {
	background:  #8c9198; 
	color: white;
}

.table-hover > tbody > tr.no-hover:hover > td,
.select-row > td {
    background: white;
}

.table-icon {
	width: 0.1%;
}

.table-xs-point5 {
	width: 4.1666666666666666%
}

.table-xs-1 {
	width: 8.3333333333333333%
}
.table-xs-2 {
	width: 16.666666666666666%
}
.table-xs-4 {
	width: 33.333333333333333%
}
.table-xs-8 {
	width: 66.666666666666666%
}

.omission-faded-text {
  font-size: 0.95em;
  color: rgb(173, 173, 173);
}

.glyphicon.omission-faded-text {
  font-size: 0.75em;
}

.glyphicon.extent-change {
    color: #f18f28;
    font-size: 1.3em;
}
.glyphicon.tef-required {
    color: #bb0000;
    font-size: 1.3em;
}
.glyphicon.tef-required:hover {
    color: #880000;
    cursor: pointer;
}
.glyphicon.missing-run {
    color: #0000bb;
    font-size: 1.3em;
}
.glyphicon.missing-run:hover {
    color: #000088;
    cursor: pointer;
}

/*
 * Navbar
 */
.navbar-default {
  background-image: none;
  background-color: #28398f;
  border-color: #313f5a;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e7e7e7;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e7e7e7;
}

.navbar-default .navbar-toggle {
  border-color: #e7e7e7;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #313f5a;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e7e7e7;
    background-color: #313f5a;
  }
}

.coverage-form .ng-invalid.ng-touched,
.coverage-form.ng-invalid-date-disabled input#date {
  border-color: #a94442;
  background-color:  #ffe6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  }
  
.coverage-form .ng-invalid.ng-touched:focus,
.coverage-form.ng-invalid-date-disabled input#date:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}


/* TEF Table */
.tef-table span.glyphicon {
  margin-left: 10px;
}

.edit-entry {
	cursor: pointer;
}

.lock-width {
  resize: vertical;
}

.table-header-small {
  width: 3%;
}

.table-header-med {
  width: 6%;
}

.tef-dialog-details-table th, .tef-dialog-details-table td {
  /* border: none !important; */
  padding-top: 2px !important;
  padding-bottom: 3px !important;
  margin-bottom: 0px !important;
}

.tef-dialog-details-table thead {
  background-color: inherit;
  color: inherit;
  border: none;
}

.bold {
  font-weight: bold;
}

.border-right {
  border-right: 1px #DDD solid;
}

.tef-dialog-details-table th, .tef-dialog-details-table td, .tef-dialog-plan-table td {
  border-top: none !important;
  border-bottom: none !important;
}

.tef-dialog-table-header {
  border-bottom: 1px #DDD solid;
}

.bold-hr {
  border-top: 1.5px solid #ababab;
}

.wrap-long-words {
  word-wrap: break-word;
  word-break: break-word;
}

.tef-check-label {
  cursor: pointer;
  padding: 0.5em;
  border-radius: 4px;
  padding-left: 25px;
  margin-left: -25px;
}

.tef-check-input {
  position: relative;
  z-index: 999;
}
.tef-check-input:hover {
  cursor: pointer;
}

.tef-check-label:hover {
  background-color: #f5f5f5;
}

.tef-multi-add-check:hover {
  cursor: pointer;
}

.tef-multi-add-label {
  padding: 0.5em;
}

.tef-multi-add-label:hover {
  cursor: pointer;
}

.loader {
    width: 100%;
    height: calc(100% - 50px);
    display: inline-block;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}
.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #28398f;
    position: absolute;
    left: 50%;
    top: 50%;
    animation: animloader 2s linear infinite;
}
.loader::after {
    animation-delay: 1s;
}

@keyframes animloader {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
