
	.panel-title {  font-size: 14px;  !important; }

	hr {
		border-color:#CCC;
	}

	.text9{ font-size: 9px !important; }
	.text10{ font-size: 10px !important; }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.ml-halfquarter { margin-left:2%;  !important; }
	.ml-quarter { margin-left:4%;  !important; }
	.ml-half { margin-left:8%;  !important; }
	.ml-2x-half { margin-left:16%; !important; }
	
	.mr-halfquarter { margin-right:2%;  !important; }
	.mr-quarter { margin-right:4%;  !important; }
	.mr-half { margin-right:8%;  !important; }
	.mr-2x-half { margin-right:16%; !important; }
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.label-menu-cinza{
		display: block;
		width: 100%;
		padding: 16px 22px;
		font-size: 14px;
		line-height: 1.3333333;
		border-radius: 6px;
		font-weight:bold;
		text-align:center;
		background-color: #D9D9D9;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.btn-black,
	.btn-green-spmi
	{
		font-family:'Roboto-Light', sans-serif;
		font-size:12px !important;
		font-weight:bold !important;
		text-align:center;
		outline:none;
		white-space:normal !important;
	    word-wrap: break-word; 		
	}
	
	/* - - - */

	.btn-green-spmi{
		color:#FFFFFF !important;
		background-color:#1CB2BE;
		border: 1px solid #1CB2BE;
	}

	.btn-green-spmi:hover {
		background-color: #0F6268;
		border: 1px solid #0F6268;
	}
	
	/* - - - */

	.btn-black{
		color:#FFFFFF !important;
		background-color:#3F3F40;
		border: 1px solid #3F3F40;
	}

	.btn-black:hover {
		background-color: #0F6268;
		border: 1px solid #0F6268;
		text-decoration: none;
	}

	.btn-black.disabled {
		color:#E0E0E0;
		background-color: #E3E3E3;
		border-color: #F3F3F3;
	}
	
	/* - - - */

	.btn-red{
		color:#FFFFFF !important;
		background-color:#D9534F;
		border-color:#D9534F;
		/*font-family:'Raleway', sans-serif;*/
		font-size:12px;
		font-weight:bold;
		text-align:center;
	}

	
	.btn-red:focus,
	.btn-red.focus {
		background-color: #3F3F40;
		border: 1px solid #3F3F40;
	}

	.btn-red:hover {
		background-color: #3F3F40;
		border: 1px solid #3F3F40;
	}
	
	.btn-red.disabled {
	  color:#E0E0E0;
	  background-color: #F3F3F3;
	  border-color: #F3F3F3;
	}


	/* - - - */

	.btn-green{
		color:#FFFFFF !important;
		background-color:#339900;
		border-color:#339900;
		font-size:12px;
		font-weight:bold;
		text-align:center;
	}

	
	.btn-green:focus,
	.btn-green.focus {
		background-color: #3F3F40;
		border: 1px solid #3F3F40;
	}

	.btn-green:hover {
		background-color: #3F3F40;
		border: 1px solid #3F3F40;
	}
	
	.btn-green.disabled {
	  color:#E0E0E0;
	  background-color: #F3F3F3;
	  border-color: #F3F3F3;
	}


	/* - - - */

	.btn-blue{
		color:#FFFFFF !important;
		background-color:#0770B0;
		border-color:#0770B0;
		/*font-family:'Raleway', sans-serif;*/
		font-size:12px;
		font-weight:bold;
		text-align:center;
	}

	
	.btn-blue:focus,
	.btn-blue.focus {
		background-color: #3F3F40;
		border: 1px solid #3F3F40;
	}

	.btn-blue:hover {
		background-color: #3F3F40;
		border: 1px solid #3F3F40;
	}
	
	.btn-blue.disabled {
	  color:#E0E0E0;
	  background-color: #F3F3F3;
	  border-color: #F3F3F3;
	}

	/* - - - - - */

	@media (min-width: 768px) {

		#botoes_laterais_esq {
			position:fixed;
			right:0px;
			top:25%;
			z-index:1000;
		}

		#bs_bt_lateral{
			width:75px;
			color:#3E78A6;
			cursor:pointer;
			background-color:transparent;
			border-top-right-radius:5px;
			border-bottom-right-radius:5px;
			-webkit-transition: 0.5s;
			-moz-transition: 0.5s;
			-ms-transition: 0.5s;
			transition: 0.5s;;
			outline: none;
			box-shadow:none;
		}
		
		#bs_bt_lateral:hover,
		#bs_bt_lateral.hover {
			color:#3F3F40;
		}
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	@media (max-width: 992px) {
		.btn-black-bo-home {
			font-size:8px;
		}
	}

	@media (max-width: 750px) {
		.btn-black-bo-home {
			font-size:12px;
		}
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.nopadding {
	   padding: 0 !important;
	   margin: 0 !important;
	}

	.padding-5 {
	   padding: 0px !important;
	   padding-left: 5px !important;
	   padding-right: 5px !important;
	   margin: 0 !important;
	}

	.padding-10 {
	   padding: 0 !important;
	   padding-left: 10px !important;
	   padding-right: 10px !important;
	   margin: 0 !important;
	}

	.padding-15 {
	   padding: 0 !important;
	   padding-left: 15px !important;
	   padding-right: 15px !important;
	   margin: 0 !important;
	}

	.padding-20 {
	   padding: 0 !important;
	   padding-left: 20px !important;
	   padding-right: 20px !important;
	   margin: 0 !important;
	}

	.padding-25 {
	   padding: 0 !important;
	   padding-left: 25px !important;
	   padding-right: 25px !important;
	   margin: 0 !important;
	}

	.padding-30 {
	   padding: 0 !important;
	   padding-left: 30px !important;
	   padding-right: 30px !important;
	   margin: 0 !important;
	}
	
	
	.mt-0  { margin-top:0px !important; }
	.mt-5  { margin-top:5px !important; }
	.mt-10 { margin-top:10px !important; }
	.mt-15 { margin-top:15px !important; }
	.mt-20 { margin-top:20px !important; }
	.mt-25 { margin-top:25px !important; }
	.mt-30 { margin-top:30px !important; }
	.mt-35 { margin-top:35px !important; }
	.mt-40 { margin-top:40px !important; }
	.mt-50 { margin-top:50px !important; }

	.mb-0  { margin-bottom:0px !important; }
	.mb-5  { margin-bottom:5px !important; }
	.mb-10 { margin-bottom:10px !important; }
	.mb-15 { margin-bottom:15px !important; }
	.mb-20 { margin-bottom:20px !important; }
	.mb-25 { margin-bottom:25px !important; }
	.mb-30 { margin-bottom:30px !important; }
	.mb-35 { margin-bottom:35px !important; }
	.mb-40 { margin-bottom:40px !important; }

	.pb-0 { padding-bottom: 0px !important; }
	.pb-5 { padding-bottom: 5px !important; }
	.pb-10 { padding-bottom: 10px !important; }
	.pb-15 { padding-bottom: 15px !important; }
	.pb-20 { padding-bottom: 20px !important; }

	.pt-0 { padding-top: 0px !important; }
	.pt-5 { padding-top: 5px !important; }
	.pt-10 { padding-top: 10px !important; }
	.pt-20 { padding-top: 20px !important; }
	.pt-30 { padding-top: 30px !important; }

	@media (min-width: 768px) {
		.pl-0  { padding-left: 0px !important; }
		.pl-5  { padding-left: 5px !important; }
		.pl-10 { padding-left: 10px !important; }
		.pl-15 { padding-left: 15px !important; }
		.pl-20 { padding-left: 20px !important; }
		.pl-25 { padding-left: 25px !important; }
		.pl-30 { padding-left: 30px !important; }
	
		.pr-0  { padding-right: 0px !important; }
		.pr-5  { padding-right: 5px !important; }
		.pr-10 { padding-right: 10px !important; }
		.pr-15 { padding-right: 15px !important; }
		.pr-20 { padding-right: 20px !important; }
		.pr-25 { padding-right: 25px !important; }
		.pr-30 { padding-right: 30px !important; }

		.mr-0 { margin-right:0px !important; }

	} 
        
        @media (max-width: 992px) {
            .mt-sm-0  { margin-top:0px !important; }
            .mt-sm-5  { margin-top:5px !important; }
            .mt-sm-10 { margin-top:10px !important; }
            .mt-sm-15 { margin-top:15px !important; }
            .mt-sm-20 { margin-top:20px !important; }
            .mt-sm-25 { margin-top:25px !important; }
            .mt-sm-30 { margin-top:30px !important; }
            .mt-sm-35 { margin-top:35px !important; }
            .mt-sm-40 { margin-top:40px !important; }
        }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	.navbar-mais-opcoes {
		width: 200px;
		padding: 10px;
		padding-top:5px;
		padding-bottom:5px;
	}

	.navbar-mais-opcoes-last-child {
		width: 200px;
		padding: 10px;
		padding-top:5px;
		padding-bottom:0px;
	}

	.navbar-mais-opcoes-first-child {
		width: 200px;
		padding: 10px;
		padding-top:0px;
		padding-bottom:5px;
	}

	.navbar-toggle {
		margin-right: 0px;
		margin-left:15px;
	}

	.top-links li{
		border-left: 1px solid rgba(0,0,0, .11);
	}

	.top-links li:first-child{
		border-left:none;
	}

	.top-links li:last-child{
		border-right: none;
	}
	
	.divider {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.divider-last-child {
		height:0px !important;
		margin:0px !important;
	}

	.navbar-brand {
		padding: 0px;
	}
	.navbar-brand>img {
		height: 100%;
		padding: 15px;
		width: auto;
	}

	.navbar-default {
		background-color:transparent;
		border-color:transparent;		
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	/* menu principal */

	span.list-group-item-bo-title {
		color:#666666; !important;
		background-color:#DADADA; !important;
	}

	a.list-group-item.disabled {
		color:#DADADA;!important;
		background-color:#F5F5F5; !important;
	}

	a.list-group-item-bo {
		background-color:#F5F5F5; !important;
	}
	a.list-group-item-bo:hover {
		background-color:#DFDFDF; !important;
	}

	a.list-group-item-bo-inicio {
		background-color:#BAD304; !important;
		color:#FFFFFF;
	}
	a.list-group-item-bo-inicio:hover {
		background-color:#323232; !important;
		color:#FFFFFF;
	}

	a.list-group-item-bo-selected,
	a.list-group-item-bo-selected:hover {
		border-left-color:#9CC510; 
		border-left-width:10px;
		background-color:#FFFFFF;
	}

	a.list-group-item-bo-selected-middle,
	a.list-group-item-bo-selected-middle:hover {
		border-left-color:#9CC510; 
		border-left-width:10px;
		border-bottom:none; 
		border-right:none; 
	}
	
	a.list-group-subitem-bo {
		border:none;
		font-size:11px; 
		padding-top:5px; 
		padding-bottom:5px;
		background-color:#FFFFFF; !important;
	}
	a.list-group-subitem-bo:hover {
		background-color:#FFFFFF; !important;
		color:#9CC510; !important;
	}

	a.bo-selected {
		color:#9CC510; !important;
	}

	a.link
	{
		color: #1cb2be !important;;
		text-decoration: none;
	}
	a.link:hover
	{
		color: #0F6268 !important;;
		text-decoration: none;
	}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.menu-spmi
	{
		color: #222222 !important;
		font-family: Roboto-Regular;
		font-size:13px;
		font-weight: 400;		
		padding: 10px 0px 5px 20px !important;
		background-color: #FFFFFF !important;
	}
	.menu-spmi:hover
	{
		color: #1CB2BE !important;
		padding: 10px 0px 5px 20px !important;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	@media (min-width: 768px) {

		.navbar-nav > li > a {
		  padding-top: 9px;
		  padding-bottom: 15px;
		}
	}


	@media (min-width: 992px) {

		.navbar-toggle{
			display:none !important;
		}
		
		#navbarbophone,
		#navbarboemail {
			display:none !important;
		}
		
	}
	
	
	@media (max-width: 992px) {

		.navbar-toggle{
			display:inline-block !important;
		}

		.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
			color: #323232;
			background-color:transparent;
		}
		
		#navbarmenu{
			display:none !important;
		}

		.navbar-collapse {
			border-bottom: 1px solid #e7e7e7;
		}

		.navbar-mais-opcoes,
		.navbar-mais-opcoes-first-child,
		.navbar-mais-opcoes-last-child {
			width:100%;
			padding-left:0px;
			padding-right:0px;
		}

		.top-links li{
			border-left: none;
		}

		.navbar-default {
			/* border:none; */
		}

		.dropdown-menu .divider {
			height:0px;
			margin:5px;
		}

		.dropdown-menu .divider-last-child {
			height:1px !important;
			margin:9px 0 0 0 !important;
			padding-left: 0px !important;
			padding-right: 0px !important;
		}
		
		#btn-logoff {
			display:none;
		}

		#setas_cima_baixo {
			display:none;
		}
		
		.navbar-header{
			float:none !important;
		}
	}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.logo-bo-small {
		margin-left:15px;
		margin-top:15px;
	}

	.logo-bo2-small {
		margin-left:0px;
		margin-top:5px;
		height:40px; !important;
	}

	.logo-un-small {
		margin-left:5px;
		margin-top:15px;
		height:50px; !important;
	}
	
	.nounderline,
	.nounderline:hover,
	.nounderline:focus {
		text-decoration:none !important;
	}

	@media (min-width: 768px) {
		#logo_bo_col {
			display:block;
		}

		#logo_bo_li {
			display:none;
		}

		.bloco_submenu_desc {
			display:block;
		}
	}

	@media (max-width: 768px) {
		
		.logo-bo-small {
			margin-left:0px;
	  	}

		#logo_bo_col {
			display:none;
		}

		#logo_bo_li {
			display:block;
		}
		
		#pipe_renovacao {
			display:none;
		}

		.bloco_submenu_desc {
			display:none;
		}
		
		.col-logotipo-un {
			att
		}
	}

	.voltarinicio-responsive {
		height:20px !important;
		line-height:20px !important;
		padding-top: 0px !important;
		font-size:11px;
		background-color:#ADD812 !important;
		color:#323232;
		font-weight:bold;
		text-decoration:none;
	}

	.voltarinicio-responsive:hover,
	.voltarinicio-responsive.hover {
		color: #FFFFFF !important;
		text-decoration:none !important;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.loader {
		border: 4px solid #f3f3f3;
		border-top: 4px solid #555;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		animation: spin 2s linear infinite;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	/*
	 * Callouts
	 *
	 * Not quite alerts, but custom and helpful notes for folks reading the docs.
	 * Requires a base and modifier class.
	 */
	
	/* Common styles for all types */
	.bs-callout {
	  padding: 15px;
	  margin: 15px 0;
	  border: 1px solid #e6e6e6;
	  border-left-width: 5px;
	  border-radius: 3px;
	  font-size:13px;
	}
	.bs-callout h4 {
	  margin-top: 0;
	  margin-bottom: 5px;
	}
	.bs-callout p:last-child {
	  margin-bottom: 0;
	}
	.bs-callout code {
	  border-radius: 3px;
	}
	
	/* Tighten up space between multiple callouts */
	.bs-callout + .bs-callout {
	  margin-top: -5px;
	}
	
	/* Variations */
	.bs-callout-danger {
	  border-left-color: #ce4844;
	}
	.bs-callout-danger h4 {
	  color: #ce4844;
	}
	.bs-callout-warning {
	  border-left-color: #EFDB6B;
	}
	.bs-callout-warning h4 {
	  color: #EFDB6B;
	}
	.bs-callout-info {
	  border-left-color: #1b809e;
	}
	.bs-callout-info h4 {
	  color: #1b809e;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.popover-info.popover-left .arrow:after,
	.popover.popover-info.left.popover-left .arrow:after {
		border-left-color:#2d9bd2 !important;
	}

	.popover-info.popover-right .arrow:after,
	.popover.popover-info.right.popover-right .arrow:after {
		border-right-color:#2d9bd2 !important;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.list-unstyled .blank {
		height:10px;
		line-height: 10px;
	}

	.list-unstyled li {
		font-size:12px !important;
		line-height: 30px;
	}

	.list-unstyled li.disabled {
		color: #ABABAB !important;
	}

	.list-unstyled a {
		color: #333;
	}

	.list-unstyled a:hover {
		color: #337AB7 !important;
	}

	.list-unstyled li.disabled a{
		color: #ABABAB !important;
	}

	.list-unstyled .fa {
		color: #BAD304;
		padding-right:15px;
		padding-left:15px;
	}

	.list-unstyled .fa:hover {
		color: #337AB7;
	}

	.list-unstyled li.disabled .fa{
		color: #ABABAB !important;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#div_shortcuts {
		background-color:#BAD304;
		border:1px solid #BAD304;
		min-height:50px;
		vertical-align:middle;
	}
	
	#div_shortcuts tr {
		height:50px;
	}

	#div_shortcuts td:hover,
	#div_shortcuts td:focus {
		height: 50px;
		background-color:#FFF;
	}

	#div_shortcuts a {
		color: #333;
		font-size:12px;
	}
	
	#div_shortcuts a:hover,
	#div_shortcuts a:focus {
		text-decoration:none;
	}

	.col-menu-atalhos {
		font-size:12px;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.panel-bg-dark>.panel-heading {
		background-color: #DFDFDF !important;
		border-color: #DFDFDF !important;
	}

	.title-bg-dark-grey {
	background-color: #DFDFDF !important;
	border-color: #DFDFDF !important;
	border-radius:2px;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.table-hover tbody tr:hover td,
	.table-hover tbody tr:active td,
	.table-hover tbody tr:focus td {
	background-color: #D5F5F9;
	}

	.table-hover tbody tr td.blank {
	  background-color: #FFF;
	}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	@media (max-width: 375px ) {
		#row_pesquisa{
			display:none;
		}
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - */

	.ui-datepicker table{
		font-size: 0.8em !important;
	}

	@media (min-width: 992px ) and (max-width: 1100px) {
		.form-control {
			font-size:12px !important;
		}
	}

	@media (min-width: 1100px ) and (max-width: 1250px) {
		.form-control {
			font-size:12px !important;
		}
	}
	

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - */

.color-white {
	color: #FFF !important;
}
.color-white:hover,
.color-white:focus {
	color: #000 !important;
}

.color-grey {
	color: #666 !important;
}
.color-grey:hover,
.color-grey:focus {
	color: #000 !important;
}
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.popup_table_green,
.popup_table_red
{
	margin-bottom:20px;	
}
.popup_table_green {
	background-color:#C9F2BB;
	color: #3F3F40;
}
.popup_table_green a {
	text-decoration:none;
	color: #3F3F40;
}
.popup_table_green a:hover {
	text-decoration:none;
	color: #3F3F40;
}
.popup_table_red {
	background-color:#D63059;
	color: #FFFFFF;
}
.popup_table_red a {
	text-decoration:none;
	color: #FFFFFF;
}
.popup_table_red a:hover {
	text-decoration:none;
	color: #FFFFFF;
}


.popup_close {
	font-size: 9px;
	padding:3px 3px 0px 0px;
	text-align:right;		
}
.popup_mensagem {
	font-size: 11px;
	padding:5px 0px 5px 0px; 
	font-weight:bold;	
	text-align:center;
}
.popup_fecha {
	font-size: 9px;
	padding:3px 3px 3px 0px;
	text-align:right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - */

/* site classes */

.site_height50 {
	height: 50px;
}

#site_conteudo {
	padding-top:30px;
}

#site_conteudo .row_titulo {
	color:#0770B0;
	font-size:15px;
	line-height:22px;
	font-weight:bold;
	padding-top:10px;
}

#site_conteudo .row_bold {
	line-height:22px;
	font-weight:bold;
}

#site_conteudo .row_normal {
	line-height:22px;
	font-weight:normal;
}

#site_conteudo .row_normal_top {
	line-height:22px;
	font-weight:normal;
	padding-top:10px;
}

#site_conteudo .row_normal_bottom {
	line-height:22px;
	font-weight:normal;
	padding-bottom:10px;
}

#site_conteudo .row_imagem {
	padding-top:20px;
	padding-bottom:20px;
}

@media (min-width: 500px) {
	.col_min {
		min-height:50vh;
	}
}

@media (max-width: 500px) {
	.site_pb-10 {
		padding-bottom: 10px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - */


.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1500px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - */


.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1900px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-pull-12 {

    right: 100%;
  }
  .col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-push-11 {
    left: 91.66666667%;
  }
  .col-xxl-push-10 {
    left: 83.33333333%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-8 {
    left: 66.66666667%;
  }
  .col-xxl-push-7 {
    left: 58.33333333%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-5 {
    left: 41.66666667%;
  }
  .col-xxl-push-4 {
    left: 33.33333333%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-2 {
    left: 16.66666667%;
  }
  .col-xxl-push-1 {
    left: 8.33333333%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxl-offset-0 {
    margin-left: 0;
  }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - */


.col-xxs-0, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 500px) {

  .col-xxs-0, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {

    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - */

	.table-w300  { min-width:300px; }
	.table-w400  { min-width:400px; }
	.table-w500  { min-width:500px; }
	.table-w600  { min-width:600px; }
	.table-w700  { min-width:700px; }
	.table-w800  { min-width:800px; }
	.table-w900  { min-width:900px; }
	.table-w1000 { min-width:1000px; }
	.table-w1100 { min-width:1100px; }
	.table-w1200 { min-width:1200px; }
	.table-w1500 { min-width:1500px; }
	.table-w2000 { min-width:2000px; }
	.table-w2500 { min-width:2500px; }
	.table-w3000 { min-width:3000px; }
	.table-w3500 { min-width:3500px; }
	
	.table-total { 
		background-color:#EEE;
		vertical-align:middle; 
		font-weight: bold;
	}
	
	.table-total-border-right { 
		border-right: 2px solid white;
	}

	