/*** override styles coming from global css, bootstrap, drupal, etc. ***/
main #block-t2portal-content {
    padding: 0 !important; /* override drupal css */
}
.row {
    margin-left: 0 !important; /* override bootstrap css */
}
.title {
    letter-spacing: normal !important;
}

/*** styles for patent view ***/
#block-t2portal-page-title {
    display: none;
}
.box {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
    padding: 0 20px;
}
.left>hr{
    float: left;

}
.right>hr{
    margin: 20px 0;

}
ul{
    margin-bottom:0px;
    list-style-type:none;
}
ul {
margin: 0;
}
ul.dashed {
    list-style-type: disc;
    padding-left: 20px;
}
ul.dashed > li {
}
/*
ul.dashed > li:before {
content: "-";
text-indent: -20px;
padding-right: 5px;

}
*/
.body a,.body a:link,.body a:visited,.body a:hover,.body a:active{
    color:rgb(55,55,55);
    text-decoration:underline;
}
a{
    color:#273DA2;
}
img{
    border:none;
}
table,tbody{
    border:none;
    margin-bottom:0;
}
td{
    vertical-align:top;
}
.body{
    padding:30px 0px 30px 0px;
    font-size:1.3em;
    line-height:1.45em;
    background-color:#fff;
    color:rgb(55,55,55);
    margin-top: 50px;

}
/*! CSS Used fontfaces */
@font-face{
    font-family:'OpenSansLight';
    src:url('https://technology.nasa.gov/css/opensans/OpenSans-Light-webfont.eot');
    src:url('https://technology.nasa.gov/css/opensans/OpenSans-Light-webfont.eot#iefix') format('embedded-opentype'), url('https://technology.nasa.gov/css/opensans/OpenSans-Light-webfont.woff') format('woff'), url('https://technology.nasa.gov/css/opensans/OpenSans-Light-webfont.ttf') format('truetype'), url('https://technology.nasa.gov/css/opensans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight:normal;
    font-style:normal;
}



#dsp_pat .category{
    font-family: 'Oswald', sans-serif !important;
    color: rgb(25,109,175);
    font-size: 28px;
    text-transform: capitalize;
    line-height: 1;
    padding-bottom: 10px;
}
#dsp_pat{
    margin-top: 50px;
}
#dsp_pat .title{
    font-size: 30px;
    text-transform: none;
    line-height: 40px;
    font-weight: 300;
    padding-bottom: 0;
}
#dsp_pat .subtitle{
    font-weight:normal;
    font-size: 18px;
    padding-top: 10px;
}
#dsp_pat .row{
    margin:0;
    position: relative;
}
.block.flex{
    display: flex;
}
.box .right {
    width: 40%;
}
.box .left {
    width: 60%;
}
.head {
    padding-left: 0 !important;
}
img{
    max-width: 100%;
}
.reference_number{
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300;
    font-size: 28px;
    color: rgb(95,103,119);
}
.button:first-child {
    margin-left: 0px !important;
    margin-right: 1em !important;
}
.button{
    right: 0;
    background: rgb(29,36,44);
    font-size: 18px;
    padding: 6px 10px;
    width: 180px;
    text-align: center;
    cursor: pointer;
    margin-left: 0px !important;
    margin-right: 1px !important;
    margin-bottom: 10px;
}
.button a {
    color: #fff !important;
    text-decoration: none !important;
}
.questions {
    background: rgb(29,36,44);
  
}

.apply_to_license{
    background: rgb(180,68,48);
  
}
.col-title,.col-subtitle,.button {
    display: inline-block;
}

.bookmark {
    right: 0;
    top: 0;
    width: 180px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    margin-right: 1em;
    margin-left: 1em;
}

.subhead {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
    font-size: 24px;
    padding-bottom: 10px;
}
.left>* {
    width: 85%;
    line-height: 1.6;
}
.body-text {
    font-size: 1.1rem;
}
.abstract.body-text {
    padding-bottom: 40px;
}
.technology.subhead {
    margin-top: 40px;
}
.request-button a {
    font-family: 'Oswald', sans-serif !important;
    background-color: rgb(25,109,175);
    padding: 5px 20px;
    text-decoration: none !important;
    color: #fff !important;
}
img.img1,img.img2 {
    margin-bottom: 35px;
}

.pdf-download{
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
    color: #fff !important;
    background: #000;
    padding: 5px 10px;
    display: block;
    width: 250px;
    text-align: center;
    margin-top: 25px;
    text-decoration: none !important;
}


.details {
    background: rgb(232,232,232);
    padding: 15px;
    margin-top: 30px;
}
.details .row{
    padding-bottom: 10px;
}
.body .details *{
    font-size: 18px  !important;
    color: rgb(55,55,55) !important;

}
.body .details>.col-lg-12 {
    padding: 0;
}
.tablehead{
    font-weight: bold;;

}
.details label{
    font-weight: bold;;
    width: 165px !important;

}

.details .row {
    width: 95%;
}

.details .left {
    width: 50%;
}

table#tags {
    margin: 30px 10px;
}
table#tags *{
    font-size: 18px !important;
}
span.tagLabel a {
    background: rgb(232,232,232);
    color: rgb(55,55,55) !important;
    padding: 8px 12px;
}


span.tagLabel {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
}


.col-title,.col-subtitle {
    max-width: calc(100% - 200px);
}

.category .label {
    font-size: 16px;
    font-weight: normal;
}

/* Styles for Bootstrap's col-lg grid */
@media only screen and (max-width: 991px) {
    .buttons {
        padding-top: 10px;
        padding-left: 0 !important;
    }
    .button:first-child {
        margin-left: 0em !important;
    }
    .button {
        margin-left: 0px !important;
        margin-right: 1em !important;
    }
    .col-title, .col-subtitle {
        max-width: 100%;
    }
}

/* Styles for mobile */
@media only screen and (max-width: 480px) {
    .block.flex {
        display: block;
    }
    .box .left {
        width: 100%;
    }
    .box .right {
        width: 100%;
        padding-top: 30px;
    }
}
