/*
Theme Name: Developer Portal Custom
description: >-
  Developer Portal child theme from manual
Author: Sneha Ashtikar
Template: manual
Update URI: false
Version: 1.0.0
*/

@font-face {
    font-family: Myriad Pro;
    src: url(./fonts/Myriad-Pro/MYRIADPRO-REGULAR.OTF);
    font-weight: normal;
}
@font-face {
    font-family: Myriad Pro Semibold;
    src: url(./fonts/Myriad-Pro/MYRIADPRO-SEMIBOLD.OTF);
    font-weight: normal;
}

@font-face {
    font-family: Bogle;
    src: url(./fonts/Bogle/Bogle-Regular_806058229.otf);
    font-weight: normal;
}

@font-face {
    font-family: Bogle-Bold;
    src: url(./fonts/Bogle/Bogle-Bold_576244641.otf);
    font-weight: normal;
}

.footer-bg{
    background: #2B3339 url(https://d2fe4d050astg.blob.core.windows.net/stg/wp/spark-bg.png) repeat-y !important;
    background-size: 300px !important;
}

.footer-logo{
	width: 70%;
}
.copyright-section{
	text-align: left !important;
}

.step-box .top-icon .aio-icon-header, .step-box .top-icon .aio-icon-description{
    text-align: left;
}

/* body > footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;

} */
/* body{
  position: relative;
  min-height: 100%;
} */

body{
  font-size: 16px !important;
}
@media screen and (min-width: 768px){
    body.home > div.jumbotron_new.inner-jumbotron.jumbotron-inner-fix.noise-break.header_custom_height > div > div > div > div > h1.custom_h1_head{

      width: 800px;
      line-height: 1;
      font-size: 80px !important;
      padding: 100px 0px 10px 0px;
      position: relative;
    }
    body.home > div.jumbotron_new.inner-jumbotron.jumbotron-inner-fix.noise-break.header_custom_height > div > div > div > div > h1.custom_h1_head::after{
      height: 275px;
      width: 200px;
      background: url(/image/asdp/sparklet-white.png) no-repeat;
      position: absolute;
      /* margin-left: 0px; */
      background-size: 200px;
      /* margin-top: -50px; */
      margin-right: 1;
      content: "";
      top: -40px;
      right: -10px;
    }
    body.home > div.jumbotron_new.inner-jumbotron.jumbotron-inner-fix.noise-break.header_custom_height > div > div > div > div > p{
      width: 750px;
    }


}

@media screen and (max-width: 768px){
    body.home > div.jumbotron_new.inner-jumbotron.jumbotron-inner-fix.noise-break.header_custom_height > div > div > div > div > h1.custom_h1_head{
        line-height: 1;
        font-size: 60px !important;
        padding-top: 50px;
        padding-right: 40px;
        background-image: url(/image/asdp/sparklet-white.png);
        background-repeat: no-repeat;
        background-size: 85px 120px;
        background-position: right 35px top 10px;
    }
}

@media screen and (min-width: 768px){
  body.home_doc > div.jumbotron_new.inner-jumbotron.jumbotron-inner-fix.noise-break.header_custom_height > div > div > div > div > h1.custom_h1_head{
    font-size: 94px !important;
    }

 body.home_doc > div.jumbotron_new.inner-jumbotron.jumbotron-inner-fix.noise-break.header_custom_height > div > div > div > div > h1.custom_h1_head:after{
    height: 150px;
    width: 100px;
    background: url(/image/asdp/sparklet-white.png) no-repeat;
    position: absolute;
    margin-left: -10px;
    background-size: 100px;
    margin-top: -75px;
    content: "";
    }

}
body.home-mx > div.jumbotron_new.inner-jumbotron.jumbotron-inner-fix.noise-break.header_custom_height > div > div > div > div > h1.custom_h1_head:before{
  position: absolute;
  background: linear-gradient(to right, green 0%, green 33%, white 33%, white 66%,red 66%);
  height: 5px;
  content: '';
  bottom: 0;
  left: 0;
  width: 200px;
}
body.home-ca > div.jumbotron_new.inner-jumbotron.jumbotron-inner-fix.noise-break.header_custom_height > div > div > div > div > h1.custom_h1_head:before{
  position: absolute;
  background: linear-gradient(to right, red 0%, red 33%, white 33%, white 66%,red 66%);
  height: 5px;
  content: '';
  bottom: 0;
  left: 0;
  width: 200px;
}

@media screen and (max-width: 991px){
  .navbar .nav-fix .search-container {
    position: absolute;
    right: 7%;
  }
}

body.home{
  background-color: #F6F6F6;
}
.modal {
    text-align: center;
    padding: 0!important;


  }

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
  }


   .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;

  }

  .modal-header{
      background-color: #002654;
  }
  .modal-title{
      margin: 0px !important;
      color: #fff !important;
  }

  @media screen and (min-width: 850px) {
    .modal-dialog{
      min-width:850px !important;
    }
  }

  #preloginModal > div.modal-dialog > div > div.modal-body > div > div > a.login-box > div{
    color: #002654;
    text-align: center;
    font-size: 20px;
    font-family: Myriad Pro;
    height: 75px;
  }

  #preloginModal > div.modal-dialog > div > div.modal-body > div > div > a.login-box > div > span{
    color: #002654;
    text-align: center;
    font-size: 20px;
    font-family: Bogle;
  }

  #preloginModal > div.modal-dialog > div > div.modal-body > div > div > a.login-box > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  #preloginModal > div.modal-dialog > div > div.modal-body{
    background: #F7F9FA;
  }

  #preloginModal > div.modal-dialog > div > div.modal-body > div > div > a.login-box{
    background: white;
    padding-top: 15px;
    display: block;
    height: 271px;
    width: 269px;
  }
  #preloginModal > div.modal-backdrop{
    z-index: 0;
  }

  #preloginModal > div.modal-dialog > div > div.modal-header > button.close{
    opacity: 1;
    text-shadow: none;
    color: #fff;
  }
  #navbar ul li > ul li a:hover,#navbar ul li > ul li a:focus{
    background-color: #eee;
  }

  .navbar-inverse .navbar-nav> li.country-selector> ul.sub-menu{
    width: 150px !important;

    /* box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
    border-radius: 4px; */
  }
  .navbar-inverse .navbar-nav> li.country-selector> ul.sub-menu> li.menu-item{
    width: 150px !important;
  }

  .navbar-inverse .navbar-nav> li.country-selector> ul.sub-menu> li.menu-item > a > img{
    float: right;
  }

  #navbar ul li.has-sub:hover > ul, #navbar ul li.has-sub:hover > div {
    display: none;
  }
  #navbar li.menu-edge > ul {
    left: -50px;
  }
  /* .navbar {
    background:rgba(0,39,83,1)!important;
  } */

  #navbar ul li > ul li.active a {
    color: #00324F !important;
}

  .navbar-inverse .navbar-nav> li> ul.sub-menu, .navbar-inverse .navbar-nav> li> ul.sub-menu > li > ul.sub-menu {
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
    border-radius: 4px;
  }
  .navbar-inverse .navbar-nav> li> ul.sub-menu >li>a, .navbar-inverse .navbar-nav> li> ul.sub-menu > li > ul.sub-menu >li > a{
   text-transform: none!important;
  }

  .navbar-inverse .navbar-nav> li.menu-item> a{
    padding: 6px 8px;
    margin: 8px;
    line-height: 28px;
   }

   .navbar-inverse .navbar-nav> li.menu-item> a >i{
    margin-left: 8px;
    font-size: 16px;
    line-height: 1.75;
   }

  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: 0px;
  }

  .navbar-inverse .navbar-nav>li.pre-login >a:hover{
    cursor: pointer;
  }

  .navbar .nav-fix {
    display: flex;
  }

  .navbar .nav-fix .search-container {
    position: relative;
    flex: 1;
  }

  .navbar .nav-fix .search-container ci-search {
    position: absolute;
    right: 0;
    top: 10px;
  }

  .navbar .nav-fix .search-container ci-search input[type="text"] {
    min-height: 30px;
    border-radius: 4px;
  }

  .navbar .nav-fix .search-container ci-search .er-dummy-search-box .er_search_button_dummy {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  body.tax-manualdocumentationcategory>.navbar-inverse{
    position: fixed !important;
    height:50px !important;

  }



  body.tax-manualdocumentationcategory > div.jumbotron_new.inner-jumbotron.jumbotron-inner-fix.noise-break.header_custom_height{
    display: none;
  }
  body.tax-manualdocumentationcategory > div.container.content-wrapper.body-content.dp-inline-doc {
    background: #fff !important;
    width: 100% !important;
    padding: 50px 0px 0px 0px;
  }

  body.tax-manualdocumentationcategory > div.jumbotron_new.inner-jumbotron.jumbotron-inner-fix.noise-break.header_custom_height > div > div{
    padding-top: 0px;
  }
  body.tax-manualdocumentationcategory > div.container.content-wrapper.body-content.dp-inline-doc > div.margin-top-btm-50 {
    margin: 0px 0px 0px 0px;
  }

  #docinlinespy{
    padding-top: 20px;
  }
  #docinlinespy > div.cat-name{
    font-family: Bogle;
    font-size: 26px;
    padding-left: 20px;
  }

  #docinlinespy > ul{
    padding-top: 20px;
    font-size: 16px;
  }

  #docinlinespy > ul > li{
    padding-left: 20px;
  }

  #docinlinespy > ul > li.active {
    color: #007DC6;
    border-left: 2px solid #007DC6;
  }

  body > div.container.content-wrapper.body-content.dp-inline-doc > div >  div.api-ref{
    margin: 0px;
    background-color: #F3F4F5;
    color: rgb(0, 0, 0);
    font-size: 16px;
    padding: 4px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 2;
    height: 40px;
  }

  body > div.container.content-wrapper.body-content.dp-inline-doc > div > div.api-ref.row > div >span > a{
    color: rgb(0, 0, 0);
    padding-top: 12px;
  }

  div.yellow-spark > div.uvc-main-heading > p{
    font-family: Bogle;
  }

  div.yellow-spark > div.uvc-main-heading > p::after{
    height: 150px;
    width: 100px;
    background: url(/image/asdp/sparklet-yellow.png) no-repeat;
    position: absolute;
    margin-left: -10px;
    background-size: 100px;
    margin-top: -50px;
    content: "";
  }

  .api-ref-link{
    padding-left: 69px;
  }

  div.grid-outer-box{
    box-shadow: 0px 2px 19px 0px rgba(0,0,0,0.15);
  }
  div.post-grid-box{
    padding: 25px !important;
  }

  div.post-grid-title{
    text-decoration: underline;
    font-family: Bogle;
    margin-bottom: 30px;
    font-size: 26px;
  }
  /* div.post-grid-excerpt{
    word-break: break-all;
  } */

  /* #post-24 > div > div.pg-custom-vc.vc_row.wpb_row.section.vc_row-fluid.vc_custom_1600829654092 > div > div > div > div > div.ult-animation.ult-no-mobile > div > div > div > div > div:nth-child(1) > div.vc_grid-item-mini.vc_clearfix > div.vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 > div > div > div */
/*
  #menu-item-480 > a:nth-child(1){
    padding: 6px 8px;
margin: 8px;
line-height: 28px;
  }
  .fa-angle-up{
    margin-left: 8px;
font-size: 16px;
line-height: 1.75;
  } */


  /*
  * Category Grid css
  */
  div.doc-category-grid > div.doc-category-col{
    padding: 15px 30px 30px 0px;

  }
  div.doc-category-grid > div.doc-category-col> div.category-item{
    margin: 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 19px 0px rgba(0,0,0,0.15);
    height: 275px;
    background-color: #fff;
    border-radius: 3px;
  }
  div.doc-category-grid > div.doc-category-col:nth-child(3n+1)> div.category-item{
    border-bottom: solid 6px #fa6400 !important ;
  }
  div.doc-category-grid > div.doc-category-col:nth-child(3n+2)> div.category-item{
    border-bottom: solid 6px #3ec5e6 !important ;
  }
  div.doc-category-grid > div.doc-category-col:nth-child(3n+3)> div.category-item{
    border-bottom: solid 6px #ffc220 !important ;
  }
  .cat-name{
    padding-top: 50px;
  }

  .page-title-header{
    padding-top: 20px;
  }

  div.doc-category-grid > div.doc-category-col> div.category-item > div > div.category-name{
    font-family: Bogle;
    font-size: 24px;
    color: #00324F;
    margin: 0px 0px 10px 0px;
    padding: 0px 15px;
    line-height: 1;
  }
  div.doc-category-grid > div.doc-category-col> div.category-item > div.category-description{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.doc-category-grid > div.doc-category-col> div.category-item> div.category-links{
    margin-top: auto;
  }
  div.doc-category-grid > div.doc-category-col> div.category-item> div.category-links> div> a{
    padding-top: 69px;
    /* text-decoration: underline !important; */
    text-align: left;
    font: 16px Myriad Pro;
    letter-spacing: 0px;
    color: #242E40;
    opacity: 1;
  }

div.blog > div.caption > p.blog_meta_section > span.byline, span.comments-link{
  display: none;
}
.dropdownbutton {
  border:0px !important;
  background:transparent !important;
  box-shadow: none !important;;
  padding:0px 5px 0px 3px!important;

  min-height: 35px!important;
  font: 16px Myriad Pro !important;
}

.btn .caret {
  margin-left: 3px !important;
}

.body-content ul > li {
  list-style: none !important;

}
.leftNavDropdown{
color :black;
padding-right: 3px
}

.underline {
	background-image: linear-gradient(black, black);
	background-position: bottom center; /*Adjust the background-position to move the line*/
	background-size: 70% 2px; /*Adjust the background size to control length and height*/
	background-repeat: no-repeat;

  }
  .dp-big {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 9px;
	background-size: 80% 2px;
  }

  .headerLink{
    padding-top: 5px;
  }
  .linkStyle
  {
    padding-top: 2px;
  }

  .dropdownStyle{
    width: auto;
    overflow: hidden;
    font-size: 1rem;
    box-sizing: border-box;
    min-height: 48px;
    font-family: 16px Myriad Pro !important;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 6px;
    white-space: nowrap;
    letter-spacing: 0.00938em;
    padding-bottom: 6px;
    text-align: left;
  }

  .dropdown-menu{
    border:0px !important;
  }

  .dropdown-menu>li{
    padding: 0px;
    font-size:16px !important;
  }

  .dropdown-menu>li>a{
    height:38px;
    padding: 10px 22px !important;
  }
  .currentLinkStyle{
    background:#F3F4F5;
    height:4px;
  }


.inlinedocsidebar{
  width: 23% !important;
  ;
}

.doc-category-grid .group-name {
  padding-left: 0;
  color: #2e2f32;
  font-size: 32px;
  line-height: 1.13;
  font-weight: 300;
  font-style: normal;
  font-family: Myriad Pro;
}


