/* FORM BOXES */
.TNbackgroundRow {
	background-color: #ffffff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.TNboxMargins {
	margin: 2% 2%;
}

.TNboxMarginsView {
	margin: 0% 0%;
}

.TNboxMarginsView>div>table {
	margin-bottom: 0;
}

.TNboxTopMargin {
	margin-top: 2%;
}

.TNboxBottomMargin {
	margin-bottom: 2%;
}

.TNboxLeftMargin {
	margin-left: 2%;
}

.TNboxRightMargin {
	margin-right: 2%;
}

.form-control:focus {
    border-color: #d4a06c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 160, 108, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 160, 108, .6);
}

/* BUTTONS */
.TNBtn {
	background-color: #adadad;
	border-color: #adadad;
	color: #ffffff;
	width: 75px;
}

.TNBtn:hover, .TNBtn:focus, .TNBtn:active, .TNBtn:active:focus {
	background-color: #dadada;
	border-color: #ffffff;
	color: #ffffff;
	outline: none;
}

.TNBtnDanger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #ffffff;
	width: 100px;
	text-align: center;
}

.TNBtnDanger:hover, .TNBtnDanger:focus, .TNBtnDanger:active, .TNBtnDanger:active:focus {
	background-color: #ff746e;
	border-color: #ffffff;
	color: #ffffff;
	outline: none;
	text-align: center;
}

.TNBigBtnDanger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #ffffff;
	width: 150px;
	text-align: center;
}

.TNBigBtnDanger:hover, .TNBigBtnDanger:focus, .TNBigBtnDanger:active, .TNBigBtnDanger:active:focus {
	background-color: #ff746e;
	border-color: #ffffff;
	color: #ffffff;
	outline: none;
	text-align: center;
}

.TNBtnPrimary {
	background-color: #28a745;
	border-color: #28a745;
	color: #ffffff;
	width: 100px;
}

.TNBtnPrimary:hover, .TNBtnPrimary:focus, .TNBtnPrimary:active, .TNBtnPrimary:active:focus {
	background-color: #38e960;
	border-color: #ffffff;
	color: #ffffff;
	outline: none;
	text-align: center;
}

.TNBigBtnPrimary {
	background-color: #28a745;
	border-color: #28a745;
	color: #ffffff;
	width: 150px;
	text-align: center;
}

.TNBigBtnPrimary:hover, .TNBigBtnPrimary:focus, .TNBigBtnPrimary:active, .TNBigBtnPrimary:active:focus {
	background-color: #38e960;
	border-color: #ffffff;
	color: #ffffff;
	outline: none;
	text-align: center;
}

.TNBtnWarning {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #ffffff;
	width: 100px;
	text-align: center;
}

.TNBtnWarning:hover, .TNBtnWarning:focus, .TNBtnWarning:active, .TNBtnWarning:active:focus {
	background-color: #f4c946;
	border-color: #ffffff;
	color: #ffffff;
	outline: none;
	text-align: center;
}

.TNBtnSecondary {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #ffffff;
	width: 100px;
	text-align: center;
}

.TNBtnSecondary:hover, .TNBtnSecondary:focus, .TNBtnSecondary:active, .TNBtnSecondary:active:focus {
	background-color: #97a3af;
	border-color: #ffffff;
	color: #ffffff;
	outline: none;
	text-align: center;
}

.TNBigBtnSecondary {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #ffffff;
	width: 150px;
	text-align: center;
}

.TNBigBtnSecondary:hover, .TNBtnSecondary:focus, .TNBtnSecondary:active, .TNBtnSecondary:active:focus {
	background-color: #97a3af;
	border-color: #ffffff;
	color: #ffffff;
	outline: none;
	text-align: center;
}

.TNBtnSuccess {
	background-color: #007bff;
	border-color: #007bff;
	color: #ffffff;
	width: 100px;
}

.TNBtnSuccess:hover, .TNBtnSuccess:focus, .TNBtnSuccess:active, .TNBtnSuccess:active:focus {
	background-color: #00acff;
	border-color: #ffffff;
	color: #ffffff;
	outline: none;
	
}

.TNBtnInfo {
	background-color: #007bff;
	border-color: #007bff;
	color: #ffffff;
	width: 100px;
}

.TNBtnInfo:hover, .TNBtnInfo:focus, .TNBtnInfos:active, .TNBtnInfo:active:focus {
	background-color: #00acff;
	border-color: #ffffff;
	color: #ffffff;
	outline: none;
	
}

.centerBlock {
	display: table;
	margin: 0 auto;
}

.btnsTopMargin {
	margin-top: 2%;
}

.btnTopMarginMobile {
	margin-top: 2%;
}

/* TITLES */
.mainTitle, .subtitle {
	font-weight: 700;	
}

.mainTitle {
	font-size: 48px;
	line-height: 108px;
	text-align: center;
}

.titleDescription {
	font-weight: 400;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.subtitle {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

.contentTitle {
	font-weight: 700;
	text-align: left;
	font-size: 14px;
	line-height: 25px;
}

/* Login/Register */
.login-page, 
.register-page {

	background-image: url("/assets_tn/tn/images/background_login.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.row .login-logo {

	background-image: url("/assets_tn/tn/images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: auto;
}

.login-box, .register-box {
    margin: 0;
}

body.login-page .row {

	margin-left: 50px;
	margin-right: 0;
	margin-bottom: 170px;
}

.box {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 10px;
    border-radius: 25px;
    box-shadow: 10px 10px 5px 0px rgb(50 50 50 / 75%);
    border-top: 0px;
}

.input-group-addon {
 
	padding: 6px 10px;
}

.glyphicon-user:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(/assets_tn/tn/images/user.svg);
    background-size: cover;
    display: block;
}
.glyphicon-lock:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(/assets_tn/tn/images/lock.svg);
    background-size: cover;
    display: block;
}


.login-box .form-group .btn.btn-primary {
	margin-top: 15px;
	cursor: pointer;
}

.login-box .form-group .btn.btn-primary:hover {
	background-color: #005596;
}

.login-footer {

	width: 100%;
    height: 60px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
	display: flex;
    flex-direction: row-reverse;
}

.login-footer .footer-link {

    height: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
	margin-right: 30px;
}

.login-footer .footer-link a {

	font-size: 24px;
	color: #005596;
	font-weight: 600;
}

.login-footer .footer-link a:hover {

	color: #72afd2 !important;
}

.footer-logo {

	/* background-image: url("/assets_tn/tn/images/logo.png");
    background-repeat: no-repeat;
    background-size: contain; */
	height: 120px;
    width: 300px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    background-color: #fff;
    padding-top: 30px;
    border-top-right-radius: 70px;
    padding-left: 30px;
    left: 0;
}

.footer-logo img {
	
	height: auto;
    width: 70%;
}

/* Header Menu Dashboard */

.control-sidebar-dark {
    display: none;
}

.skin-blue .main-header .navbar {

    display: flex;
    align-items: center;
}

.skin-blue .main-header .logo,
.skin-blue .main-header .logo:hover {
    background-color: #fff;
}

.skin-blue .main-header .logo .logo-lg img {
    width: 100%;
    height: 45px;
    object-fit: contain;
}

.caixa-entidade {

    width: fit-content;
    display: block;
    margin: 0 auto;
	text-align: center;
}

.caixa-entidade b {

	color: #ffffff;
	font-size: 16px;
}

/* Footer Menu Dashboard */

.logo-footer-dashboard {

	background-image: url("/assets_tn/tn/images/TN-logo.jpg");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
}

.main-footer {

    display: block;
}

/* Página Contratos */

.skin-blue table {
	margin-bottom: unset;
}

.row.TNboxTopMargin:nth-child(1) {

	display: flex;
    flex-direction: row;
}

.skin-blue .row.TNboxTopMargin img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.tn-contratos-view .row li.active > a{

	background-color: #ffffff;
	border-bottom-color: transparent;
}

.tn-contratos-view .row li a {

	background-color: #f4f4f4;
	border: 1px solid #ddd;
}

.tn-contratos-view .row li a:hover {

	background-color: #ffffff;
	border-color: #ffffff;
	border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.skin-blue #w0 thead tr:nth-child(1) {
	background-color: #fff !important;
}

.skin-blue #w0 tr:nth-child(1) {
	background-color: #f9f9f9 !important;
}

/* Responsive - Tablet*/
@media all and (max-width: 1159px) {

	.login-page, .register-page {

		background-position: center right;

		flex-direction: column;
		justify-content: center;
	}

	.row .login-logo {

		height: 30px;
	}

	.row {

		margin-left: 0;
		margin-right: 0;
	}

	/* Footer Menu Dashboard */
	.main-footer {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.logo-footer-dashboard {
		
		position: unset;
		left: unset;
	}

	/* Pagina Contratos */ 

	.skin-blue .row.TNboxTopMargin img {
		position: absolute;
		left: 0;
		top: 25%;
	}

}

@media (min-width: 768px) {
	/* Menu Dashboard - Logo  */ 

	body.sidebar-mini.sidebar-collapse .main-header .logo,
	body.sidebar-mini .main-header .logo {
		width: 230px !important;
		position: relative;
	}

	body.sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg,
	body.sidebar-mini .main-header .logo>.logo-lg {
		display: block !important; 
	}

	.main-header .logo .logo-lg {
		display: block;
		position: absolute;
		top: 0;
		left: 20%;
		right: 20%;
	}
}

/* Responsive - Mobile */
@media (max-width: 767px) {

	/* Footer Menu Dashboard */

	.footer-logo {
		height: 130px;
		width: 160px;
		position: absolute;
		bottom: 0;
		z-index: 9;
		background-color: #fff;
		padding-top: 30px;
		border-top-right-radius: 50px;
		padding-left: 20px;
		left: 0;
	}

	.login-footer .footer-link a {
		font-size: 20px;
	}

	.main-footer {

		text-align: center;
		display: flex;
    	justify-content: space-between;
    	flex-direction: column;
	}

	.logo-footer-dashboard {
		position: unset;
		margin: 10px auto;
	}

	/* Pagina contrato */ 

	.row.TNboxTopMargin:nth-child(1) {
		display: flex;
		flex-direction: column;
	}

	.skin-blue .row.TNboxTopMargin img {
		position: relative;
		left: unset;
		top: unset;
	}

	.skin-blue  .col-xs-4 {
		width: 100%;
		padding-top: 15px;
	}

	.skin-blue  .col-xs-8 {
		width: 100%;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.skin-blue .col-xs-12 {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}

	.nav-tabs {
		border-bottom: unset;
		margin-bottom: 15px;
	}

	.tn-contratos-view .row li.active > a{

		background-color: #ffffff;
	}
	
	.tn-contratos-view .row li a {
	
		background-color: #f4f4f4;
	}
	
	.tn-contratos-view .row li a:hover {
	
		background-color: #ffffff;
		border-color: #ffffff;
		border: unset;
		border-bottom-color: unset;
	}

}

.iconColor, .iconColor a {
	color: #3c8dbc;
}

.TNbutton {     
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;        
}

.modal-content {
	background-color: #ededed;
}

.modal-header {
	background-color: #3c8dbc;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

.modal-xl {
	width: 90%;
    max-width: none;
}

.modal-lg {
	width: 70%;
	height: 70%;
    max-width: none;
}

.modal-md {
	width: 50%;
    max-width: none;
}

.modal-sm {
	width: 30%;
    max-width: none;
}

.modal-xs {
	width: 10%;
    max-width: none;
}

.form-group {
    margin-bottom: 0px;
}

/* Inscricao */
.inscricao-page {
	background-image: url("/assets_tn/tn/images/background_inscricao.jpg");
	background-repeat: repeat-y;
	background-color: rgb(255, 255, 255);
}

.inscricao_container {
	border-radius: 25px;
	background-color: rgb(255, 255, 255);
	opacity: 1;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.inscricao_footer {  
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding-top: 16px; 
  padding-bottom: 0rem;
}

.inscricao_header {  
  position: fixed; /* Set the navbar to fixed position */
  left: 0;
  top: 0; /* Position the navbar at the top of the page */
  background-color: rgb(255, 255, 255);
  width: 100%; /* Full width */
  padding-bottom: 16px; 
  padding-top: 0rem;
  
}

.inscricao_image {
    position: relative;
    border-radius: 25px 25px 0 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
}

.inscricao_container {
	padding-left: 0px;
	padding-right: 0px; 
}

.inscricao_title {
	font-family: "Playfair Display", sans-serif;
	font-weight: 300;
	font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 1.8rem;
    color: rgb(31, 67, 70);
}

.inscricao_text_container {
	padding-left: 15px;
	padding-right: 15px;
}

.inscricao_table-cell {
 	padding-top: 144px;
 	padding-bottom: 144px;
}

.btnpdf {
	background-color: transparent;
}
	

