﻿/* 
---------------------------------------------------------------
Refresh Layout Base (Bootstrap)
Not required when used with Serko-Bootstrap
--------------------------------------------------------------- */

/* DropDown Menu Items */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none !important;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* Buttons */
.sol-vlegacy button {
    outline: 0 !important;
}

.sol-vlegacy button::-moz-focus-inner { 
  border: 0 !important; 
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.sol-vlegacy .btn {
  margin: 0 2px 2px 2px;
  display: inline-block;
  padding: 6px 12px;
  font-family: "Trebuchet MS", Helvetica, Sans-Serif;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.sol-vlegacy .btn-subaction, 
.sol-vlegacy .btn-wsubaction {
    padding-top: 4px;
}

.sol-vlegacy .btn:focus,
.sol-vlegacy .btn:active:focus,
.sol-vlegacy .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sol-vlegacy .btn:hover,
.sol-vlegacy .btn:focus {
  text-decoration: none;
}
.sol-vlegacy .btn:active,
.sol-vlegacy .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.sol-vlegacy .btn.disabled,
.sol-vlegacy .btn[disabled],
.sol-vlegacy fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=40);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .40;
}
.sol-vlegacy .btn-link {
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.sol-vlegacy .btn-link:hover,
.sol-vlegacy .btn-link:focus {
  text-decoration: underline;
}
.sol-vlegacy .btn-link[disabled]:hover,
.sol-vlegacy fieldset[disabled] .btn-link:hover,
.sol-vlegacy .btn-link[disabled]:focus,
.sol-vlegacy fieldset[disabled] .btn-link:focus {
  text-decoration: none;
}
.sol-vlegacy .btn-lg,
.sol-vlegacy .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.sol-vlegacy .btn-sm,
.sol-vlegacy .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.sol-vlegacy .btn-xs,
.sol-vlegacy .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px !important;
  line-height: 1.5;
  border-radius: 3px;
}
.sol-vlegacy .btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.sol-vlegacy .btn-block + .btn-block {
  margin-top: 5px;
}
.sol-vlegacy input[type="submit"].btn-block,
.sol-vlegacy input[type="reset"].btn-block,
.sol-vlegacy input[type="button"].btn-block {
  width: 100%;
}

/* Gradient Buttons */

.sol-vlegacy .btn-default {
  background-repeat: repeat-x;
}
.sol-vlegacy .btn-default:hover,
.sol-vlegacy .btn-default:focus {
  background-position: 0 -15px;
}

.sol-vlegacy .btn-hide-ad {
    padding: 0 !important;
    width: 48px !important;
    border-radius: 10px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999999;
    background-color: transparent;
    
}

.sol-vlegacy .btn-primary {
  background-repeat: repeat-x;
}
.sol-vlegacy .btn-primary:hover,
.sol-vlegacy .btn-primary:focus {
  background-position: 0 -15px;
}

.sol-vlegacy .btn-success {
  background-repeat: repeat-x;
}
.sol-vlegacy .btn-success:hover,
.sol-vlegacy .btn-success:focus {
  background-position: 0 -15px;
}

.sol-vlegacy .btn-info {
  background-repeat: repeat-x;
}
.sol-vlegacy .btn-info:hover,
.sol-vlegacy .btn-info:focus {
  background-position: 0 -15px;
}

.sol-vlegacy .btn-warning {
  background-repeat: repeat-x;
}
.sol-vlegacy .btn-warning:hover,
.sol-vlegacy .btn-warning:focus {
  background-position: 0 -15px;
}

.sol-vlegacy .btn-danger {
  background-repeat: repeat-x;
}
.sol-vlegacy .btn-danger:hover,
.sol-vlegacy .btn-danger:focus {
  background-position: 0 -15px;
}

/* search button */
.btn-search {
    color: #b7b7b9 !important;
    background-color: #ededef !important;
    margin: 0 2px 2px 2px !important;
    display: inline-block;
    padding: 3px 5px !important;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border-radius: 4px !important;
    border: 1px solid #878892 !important;
    width: 24px !important;
    height: 24px !important;
}

/* Bootsrap NAV item */

nav {
    display: block;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.nav > li > a > img {
    max-width: none;
}