body, p{
    font-family: "Open Sans", "Odoo Unicode Support Noto", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 20px;
    font-family: "Roboto Condensed", "Odoo Unicode Support Noto", sans-serif;
}
@media (min-width: 768px)
{
h1, .h1{
    font-size: 85px;
    line-height: 1;
    font-weight: 300;
}
h2, .h2{
    font-size: 50px;
    line-height: 1.2;
    font-weight: 300;
}
h3, .h3{
    font-size: 34px;
    font-weight: 300;
    padding-bottom: 1px;
}
h4, .h4{
    font-size: 14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
}
h5, .h5{
    font-size: 18px;
    font-weight:700;
}
}
.dark{
    color:#ffffff;
}
.page-container .lead{
    font-size: 18px;
    color:#999999;
    padding-bottom:50px;
}
@media (min-width: 768px)
{
.page-container .lead{
    font-size: 24px;
    padding-bottom:20px;
}}
.app-holder{
    background-color: #ffffff;
    color:#070707;
    padding: 4em 2em;
    width:100%;
    display:block;
	float:left;
	margin:20px 0 0 0;
}
@media (min-width: 768px)
{
    .app-holder{
    width:23%;
    max-width: 300px;
	margin:20px 2% 0 0;
}
}
.page-container .app-holder:nth-of-type(5)
{
	margin-right:0;
}
.app-holder img{
   max-width: 175px;
   padding-bottom: 25px;
}
.app-holder p{
    font-family: "Open Sans", "Odoo Unicode Support Noto", sans-serif;
    font-size: 12px;
    line-height:1.5;
    padding-bottom: 25px;
}
.app-holder .btn{
    font-family: "Roboto Condensed", "Odoo Unicode Support Noto", sans-serif;
    font-size:12px;
    font-weight:700;
    color:#ffffff;
    letter-spacing:1px;
    background: #00af40;
    padding: 10px 20px;
    text-transform:uppercase;
}
.app-holder .btn:hover{
    background: #000000;
}
.table thead{
    font-family: "Roboto Condensed", "Odoo Unicode Support Noto", sans-serif;
    font-weight:700;
    font-size: 14px;
    color:#58595b;
    border-top: solid 2px #333333;
}
.table thead th {
    padding: 10px;
}
.table thead tr{
    background-color:#e2e4e5 !important;
}
.table tr{
    color:#58595b;
    border: solid 1px #e2e4e5;
    background-color:#f4f4f7
}
.table td{
    font-family: "Roboto Condensed", "Odoo Unicode Support Noto", sans-serif;
    font-size: 14px;
    padding: 10px;
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 40px;
  text-align: left;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2)
}
.form input {
  font-family: "Open Sans", "Odoo Unicode Support Noto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto Condensed", "Odoo Unicode Support Noto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #00af40;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin-top:20px;
  margin-bottom:20px;
}
.form button:hover,.form button:active,.form button:focus {
  background: #000000;
}
.form button.clear{
    background: transparent;
    border: 1px solid #4CAF50;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #00af40;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  background: #ffffff;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#message p {
  font-family: "Open Sans", "Odoo Unicode Support Noto", sans-serif;
    font-size: 12px;
    line-height: 1
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: #00af40;
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.o_portal_my_home{
    padding-top:50px;
}
#portal_sale_content{
    border:0px !important;
}
#wrapwrap.o_portal {
    background-color:#ffffff !important;
}
#so_date{
    background-color:#ffffff;
    font-family: "Open Sans", "Odoo Unicode Support Noto", sans-serif;
    font-size:12px;
}

.o_my_sidebar{
    padding-top:90px !important;
}
.o_my_sidebar .btn-sm{
    padding: 0.3125rem 0rem;
    font-size: 0rem;
    line-height: 1.5;
    border-radius: 0rem;
    float: right;
    color:#3333333;
}
.o_my_sidebar .btn-link{
    color: #3333333  !important;
}

.o_portal_my_details a{
    font-size:0px;
}
.o_portal_my_details .fa{
    font-size:14px !important;
}
.o_portal_my_details .fa-pencil:before {
    content: "\f013" !important;
    color:#999999;
}
.o_portal_my_details hr {
    padding-top: 20px !important;
}
.o_portal_contact_img {
    margin-top: 15px;
}
#wrapwrap > header .navbar .navbar-brand {
    padding: 0;
}
@media (min-width: 768px)
{
#wrapwrap > header .navbar .navbar-brand {
    padding: 1.5rem 0 1rem 1rem;
}}

#wrapwrap > header .navbar {
    padding: 1rem 1rem 1rem 1rem;
    border-right: solid 1px #202020;
} 
@media (min-width: 768px)
{
#wrapwrap > header .navbar {
    padding: 1rem 0rem 1rem 1rem;
    border-right: solid 1px #202020;
} 
}
.navbar-nav{
    padding-top:20px;
}
.navbar .navbar-nav .nav-link{
    margin: 0 0;
    padding:.5rem 1rem;
}
.navbar-light .navbar-nav .nav-link.active {
    border:0;
    background-color: rgba(250, 250, 250, .1);
}
.navbar .nav-link{
font-family: "Open Sans", "Odoo Unicode Support Noto", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #666666 !important;
    opacity:1;
    transition: opacity 0.2s ease, color 0.2s ease;
}
#top_menu .nav-link{
    font-size: 20px;
    font-weight: 300;
    color: #ffffff !important;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #FFFFFF;
}
.navbar-nav .nav-link {
    padding-top: 0rem;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid transparent;
}
.o_portal_wrap .container {
    max-width: 100%;
    padding: 0px 20px;
}
.o_portal_wrap .col-lg-6{
    flex: 0 0 100%;
    max-width: 100%;
    padding-right:5px;
}
@media (min-width: 768px)
{
.o_portal_wrap .container{
    max-width:calc(100% - 40px);
    padding:0 20px;
}
.o_portal_wrap .col-lg-6{
    flex: 0 0 75%;
}
}

.o_portal_my_home .list-group{
    -webkit-flex-direction: column;
    flex-direction: row;
    flex-wrap: wrap;
}
.o_portal_my_home .list-group-item{
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 0;
    outline: none;
    text-decoration: none;
    transition: all .5s ease 0s;
    aspect-ratio: 1 / 1;
    color: #999999;
    text-shadow: none;
    font-family: "Roboto Condensed", "Odoo Unicode Support Noto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-top: 15px;
    letter-spacing: 1px;
    }
.o_portal_my_home .list-group-item:hover{
    color:#070707;
    box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 20%);
    transition: all .5s ease 0s;
    border: 1px solid #ffffff;
}

.o_portal_my_home .list-group-item-action {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
    }
@media (min-width: 768px)
{
.o_portal_my_home .list-group-item-action {
    width: calc(25% - 20px);
    margin: 0 20px 20px 0;
    }}
.o_portal_docs .justify-content-between{
    justify-content: center  !important;
}
.badge-secondary{
    background-color:#070707 !important;
}
.o_portal_my_home .badge-pill {
    position: absolute;
    top: -5px;
    right: -5px;
}
.o_portal_my_details hr {
    display: none;
}
.o_portal_wrap address div[itemprop="address"] > div .fa {
    display: none;
}
#oe_structure_header_sidebar_1{
    margin-left:1rem;
}
#oe_structure_header_sidebar_1 img {
    margin: 0 auto 20px 0;
    max-width: 80px;
    display: block;
}
#oe_structure_header_sidebar_1 a{
    color:#666666;
}
@media (min-width: 768px)
{

#sidebar_content{
    background-color:#f4f4f7 !important;
    margin-top: 130px;
}
#sidebar_content address{
    font-family: "Open Sans", "Odoo Unicode Support Noto", sans-serif;
    font-size: 12px;
}
#sidebar_content .text-muted{
    font-family: "Open Sans", "Odoo Unicode Support Noto", sans-serif;
    font-size: 12px;
    font-weight:700;
    color:#212529 !important;
}
#sidebar_content .row a.small{
    text-decoration: none  !important;
    font-size: 12px !important;
    color: #212529;
    text-decoration:underline;
}
#sidebar_content .small .fa{
    display:none;
}

.o_footer .o_footer_copyright {
    background-color: rgba(0, 0, 0, 1);
}
.o_footer_copyright .o_footer_copyright_name {
    font-family: "Open Sans", "Odoo Unicode Support Noto", sans-serif;
    font-size: 12px;
}
.o_footer{
    border-top: solid 1px #333;
}
.o_footer .btn{
    width:100%;
}
.badge-secondary{
    background-color:#070707;
}}
@media (min-width: 768px)
{
.o_footer .btn{
    width:auto;
}
}
.fa.rounded-empty-circle {
    border-width: 0px;
}
.fa.rounded-empty-circle{
    width: 2rem;
}

.green-border-btn{
    margin-top: 15px;
    border-color: rgba(0, 174, 65, 0.75);
    color: rgb(0, 174, 65);
    visibility: visible;
    background-color: transparent;
}


.btn-block {
    font-family: "Open Sans", "Odoo Unicode Support Noto", sans-serif;
    font-size: 14px;
    padding:15px 25px;
    width: 50%
}

.badge-secondary[data-text="0"] {
    background-color:#efefef;
}

.badge-pill {
    padding-top:7px;
    padding-right:10px;
    padding-bottom:7px;
    padding-left:10px;
}
.o_portal_sale_sidebar{
    margin-top:0px !important
}

.o_portal_wrap address div[itemprop="address"] > div .fa + span, .o_portal_wrap address div[itemprop="address"] > div .fa + div {
    display: block;
    padding-left: 0px
}
.o_portal_my_security h4{
    margin-top:30px;
}
.o_portal_my_security a{
    text-transform:capitalize;
    letter-spacing:0;
    color:#070707;
    text-decoration:underline;
    font-size:12px;
}
.o_portal_wrap .o_portal_navbar .breadcrumb{
    margin-left: 0px;
}
.o_portal_submenu {
    background-color: transparent !important;
    border:0px !important;
    padding: 50px 0 30px!important;
    font-family: "Roboto Condensed", "Odoo Unicode Support Noto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-left: 0px;
}
.o_portal .bg-white{
    background-color: transparent !important;
}
.o_portal .border{
    border:0px !important;
}

.o_portal_wrap .o_portal_navbar .border{
    border:0px;
}

.navbar-light .navbar-text {
    color: #999999 !important
}
.rounded, .card{
    border-radius:0px !important;
}

.o_total{
    font-family: "Roboto Condensed", "Odoo Unicode Support Noto", sans-serif;
    color:#000000 !important;
    font-weight: 700;
    border: 0px !important;
    border-top: solid 3px #000 !important;
    border-radius:0px !important;
    margin-top:10px;
    background-color:#ffffff !important
}
.o_total .table td {
    font-size: 18px;
}
.o_portal_wrap .o_portal_my_doc_table tr:last-child td {
    padding-top: 15px;
    padding-bottom: 15px
}
.o_download_pdf .btn-block{
    font-size: 12px;
    padding: 5px 5px;
    color:#58595b;
    background-color:#e2e4e5;
    border:0px;
}
.list-group-item {
    padding: 0.75rem 0.75rem;
}
.o_download_btn, .o_print_btn{
    font-size:0px !important;
}
.o_download_btn .fa, .o_print_btn .fa{
    font-size:14px !important;
}
.o_portal_sidebar #sidebar_content.card > ul > li a{
    color:#212529;
    font-size:14px;
    Text-decoration:underline;
}
.o_portal_sidebar #sidebar_content.card > ul > li a:hover{
    Text-decoration:none
}
.card-footer:last-child {
    display: none !important;
}

#introduction{
    background-color:#ffffff  !important;
    border-bottom:0px;
    padding-bottom:58px !important;
}
#introduction h2, #introduction .h2{
    font-size: 18px;
    font-weight:300;
    letter-spacing:3px;
    text-transform:uppercase;
    text-align:right;
}
#sidebar_content h2{
    font-size: 24px;
    font-weight:300;
    letter-spacing:0px;
    text-transform:uppercase;
    text-align:left;
    padding: 5px 0 10px 15px;
    font-weight:700;
}
#sidebar_content .list-group-item{
    background-color:transparent
}
.navspy{
    padding-bottom:50px;
}
.o_portal_contact_img{
border-radius: 0% !important;
}
address{
    font-family: "Open Sans", "Odoo Unicode Support Noto", sans-serif;
    font-size:14px;
}
#shipping_address{
    background-color: #ffffff;
    padding-bottom:80px;
}

#introduction h2 em, #introduction .h2 em{
    font-weight:700;
    font-style: normal;
}
.card-body{
    padding:0px;
}
#informations {
    background-color: #f4f4f7 !important;
    padding: 0px;
    border-bottom: solid 8px #f4f4f7;
}
#informations section{
    border: 1px solid #f4f4f7;
    margin-top:0px !important;
    padding:40px 20px;
}
/*
#informations .col-lg-6{
    padding-left: 60px;
    padding-right: 0px;
}

#informations strong.d-block {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #939598;
    transform: rotate(90deg);
    left: -21px;
    top: 75px;
    position: absolute;
    border-top: 1px solid #939598;
    padding-top: 5px;
}
 */
 #informations .col-lg-6{
    padding-left: 30px;
    padding-right: 0px;
}
 #informations strong.d-block {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #939598;
    padding:20px 0 10px 0px;
}
.o_portal_wrap address span[itemprop="name"] {
    font-weight: 700;
}
.alert-warning {
    color: #ffffff;
    background-color: #c54241;
    border-color: #ffffff;
    border-radius:0px;
}
.alert-warning a{
    color: #ffffff;
    padding-left:20px;
}
.alert{
    padding:0.75rem;
}
.close {
    text-shadow: 0 0;
    color:#ffffff;
}
.o_portal_chatter_message{
  border-top:solid 2px #333;
  margin-top:40px;
}
.media-body {
    padding-top: 20px;
    font-family: "Open Sans", "Odoo Unicode Support Noto", sans-serif !important;
    font-size:14px !important;
  font-weight: 400  !important;
}

.o_portal_chatter .o_portal_chatter_avatar {
    margin-right: 20px;
    margin-top: 20px;
}
.o_portal_chatter hr{
    margin-top:0px;
    margin-bottom:0px;
}
.o_portal_chatter .o_portal_chatter_composer, .o_portal_chatter .o_portal_chatter_messages blockquote{
    margin-bottom: 40px;
    padding:20px;
    background-color:#f4f4f7 ;
}
.o_portal_chatter .o_portal_chatter_messages blockquote{
    margin-top:20px  !important;
    padding:20px !important;
    border-left:1px solid #939598  !important;
}
.o_portal_chatter_message_title{
   padding-bottom: 40px;
}
.o_portal_chatter .o_portal_chatter_messages .o_portal_chatter_message_title p{
  font-size:12px;
  font-weight: 400; 
}
.o_portal_chatter_message_title h5{
   margin-bottom:0px !important;
}


.manage_payment_method, .o_brand_promotion{
    display:none;
}
