
body {
    padding-bottom: 40px;
    padding-top: 60px;
}

h2 {
    font-size: 24px;
    line-height: 26px;
}

.tab-title {
   font-size: 24px;
   font-weight: 500;
   line-height: 1.1;
}

.cb-favs {
   width: 20px;
   height: 18px;
   margin-left: 20px    !important;
}
/*
.block.small.login {
    margin-bottom: 18px;
    margin-top: 30px;
    padding-bottom: 5px;
    width: 350px;
}

.block.small.register {
    margin-bottom: 18px;
    margin-top: 30px;
    padding-bottom: 5px;
    width: 350px;
}

.block.small.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block .block_head {
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEEEEE 100%);
    background-repeat: repeat-x;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    height: 36px;
    width: 100%;
    padding: 10px;
}

.block .block_head h2 {
	padding: 5px;
}

.block .block_content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
*/
div.center {
	text-align: center;
}

div.left {
	text-align: left;
}

div.right {
	text-align: right;
}

.row {
    margin-left: 0px;
}

select {
	padding: 5px;
	height: auto;
}

.my_button {
   font-size: 18px;
   height: 44px;
   width: 100px;
}

#tooltip {
   text-align: center;
   color: #000;
   background: whitesmoke;
   position: absolute;
   z-index: 100;
   padding: 10px;
   border: 1px solid;
   border-color: skyblue;
   border-radius: 4px;
}

#tooltip:after { /* triangle decoration */
   width: 0;
   height: 0;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-top: 10px solid skyblue;
   content: '';
   position: absolute;
   left: 50%;
   bottom: -10px;
   margin-left: -10px;
}

#tooltip.top:after {
   border-top-color: transparent;
   border-bottom: 10px solid skyblue;
   top: -20px;
   bottom: auto;
}

#tooltip.left:after {
   left: 10px;
   margin: 0;
}

#tooltip.right:after {
   right: 10px;
   left: auto;
   margin: 0;
}

.ok-dialog-btn {
   padding-left: 25px;
   padding-right: 25px;
}

.save-dlg-btn {
   padding-left: 20px;
   padding-right: 20px;
}

.form-horizontal {
   padding: 10px     !important;
}

.number-spinner {
   padding: 2px 10px;
}

span > strong {
   font-size: 18px;
   color: #7070cc;
}
/*
   background: -ms-linear-gradient(left,  #2568ba 0%,#2989d8 42%,#2989d8 48%,#207cca 69%,#7db9e8 95%); IE10+
background: linear-gradient(to right,  #2568ba 0%,#2989d8 42%,#2989d8 48%,#207cca 69%,#7db9e8 95%); W3C
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2568ba', endColorstr='#7db9e8',GradientType=1 ); IE6-8
*/
.navbar-custom {
   background: #2568ba;
   color:#ffffff;
   font-size: 18px;
}

@media (max-width: 1400px) {
   .navbar-custom {
      font-size: 14px;
   }

   ul#main_menu > li > a {
      padding-left: 8px;
      padding-right:8px
   }
}
.navbar-custom .navbar-nav > li > a {
   color:#fff;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li.dropdown.active.open > a,
.navbar-custom .navbar-nav > li.dropdown.active.open > ul.dropdown-menu a:hover,
.navbar-custom .navbar-nav > li.dropdown.open > a,
.navbar-custom .navbar-nav > li.dropdown.open > ul.dropdown-menu a:hover
{
   background-color: #2568ba;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
   color: #ffffff;
   background-color:transparent;
}

.navbar-custom .navbar-brand {
   color:#eeeeee;
}

@media (max-width: 768px) {
   #account_list li a {
      color: #fff;
   }
}
.up { bottom:100% !important; top:auto !important; }

.form-horizontal {
   background-color: #D6E5F6;
   padding:15px;
}

/* Make all items in a table row be aligned vertically to the middle. */
.table > tbody > tr > td,
.table > tfoot > tr > td {
   vertical-align: middle  !important;
   padding: 5px;
}

/* Show sort icons before the table is sorted. */
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
   opacity: 0.6;
   color: #26a;
   content: "\25B4\25BE";
   margin-left: 10px;
}

.search-field {
   height: 34px;
   padding-left: 5px;
   border:1px solid #ccc;
   border-radius: 4px;
}

.search-clear {
   position: absolute;
   right: 5px;
   top: 0px;
   bottom: 0;
   height: 22px;
   margin: auto;
   font-size: 22px;
   cursor: pointer;
   color: #777;
}

/* Make table font larger since we don't have many verbose table entries. */
td {
   font-size: 14px      !important;
}

th {
   font-size: 16px      !important;
}

.arrow-down {
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 5px;
   vertical-align: middle;
   border-top: 8px solid;
   border-right: 6px solid transparent;
   border-left: 6px solid transparent;
   cursor: pointer;
}

.arrow-up {
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 5px;
   vertical-align: middle;
   border-bottom: 8px solid;
   border-right: 6px solid transparent;
   border-left: 6px solid transparent;
   cursor: pointer;
}


table.sorted > thead > tr > th > span  {
   opacity: 0.2;
}

table.sorted > thead > tr > th > span:hover,
table.sorted > thead > tr > th > span.sort-by {
   opacity: 1.0;
}

.modified {
   background-color: #ff9     !important;
}

/* Define margins with short names for easy inclusion */

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mt0 {margin-top: 0px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt-5 {margin-top: -5px;}

.label-left {
   float: left;
   margin-left: 10px;
   margin-bottom: 2px;
}

@media (max-width: 768px) {
   .btn-responsive {
      padding:2px 4px;
      margin: 0px 0px 2px 0px;
      font-size:80%;
      line-height: 1;
      border-radius:3px;
   }

   h2 {
      font-size: 20px      !important;
      line-height: 22px;
   }

   td {
      font-size: 12px      !important;
   }
}

@media (min-width: 769px) and (max-width: 992px) {
   .btn-responsive {
      padding:4px 9px;
      font-size:90%;
      line-height: 1.2;
   }
}

/* Give more margin for larger screens. */
@media (min-width: 1200px) {
   .container-fluid {
      margin-left: 25px       !important;
      margin-right: 25px      !important;
   }
}

/* The .jumbotron padding is huge, reduce it here. */
.jumbotron {
   padding: 15px;
   border-radius: 5px;
}

.modal-header,
.modal-footer,
.modal-body {
   padding: 10px     !important;
}

.modal-body {
   background-color: #eee;
}

.modal-header {
   padding: 10px 15px      !important;
   border-top-left-radius: 4px   !important;
   border-top-right-radius: 4px  !important;
   background-color: #B8C6D6;
   border-bottom-width: 2px;
   border-bottom-color: #bbb;
}

.modal-header h2 {
   margin-top: 10px;
   margin-bottom: 5px;
}

.modal-footer {
   border-bottom-left-radius: 4px   !important;
   border-bottom-right-radius: 4px  !important;
   background-color: #eee;
   border-top-color: #bbb;
   border-top-width: 1px;
}

.modal-title {
   font-size: 26px;
   font-weight: 500;
}

.modal-dialog {
   border-radius: 4px   !important;
}

.edit-inline {
   padding: 5px;
   float: right;
}