body {
    font-size: 13px;
}

p {
    padding-bottom: 5px;
    line-height: 15px;
    font-size: 13px;
}

.myob-row-line {
  padding-top: 0px;
  padding-bottom: 10px;
  margin-top: 1px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.myob-footer {
  padding-top: 0px;
  padding-bottom: 30px;
  margin-top: 25px;
  color: #777;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.myob-readonly {
  color: #777;
}

.myob-row-list {
    padding-top: 5px;
}

.myob-content-separator {
    height: 40px;
}

.myob-content-small-separator {
    height: 10px;
}

.menu .myob-footer .container {
    margin-left: 200px;
    /*width: 600px;*/
    overflow: hidden;
}

.myob-footer .container {
    padding-top: 10px;
}

.myob-footer-links {
  margin: 10px 0;
  padding-left: 0;
}
.myob-footer-links li {
  display: inline;
  padding: 0 2px;
}
.myob-footer-links li:first-child {
  padding-left: 0;
}

/*@media (min-width: 768px) {*/
  /*.myob-footer {*/
    /*text-align: left;*/
  /*}*/
  /*.myob-footer p {*/
    /*margin-bottom: 0;*/
  /*}*/
/*}*/

.myob-nosession-content-wrapper {
    min-height:670px;
}

.myob-text-info-content {
    background-color: #FFFFFF;
    min-height:670px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;

}

.myob-nosession-header {
  width: 100%;
  padding-top: 28px;
  margin-bottom: 60px;
  text-align: center;

  height: 80px;
  border: none;
  background: #324960;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #324960 0%, #487d98 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #324960), color-stop(100%, #487d98));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #324960 0%, #487d98 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #324960 0%, #487d98 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #324960 0%, #487d98 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #324960 0%, #487d98 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@topleft', endColorstr='@bottomright', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

}

.myob-nosession-header .myob-logo {
  margin-left:auto;
  margin-right:auto;
  margin-top: -30px;
  width: 180px;
  height: 80px;
  background-image: url('/static/img/obmy_logo@2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 158px 60px;
}

.myob-header-element {
    float: left;
}

.myob-header-content {
    padding-right: 20px;
    margin-top: 0px;
    display: block;
    text-align: right;
    margin-left: 0px;
    width: auto;
}

@media (max-width: 470px) {
    .myob-header-content {
        position: absolute;
        top: 8px;
        right: 5px;
        width: 200px;
        padding-right: 0px;
    }
}


.myob-login-header {
  height: 70px;
  padding-top: 8px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 70px 70px;
  position: relative;
}

.myob-login-header div.logo {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url('/static/img/bird.png');
  background-repeat: no-repeat;
  left: -20px;
  top: -20px;
}

.myob-login-header h6 {
  line-height: 35px;
}

@media (max-width: 470px) {
    .myob-login-header {
        background-size: 50px 50px;
        background-position: left top;

    }
    .myob-login-header h6 {
        padding-top: 10px;
    }
}


.myob-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

@media (min-width: 768px) {
  .myob-content-wrapper {
    padding-left: 40px;
    padding-right: 52px;
    /*padding-right: 30px;*/
  }
}

.myob-form-error {
    color: red;
    width: 100%;
    text-align: left;
}

#sidebar-nav #dashboard-menu .icon-chevron-down {
    position: absolute;
    right: 15px;
    top: 32px;
}

.login-wrapper {
    position: relative;
}

.login-wrapper .box a.forgot {
  display: block;
  text-align: right;
  font-style: italic;
  text-decoration: underline;
  color: #3d88ba;
  font-size: 13px;
  margin-bottom: 6px;
}


.login-wrapper .box .remember {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.login-wrapper .box .remember input[type="checkbox"] {
  margin-right: 8px;
}
.login-wrapper .box .remember label {
  float: left;
  color: #4a576a;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .login-wrapper .box {
    width: 400px;
  }
}

@media (max-width: 470px) {
  .login-wrapper .box {
    width: 90%;
  }
}


.login-wrapper .extra-info {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
}
.login-wrapper .extra-info p {
  display: inline-block;
  color: #aaaaaa;
}
.login-wrapper .extra-info a {
  color: #aaaaaa;
  margin-left: 7px;
  border-bottom: 1px solid;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  /* Firefox 4 */
  -webkit-transition: all .1s linear;
  /* Safari and Chrome */
  -o-transition: all .1s linear;
  /* Opera */
}
.login-wrapper .extra-info a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom-color: #fff;
}

.signup-wrapper .box{
    width: 450px;

}

@media (max-width: 767px) {
  .signup-wrapper .box {
    width: 450px;
  }
}

@media (max-width: 470px) {
  .signup-wrapper .box {
    width: 90%;
  }
}

#venue_profile {
    /*background-color: #32a3ce;*/
    /*background-color: #25c9ff;*/
    background-color: #5B8EB5;
    /*background-color: #9c56b8;*/
}

/*body.menu #sidebar-nav {*/
    /*position: fixed;*/
/*}*/

body.menu .content {
  margin-left: 210px;
  position: relative;
  overflow-x: hidden;
}

.profile_name {
    cursor: default;
    max-height: 20px;
}

.tooltip > .tooltip-inner {
    background-color: #f7f7f7;
    /*background-color: #84c4f1;*/
    color: #000;
    border: 1px solid #f7f7f7;
    max-width: 400px;
    min-width: 200px;
    width: auto;
}

.tooltip.top > .tooltip-arrow {
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #f7f7f7
}
.tooltip.left > .tooltip-arrow {
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #f7f7f7;
}
.tooltip.bottom > .tooltip-arrow {
    top:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #f7f7f7;
}
.tooltip.right > .tooltip-arrow {
    top:50%;
    left:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #f7f7f7;
}

.table .tooltip > .tooltip-inner {
    background-color: #5B8EB5;
    color: white;
    border: 1px solid #5B8EB5;
    min-width: 100px;

}
.table .tooltip.top > .tooltip-arrow {
    border-top:5px solid #5B8EB5
}
.table .tooltip.left > .tooltip-arrow {
    border-left:5px solid #5B8EB5;
}
.table .tooltip.bottom > .tooltip-arrow {
    border-bottom:5px solid #5B8EB5;
}
.table .tooltip.right > .tooltip-arrow {
    border-right:5px solid #5B8EB5;
}

.content .skins-nav {
    position: fixed;
    z-index: 9000;
}

.content .skins-nav a.first_nav .icon {
    /*position: absolute;*/
    font-size: 22px;
    margin-top: 7px;
    margin-left: -2px;
    /*left: 5px;*/
    padding-right:20px;
    /*float: left;*/
}

.content .skins-nav a.first_nav .text {
    /*position: absolute;*/
    /*left: 30px;*/
}

.content .skins-nav a.first_nav {
    /*background-color: #32a3ce;*/
    background-color: #5B8EB5;
}

/* responsive */
@media (max-width: 768px) {

  #sidebar-nav {
    position: absolute;
    z-index: 8888;
    background-color: #f7f7f7;
    padding-top: 0px;
    /* border-right: 1px solid #ccc; */
    width: 210px;
    box-shadow: 1px 1px 4px 1px #e9e9e9;
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    -ms-transition: left .3s ease;
    transition: left .3s ease;
    margin-left: 0px;
  }

}

@media (min-width: 768px) {
  .navbar-inverse {
    margin-left: 0px;
  }
}

@media (min-width: 780px) {
  .navbar-inverse {
    margin-left: 210px;
  }
}

@media (max-width: 767px) {
  .navbar-inverse #navbar-logo {
    margin-left: 60px;
    margin-right: auto;
  }
}

@media (max-width: 780px) {
  .navbar-inverse #navbar-logo {
    margin-left: 60px;
    margin-right: auto;
  }
}

.login-wrapper .box {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.form-group > label {
    margin-bottom: 1px;
}

.pricing-table-icon-yes {
    font-size: 22px;
    color: #5B8EB5;
}

.pricing-table-icon-no {
    font-size: 22px;
    color: #b51f20;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

.modal-dialog input[type=text] {
    width: 100%;
}

.multi-select {
    width: 100%;
}

.select2-input {
    width: 100%;
}

.col-invoice-filter {
    min-height: 55px;
}

.table thead th{
    padding-bottom: 10px !important;
    padding-top: 5px !important;
}

 /*1px solid #ccc*/

.input-group input,
.input-group input,
.input-group .uneditable-input,
.input-group .uneditable-input {
	border: 1px solid #ccc;
}

.input-group .input-group-addon {
	border: 1px solid #ccc;
}

.merged .input-group-addon:last-child {
    background-color: #FFFFFF;
    border-left: 0px;
}

.merged .input-group-addon:first-child {
    background-color: #FFFFFF;
    border-right: 0px;
}

.merged .btn:first-child {
    border-radius: 0px;
    border-right: 0px;
}

.merged .btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
}

.input-group input {
    border-radius: 0px;
}

.cell-align-left {
    text-align: left;
}

.cell-align-right {
    text-align: right;
}

.table .icon {
    font-size: 14px;
}

.table .icon-separater {
    padding-left: 10px;
}

.red {
    color: #a94442;
}

.blue {
    color: #2480c2;
}

.green {
    color: #1cb52a;
}

.privacy-in-signup {
    text-align: justify;
    font-size: 8pt;
    line-height: 8pt;
    margin-bottom: 4px;
    margin-top: 11px;
    font-weight: lighter;
}

#tour-start-button {
    margin-bottom: 10px;
}

div.location_map {

    width: 100%;
    height: 240px;
    max-width: none;
}
#id_location_autocomplete_latlon {
    width: 100%;
}
/* Fix for bootstrap global img overwrite to get map icons back to work */
#id_location_autocomplete_latlon_map img
{
    max-width: none;
}

.pull-right-lg {
    float: left;
    padding-top: 20px;
}

@media (min-width: 760px) {
    .pull-right-lg {
        float: right;
        padding-top: 0px;
    }
}

.btn-default-width {
    width: 135px;
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    /*background: #5B8EB5 !important;*/
    /*background-color: #5B8EB5;*/
    /*color: #FFFFFF;*/
    background: #FFFFFF !important;
    text-decoration: underline;
}

.obFileDownload.active {
    text-decoration: underline;
}

.tos-content ol li {
  padding-bottom: 5px;
  text-align: justify;
  font-weight: lighter;
  font: 14px Helvetica, Arial, sans-serif;
  line-height: 14px;
  color: #33495f;
}

.tos-content ul {
  list-style-type: none;
}

.tos-content ol li p {
  margin-bottom: 5px;
}

.tos-content ul li p {
  margin-bottom: 5px;
}

#myob-tell-a-friend-banner {
    position: relative;
    background: url('/static/img/bg-kwk-modal.png');
    height: 208px;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 20px;
}

#myob-tell-a-friend-banner > div {
    height: 100%;
    z-index: 1;
}

#myob-tell-a-friend-banner p {
    font-size: 26px;
    line-height: 30px;
    color: #245269;
}

#myob-tell-a-friend-banner p span {
    display: inline-block;
    padding-right: 110px;
}

#myob-tell-a-friend-banner img {
    position: absolute;
    bottom: 0;
}

#myob-tell-a-friend-banner .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    color: #777777;
}

#myob-tell-a-friend-banner .btn-close:hover {
    opacity: 0.8;
}

.myob-recommendation-info {
    background: url('/static/img/icon_recommend_line.png') no-repeat 50% 31px;
    background-size: 400px 11px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .myob-recommendation-info {
        background: none;
    }
}

.myob-recommendation-info > div {
    margin-bottom: 25px;
}

.myob-recommendation-info + div h4 {
    margin-bottom: 15px;
}

.myob-recommendation-info h4 {
    margin: 10px 0;
    min-height: 50px;
}

form#recommend-form .spinner {
    background-image: url('/static/img/spinner.gif');
    background-size: 18px;
    width: 18px;
    height: 18px;
    display: none;
    margin-right: 10px;
    float: left;
}

.closable {
    display: none;
}

.license-info img {
    width: 100%;
    max-width: 1123px;
}

img.license-info-0 {
    max-width: 1099px;
}


.imprint-body h1, .imprint-sidebar h1{
  font-size: 18px;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.imprint-body h2, .imprint-sidebar h2 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}

.imprint-body p {
  text-align: justify;
}


.myob-text-info-content table tr {
  vertical-align: top;
}

.myob-text-info-content table td, .myob-text-info-content table th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}

.myob-text-info-content table {
  margin-bottom: 20px;
}
