#divContentPlaceHolder {
    height: auto !important;
    position:relative;
    overflow:hidden;
}
.main-containt {
    padding: 20px 10px;
}

.bodycontent {
    margin-top: 50px;
}

.messagepopup {
    border: 1px #cccccc solid;
    font-size: 17px;
}
.pl0{
    padding-left:0px;
}
.pr0 {
    padding-right: 0px;
}
.mb0{
    margin-bottom:0px;
}

.messagepopup a {
    float: right;
    color: inherit;
    text-decoration: none;
    font-size: 38px;
    font-weight: 100;
    margin-top: 0px;
    margin-right: 10px;
    cursor: pointer;
}

.messagetext {
    padding: 20px;
    background-color: #f1f1f1;
    border: 5px #f8f8f8 solid;
}

.leftnavigation {
    width: 100%;
    margin-top: 30px;
}

.dropdown:before {
}

.dropdown-toggle {
    background-color: #0039c2;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1.01px;
    width: 100%;
}

.dropdown-submenu {
    position: relative;
    padding: 10px;
    border-bottom: 1px #cccccc solid;
}

.dropdown-submenu a {
    background-image: url(../Images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 3%;
    display: block;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-menu.show {
    width: 100%;
    padding: 15px;
}

.dropdown-toggle::after {
    float: left;
    background: transparent url(../Images/menu-icon.png) no-repeat 1px 4px;
    background-size: 20px;
    width: 30px;
    height: 27px;
}

.dropdown-submenu .dropdown-menu {
    max-width: 800px;
    min-width: 800px;
    margin-left: 16px;
    margin-top: -16px;
}

.rightcontent {
    margin-top: 30px;
}

.has-search {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    right: 15px;
    top: 11px;
}

.searchtable table {
    width: 100%;
    border: 1px #cccccc solid;
}

.searchtable table tr td:nth-child(2) {
    border-right: 1px #cccccc solid;
    border-left: 1px #cccccc solid;
}

.searchtable table tr td {
    padding: 20px 10px;
    width: 35%;    
}

.section {
    /*display:none;*/
    padding: 10px;
    box-shadow: 0 1px 1px #ccc;
    margin-bottom: 5px;
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}

.totop a {
    display: none;
}

a, a:visited {
    color: #33739E;
    text-decoration: none;
    display: block;
    /*margin: 10px 0;*/
}

a:hover {
    text-decoration: none;
}

#btnGetMoreProductPatents {
    padding: 10px;
    text-align: center;
    background-color: #0039C1;
    color: #ffffff;
    /*border: 1px #cccccc solid;
    box-shadow: 0 1px 1px #ccc;*/
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    text-decoration: none;
}

    #btnGetMoreProductPatents:hover {
        background-color: #00ADEF;
        color: #fff;
    }
#trMobileNoRecordsMessage td {
    border-bottom: 2px #ffffff solid !important;
    border-top: 2px #ffffff solid;
}
.dropdown-menu li ul li {
    list-style-type: none;
}

.dropdown-menu li ul li a {
    background-image: none !important;
}

.browsemenu {
    background: #224de3;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    position: relative;
}

.browsemenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.browsemenu a {
    display: block !important;
    width: 100%;
    height: 40px;
    padding: 11px;
    margin: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/menu-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.browsemenu a:before,
.browsemenu a:after {
    content: '';
    display: block;
}

.browsemenu a span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 6px 0;
}

#loader {
    /*background-color: rgb(224, 224, 224);*/
    position: relative;
    width: 100%;
    height: 100%;
    left: 45%;
    top: 0px;
    text-align: center;
    z-index: 90000;
    opacity: 0.8;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #0039c1;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 30px 0;
}




/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    padding:10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.alert {
    margin-top: 20px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.error {
    color: red;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    display: none;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alertSuccess {
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alertError {
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding-top: 13px;
}

.dl-back, .dl-back:hover{
    background-color: #0139c2;
}

.previousCategory {
    display: block;
    position: relative;
    padding: 15px 20px;
    color: black;
    outline: none;
    word-wrap: break-word;
}
.mobview {
    display: none;
}

@media (max-width: 768px) {
    .display-3 {
        font-size: 2rem;
    }
    .container{
        width:auto;
        max-width:100%;
    }
    .mobpl0{
        padding-left:0px;
    }
    .mobp0{
        padding:0px;
    }
    .mobpr15 {
        padding-right: 15px;
    }
    .searchtable table {
        -webkit-box-shadow: 0px 7px 1px 0px rgba(205,205,205,1);
        -moz-box-shadow: 0px 7px 1px 0px rgba(205,205,205,1);
        box-shadow: 0px 7px 1px 0px rgba(205,205,205,1);
        margin-bottom:40px;
    }
}

@media (max-width: 992px) {
    #loader {
        width: 100%;
        height: 1540px;
        top: 350px;
    }

    .leftnavigation {
        width: 100%;
        display: block;
    }

    .deskview {
        display: none;
    }

    .mobview {
        display: block;
    }

    .section th, .section th {
        width:50%;
    }
    .table thead tr{
        border-bottom:0px !important;
    }
    .searchtable table {
        -webkit-box-shadow: 0px 7px 1px 0px rgba(205,205,205,1);
        -moz-box-shadow: 0px 7px 1px 0px rgba(205,205,205,1);
        box-shadow: 0px 7px 1px 0px rgba(205,205,205,1);
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
        .row {
            margin-left: -15px !important;
        }
        
    }


    .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
    height:auto;
    
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: 0.9;
        left:5% !important;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
        left:0px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 5%;
        margin-left: 0px;
        border-width: 5px 5px 0;
        border-top-color: #000;
    }

    .tooltip.top-left .tooltip-arrow {
        right: 5px;
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000;
    }

    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        left: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000;
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #000;
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #000;
    }

    .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000;
    }

    .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000;
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000;
    }

    .tooltip-inner {
        max-width: 300px;
        padding: 3px 8px;
        color: #fff;
        text-align: center;
        background-color: #000;
        border-radius: 4px;
        height:auto;
        overflow:auto;
        word-break:break-all;
    }

    .tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

.resetProductPatentApp{
    float:right;
    cursor:pointer;
    font-size:12px;
    line-height:22px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .searchtable table tr {
        word-break: break-all !important;
    }

    .searchtable table tr td {
        -ms-word-break: keep-all;
        word-break: keep-all;
    }  

}
