:root{
	--blue: #003878;
	--white: #fff;
	--grey: #e7e7e7;
	--dark-grey: #384045;
	--light-grey: #ccc;
	--dark-dark-grey: #383f48;
	--one-more-grey: #999;
	--black: #121214;
	--text: #4A4A4A;
	--dark-blue: #0C2340;
}

body {
  background-color: #fafafa;
}

body.undernavigation {
  padding-top: 0;
}

/* Accessibility */

body.contrast * {
  background: none !important;
  background-color: black !important;
  color: yellow !important;
  border-color: white !important; 
}

/* END Accessibility */

*, html, body, h1, h2, h3, h4, h5, h6, ul, li {
	font-family: "Open Sans", Arial, sans-serif;
	text-shadow: none !important;
}


a {
	color: #0C2340;
}

a:hover, a:focus {
    color: #9d1a17;
    text-decoration: none;
}

main {
	padding-top: 0px;
  margin-top: 20px;
}


.clearfix {}

.panel.panel-primary,
.panel.panel-info {
	border: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.panel.panel-primary .panel-heading,
.panel.panel-info .panel-heading {
	color: var(--white);
	background: none;
	border: none;
	background-color: var(--dark-blue);
}

body.has-a11y-toolbar .a11y-toolbar {
  left: unset;
  right: 0;
  outline: none;
}

body.has-a11y-toolbar .a11y-toolbar ul li .a11y-control {
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  outline: none;
}

body.has-a11y-toolbar .a11y-toolbar ul li:first-of-type .a11y-control {
  border-radius: 0;
}

/*Navbar*/
.navbar-before {
  width: 100%;
  height: 30px;
  color: #767676;
  background-color: #f3f3f3;
  z-index: 5;
}

.navbar-before .container {
  padding: 0;
  height: 30px;
}

@media(min-width: 768px) {
  .navbar-before .container div {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-before ul {
  padding: 0;
  margin: 0;
}

.navbar-before>div>div>ul>li {
  list-style-type: none;
  display: inline-block;
  line-height: 30px;
  padding-right: 10px;
}

.navbar-before>div>div>ul>li a {
  font-size: 12px;
  color: #515769;
}


.navbar-before .dropdown.open ul.dropdown-menu {
  background-color: transparent;
  border: none;
  margin-top: -2px;
}

.navbar-before .dropdown.open ul.dropdown-menu li {
  width: 100%;
  padding: 5px 10px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #0C2340;
}

.navbar-before .dropdown.open ul.dropdown-menu li:last-child {
  border-bottom: none;
}

.navbar-before .dropdown.open ul.dropdown-menu li a:hover {
  color: #9d1a17;
  background: none;
}

.navbar-before .locale div {
  float: right;
  line-height: 30px;
}

.navbar-before .locale div a {
  color: #515769;
  font-size: 12px;
  font-weight: 700;
  padding-left: 10px;
  text-transform: uppercase;
}

.navbar-before .locale div a.active {
  color: #767673;
}

header {
  height: 95px;
  width: 100%;
  border: none;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
}


header .collapse.navbar-collapse.bs-navbar-collapse {
	margin-top: 27.5px;
}


header.navbar {
	background-image: none;
	background-color: var(--dark-blue);
  margin-bottom: 0;
  border-radius: 0;
  z-index: 2;
  border: none;
}

header .navbar-nav>li {
	margin: 0 4px;
}

header .navbar-nav>li {
	margin: 0 4px;
}


header.navbar .navbar-nav a {
	color: white;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 13px;
	/*text-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px;*/
}

header.navbar .navbar-nav li.exception a {
  padding-right: 0;
}

header.navbar .navbar-nav .dropdown a {
	background-color: var(--dark-blue);
	color: white;
}

header.navbar .navbar-nav .dropdown.open a {
	color: #9d1a17;
}

header.navbar .navbar-nav .dropdown.open a:focus .caret {
	color: #9d1a17;
}

@media(min-width: 992px) {
	header.navbar .navbar-nav .dropdown.open a {
		background-color: transparent;
		color: #9d1a17;
	}
}

header.navbar .navbar-nav a:hover {
	background-image: none;
  background-color: transparent;
	color: #9d1a17;
	padding: 10px 13px;
}

header.navbar .navbar-nav a:focus {
	background-color: var(--dark-blue);
	background-image: none;
	color: #9d1a17;
	padding: 10px 13px;
}


header.navbar .navbar-nav a:hover .caret {
	border-top-color: #9d1a17;
	border-bottom-color: #9d1a17;
}

header.navbar .navbar-nav .dropdown a:focus .caret {
	border-top-color: #9d1a17;
	border-bottom-color: #9d1a17;
}

header.navbar .navbar-nav .dropdown.open a:focus .caret {
	border-top-color: #9d1a17;
	border-bottom-color: #9d1a17;
}

header.navbar .navbar-collapse.bs-navbar-collapse.in .navbar-nav .dropdown.open a:focus .caret {
	border-top-color: #9d1a17;
	border-bottom-color: #9d1a17;
}

header.navbar .navbar-nav a .caret {
	border-top-color: white;
	border-bottom-color: white;
}

header.navbar .navbar-nav>.active>a .caret{
	border-top-color: var(--white);
	border-bottom-color: var(--white);
}


header.navbar .navbar-nav>.active>a {
	color: #9d1a17; 
	background-color: transparent;
}

header.navbar .navbar-nav .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 0;
	margin-top: 27px;
  background-color: transparent;
  margin-left: -10px;
  margin-right: -10px;
}

header.navbar .navbar-nav .dropdown-menu > li.dropdown-header{
	padding: 5px 10px;
}

header.navbar .navbar-nav .dropdown.open .dropdown-menu > li {
  padding: 5px 10px;
  background-color: #919191;
  border-bottom: 1px solid #0C2340;
}

header.navbar .navbar-nav .dropdown.open .dropdown-menu > li:last-child {
  border-bottom: none;
}

header.navbar .navbar-nav .dropdown.open .dropdown-menu > li > a {
	color: white;
	font-weight: 400;
	text-transform: none;
	padding: 5px 10px;
}

header.navbar .navbar-nav .dropdown.open .dropdown-menu > li > a:hover {
	color: #9d1a17;
}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .dropdown.open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .dropdown.open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .dropdown.open .dropdown-menu > li > a,
    .navbar-nav .dropdown.open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-header {
        float: none;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
        margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    header .nav.navbar-nav {
    	margin: 0;
    }

  header .navbar-collapse.bs-navbar-collapse,
  header .navbar-collapse.bs-navbar-collapse.in {
  	padding: 0;
  	padding-bottom: 10px;
  	background-color: var(--dark-blue)
  }

}

header .navbar-header .navbar-brand img {
	margin-top: 12px;
  height: 40px; 
}


header .navbar-collapse.bs-navbar-collapse .nav.navbar-nav{
  background-color: var(--dark-blue);
  margin-bottom: 0;
  width: 100%;
  margin: 0;
  padding-right: 0;
}

header .navbar-collapse.bs-navbar-collapse {
	border-top: none;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}

header .navbar-collapse.bs-navbar-collapse ul{
	padding: 0 11px;

}

@media(min-width: 992px) {
	header .navbar-collapse.bs-navbar-collapse .nav.navbar-nav{
		width: auto;
		padding-top: 0px;
	}	
}

.location-bar ol.breadcrumb.btn-success {
	background: var(--dark-blue);
}

.location-bar ol.breadcrumb.btn-success li,
.location-bar ol.breadcrumb.btn-success li a{
	color: white;

}

main .container-fluid.banner-utad {
	background-image: url('../../../image/utad/heather.png');
	background-size: cover;
	background-position: center;
	height: 350px;
	color: white;
	margin-top: -20px;
}

main .container-fluid.banner-utad h1 {
	display: table;
  font-size: 50px;
  font-weight: 400;
}

main .container-fluid.banner-utad .container {
  padding: 0;
  padding-top: 100px;
}

main .container-fluid.banner-utad .search {
  width: 100%;
  position: relative;
}
main .container-fluid.banner-utad .search form {
  width: 100%;
  padding: 8px;
  padding-right: 10px;
  border: none;
  box-shadow: none;
}

@media(min-width: 768px) {
  main .container-fluid.banner-utad .search form {
    padding: 0;
    padding-right: 10px;
  }
}

main .container-fluid.banner-utad .search form .form-group {
  display: block;
  padding-right: 120px;
  margin: 0;
  margin-left: 10px;
}
@media(min-width: 768px) {
  main .container-fluid.banner-utad .search form .form-group {
    margin: 0;
  }
}

main .container-fluid.banner-utad .search input {
  border-radius: 5px;
  border: solid 1px #c7c5c5;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  background: none;
  color: #c7c5c5;
}

main .container-fluid.banner-utad .search form button {
  right: 0;
  top: 8px;
  height: 40px;
  width: 120px;
  position: absolute;
  border-radius: 5px;
  border: solid 1px #ff0000;
  background: none; 
  background-color: #ff0000;
}

body.has-a11y-toolbar.a11y-contrast main .container-fluid.banner-utad .search form button {
  border-color: white;
}

main .row.home {
	margin: 50px 0;
}

.home .recent-submissions {
  margin-bottom: 40px;
}

@media (min-width: 991px) {
  .home .recent-submissions {
    padding-left: 0;
  }
}

.home .recent-submissions h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #9d1a17;
}

.home .recent-submissions ul {
  padding: 0;
  margin-bottom: 30px;
}

.home .recent-submissions ul li {
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #C8C8C8;
}

body.has-a11y-toolbar.a11y-contrast 
.home .recent-submissions ul li {
  border-color: transparent;
}

.home .recent-submissions ul li a {
  font-size: 15px;
  line-height: 21px;
}

.home .recent-submissions a.all {
  float: right;
  font-size: 12px;
  font-weight: 700;
}

/* Recent Submissions Carousel */
.home .carousel-control {
    width: 5%;
}

.home .carousel-control > span {
    color: var(white);
}

.home .panel.panel-primary {
	min-height: 330px;
}

.home .panel.panel-primary h3{
	font-size: 30px;
	font-weight: 600;
	color: var(--white);
}

.home .panel.panel-primary h4{
	font-size: 19px;
	opacity: 1.0;
	font-weight: 600;
	color: var(--white);
	margin-bottom: 12px;
}

.home .panel.panel-primary p{
	font-size: 14px;
	opacity: 0.8;
}


.home .panel-heading.carousel.slide {
    min-height: 330px;
}

.home .panel-heading.carousel.slide > h3 {
    padding-left: 10px;
}

@media (min-width: 768px) {
    .home .carousel-control {
        width: 10%;
    }

    .home .panel-heading.carousel.slide > h3 {
        padding-left: 40px;
    }
}

.home .carousel-control.left {
    background: none;
}

.home .carousel-control.right {
    background: none;
}

.home .panel-primary {
	border: none;
	border-radius: 0;
}

.home .panel-primary .panel-heading {
	background-image: none;
  background-color: var(--dark-blue);
}

.home .panel-primary .panel-heading .carousel-inner .item > div {
	min-height: 260px;
}

.home .panel-heading.carousel.slide .carousel-inner h4 > a{
  color: rgba(255,255,255,0.9);
  margin: 0 auto;
}

.home .panel-heading.carousel.slide .carousel-inner h4 > a:hover{
  color: rgba(255,255,255,1);
  margin: 0 auto;
}

.home .panel-heading.carousel.slide .carousel-inner p{
  display: block;
  color: var(--grey);
}

.home .carousel-inner > .item {
  padding-bottom: 50px;
  min-height: 200px;
}

.home .carousel-inner > .item > div {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

@media (min-width: 768px) {
    .home .carousel-inner > .item > div {
      padding-left: 80px;
      padding-right: 80px;
      display: inline-block;
    }
}

.home .carousel-indicators {
	bottom: 15px;
}

.home .carousel-indicators > li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: var(--dark-blue);
  border: 1px solid var(--grey);
  transform: scale(1.2);
}

.home .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: var(--grey);
}

.home .sideNews h2{
	margin-top: 0;
	font-size: 30px;
	font-weight: 400;
	color: var(--text);
}

.home .sideNews p{
	margin-top: 0;
	font-size: 13px;
	line-height: 20px;
	color: var(--text);
}


.submitFormHelp.alert.alert-info {
	color: var(--white);
	background: none;
	border-color: var(--dark-blue); 
	background-color: var(--dark-blue);
}

.statisticsLink.btn.btn-info {
	background: none;
	border-color: var(--dark-blue); 
	background-color: var(--dark-blue);	
}

.media:first-child {
	margin-top: 15px;
}

.media.well {
	background: none;
	border: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

footer {
  user-select:none;
  -o-user-select:none;
  -ms-user-select:none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

footer .first-footer {
	padding: 30px 0;
	border-top: 3px solid red;
	background-color: var(--dark-blue);
}

footer .first-footer .container-fluid {
	margin: 0 auto;
	max-width: 720px;
	padding-left: 15px;
}

@media(min-width: 991px) {
	footer .first-footer .container-fluid {
		max-width: 1300px;
		padding-left: 0;

	}
}

footer .first-footer .container-fluid .row {
	margin: 0;
}

footer .first-footer h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	height: 20px;
	color: rgba(255,255,255,1.0);
}

footer .first-footer ul {
	padding: 14px 0;
	margin: 0;
	list-style-type: none;
}

footer .first-footer ul li{
	padding-bottom: 10px;
}

footer .first-footer ul li a {
	color: rgba(255,255,255,0.8);
}

footer .first-footer ul li a:hover {
	color: rgba(255,255,255,1.0);
}

@media(min-width: 768px) {
	footer .first-footer .right {
		text-align: right;
		padding-top: 47px;
	}
}

footer .first-footer .right ul li a {
	font-size: 26px;
	line-height: 1.34em;
	font-weight: 300;
	color: rgba(255,255,255,1);
}

footer .second-footer {
  border-top: 2px solid red;
	padding: 8px 0;
	background-color: #071526;
}

footer .second-footer ul {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
}

footer .second-footer ul li {
	margin: 0 5px;
	display: inline-block;
}

footer .second-footer ul li a {
	color: #ffffff;
}

footer .second-footer ul li a:hover {
	color: #9d1a17;
	text-decoration: none;
}

footer .third-footer {
  border-bottom: 1px solid #ccc;
}

footer .third-footer div p {
  margin: 0;
  font-size: 10px;
  font-weight: 200;
  line-height: 40px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

footer .text-right {
  float: none;
  text-align: center;
  line-height: 40px;
}

footer .text-right .icons_footer {
  width: 100%;
  text-align: center;
  float: none!important;
}


footer .text-right .icons_footer i {
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-top: 0.3em;
  color: #767676;
  font-size: 1.3em;
}
footer .text-right .icons_footer i:hover {
  color: #9d1a17;
}

footer .text-right .icon_acessibilidade {
    margin-left: 10px;
    margin-top: -3px;
    display: inline-block;
}

@media(min-width: 992px) {
  footer .third-footer div p {
    text-align: initial;
  }
  footer .text-right {
    text-align: initial;
    float: right;
  }
  footer .text-right .icon_acessibilidade {
  }

}

/* Imported code from UTAD */
.icons-gap {
  padding: 50px 0 78px 0px;
}

.icons-content h2 {
  line-height: 1.15em;
  margin-bottom: 10px;
}

.single-icons {
  margin-top: 30px;
  text-align: center;
  height: 160px;
}

.single-icons .icons-link {
  display: block;
  background: #f9fcff;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-icons .icons-link i {
  display: inline-block;
  padding: 40px 0;
  font-size: 42px;
  color: #777777;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-icons h6 {
  color: #222222;
  font-weight: 300;
  margin: 0;
}

.single-icons h6 a {
  color: #222222;
  display: block;
  font-weight: 300;
  padding-top: 17px;
  padding-bottom: 10px;
}

.single-icons:hover .icons-link {
  background: #0c2340;
}

.single-icons:hover .icons-link i {
  color: #fff;
}

@font-face {
  font-family: "icons_top";
  src:url("../fonts/icons_top.eot");
  src:url("../fonts/icons_top.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icons_top.woff") format("woff"),
    url("../fonts/icons_top.ttf") format("truetype"),
    url("../fonts/icons_top.svg#icons_top") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "icons_top" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="top"]:before,
[class*="top"]:before {
  font-family: "icons_top" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-statistic:before {
  content: "\61";
}
.top-open:before {
  content: "\62";
}
.top-faqs:before {
  content: "\63";
}
.top-chek:before {
  content: "\64";
}
.top-box:before {
  content: "\65";
}
.top-auto:before {
  content: "\66";
}

header .navbar-header .navbar-toggle {
  margin-top: 20px;
  margin-right: 0px;
  padding: 12px 10px;
  background-color: transparent;
}


header .navbar-header .navbar-toggle:focus {
  outline: none;
}

header .navbar-header .navbar-toggle span.icon-bar {
  background-color: white;
  height: 3px;
  width: 26px;
}

header .navbar-header .navbar-toggle.collapsed .icon-bar+.icon-bar {
  margin-top: 7px;
}


.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ANIMATED X */
.navbar-toggle .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
/* END ANIMATED X */

.navbar .container {
    width: 100%;
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
}

.navbar .container .navbar-header {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .navbar .container {
    width: 100%;
    max-width: unset;
  }
  .navbar .container .navbar-header {
    padding-left: 0;
    padding-right: 0;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
  header .navbar-collapse.bs-navbar-collapse .nav.navbar-nav{
    width: 750px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .navbar .container {
    max-width: 970px;
  }
  .navbar .container .navbar-header {
    padding-left: 0;
    padding-right: 0;
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
  header .navbar-collapse.bs-navbar-collapse .nav.navbar-nav{
    width: unset;
    margin: unset;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .navbar .container {
    max-width: 1170px;
    padding: unset;
  }  
}

.container>.navbar-header,
.container>.navbar-collapse {
  margin: 0;
}

.navbar-collapse {
  max-height: unset;
}

header .navbar-collapse.bs-navbar-collapse.in .nav.navbar-nav .dropdown.open .dropdown-menu > li {
  background-color: #919191;
}

header .navbar-collapse.bs-navbar-collapse.in .nav.navbar-nav .dropdown.open .dropdown-menu > li a {
  background-color: #919191;
  margin-left: 10px;
}

.navbar-brand {
  padding-left: 0px;
}

@media(min-width: 768px) {
  .navbar-brand {
    padding-left: 15px;
  }
}

.back-to-top {
  position: fixed;
  bottom: 5px;
  right: 10px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  outline: none;
}

.keep {
  line-height: 40px;
  display: inline-block;
  text-align: center;
}

.keep img {
  height: 30px;
}


/* Submission Lookup */
.ui-tabs {
  padding: 0 !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) !important;
}

.ui-widget-content {
  border: none !important;
  background: white !important;
}

.ui-widget-header {
  border: none !important;
  background: #0C2340 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: unset !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: unset !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px !important;
}

.ui-state-default, .ui-widget-content 
.ui-state-default, .ui-widget-header .ui-state-default {
    margin-bottom: 10px;
    border: none !important;
    background: white !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
  margin-bottom: 0 !important;
}

.ui-accordion .ui-accordion-content {
  margin-bottom: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) !important;
}

.ui-tabs .ui-tabs-nav {
  padding: 8px 0px 0px 20px !important;
}

.ui-tabs .ui-tabs-nav li {
  box-shadow: none !important;
}

.nav-tabs>li>a {
  margin-right: 0 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, 
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  outline: none !important;
}

.btn.btn-default.col-md-2.pull-right.exit {
  margin: 20px;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
       #no-more-tables table,
       #no-more-tables thead,
       #no-more-tables tbody,
       #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;
       }

       #no-more-tables tr { border: 1px solid #ccc;}

       #no-more-tables td {
               /* Behave  like a "row" */
               border: none;
               border-bottom: 1px solid #eee;
               position: relative;
               padding-left: 50%;
               white-space: normal;
               text-align:left;
               min-height:90px
       }

       #no-more-tables td: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;
       }
}

.btn.btn-default.sbs-btn {
  display:none;
}
