body {
  color: #444444;
  background: white;
  font-family: Calibri, Tahoma, Geneva, Arial, sans-serif, Verdana;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h1,
h1 {
  font-size: 25px;
  color: #0c4679;
  font-weight: bold;
  line-height: 36px;
}
h1:before {
  font-family: 'FontAwesome';
  content: '\f054';
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #ff9500;
  display: inline-block;
}
.text-lg {
  font-size: 120% !important;
}
.text-normal {
  font-size: 100% !important;
}
.btn {
  border-radius: 0;
}
.btn.btn-primary {
  background-color: #0c4679;
  color: #e7e7e7;
  border-color: #093359;
}
.btn.btn-primary:hover {
  background-color: #0a3962;
}
.btn-group {
  position: relative;
  z-index: 0;
  border-bottom: 0;
  top: 1px;
}
.btn-group .btn {
  border-color: #dddddd;
  border-bottom: 0;
  background-color: whitesmoke;
}
.btn-group .btn:hover {
  background-color: white !important;
  border-color: #dddddd;
}
.btn-group .btn.active {
  background-color: white;
  box-shadow: none;
  border: 0 none;
  border-bottom: 3px;
  border-color: #ff9500;
  border-style: solid;
}
.btn-group .btn:focus,
.btn-group .btn.active:focus {
  outline: none;
}
.btn-group .btn {
  background-color: white;
  border: none;
  color: #444444;
}
.btn-default,
.btn-default:hover {
  color: #444444;
}
.btn-default:hover {
  background: #f2f2f2;
}
.text-red {
  color: red;
}
.search-box #main-search {
  margin: 10px 5px 0px 0px;
  color: #444444;
  padding: 4px 6px;
  border: 0 none;
  width: 200px;
  line-height: 20px;
}
.search-box {
  display: inline-block;
}
.search-box .search-results {
  position: absolute;
  background: white;
  border: 1px solid;
  padding: 0;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #dddddd;
}
.search-box .search-results ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.search-box .search-results ul li {
  padding: 4px 10px;
}
.search-box .search-results ul li a:hover {
  text-decoration: none;
}
.search-box .search-results ul li:hover {
  background: #eeeeee;
}
.panel.login-form .btn {
  margin-top: 15px;
}
.login-form {
  padding-left: 60px;
  position: relative;
}
.login-form:before {
  content: "\f023";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #888888;
  font-size: 50px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.login-form .multifactor-login .offline-auth-button .fa-ban {
  color: red;
}
.no-wrap {
  white-space: nowrap;
}
.panel {
  margin: 0 0 15px 0;
  background-color: #fbfbfb;
  border-radius: 0;
}
.panel.form-panel {
  /*padding: 0 15px;*/
  border-radius: 0;
  background: #ffeed6;
  border: 3px solid #ffd599;
  max-width: 670px;
}
.panel.form-panel .panel {
  border-radius: 0;
  background: #ffe3bd;
  border: 3px solid #ffd599;
  max-width: 670px;
  padding-bottom: 15px;
}
.modal-dialog .form-panel {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.modal-dialog .form-panel .panel-body {
  padding: 0 15px;
}
select option[disabled] {
  color: #cccccc;
}
.mar-top {
  margin-top: 15px;
}
.mar-bottom {
  margin-bottom: 15px;
}
.mar-both {
  margin-top: 15px;
  margin-bottom: 15px;
}
.panel .panel-body label {
  width: 100%;
  display: inline-block;
  font-weight: 700 !important;
}
.panel .panel-body h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.panel .panel-body h3,
.panel .panel-body h2 {
  padding-left: 15px;
  clear: both;
}
.panel .panel-body h3 {
  padding-top: 15px;
}
.navbar-toggle {
  float: left;
  font-size: 150%;
}
.hamburger-menu {
  position: absolute;
  background: #093359;
  width: 100%;
  top: 55px;
  padding: 10px;
  z-index: 100;
  border: none;
  display: none;
  transition: height 2s !important;
  color: #e7e7e7;
}
.hamburger-menu ul {
  margin-left: 0;
  padding-left: 20px;
}
.hamburger-menu .menu-title ul li a {
  color: #e7e7e7;
}
.hamburger-menu .menu-title ul li a i {
  display: none;
}
.btn-group .count {
  font-size: 80%;
}
.hamburger-menu ul {
  list-style: none;
}
.vendorserver-content .panel {
  margin-top: 15px;
}
.vendorserver-content .modal .panel {
  margin-top: 0px;
  box-shadow: none;
}
.vendorserver-content > .alert:first-child {
  margin-top: 15px;
}
.panel.panel-default .panel {
  border: 1px solid #dddddd;
  margin-left: -30px;
  margin-right: -30px;
}
.panel.form-panel .panel {
  border: 0 none;
  border-top: 1px solid #dddddd;
}
.panel.form-panel .nav-tabs > li.active > a {
  background-color: #ffe3bd !important;
}
.panel.form-panel .nav-tabs > li > a:hover {
  background-color: white!important;
}
.panel .nav.nav-tabs {
  border: 0;
  position: relative;
  top: 1px;
  margin-left: -30px;
  margin-right: -30px;
}
.panel .panel-body label.control-label {
  text-align: left;
}
.panel .panel-body label.control-label i {
  font-size: 70%;
}
.panel .panel-body .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0px;
}
.panel.form-panel .panel-body .form-group .btn {
  margin-top: 15px;
}
.panel .panel-body .form-group label {
  margin-top: 5px;
}
.form-group .group button {
  margin: 0 15px 0 0 !important;
}
.panel .panel-body table .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.panel .panel-body .form-control {
  height: 28px;
}
.panel .panel-body select.form-control {
  padding-top: 4px;
}
.panel .panel-body .form-control.form-control-inline {
  width: auto;
  display: inline;
}
.panel .panel-body textarea.form-control {
  height: 200px;
}
.panel.panel-table {
  background: none;
  border: none;
}
.panel.panel-table table {
  margin: 0 !important;
}
.panel.panel-table .panel-body {
  padding: 0;
}
.panel .panel-body label > input[type='search'],
.panel .panel-body label > input[type='text'],
.panel .panel-body label > select,
.panel .panel-body .SumoSelect,
.panel .panel-body .select2 {
  display: inline-block !important;
  margin-left: 5px!important;
}
.panel.form-panel .panel-body .select2 {
  margin-left: 0 !important;
}
.table {
  border: 0;
}
.table tr {
  background-color: #d5e1ec;
}
.table tr.odd {
  background-color: #eaf0f6 !important;
}
.table tr th {
  background: linear-gradient(to bottom, #105b9e 3%, #105b9e 3%, #105b9e 8%, #105b9e 97%, #051e33 100%);
  color: white;
  border: 0 !important;
  vertical-align: middle !important;
  font-size: 90%;
}
.table tr:hover {
  background: #c7d7e6 !important;
}
.table tr td {
  border-left: 0 !important;
  border-right: 0 !important;
  font-size: 90%;
}
.table tfoot tr.summary {
  background: white;
  color: #444444;
  border-top: 2px solid #ff9500;
  font-weight: bold;
}
.btn {
  font-weight: normal !important;
  border-radius: 4px;
}
.btn.active {
  font-weight: bold!important;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0 !important;
}
input[type=text],
input[type=search],
select {
  border-radius: 0 !important;
}
.vendorserver-content .button-group {
  margin-bottom: 20px;
}
.vendorserver-content .button-with-input .input > div {
  display: inline-block;
}
.vendorserver-content #__IsAutoRenewable button {
  padding: 2px 5px;
}
.form-group .checkbox {
  padding-left: 15px;
}
.dropdown .dropdown-menu i {
  position: relative;
  left: -8px;
}
@media screen and (min-width: 1300px) {
  .offer-list-filters div.dataTables_filter {
    text-align: left !important;
  }
  .panel.offer-list-filters .panel-body label {
    width: auto !important;
    display: flex;
    margin-top: 5px;
  }
  .SumoSelect {
    margin-top: -5px !important;
  }
  .SumoSelect > .CaptionCont > label > i {
    left: -23px !important;
  }
  .panel.offer-list-filters .panel-body label > input,
  .panel.offer-list-filters .panel-body label > select,
  .panel.offer-list-filters .panel-body label .select2-container {
    display: inline-block !important;
    margin-top: -5px;
    margin-left: 5px !important;
  }
}
.nav > li {
  margin-right: 15px;
}
.table-filters .table-filter {
  position: relative;
}
.table-filters .table-filter i {
  position: absolute;
  right: 10px;
  top: 10px;
}
.table-filters {
  margin: 15px 15px 15px 0;
}
.offer-brand-logo {
  margin: 10px 0 10px 0;
  height: 100px;
}
.datatable-disabled table,
.datatable-disabled .dataTables_length,
.datatable-disabled .footer,
.datatable-disabled .content,
.datatable-disabled #currencies {
  display: none;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 2px !important;
  color: black;
}
div.dataTables_wrapper .panel {
  background: none;
  border: none;
  box-shadow: none;
}
div.dataTables_wrapper .panel .panel-body {
  padding: 0;
}
.table tr td a {
  font-weight: bolder;
}
.offer {
  border: 1px solid #dddddd;
  margin: 15px 0;
  cursor: pointer;
  position: relative;
  height: 460px;
}
.offer:hover {
  border-color: #ff9500;
}
.offer .top {
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #0c4679 transparent transparent;
  z-index: 1;
}
.offer .top p {
  font-size: 14px;
  font-weight: bold;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  left: 28px;
  top: 10px;
  text-align: center;
  color: #e7e7e7;
}
.offer .image {
  padding: 15px;
  min-height: 150px;
}
.offer .image img {
  max-height: 120px;
}
.offer .name {
  font-weight: bold;
  margin: 7px 0;
  font-size: 120%;
  color: #0c4679;
}
.offer .description {
  margin: 7px 0;
  height: 120px;
  overflow-y: hidden;
}
.offer .price {
  margin: 7px 0;
}
.offer .price .price-value {
  font-size: 150%;
  font-weight: bold;
  color: #0c4679;
}
.offer .operations {
  margin: 7px 0;
}
.sidenav {
  /* width: 270px;*/
  color: #e7e7e7;
  width: 100%;
  background-color: #0c4679;
  border-bottom: 4px solid #ff9500;
  margin: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  min-height: 90px;
}
.sidenav::before,
.sidenav::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
.sidenav::before {
  left: 218px;
  border-top-color: #ff9500;
  border-width: 16px 20px 0 20px;
  bottom: -16px;
  z-index: 1;
}
.sidenav::after {
  left: 225px;
  border-top-color: #0c4679;
  border-width: 10px 13px 0 13px;
  bottom: -10px;
  z-index: 2;
}
.container-fluid .navbar-nav.navbar-left {
  display: block !important;
  margin-left: 242px;
}
.container-fluid .navbar-nav.navbar-left > li > div > a {
  color: #e7e7e7;
}
.container-fluid .navbar-nav.navbar-left > li > div > a:hover {
  color: #cecece;
  text-decoration: none;
}
.container-fluid .navbar-nav.navbar-left > li > div > a:focus,
.container-fluid .navbar-nav.navbar-left > li > div > a:active {
  background-color: transparent;
}
.sidenav-container {
  width: 100%;
  padding: 0;
  display: block !important;
}
table tr.indented td {
  padding-left: 15px;
}
table .button-detail {
  cursor: pointer;
}
#nav-content {
  background: white url(/images/clouds-footer.png) bottom left no-repeat;
  min-height: 800px;
  padding-top: 91px;
  width: 100%;
}
.breadcrumb {
  background: white;
  font-size: 13px;
}
.breadcrumb > li + li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  color: #e7e7e7;
  font-size: 80%;
}
.breadcrumb > li:last-child a {
  color: #0c4679;
  font-weight: bold;
}
.breadcrumb > li:last-child::before {
  color: #ff9500;
}
.sidenav .logo-wrapper {
  display: inline-block;
}
.sidenav .logo-wrapper .atc-logo {
  display: block;
  position: absolute;
  top: 90px;
}
.sidenav .menu-title {
  padding: 10px 5px 8px 5px;
  color: #e7e7e7;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  width: 70px;
  text-align: center;
  position: relative;
}
.sidenav .menu-title:hover li.submenu {
  display: block;
}
.sidenav .menu-title li.submenu {
  position: absolute;
  background: #a2d2fb;
  left: 0;
  min-width: 150px;
  z-index: 3;
  min-width: 230px;
  padding: 15px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  top: 86px;
}
.sidenav .menu-title li.submenu ul li {
  line-height: 28px;
  width: 100%;
  border-bottom: 1px solid #79b9f2;
  text-align: left;
}
.sidenav .menu-title li.submenu ul li a {
  color: #0c4679;
  padding: 0px 20px;
  display: block;
  white-space: nowrap;
  position: relative;
}
.sidenav .menu-title li.submenu ul li a i {
  position: absolute;
  left: 0px;
  top: 5px;
}
.sidenav .menu-title li.submenu ul li a:hover {
  text-decoration: underline;
}
.sidenav .menu-title li.submenu ul li:hover {
  background-color: #a2d2fb;
}
.sidenav .menu-title strong {
  font-weight: normal;
}
.sidenav .menu-title > li:first-child {
  padding: 5px;
  display: inline-block;
  text-align: center;
}
.sidenav .menu-title:hover {
  background-color: #ff9500;
}
.sidenav .menu-title:hover > li:first-child strong {
  color: #0c4679;
}
.sidenav .menu-title > li:first-child i {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.sidenav .menu-title li.submenu {
  display: none;
}
.sidenav .menu-title a {
  color: #e7e7e7;
  font-size: 13px;
}
.sidenav .menu-title li.submenu ul li a {
  font-size: 14px;
}
.top-nav {
  width: 100%;
  border-radius: 0;
  font-size: 95%;
  background-color: #093359;
  position: fixed;
  z-index: 2;
  top: 90px;
  color: #e7e7e7;
  border-bottom: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px;
  padding: 0 15px;
}
.top-nav .container-fluid {
  max-width: 1300px;
  margin: 0;
  padding: 0;
}
.sidenav .sidenav-inner {
  max-width: 1315px;
}
.top-nav .navbar-right a:hover {
  background-color: #093359;
  color: #cecece;
}
.top-nav .navbar-right li {
  padding: 0;
  margin: 0;
  text-align: right;
}
.top-nav .navbar-right li a {
  padding-right: 15px;
}
.top-nav .navbar-right a {
  color: #e7e7e7;
}
.top-nav ul li strong {
  padding-right: 0.5em;
}
.btn-sidenav {
  margin: 5px 5px 5px 5px;
}
.sidenav ul {
  list-style: none;
}
.sidenav li {
  margin-left: 13px;
}
.sidenav-logo {
  margin: 5px 25px;
  display: block;
}
.sidenav-logo.brand-logo {
  position: relative;
  top: 10px;
  height: 60px;
}
.sidenav-logo.brand-logo-text {
  position: relative;
  top: -13px;
  font-size: 35px;
  font-weight: bold;
  color: #e7e7e7;
  text-decoration: none;
}
.atc-logo {
  width: 225px;
  margin: 5px 0 0px 5px;
  display: none;
}
#rendered-content {
  clear: both;
  max-width: 1300px;
  margin-top: -30px;
  padding-bottom: 15px;
}
.container-full #rendered-content {
  max-width: none;
}
.container-full .top-nav .container-fluid {
  max-width: none;
}
.container-full .sidenav .sidenav-inner {
  max-width: none;
  padding-right: 15px;
}
.container-body {
  min-height: 85vh;
  padding-bottom: 15px;
}
footer {
  margin-left: -15px;
  margin-right: -15px;
  vertical-align: bottom;
}
.field-validation-error {
  color: #ff3434;
}
.input-validation-error {
  border: 1px solid #ff3434;
  background-color: #ffe9e9;
}
.input-validation-error:focus {
  border-color: #ff3434;
  box-shadow: inset 0 1px 1px rgba(139, 0, 0, 0.075), 0 0 8px rgba(139, 0, 0, 0.6);
}
nav.sidenav li.submenu ul {
  margin: 0;
}
nav.sidenav ul {
  padding-left: 0;
  margin-bottom: 0;
}
nav.sidenav ul li {
  margin-left: 0;
}
nav.sidenav ul li a {
  padding-left: 33px;
  display: inline-block;
  width: 100%;
}
nav.sidenav ul li a:hover {
  text-decoration: none;
}
.panel-heading {
  background-color: transparent !important;
  padding: 0;
}
#list-content th.sorting_desc {
  min-width: 40px;
}
table tr td input[type=checkbox] {
  position: static !important;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.select2-container--default .select2-selection--single {
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-size: 12px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  min-width: 120px;
}
.select2-container {
  box-sizing: border-box;
  display: block;
  margin-top: 0px;
  position: relative;
  vertical-align: middle;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-radius: 0px;
  border-color: #cccccc;
  min-height: 30px;
}
.select2-container--default .select2-selection--multiple {
  border-radius: 0px;
  border-color: #cccccc;
  min-height: 30px;
}
.service-offers-pricelists .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 3px;
}
.service-offers-pricelists .select2-search__field {
  min-width: 50px;
}
.service-offers-pricelists .select2-container {
  /* width: 59.6719px; */
  width: auto !important;
  border-radius: 0;
  display: inline-block !important;
  margin: 0;
}
.sidenav .sidenav-inner select.lang-select {
  margin: 29px 0;
  color: #e7e7e7;
  background-color: #093359;
  border: 0;
  padding: 5px;
  float: right;
}
@media screen and (max-width: 1340px) {
  .sidenav .sidenav-inner select.lang-select {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sidenav {
    display: none;
  }
  .top-nav {
    top: 0px !important;
  }
  .container-fluid .navbar-nav.navbar-left {
    display: none !important;
  }
  .container-fluid .navbar-nav.navbar-right {
    float: right;
  }
  #nav-content {
    padding-top: 20px;
  }
  .search-box {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .logo-wrapper {
    overflow: hidden;
    display: inline-block !important;
  }
  .logo-wrapper .sidenav-logo {
    margin: 0px 0 10px 15px;
  }
  .sidenav .menu-title {
    padding: 10px 0px 8px 0px;
  }
}
@media (max-width: 992px) {
  .container-fluid .navbar-nav.navbar-left {
    margin-left: 0;
  }
  .search-box #main-search {
    width: auto;
  }
  .service-detail .submit-button-container {
    text-align: center;
    margin-top: 15px;
  }
}
.pagination > li > a,
.pagination > li > span,
.pagination > .disabled > a {
  background: transparent;
  border: none;
  padding: 0 10px;
  color: #444444;
  border-radius: 0;
}
.pagination > .disabled > a {
  color: #444444;
}
.pagination > .disabled > a:disabled {
  background-color: transparent;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > .disabled > a:hover {
  background-color: #e6e6e6;
  color: white;
}
.pagination .active a:hover {
  background: transparent;
}
.pagination .active a,
.pagination .active a:focus {
  font-weight: bold;
  color: #ff9500 !important;
  padding: 3px 6px;
  background: transparent;
  padding: 0 10px;
}
.overlay {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.overlay > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.overlay > div > span {
  position: fixed;
  top: 30%;
  left: 30%;
  text-align: center;
}
.overlay > div > span > span {
  font-size: 20px;
  font-weight: bold;
}
footer .background-wrapper {
  background-color: #222222;
}
footer {
  z-index: 120;
  position: relative;
}
footer > div > div {
  /*height: 50px;*/
  /* line-height: 50px; */
  vertical-align: middle;
  color: #e7e7e7;
}
footer .footerinfo {
  padding: 20px 0;
  color: #bbbbbb;
}
footer .footerinfo strong {
  display: inline-block;
  width: 70px;
  font-weight: normal;
  color: #bbbbbb;
}
footer .footerinfo ul {
  margin: 0;
  padding: 0;
}
footer .footerinfo .inline-links li {
  line-height: 19px;
}
footer .footerinfo li {
  margin-left: 0;
  list-style-type: none;
  padding-left: 20px;
  background: url(images/path-bullet.png) left 4px no-repeat;
}
footer .footerinfo a {
  color: #bbbbbb;
}
footer .footerinfo li > a {
  color: #bbbbbb;
}
footer .footerinfo .inline-links h4 {
  margin-bottom: 4px;
}
/*
    SUMO SELECT
*/

.SumoSelect {
  margin-left: 5px;
}
.SumoSelect .SumoUnder {
  height: 0 !important;
}
.SumoSelect .CaptionCont {
  height: 30px;
  border: 1px solid #cccccc !important;
}
.SumoSelect.disabled .CaptionCont {
  background: #eeeeee;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #337ab7 !important;
}
.SumoSelect > .CaptionCont > span {
  font-size: 12px;
}
.SumoSelect .select-all > label,
.SumoSelect > .CaptionCont,
.SumoSelect > .optWrapper > .options li.opt label {
  font-size: 12px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  font-size: 12px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  font-size: 12px;
}
h1 + .row {
  position: relative;
}
h1 + .row > .col-md-3,
h1 + .row > .col-md-6 {
  text-align: right;
  position: absolute;
  top: -40px;
  right: 0;
}
#list-content_processing {
  background: white;
  opacity: 0.7;
}
.event-container .event {
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 15px;
  cursor: pointer;
  margin-bottom: 15px;
}
.event-container .event .event-header {
  color: #0c4679;
  font-weight: bold;
  font-size: 150%;
}
.event-container .event .event-date {
  text-align: left;
}
.event-container .event .event-priority {
  text-align: left;
}
.event-container .event h2 {
  color: #0c4679;
  font-weight: bold;
  font-size: 150%;
}
#error-container {
  margin-top: 15px;
}
.custom-shop .shop-skins .shop-skin {
  cursor: pointer;
  padding: 2px;
  float: left;
}
.custom-shop .shop-skins .shop-skin img {
  border: 3px solid transparent;
}
.custom-shop .shop-skins .shop-skin.selected img {
  border-color: #ff9500;
}
.service-detail .price span {
  color: #0c4679;
  font-weight: bold;
  font-size: 25px;
}
.service-detail .price {
  margin: 15px 0;
  padding-top: 0;
}
.service-detail .select2-container {
  margin-top: 3px;
}
.service-detail .parameters > div {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.service-detail .parameters > .price {
  padding-top: 0;
}
.service-detail .image {
  min-height: 175px;
}
.service-detail .description {
  text-align: justify;
}
.service-detail .parameters .buy {
  padding: 15px 0;
}
.invoice-detail.read-only .form-group div > div {
  display: inline;
}
.invoice-detail.read-only .form-group label {
  width: auto;
  margin-right: 5px;
}
table.billing-subscriptions tr.manual-invoiced {
  text-decoration: line-through;
}
.order-detail .overdue .value {
  background-color: red;
  color: white;
  padding: 0 3px;
}
.order-detail .control-label {
  padding: 0 3px;
}
.order-detail .form-group {
  white-space: nowrap;
}
.panel.note-editor {
  margin: 0 !important;
  background: transparent !important;
  border: none!important;
  box-shadow: none !important;
}
.panel.note-editor.fullscreen {
  max-width: none;
  background: white!important;
}
.alert.closeable {
  position: relative;
  display: none;
}
.alert.closeable .close-btn {
  content: "\f00d";
  font-family: 'FontAwesome';
  position: absolute;
  right: 7px;
  display: inline-block;
  width: 15px;
  height: 30px;
}
.alert.closeable .close-btn:hover {
  cursor: pointer;
}
#legend-container {
  text-align: center;
}
#legend-container .legend {
  margin: 7px;
  padding: 0px 7px;
  display: inline-block;
  border: 1px solid;
}
#legend-container .legend.legend-active {
  border-color: #ff6384;
  background: #f3dbe0;
  color: #ff6384;
}
#legend-container .legend.legend-trial {
  border-color: #0d4679;
  background: aliceblue;
  color: #0d4679;
}
#legend-container .legend.legend-suspended {
  border-color: #ff950d;
  background: #fbdcb4;
  color: #ff950d;
}
table#expiring-subscriptions-list tbody tr th {
  background: white;
  color: #444444;
}
.dropdown .dropdown-menu li.text-divider {
  color: #0c4679;
  padding: 0 15px;
  font-weight: bold;
}
.input-with-icon {
  position: relative;
}
.input-with-icon i {
  position: absolute;
  left: 6px;
  top: 4px;
  font-size: 130%;
  cursor: pointer;
}
#__CustomTermDate {
  width: 47%;
}
#authenticator-create-modal iframe {
  width: 100%;
  min-height: 450px;
  border: 0;
}
.df-ui-result {
  padding: 15px;
  border: 1px dashed;
  margin: 15px 0;
}
.vendorserver-content #__Detail #__SubscriptionName button {
  padding: 2px 5px;
  margin-left: 10px !important;
}
.upg_eligibility .group {
  display: none;
  padding: 15px;
}
.upg_eligibility.in .group {
  display: block;
}
