.col-centered {
    text-align: center;
    float: none;
    margin: 0 auto;
}

.search-engine-body {
    padding: 20px;
}     

.article {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.article-default {
    border-color: #ddd;
}
.article-default > .article-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.article-heading {
    padding: 1px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;       
}

.input-group-addon{cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
/*      
      .article-heading a {
        color: black;
      }
      
      .article-heading a:hover {
        color: black;
        text-decoration:none;
        font-style: italic;
        font-weight: bold;    
      }
*/
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 270px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* END OF TOOLTIP */

.input-group-addon {
  cursor:pointer;
}

.border {
  border: 1px solid gray;
}

a:hover {
    text-decoration: none;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
  background-color: #e3ebf7;
  color:#000000;
}

.div-hover {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
}

.div-hover:hover {
  background: #c8daf7;/*#e1e9f7*/
}

.btn-h1-spacing {
	margin-top: 18px;
}

.btn-spacing {
	margin-top: 18px;
}

.btn-font-bold {
  font-weight: bold;
}

.vertical-spacing-10 {
	margin-top: 10px;
}

.vertical-spacing-20 {
	margin-top: 20px;
}

.vertical-spacing-30 {
  margin-top: 30px;
}

.vertical-spacing-40 {
  margin-top: 40px;
}

.vcenter {
   display: inline-block;
   vertical-align: middle;
   float: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.hidden {
  display: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
   text-align: left;
}

.div-bg-color-info {
  background-color: #5bc0de;
}

.bw-60 {
  width: 60px;
}

.bw-80 {
  width: 80px;
}

.bw-100 {
	width: 100px;
}

.bw-120 {
  width: 120px;
}

.bw-150 {
  width: 150px;
}

.bw-200 {
  width: 200px;
  margin-right:50px;
}

.bw-200-wom {
  width: 200px;
}

div.blue-bg-1 {
    background-color: #ddd;
}

div.blue-bg-1:hover {
    background-color: #c8daf7;
    /*
    padding-top: 5px; 
    padding-bottom: 5px;    
    */
}

div.blue-bg:hover {
    background-color: #c8daf7;
}

div.light-blue-bg:hover {
    background-color: #d2e0f9;
}

div.orange-bg:hover {
    background-color: #f4e8d4;/*#efdbbd;*/
}

div.white-bg:hover {
    background-color: #ffffff;
}
.light-blue-background {
    background-color: #d2e0f9;
}
/*#e0ecff;*/

div.light-gray-bg:hover {
    background-color: #f2f2f2;/*#ddd;*/
}

div.silver-bg:hover {
    background-color: silver;
}

div.info-modal-bg {
    margin-bottom:2px;
    background-color: #ddd;
    padding: 5px 5px 5px 5px;
}

div.info-modal-bg:hover {
    margin-bottom:2px;
    background-color: silver;
}

.coupon-background {
  margin-top: 4px; 
  margin-bottom: 4px;
  height: 22px;
}

.con-pos-city-list {
  margin-top: 4px; 
  margin-bottom: 4px;
  height: 19px;
}

.btn-pos-city-list {
  margin-top: 2px; 
  height: 17px;  
}

.con-pos-port-list {
  margin-top: 4px; 
  margin-bottom: 4px;
  height: 18px;
}
.btn-pos-port-list {
  margin-top: 4px; 
  height: 18px;  
}

.con-pos {
  margin-top: 16px; 
  height: 34px;
}

.btn-pos {
  margin-top: 10px; 
  height: 34px;  
}

.bg-h {
  height: 42px;
  /*padding-top: 4px;*/
}

.btn-primary-3 {
  background-color: #428bca;
}  

.height-32 {
  padding-top: 5px;
  height:32px;
}

.height-44 {
  padding-top: 10px;
  height: 44px;
}

.height-46 {
  padding-top: 6px;
  height: 46px;
}

.btn-leg-padding-top {
  padding-top: 4px;
}

.div-leg-padding-top {
  padding-top: 8px;
}

.deco-none {
  color: inherit;
  text-decoration: inherit;
}
.deco-none:link {
  color: inherit;
  text-decoration: inherit;
}
.deco-none:hover {
  color: inherit;
  text-decoration: inherit;
}

.bg-menu ul li a {
  color: #428bca;
}

.li-menu:hover {
  background-color: #0079C1;
}

.li-menu:hover a{
  color: #fff;
}

.bg-menu ul li a:hover {
  font-weight: bold;
}



.clickable {
  cursor: pointer;
}

.dropdown-item {
  margin-left: 2px;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #CEE3F6;
  opacity: 0.8;
  width: 98%;
  margin-left: 2px;
  color: #000;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
  background-color: #fff;
  opacity: 0.8;
  width: 98%;
  margin-left: 2px;
  color: #000;
}

 .dropdown-menu {
    border: 1;
    top: 80%;
    border-radius: 5px 5px 5px 5px;
}
/*
.dropdown:hover > .dropdown-menu {
  display: block;
}
*/

/*
.navbar-nav li:hover .dropdown-menu {
    display: block;
}
*/

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .8;
  border-radius: .2rem;
}

span.fancytree-node.showGreen > span.fancytree-title,
span.fancytree-node.showGreen > span.fancytree-title:hover {
    color: green;
}

span.fancytree-node.showActive > span.fancytree-title,
span.fancytree-node.showActive > span.fancytree-title:hover {
    color: green;
    font-weight: bold;
}

span.fancytree-node.showOrange > span.fancytree-title,
span.fancytree-node.showOrange > span.fancytree-title:hover {
    color: orange;
    font-weight: bold;
}

span.fancytree-node.showRed > span.fancytree-title,
span.fancytree-node.showRed > span.fancytree-title:hover {
    color: red;
}

span.fancytree-node.showBlack > span.fancytree-title,
span.fancytree-node.showBlack > span.fancytree-title:hover {
    color: black;
    font-weight: bold;
}

span.fancytree-node.showBold > span.fancytree-title,
span.fancytree-node.showBold > span.fancytree-title:hover {
    color: black;
    font-weight: bold;
}

#sortable { list-style-type: none; margin: 0; margin-left: 110px; padding: 0; width: 60%; }
#sortable li { margin: 0 3px 3px 3px; font-size: 18px; height: 26px; cursor: move;}
#sortable li span { position: absolute; margin-left: -1.3em; }