html,
body {
    height: 100%;
}

.no-border {
    border: none !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.table-scrolling{


overflow-y: auto;
width:100%;
height:auto;

}


.main-alert{
	padding-top: 10px;
}

.container-alert{
	position: relative;
    width: 100%;
    min-height: 50px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px;
    padding: 15px 5px 0 5px;
    border-radius: 5px;
    background-color: #ddd;
    margin-bottom: 50px;
    
    overflow:auto;
    z-index: 0;

}
.container-label{
	position:relative;
}

.container-label > label{
	position: absolute;
    top: -10px;
    left: 30px;
    background-color: #eee;
    padding: 0px 5px 2px;
    border-radius: 15px;
    box-shadow: 0 -1px 3px #777;
    border: 1px solid #ddd;
    z-index: 1;
}

.pac-container{z-index:2000 !important;}

.break-text{
	display:block;
	border:none;
	width:200px;
	overflow:hidden;
	text-overflow:ellipsis;
	
}

.ui-autocomplete-loading{ 
	background:url('../img/indicator.gif') no-repeat right center;
	background-size: 25px;	
	}
	


.loading-fttc { 
	background:url('../img/indicator.gif') no-repeat right center;
	    background-size: contain; 
	
}

.fttc-img-result{
	height: inherit;
}

.border-gray{
	border: 1px solid lightgray;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
	
.display-inline{
	display:inline-block;
}

.box-result-fatt{
	height:50px;
	width:auto;
}

.rapid-choose{
	
	
    padding: 5px;
    height: 30px;
    width: 30px;

	
}

.pointer{
	cursor:pointer;
}

.text-right{
	text-align:right;
}

#table-ticket > tbody > tr > td, #table-ticket > tbody > tr > th{
	border:none;
}

.list-group-submenu > .list-group-item {
     border-radius: 0;
}

.list-group-submenu > a {
	background-color:#f5f5f5;
}

@media(min-width: 1200px){
	.wrap-navbar{
		float:left;
		width:20%;
		padding:5px;
	}

	.wrap-main{
		float:left;
		width:80%;
		padding:5px;
	}
}

.ui-autocomplete{
	max-height:100px;
	overflow-y:auto;	
	overflow-x:hidden;
}


.gigrid{
	font-size: 20px;
	color: gray;
}

.gigrid:hover{
	color: black;
}

.geonet-icon-result{
    height: 50px;
    width: 50px;
}

.mb-2 {
    margin-bottom:.5rem!important;
}
.ml-2 {
    margin-left:.5rem!important;
}

.d-none {
    display: none;
}

*, ::before, ::after {
    box-sizing: border-box;
}

.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.small-box > .inner {
    padding: 10px;
}

.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.small-box .icon > i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.3s linear;
}

.small-box > .small-box-footer {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.card {
    word-wrap: break-word;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}



