body.gi_body{
	padding-top:57px;
}
.navbar-right {
	margin-right: 0;
}
.navbar-collapse.in .navbar-right {
	margin-right: -15px;
}

.navbar > .container .navbar-brand{
	padding: 2px 5px 2px 5px;
	margin: 0;
}

.navbar-brand>img{
	height: 46px;
}

.container > .navbar-header{
	margin:0;
}
.navbar-toggle{
	margin-right:5px;
}

.navbar-collapse{
	padding-right: 25px;
	padding-left: 25px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	body.gi_body{
		padding-top:47px;
	}
	
	#gi-navbar-prev{
		margin-top:3px;
		margin-bottom:3px;
	}
	#gi-current-page-title{
		margin: 10px;
	}
	.navbar-nav>li>a {
		padding: 10px;
	}
	.navbar {
		min-height: 40px;
	}

	.navbar > .container .navbar-brand{
		height: 40px;
		padding: 2px 5px 2px 5px;
		margin: 0;
	}

	.navbar-brand>img{
		height: 36px;
	}
	
	.gi_nav_username{
		vertical-align: top;
		max-width: 90px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: inline-block;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	  padding-top: 2px;
	  padding-bottom: 2px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* TODO: sostituire container con container-fluid */

body.gi_body div.container{
	width:auto;
}

.container,.container-fluid {
	padding-left: 5px;
	padding-right: 5px;
}

.gi-navbar-btn{
	padding-top:6px;
	padding-bottom:6px;
	color: #777;
}
#gi-navbar-prev{
	color: #777;
	background-color: transparent;
	margin-left:5px;
	margin-right:5px;
}
.gi-btn-messages > .badge{
	position:relative;
	font-size: 10px;
	top: -9px;
	left: 2px;
	
	padding: 2px 3px 1px 3px;
	border-radius: 3px;	
	
}

.gi-btn-messages > .glyphicon{
top:0;
margin-right:-12px;
font-size:18px;
line-height:18px;
vertical-align:middle;
}

.nav>li>a.gi-btn-messages .gi-badge-success, .gi-navbar-btn .gi-badge-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.nav>li>a.gi-btn-messages .gi-badge-info, .gi-navbar-btn .gi-badge-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.nav>li>a.gi-btn-messages .gi-badge-warning, .gi-navbar-btn .gi-badge-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.nav>li>a.gi-btn-messages .gi-badge-error, .gi-navbar-btn .gi-badge-error {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.nav>li>a.gi-navbar-li-btn{
  padding: 6px 10px;
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px; 
  color: #777;
}

.nav>li>a.gi-navbar-li-btn:hover{
	background-color: #ddd;
}


body.gi_body .panel{
	margin-bottom: 5px;
}

body.gi_body .gi-panel-mobile{
	margin-bottom: 0px;
}

/*
 * Grid
 */
 
 
.gi-highlight {
	background-color: yellow;
}

.gi-form .panel-body {
	padding: 5px;
}

.gi-form .panel-body > .form-group{
	margin-left:5px;
	margin-right:5px;
}
.gi-form .panel-body > .row{
	margin-left:-5px;
	margin-right:-5px;
}
.gi-form .panel-body > .row > div{
	padding-left:10px;
	padding-right:10px;
}


.gi-form .panel {
	margin-bottom: 0;
}
.tab-container {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.tab-pane {
	padding: 10px;
	/*
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	*/
}

.gi-form .badge {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.gi-grid-header, .gi-form-header, .gi-spreadsheet-header, .gi-spreadsheet-footer,.gi-form-footer {
	margin-left:0;
	padding: 5px 10px;
}
.gi-panel-title {
	line-height: 30px;
	color:#777;
	float:left;
}

.gi-panel-mobile .gi-panel-title {
	display:none;
}

.gi-mobile-normal .gi-only-mode-select{
	display:none;
}
.gi-mobile-select .gi-only-mode-normal{
	display:none;
}


.gi-grid-search{
	margin-bottom:0;
}

.gi-column-filter{
	min-width:52px;
	border: 2px solid transparent;
}
.gi-column-filter-applied .filter-set{
	background-color:yellow;	
}
.gi-column-filter-applied .gi-grid-filter-applied span{
	background-color:yellow;
	padding:2px;
}

.gi-grid-toolbar{
	margin-top:5px;
	margin-bottom:5px;
}

.gi-grid-toolbar-container { padding-left: 5px;  border-bottom: 1px solid #ddd;}
.gi-grid-footer-container {clear: both;}
.gi-grid-group-info { float: left; margin-left: 10px; }

.gi-grid-group-info { font-weight: bold; }

.table-bordered > thead > tr.gi-grid-filters > td { border-left: 0; border-right: 0; }
.table-bordered > tfoot > tr > td { border-left: 0; border-right: 0; }

.gi-grid-table { border: 0; }
.gi-grid-table th { word-wrap: break-word; max-width: 300px; white-space: normal; overflow: visible; text-overflow: clip; }
.gi-grid-table td { max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

table.gi-table-fixed{table-layout: fixed;}
table.gi-th-nowrap th{ max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
table.gi-td-wrap td{ word-wrap: break-word; max-width: 300px; white-space: normal; overflow: visible; text-overflow: clip; }
.gi-grid-table .panel{
	margin-bottom:0;
}

.gi_body .dataTables_wrapper{
	position:relative;
}
.gi-grid-form-container{
	display:none;
	overflow: hidden;
	position: relative;
}

.gi-grid-and-form .gi-grid-form-container{
	position:absolute;
	top: -5px;
	right:0;
	bottom:0;
	z-index:3;
	display: block;
}
body.gi_body .gi-grid-and-form  .gi-grid-form-container .gi-form{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: 0;
}
.gi-grid-and-form  .gi-grid-form-container .gi-form .panel-body{
	position: absolute;
	overflow: auto;
	top: 0;
	bottom: 41px;
	left: 0;
	right: 0;
}

.gi-grid-and-form .gi-grid-form-container .gi-form .panel-footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}


.gi-grid-and-form .gi-grid-form-container .gi-form {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	margin: 0;
}

.gi-form-only .gi-grid-form-container{
	display:block;
}
.gi-form-only .gi-grid-form-container .gi-form {
	border: 0;
	margin:0;
}

.gi-form-only .gi-grid-header .btn-group, 
.gi-form-only .gi-grid-header .gi-grid-search,
.gi-form-only .gi-grid-toolbar-container,
.gi-form-only .dataTables_scroll,
.gi-form-only .gi-grid-footer-container {
	display:none;
}



.gi-grid-mobile.gi-form-only .gi-grid-header,
.gi-grid-mobile.gi-form-only > .gi-grid-mobile-scroll,
.gi-grid-mobile.gi-form-only > ul,
.gi-grid-mobile.gi-form-only > button {
	display:none;
}



table.dataTable.gi-grid-table{
	margin-bottom:0 !important;
	margin-top:0 !important;
}

.gi-grid-filter-applied { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gi-grid-table > thead > tr > td, .gi-grid-table > thead > tr > th { text-align: center; }
table.dataTable.table-condensed.gi-grid-table > thead > tr > th.gi-grid-col-select,
table.dataTable.table-condensed.gi-grid-table > thead > tr > th.gi-grid-col-actions { padding-right: 5px; }
.gi-gf-stats .panel-heading { position: relative; padding: 5px 25px 5px 45px; cursor: pointer; }
.gi-gf-stats li { padding: 5px 25px 5px 45px; }
.gi-gf-stat-icon { position: absolute; right: 6px; top: 8px; font-size: 12px; }
.gi-gf-stat-lbl { position: absolute; left: 6px; top: 5px; width: 35px; text-align: right; font-weight: bold; }
div.dataTables_scrollFoot td { vertical-align: top; }
div.dataTables_info { 
	display: inline-block;
	margin-right: 20px;
	float:left;
	
}
div.dataTables_length {
	display: inline-block;
	float: left;
	padding-top: 4px;
}
div.dataTables_paginate{
	float:right;
}
/*
.collapse {
	padding: 6px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
*/

.collapse > .form-group-sm { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }


.gi-grid-footer-container .row{
	margin-left:0;
	margin-right:0;
}

.gi-grid-footer-container .row > .col-md-5{
	padding-left:0;
}
.gi-grid-footer-container .row > .col-md-7{
	padding-right:0;
}


/*
 * Login
 */
 
.gi-loading-spinner {
	margin: 0 auto;
	display: block;
}
 
 
.form-signin, .form-forgot-pswd {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  
  
  background-color: #f7f7f7;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control, .form-forgot-pswd .form-control{
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus, .form-forgot-pswd .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"], .form-forgot-pswd input[type="email"]{
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin img, .form-forgot-pswd img {
	max-height: 96px;
	max-width: 280px;
	margin-bottom:30px;
	margin-top:30px;
}
.form-signin .form-group{
	margin-bottom:0;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body.gi_body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}
.gi-footer{ 
	position: absolute;
	bottom: 0;
	width: 100%;
	border:1px solid;
	background-color: #f8f8f8;
	border-color: #e7e7e7;
	margin-bottom: 0;
	border-width: 1px 0 0;
	border-radius: 0;
	z-index: 1030;
	font-size:12px;
}
 
.gi-footer > div > ul{
	float: left;
	margin: 0;
	list-style: none;
	padding:0;
}
.gi-footer > div > ul > li{
	float:left;
	position: relative;
	display: block;
}

.gi-footer > div > ul > li.active > a{
	color: #555;
	background-color: #e7e7e7;
}
  
.gi-footer > div > ul > li > a, .gi-footer > div > ul > li > .gi-lang-chooser{
	color: #777;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	display: block;
	position: relative;
	line-height:20px;
}
.gi-footer > div > ul > li > .gi-lang-chooser > select{
	height:18px;
}
.gi-footer > div > ul > li > a:hover{
	color: #333;
	text-decoration: none;
}

.gi-grid-mobile{
	position:relative;
}

.gi-grid-mobile-scroll{
	overflow:auto;
	position: relative;
}
/*
.gi-new-btn-mobile{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.gi-refresh-btn-mobile{
	position: absolute;
	right: 10px;
	bottom: 70px;
}
*/

a.list-group-item.gi-checked
{
	background-color:#d9edf7;
}

.gi-grid-mobile .gi-grid-search{
	margin-left:0;
}

.gi-grid-mobile-bottom-buttons{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 50px;
	
}
.gi-grid-mobile-bottom-buttons > button{
	margin-top:10px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.gi-grid-mobile-scroll .list-group-item {
	padding-left:10px;
	padding-right:10px;
}

.gi-grid-mobile-scroll .list-group-item h4{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gi-grid-mobile-scroll .list-group-item p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gi-grid-mobile-scroll .list-group-item h4.gi-list-item-has-left {
	margin-left: 50px;
}
.gi-grid-mobile-scroll .list-group-item h4.gi-list-item-has-right {
	margin-right: 60px;
}
.gi-grid-mobile-scroll .list-group-item p.gi-list-item-has-left {
	margin-left: 50px;
}
.gi-grid-mobile-scroll .list-group-item p.gi-list-item-has-right {
	margin-right: 40px;
}

.gi-list-item-right-bottom{
	width: 40px;
	text-align:right;
	margin-top:2px;
}

.gi-list-item-right-top{
	width: 60px;
	text-align:right;
}

.gi-list-item-left{
	max-width: 50px;
}

.gi-list-item-left-image {
  width: 40px;
  height: 40px;
  text-align: center;
  /*padding: 10px 0;*/
  line-height: 20px;

  font-size: 20px;
  border-radius: 20px;


  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.gi-grid-mark-circle {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;

  font-size: 14px;
  border-radius: 9px;


  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
 /* cursor: pointer; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}


.gi-list-item-left-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px 0;
  line-height: 20px;

  font-size: 20px;
  border-radius: 20px;


  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.gi-list-item-right-circle {
  width: 16px;
  height: 16px;
  text-align: center;
  padding: 0 0;
  line-height: 16px;

  font-size: 12px;
  border-radius: 8px;


  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.gi-loading{
	text-align: center;
}

#gi-current-page-title{
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gi-scroll-bottom-bar{
	margin-top:5px;
	
}
.gi-scroll-bottom-bar .gi-scroll-down{
	background-color: transparent;
}

.gi-import-link {
	cursor: pointer;
	position: relative;
}

.gi-import-link > .alert {
	margin-bottom: 0;
	padding: 5px 35px 5px 5px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

div.well.gi-import-link {
	padding: 5px;
	min-height: 24px;
    margin-bottom: 0;	
}


.gi-import-link-placeholder{
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #777;
}

/*div.form-control.gi-progress-bar,*/
div.form-control.gi-files,
div.form-control.gi-log {
	height: auto;
}

div.form-control.gi-log {
	max-height: 250px;
	overflow: auto;
	padding: 0;
	border: 0;
}
.gi-log .list-group{
	margin-bottom: 0;
}
.gi-log .list-group-item{
	border-radius:0;
}
.gi-log li{
	word-wrap: break-word; 
	white-space: normal; 
	overflow: visible; 
	text-overflow: clip;
}

div.form-control.gi-files{
	padding: 0;
}
.gi-files .table{
	margin-bottom: 0;
}
.gi-files .dropzone{
	margin: 5px;
}
.gi-files .fileupload-buttonbar{
	margin: 5px;
}
.gi-files .fileupload-buttonbar .progress{
	margin-bottom: 5px;
}

.template-upload .progress{
	margin-bottom: 0;
}
.table>tbody>tr.template-upload>td{
	vertical-align: bottom;
}


div.form-control.gi-progress-bar{
	padding-right: 12px;
}

div.gi-ios-status-bar {
	display: none;
}



@media all and (orientation: portrait) {
	body.gi_body.gi-ios {
		padding-top: 77px;
	}

	body.gi_body.gi-ios > nav.navbar.navbar-default.navbar-fixed-top {
		top: 20px;
	}
	body.gi_body.gi-ios > div.gi-ios-status-bar {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 20px;
		background-color: white;
		z-index: 1030;
	}	
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	-webkit-text-fill-color:#000;
}

.form-control {
	color:#000;
}



#gi_loginbg { display:none; position: fixed; top: 0; left: 0; z-index: -5;}
.gi_bgwidth { width: 100%; }
.gi_bgheight { height: 100%; }

.gi-boolean-label{
	min-width: 140px;
}

.tt-menu .tt-suggestion {
    word-wrap: break-word !important;
    white-space: normal !important;
}

.ht_clone_left.handsontable th > div.relative{
	text-align: right;
}

.handsontable th {
    white-space: normal!important;
    word-wrap: break-word!important;
}

.gi-menu-img-icon{
	margin-top: -5px;
	height: 30px;
	width: 30px;
	margin-right: 5px;
	margin-bottom: -5px;
}

.dropdown-menu>li>a>.gi-menu-img-icon{
	margin-top: 0;
	height: 21px;
	width: 21px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: -26px;
}

.dropdown-menu>li>a.gi-has-icon-space{
	padding-left: 36px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a{
	padding-left: 46px;
  }
}

/*
@keyframes gi-anim-state-panel {
  50% { border-color: #bce8f1; box-shadow: 0 0 9px #d9edf7;}
}

@keyframes gi-anim-state-panel-heading {
  50% {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
}

@keyframes gi-anim-state-panel-title{
	50% {
		color: #31708f;
	}
}
*/

@keyframes gi-anim-state-panel {
  0% { border-color: #337ab7; box-shadow: 0 0 9px #337ab7;}
  50% { border-color: #337ab7; box-shadow: 0 0 9px #337ab7;}
}

@keyframes gi-anim-state-panel-heading {
  0% {
	color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
  }
  50% {
	color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
  }
}

@keyframes gi-anim-state-panel-title{
	0% {
		color: #fff;
	}
	50% {
		color: #fff;
	}
}

/*
@keyframes gi-anim-state-panel {
  50% { border-color: yellow; box-shadow: 0 0 9px yellow;}
}

@keyframes gi-anim-state-panel-heading {
  50% {
    background-color: yellow;
    border-color: yellow;
  }
}

@keyframes gi-anim-state-panel-title{
	50% {
		color: #777;
	}
}
*/

div.gi-anim-state-refresh{
    animation-name: gi-anim-state-panel;
    animation-duration: 1s;
}

div.gi-anim-state-refresh > div.panel-heading{
    animation-name: gi-anim-state-panel-heading;
    animation-duration: 1s;
}

div.gi-anim-state-refresh > div.panel-heading > span.gi-panel-title{
    animation-name: gi-anim-state-panel-title;
    animation-duration: 1s;
}


div.gi-form{
    animation-name: gi-anim-state-panel;
    animation-duration: 1s;
}

div.gi-form > div.panel-heading{
    animation-name: gi-anim-state-panel-heading;
    animation-duration: 1s;
}

div.gi-form > div.panel-heading > span.gi-panel-title{
    animation-name: gi-anim-state-panel-title;
    animation-duration: 1s;
}


.gi-field-required input,.gi-field-required textarea,.gi-field-required select{
	background-color: #fff5d4;
}

.gi-field-required-imp input,.gi-field-required-imp textarea,.gi-field-required-imp select{
	background-color: #fff5d4;
	/*
	background-color: #f4fbff;
	*/
}

.gi-import-field-title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gi-import-field-example{
	word-wrap: break-word; 
	white-space: normal; 
	overflow: visible; 
	text-overflow: clip;
}

.gi-btn-next-loading{
	width: 46px;
}


.row {
  margin-right: -5px;
  margin-left: -5px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.gi-panel-left .list-group{
	overflow: auto;
}
.gi-panel-right .panel-body{
	overflow: auto;
}

.btn.gi-btn-wait-loader{
	background-image: url("../img/spinner.gif");
    background-repeat: no-repeat;
    background-position: right center; 
	padding-right: 18px  !important;
}

.gi-import-field-mapped{
	float: right;
}



.tt-menu > .tt-dataset{
	max-height: 270px;
    overflow: auto;
}


.table>tbody>tr.gi_row_edit>td{ /* info */
	background-color: #d9edf7;
}
.table-hover>tbody>tr.gi_row_edit:hover>td{ /* info */
	background-color: #c4e3f3;
}


.table>tbody>tr.gi_row_checked>td{ /* warning */
	background-color: #fcf8e3;
}
.table-hover>tbody>tr.gi_row_checked:hover>td{ /* warning */
	background-color: #faf2cc;
}

.gi-grid-mobile > .gi-grid-header > .gi-grid-search > .input-group-btn{
	width: 1%;
}

.gi-break-word{
  word-wrap: break-word;
}


.tt-hint{
	background-color: transparent  !important; 
}
.tt-input{
	background-color: transparent  !important;
}
.gi-field-required .tt-hint{
	background-color: #fff5d4 !important;
}

.gi-field-required .tt-input{
	background-color: #fff5d4 !important;
}

.form-group > h1,.form-group > h2,.form-group > h3,.form-group > h4,.form-group > h5,.form-group > h6{
	padding-top:10px;
	font-weight:bold;
}


.gi-help-block{
	color: #777;
    font-size: 13px;
}

.gi-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.gi-tooltip .gi-tooltip-text {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
	text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -150px;
	font-size: 12px;
	font-weight: normal;
}

.gi-tooltip .gi-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.gi-tooltip:hover .gi-tooltip-text {
    visibility: visible;
}