a {
    color: #999;
}

#formBody {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    /*DM margin-top: 10px; */
}

#docbodyDiv {
    padding-right: 0px;
    padding-left: 0px;
    min-height: 600px;
}

div#mainbody {
    max-width: 1200px;
}

@media ( max-width:880px) {
    .loginReservedInfo, #ReservedInfoPanel {
        min-height: 100px !important;
        max-height: 400px !important;
        width: 100% !important;
    }

    .loginSignInArea {
        width: 100% !important;
        float: right;
    }
}

@media ( min-width:881px) {
    .loginReservedInfo, #ReservedInfoPanel {
        /*height: 560px !important;*/
    }

    .loginReservedInfo {
        width: 850px;
    }
    /*
    div#menuContainer {
        width: 30%;
        left: 70%;
    }
*/
}

/* div#header {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    background: rgba(256,256,256,.8);
    width: 100%;
    max-width: 992px;
    z-index: 10;
    box-shadow: 0 0 10px #ccc;
}   */
div#header {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
}

div#search {
    padding-right: 0px;
    padding-left: 0;
}

.headRow {
    display: inline-block;
    max-height: 160px;
    max-width: 1200px;
    margin: 15px 0;
    width: 100%;
}

.backBtn {
    margin: 15px 0;
}

.glyphicon-log-in.btn-lg {
    padding: 0;
    padding-left: 5px;
}

.menuCollapse {
    width: 100%;
    background: rgba(256,256,256,.9);
    border: none;
    margin-top: auto;
}

div#footerDropdown {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

    /* .menuCollapse.collapsed, .menuCollapse.collapsed:hover, div#footerDropdown.collapsed:hover, div#menuDropdown.collapsed:hover {background:none;}
*/
    div#footerDropdown:hover, div#menuDropdown:hover {
        /*background: rgba(256,256,256,.9);*/
    }

div.menuCollapse img {
    margin: 5px 0;
}

/* .menuCollapse:hover, .menuCollapse:active, .menuCollapse:focus, .menuCollapse:active:focus, .menuCollapse:active:hover {
    background:none;
    border:none;

}

div#signIn {
    padding-top: 5px;
}


div#menuContainer {
   display: inline-block;
    width: 85%;
    float: left;
    background: transparent;
    padding-top: 25px;
    margin-top: 5px;
}
*/

div#menuContainer {
    top: -125%;
    /*height: 100%;*/
    width: 25%;
    position: absolute;
    z-index: -1;
    right: -15px;
    padding: 25px 25px 25px 25px;
    box-shadow: 0 0 15px #444;
    margin-top: 0;
}

    div#menuContainer.active {
        z-index: 10;
    }

    div#menuContainer > div {
        width: 100%;
    }

    div#menuContainer:before {
        top: -2500px;
    }

    div#menuContainer:after {
        bottom: -10px;
    }

    div#menuContainer, div#menuContainer:before, div#menuContainer:after {
        transition: all 500ms ease-in-out;
    }

        div#menuContainer.active {
            top: 0;
        }

div#menuDropdown.menuCollapse.collapsed img {
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
}


div#footerDropdown.menuCollapse.collapsed img {
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
}

.menuMain {
    float: left;
    /*    width: 100%;  */
    padding-left: 0;
    font-weight: 600;
    overflow: hidden;
}

    .menuMain div {
        display: inline-block;
        margin: 5px 0 5px 0;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #999;
        /*SK
    padding-bottom: 99999px;
    margin-bottom: -99999px;  */
    }

a.mainNav {
    color: #999 !important;
    border-bottom: 3px solid transparent;
    -webkit-transition: color 200ms ease-out;
    -moz-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;
    -webkit-transition: border-bottom 150ms linear;
    -moz-transition: border-bottom 150ms linear;
    -o-transition: border-bottom 150ms linear;
}


    #SignInDiv div:hover, a.mainNav:hover, a.mainNav:active {
        text-decoration: none;
    }

/*
.menuMain div.first {
    border-top: 1px solid #999;
}
*/

.menuMain div.col-sm-1.col-lg-1 {
    padding-right: 15px;
}

a.mainNav, #HeaderControl_btnShowLogin, #dochead7 {
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
}
/*
a.mainNav:hover, a.mainNav:active {
    color: #B41601;
    text-decoration: underline;
}

div#signIn, #logIn {
    float: right;
    margin-top: 25px;
    text-align: right;
}
*/
#signIn, #signInDiv {
    padding-right: 0;
    text-align: center;
}

    #signIn, #signInDiv a {
        display: block;
        color: #999;
        font-size: 14px;
        font-weight: 600;
    }

        #signIn img, #signInDiv img {
            max-height: 25px;
        }

#docheaderdiv {
    margin-top: 10px;
}

#footerPanel, .footerPanel {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

    #footerPanel div, .footerPanel div {
        padding-bottom: 99999px;
        margin-bottom: -99999px;
    }

#footerPanel, #docheaderdiv, .footerPanel {
    /*	display:inline;  */
    overflow: hidden;
}

.rowTitle {
    border-bottom: 0;
    margin-bottom: 10px;
}

.tabContainer {
    border-bottom: 2px solid #B41601;
    overflow: hidden;
}

.iconRow {
    display: inline-block;
    /*    max-height: 160px;  */
    max-width: 1200px;
    margin: 0;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    /*    border-top:2px solid #B41601;
    box-shadow: 2px 2px 15px #BFBFBF inset;
    border-radius: 0 0 10px 10px;*/
}

.ssItem {
    width: 80px;
    height: 100px;
    max-width: 80px;
    list-style: none;
    display: inline-block;
    margin: 10px 20px;
    /*    background-image: url(../img/buttons/enterprise.png);  */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
}

    .ssItem img {
        width: auto;
        max-width: 80px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .ssItem h4 {
        /*    margin: auto;  */
        margin-left: -10px;
        margin-top: 90px;
        text-align: center;
        width: 100px;
        font-size: 14px;
    }

div.row.sideScroll {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    max-height: 160px;
    position: relative;
    z-index: 1;
    float: left;
}

a#left-button {
    float: left;
    position: absolute;
    height: 160px;
    padding-top: 50px;
    padding-left: 10px;
    background: rgba(255,255,255,.8);
    z-index: 999;
}

a#right-button {
    float: left;
    position: absolute;
    height: 160px;
    padding-top: 50px;
    padding-left: 10px;
    background: rgba(255,255,255,.8);
    z-index: 999;
    /* top: 0; */
    /* right: 0; */
    vertical-align: top;
}

li#signIn {
    white-space: nowrap;
    float: right;
}

#searchBar {
    /*    float: right;  */
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    padding-left: 10px;
    position: absolute;
}

input#searchSubmit {
    height: 40px;
    width: 40px;
    border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    margin-bottom: 20px;
    padding-top: 5px;
    float: right;
    position: relative;
}

input.form-submit {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    color: transparent;
    /*    background-color: rgba(95,151,207,0.95);  */
}


img.homeBtn {
    max-width: 75px;
}

#Title {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}

span.JnJ {
    width: 100%;
    font-weight: bold;
    color: #ff0000;
}

a.backbtn {
    float: left;
    height: 60px;
    padding: 20px;
    display: block;
    color: #000;
}

    a.backbtn img {
        padding-right: 10px;
    }

.row {
    padding: 10px 0;
    margin: 0;
    width: 100%;
}

div#footer {
    /*    position: fixed;  */
    bottom: 0;
    left: 0;
    margin: auto;
    /*    background: rgba(256,256,256,.9);  */
    width: 100%;
    /*    max-width: 992px;  */
    padding-left: 0;
    padding-right: 0;
    /*    box-shadow: 0 0 10px #ccc;  */
    padding-top: 10px;
}

.copy, .privacy, .legal {
    color: #3759A4;
    font-size: 11px;
    font-weight: bold;
}

.copy {
    text-align: center;
}

.privacy {
    float: left;
    text-align: left;
}

.legal {
    float: right !important;
    text-align: right;
}

.clear {
    clear: both;
}

div#footerPanel > div > ul > li, div.footerPanel > div > ul > li {
    list-style: none;
}

ul.menuFoot div.form-group {
    margin-bottom: 0;
    max-width: 90%;
}

ul.menuFoot {
    border-bottom: 0;
    border-right: 1px solid #ccc;
    padding-left: 0px;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
    width: 100%;
}

    ul.menuFoot.last {
        border-right: none;
    }


    ul.menuFoot li a:hover {
        text-decoration: underline;
    }

a.tidyfullbutton {
    /*background-image:url('../img/fullcombined.png');*/
}

a.tidyzoominbutton {
    /*background-image:url('../img/zoomincombined.png');*/
}

a.tidyzoomoutbutton {
    /*background-image:url('../img/zoomoutbuttoncombined.png');*/
}

a.tidyheartbutton, a.tidysharebutton {
    float: left;
}

a.tidyfullbutton, a.tidyzoominbutton, a.tidyzoomoutbutton {
    background-position: 0 0;
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    background-repeat: no-repeat;
}

div.tidymessage {
    font-size: 13px;
    left: 135px;
    /*position: absolute;*/
    text-align: center;
    width: 100%;
    float: left;
}


/* div.tidytoolbar {
    padding-right: 0;
} */

div#tidytoolbar0 a {
    margin-right: 10px;
    text-decoration: initial !important;
    cursor: pointer;
}

div#imageviewtoolbar0 a {
    margin-right: 10px;
    text-decoration: initial !important;
    cursor: pointer;
}

div#localtoolbar a {
    margin-right: 10px;
    text-decoration: initial !important;
    cursor: pointer;
}

div#PdfPage {
    border: 1px solid;
    padding: 0;
    background-color: #ccc;
    margin-top: 10px;
    overflow: hidden;
    height: 625px;
}

img.DocImg {
    width: 100%;
}

div.tidyscroll {
    border-left: 1px solid;
    padding: 0;
    height: 100%;
    overflow-y: auto;
    /*    background-color: #FFF;  */
}

ul.multipageScroll li img {
    margin-top: 10px;
}

div.multipageScroll .multipageitem img {
    margin-top: 2px;
}

ul.multipageScroll li h4 {
    font-size: 12px;
}

ul.multipageScroll {
    list-style: none;
    text-align: center;
    padding-left: 0;
    height: 700px
}

div.multipageScroll {
    list-style: none;
    text-align: center;
    padding-left: 0;
    /*height: 700px*/
}
/***  SETUP PAGE  ***/

.setupBtn {
    float: left;
    margin-right: 5px;
    margin-top: -16px;
}

div#setupBlock {
    /*    margin: 20px 10px;
    border: 1px solid #000;
    border-radius: 10px; */
}

div.setCont {
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    padding: 10px 0;
}

div.setupCont {
    margin-left: 25px;
    padding: 0 10px 0 0;
}

    div.setupCont.first {
        position: absolute;
        top: 10;
        background: #fff;
        width: inherit;
        margin-bottom: 10px;
        margin-left: 10px;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
    }

    div.setupCont div.form-group {
        margin: 0;
        max-width: 80%;
    }

div.storageSelection {
    width: 100%;
    background: #ccc;
    margin-left: 0;
    border: 1px solid #656565;
    box-shadow: 0px 0px 10px #656565 inset;
    border-radius: 5px;
}

div.subCont {
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    padding: 10px 20px;
}

div.setCont, div.subCont {
    box-shadow: 3px 3px 10px #ccc;
    height: 100%;
    max-height: 400px;
}

/*****   MOBILE MENU  *****/

#navToggle {
    display: block;
    position: relative;
    /*right: 50px;
    top: 50px;*/
    z-index: 11;
    float: right;
}

    #navToggle.fullscreen {
        display: none;
    }

#navToggle {
    cursor: pointer;
    padding: 34px 50px 16px 0px;
}

    #navToggle span, #navToggle span:before, #navToggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 35px;
        background: #999;
        position: absolute;
        display: block;
        content: '';
    }

        #navToggle span:before {
            top: -10px;
        }

        #navToggle span:after {
            bottom: -10px;
        }

        #navToggle span, #navToggle span:before, #navToggle span:after {
            transition: all 500ms ease-in-out;
        }

    #navToggle.active span {
        background-color: transparent;
    }

        #navToggle.active span:before, #navToggle.active span:after {
            top: 0;
        }

        #navToggle.active span:before {
            transform: rotate(45deg);
        }

        #navToggle.active span:after {
            transform: rotate(-45deg);
        }


/*****  TAB TESTING  *****/

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs > li > a:hover {
        color: #B41601;
    }

    .nav-tabs > li > a {
        color: #fff;
        border: 1px solid transparent;
        border-radius: 5px 5px 0 0;
        background-color: #E6E6E6;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
        background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
        background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
        background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
        background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
        background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, input#update, input#done {
        color: #fff;
        display: block;
        border: 1px solid #d20202;
        border-radius: 5px 5px 0 0;
        border-top-color: transparent;
        background-color: #d20202;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d20202), to(#B41601));
        background-image: -webkit-linear-gradient(top, #d20202, #B41601);
        background-image: -moz-linear-gradient(top, #B41601, #d20202);
        background-image: -ms-linear-gradient(top, #B41601, #d20202);
        background-image: -o-linear-gradient(top, #B41601, #d20202);
        background-image: linear-gradient(to bottom, #d20202, #B41601);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#B41601, endColorstr=#d20202);
    }

/***  DOC INFO  ***/

h2.infoTitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    /*    text-decoration: underline; */
}

    h2.infoTitle a {
        text-decoration: underline;
    }

select#reVersion {
    width: 50%;
    height: 20px;
    margin-top: 5px;
    border-radius: 5px;
}

.docTitle {
    /*     border-bottom: 2px solid #B41601; */
    font-size: 16px;
    font-weight: 600;
}



div.DocInfo p {
    padding-left: 10px;
}

.docInfoCont {
    margin-bottom: 20px;
    margin-left: 20px;
}

div#setupSubmit {
    margin-bottom: 25px;
}

    div#setupSubmit input {
        float: right;
        margin-right: 10px;
        border-radius: 10px;
        height: 30px;
    }

div#infoToggle {
    display: none;
}

div#NavigationToggle {
    display: none;
}

/***  viewer  ***/
#thumbnailToggle {
    display: none;
}


    #thumbnailToggle.singlePage {
        display: none !important;
    }

/***  CAROUSEL  ***/
.carousel {
    margin-bottom: 0;
    padding: 0 40px 0 40px;
}

.carousel-inner {
    max-height: 250px;
}

/* Reposition the controls slightly */
.carousel-control {
    left: -12px;
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}

    .carousel-control img {
        max-width: 40px;
    }

    .carousel-control.left, .carousel-control.right {
        background-image: none;
    }

    .carousel-control.right {
        right: -12px;
    }
/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
    /* Changes the colour of the indicators */
    .carousel-indicators li {
        background: #c0c0c0;
    }

    .carousel-indicators .active {
        background: #333333;
    }

.well {
    padding: 10px 25px 0 5px;
}

.row.caRow {
    padding: 0;
    border-top: 2px solid #B41601;
}

.thumbnail {
    margin-bottom: 10px;
    background: none;
    border: none;
    text-align: center;
}

a.thumbnail {
    text-align: center;
    overflow: hidden;
}

div.DocInfo {
    /*DM	cursor: pointer; */
    overflow-y: auto;
}

.modal-footer {
    border-top: 0;
}

.modal-header, p.termHead, .modal-footer {
    text-align: center;
}

/*** SORT SELECT  ***/

div.sortSelect {
    float: left !important;
}

div.dropdown a {
    display: block;
    width: 150px;
    border: 1px solid #ccc;
    padding: 3px;
    padding-left: 8px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc inset;
}

    div.dropdown a:hover, div.dropdown a:active, div.dropdown a:focus {
        color: #999;
    }

span.caret {
    float: right;
    margin: 8px;
}

div#veiwSelect {
    float: right;
    margin-right: 50px;
}

ul.dropdown-menu {
    padding: 10px;
}


    ul.dropdown-menu li {
        color: #666;
        padding: 5px 0;
        border-bottom: 1px solid #ccc;
    }

        ul.dropdown-menu li:hover, ul.dropdown-menu li:active {
            border-bottom: 1px solid #B41601;
        }

.sitePreferences {
    width: 50%;
}

/*** MEDIA QUERIES  ***/

@media (max-width: 767px) {

    /***  TILE SIZE FIX   ***/

    /*DM
.rtlistSquareTile {
    margin-left: 10px;
    margin-right: 8px;

    }
*/
    /*DM
.buttonTileDivClass {
    width: 125px;
    min-width: 125px;
}
*/

    div#menuContainer {
        right: 0;
        height: 100%;
        width: 100%;
    }

    .buttonTileClass h6 {
        max-width: 125px;
    }

    /***  END TILE SIZE FIX   ***/

    div.dropdown a {
        width: 100px;
    }

    div#veiwSelect {
        margin-right: 0;
    }

    .backBtn {
        text-align: center;
    }

    div#infoToggle {
        display: block;
        background: #ccc;
        border: 1px solid #888;
        z-index: 30;
        position: fixed;
        cursor: pointer;
        top: 48%;
        left: 0;
        width: 100px;
        height: 40px;
        padding: 10px;
        transform: rotate(-90deg);
        transform-origin: left top 0;
        text-align: center;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 0 15px #888;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    div.DocInfo {
        top: 0;
        left: -100%;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 20;
        padding-top: 15px;
        margin-top: 0;
        border: 1px solid;
    }

    div#infoToggle, div.DocInfo {
        transition: all 500ms ease-in-out;
    }

    #infoToggle.active, #infoToggle.active, .DocInfo.fullscreen.active {
        left: 89%;
    }

    .DocInfo.active, .DocInfo.active {
        left: 0px !important;
    }
    /*** for full screen mode ***/


    div#infoToggle.fullscreen {
        display: block;
        border: 1px solid;
        z-index: 30;
        position: fixed;
        cursor: pointer;
        top: 48%;
        left: 0;
        width: 100px;
        height: 40px;
        padding: 10px;
        transform: rotate(-90deg);
        transform-origin: left top 0;
        text-align: center;
        border-radius: 0 0 5px 5px;
    }

    div.DocInfo.fullscreen {
        top: 0;
        left: -100%;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 20;
        padding-top: 15px;
        margin-top: 0;
        border: 1px solid;
    }

    div#infoToggle.fullscreen, div.DocInfo.fullscreen {
        transition: all 500ms ease-in-out;
    }

    #infoToggle.fullscreen.active, #infoToggle.fullscreen.active {
        left: 89%;
    }

    .DocInfo.fullscreen.active, .DocInfo.fullscreen.active {
        left: 0px !important;
    }

    #logo {
        text-align: center;
    }

    li#signIn {
        float: none;
    }

    div#footer.container {
        width: 100% !important;
    }

    div.setupCont.first {
        top: -10;
    }

    div.tidytoolbar {
        padding-right: 0;
    }

    .iconRow {
        margin-bottom: 25px;
    }

    div#mainbody {
        /*    margin-bottom: 75px;  */
    }

    #searchBar {
        width: 100%;
    }

    div#signIn, #logIn {
        float: left;
        width: 100%;
        padding-right: 55px;
        padding-left: 10px;
    }

    ul.menuFoot {
        border-bottom: 1px solid #ccc;
        border-right: 0;
        /*    padding-bottom: 10px;  */
    }

        ul.menuFoot li h3 {
            margin-top: 0px;
        }

    #navToggle {
        display: block;
    }

    ul.menuFoot.last {
        border-bottom: none;
    }

    .privacy, .legal {
        text-align: center;
    }

    .container {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }


    .myInfo .contact, .myInfo .myInfoAddress {
        width: 100%;
    }

    #loginDiv {
        width: 100%;
    }
}


@media (max-width: 970px) {

    #searchBar {
        width: 100%;
    }

    a.mainNav {
        padding: 10px 0;
    }

    #Title {
        padding-right: 75px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    /*  SK
div#menuContainer {
width: 100%;
}

div#menuContainer {
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    padding: 25px 0 25px 25px;
    box-shadow: 0 0 15px #444;
    margin-top: 0;
}

div#menuContainer:before {
  top: -2500px;
}
div#menuContainer:after {
  bottom: -10px;
}

div#menuContainer, div#menuContainer:before, div#menuContainer:after {
  transition: all 500ms ease-in-out;
}
div#menuContainer {
  top:-3000px;
  height: 100%;

}

div#menuContainer.active {
  top: 0;
}
*/
    .iconRow {
        margin-bottom: 25px;
    }

    div#PdfPage {
        margin-top: 50px;
        height: auto;
    }

    .tidydisplaycanvas {
        width: 100%;
    }

    ul.multipageScroll {
        list-style: none;
        text-align: center;
        padding-left: 0;
        height: 100%;
        max-height: 120px;
        white-space: nowrap;
    }

    div.multipageScroll {
        list-style: none;
        text-align: center;
        padding-left: 0;
        height: 100%;
        /*max-height: 120px;*/
        white-space: nowrap;
        /*overflow-y: hidden;*/
    }

    ul.multipageScroll li {
        display: inline-block !important;
        border-left: 0;
    }

    div.multipageScroll .multipageitem {
        display: inline-block !important;
        border-left: 0;
        padding: 0 10px;
    }


    div.tidytoolbar {
        /*margin-bottom:50px;*/
    }

    div.tidyscroll {
        border-left: 0;
        /*margin-top: 10px;*/
        border-top: 1px solid;
        /*height: 150px;*/
        overflow-x: scroll;
        float: left;
        width: 100%;
    }

    .tidyinnerdisplayarea {
        height: 100% !important;
    }

    div.tidyscroll.fullscreen {
        border-left: 0;
        /*margin-top: 10px;*/
        /*height: 100% !important;*/
        overflow-y: auto;
        float: left;
        width: 25% !important;
        position: fixed;
        right: -25%;
        border: 1px solid;
        z-index: 10000;
    }


        div.tidyscroll.fullscreen .multipageitem {
            display: block !important;
        }

        div.tidyscroll.fullscreen.active {
            right: 0 !important;
        }

    #thumbnailToggle.fullscreen {
        display: block;
        border: 1px solid;
        z-index: 10000;
        position: fixed;
        cursor: pointer;
        top: 48%;
        right: 0;
        width: 100px;
        height: 40px;
        padding: 10px;
        transform: rotate(90deg);
        transform-origin: right top 0;
        text-align: center;
        border-radius: 0 0 5px 5px;
    }

        #thumbnailToggle.fullscreen.active {
            right: 25% !important;
        }

    div#thumbnailToggle.fullscreen.active, div.tidyscroll.fullscreen.active {
        transition: all 500ms ease-in-out;
    }

    /*
div.DocInfo {
    top: 0;
    left: 0;
    position: fixed;
    width: 400px;
    height: 100%;
    z-index: 9;
    padding-top: 15px;
    background: #ccc;
    border: 1px solid #888;
    box-shadow: 0 0 15px #888;
}


}

@media (max-width: 1170px) {
 #searchBar {
    width: 100%;
}

div#search {
    padding-right: 0;
    padding-left: 0;
}

div.tidytoolbar {
    margin-bottom:50px;
    }

ul.multipageScroll li {
    display: inline-block !important;
    padding: 0 10px;
    }

/*div.multipageScroll .multipageitem {
    display: inline-block !important;
    padding: 0 10px;
    }*/

    div.multipageScroll .multipageitem img {
        margin-top: 10px !important;
    }

    #navToggle {
        display: block;
    }
    /*  SK
.menuMain div.first {
    border-left: none;
}

.menuMain div {
    border-right: none;
}
*/
    div#signIn {
        text-align: center;
        width: 100%;
    }
    /*
div.DocInfo {
    top: 0;
    left: 0;
    position: fixed;
    width: 400px;
    height: 100%;
    z-index: 9;
    padding-top: 15px;
    background: #ccc;
    border: 1px solid #888;
    box-shadow: 0 0 15px #888;
}
*/
}

@media (max-width: 1200px) {
    #searchBar {
        width: 100%;
    }

    div#search {
        padding-right: 0;
        padding-left: 0;
    }

    div.tidytoolbar {
        /*margin-bottom:50px;*/
    }

    ul.multipageScroll li {
        display: inline-block !important;
        padding: 0 10px;
    }

    div.setCont {
        padding: 20px 0;
    }

    div.setupCont div.form-group {
        max-width: 95%;
    }
}

@media (min-width: 970px) {
    /*
div#menuContainer {
    width: 100%;
}
*/
    /*div.tidyscroll {
    border-left: 0;
    margin-top: 0;
    overflow-y: scroll;
    border-left: 1px solid #000;
    height:100%;
}*/

    div.setupCont div.form-group {
        max-width: 80%;
    }
}


@media (min-width: 1200px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    div.setupCont.first {
        top: -10;
    }
    /*  SK
#navToggle {display: block;}
div#menuContainer {
    top:-2500px;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    padding: 25px 0 25px 25px;
    box-shadow: 0 0 15px #444;
    margin-top: 0;
}
div#menuContainer:before {
  top: -2500px;
}
div#menuContainer:after {
  bottom: -10px;
}
div#menuContainer, div#menuContainer:before, div#menuContainer:after {
  transition: all 500ms ease-in-out;
}
div#menuContainer.active {top: 0;}

.menuMain div.first {border-left: none;}
.menuMain div {border-right: none;}
*/
    div#signIn {
        text-align: center;
        width: 100%;
    }
    /*.container {
    width: 100% !important;
}*/

    .tidydisplayarea {
        /*width: 700px;*/
    }

    .tidydisplaycanvas {
        width: 100%;
    }


    ul.multipageScroll {
        list-style: none;
        text-align: center;
        padding-left: 0;
        height: 100%;
        max-height: 120px;
        white-space: nowrap;
    }

    div.multipageScroll {
        list-style: none;
        text-align: center;
        padding-left: 0;
        height: 100%;
        /*max-height: 120px;*/
        white-space: nowrap;
    }

        div.multipageScroll .multipageitem {
            display: inline-block !important;
            padding: 0 10px;
        }

            div.multipageScroll .multipageitem img {
                margin-top: 10px !important;
            }

    div.tidyscroll {
        border-left: 0;
        /*margin-top: 10px;*/
        border-top: 1px solid #000;
        /*height: 150px;*/
        overflow-x: scroll;
        float: left;
        width: 100%;
    }

    .tidyinnerdisplayarea {
        height: 100% !important;
    }

    #thumbnailToggle.fullscreen {
        display: block;
        border: 1px solid;
        z-index: 10000;
        position: fixed;
        cursor: pointer;
        top: 48%;
        right: 0;
        width: 100px;
        height: 40px;
        padding: 10px;
        transform: rotate(90deg);
        transform-origin: right top 0;
        text-align: center;
        border-radius: 0 0 5px 5px;
    }

        #thumbnailToggle.fullscreen.active {
            right: 25% !important;
        }

    div.tidyscroll.fullscreen {
        border-left: 0;
        /*margin-top: 10px;*/
        /*height: 100% !important;*/
        overflow-x: auto;
        float: left;
        width: 25% !important;
        position: fixed;
        right: -25%;
        border: 1px solid;
    }

        div.tidyscroll.fullscreen.active {
            right: 0 !important;
        }

        div#thumbnailToggle.fullscreen.active, div.tidyscroll.fullscreen.active {
            transition: all 500ms ease-in-out;
        }


        div.tidyscroll.fullscreen .multipageitem {
            display: block !important;
        }

    .myInfo .contact, .myInfo .myInfoAddress {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    #ViewerPageId_previewselection {
        height: 550px;
    }

}

@media (max-width: 1200px) and (min-width: 992px) {
    #ViewerPageId_previewselection {
        height: 650px !important;
    }
}

@media (max-width: 992px) {
    #ViewerPageId_previewselection {
        height: 550px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    #ViewerPageId_previewselection {
        height: 650px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    div.setupCont.first {
        top: 10;
    }

    .tidyinnerdisplayarea {
        height: 542px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    div#infoToggle {
        display: block;
        /*background: #ccc;*/
        border: 1px solid;
        z-index: 30;
        cursor: pointer;
        position: fixed;
        top: 48%;
        left: 0;
        width: 100px;
        height: 40px;
        padding: 10px;
        transform: rotate(-90deg);
        transform-origin: left top 0;
        text-align: center;
        border-radius: 0 0 5px 5px;
        /*box-shadow: 0 0 15px #888;*/
    }

    div.DocInfo {
        top: 0;
        left: -400px;
        position: fixed;
        width: 400px;
        height: 100%;
        z-index: 20;
        padding-top: 15px;
        margin-top: 0;
        border: 1px solid;
    }

    div#infoToggle, div.DocInfo {
        transition: all 500ms ease-in-out;
    }

    #infoToggle.active, #infoToggle.active {
        left: 399px !important;
    }

    .DocInfo.active, .DocInfo.active {
        left: 0px !important;
    }
}
/***  GALLERY VIEW  ***/
.dropdown {
    /*   float: right; */
}

div#mainbody .tab-content {
    margin-top: 25px;
}

ul.clearfix.resultView.galleryView {
    width: 100% !important;
    padding-left: 0;
    transform: none !important;
}

ul.resultView.galleryView li {
    display: inline-block;
    margin: 0 20px;
    text-align: center;
}

    ul.resultView.galleryView li span {
        display: none;
        margin-left: 5px;
        float: left;
    }

div.docName {
    display: block;
}

div#mainbody ul.nav.nav-tabs {
    border-bottom: 2px solid #B41601;
    overflow: hidden;
}

/***  LIST VIEW  ***/

ul.clearfix.resultView.listView {
    padding-left: 0;
    transform: none !important;
}

    ul.clearfix.resultView.listView li {
    }

ul.resultView.listView li {
    display: table;
    width: 100%;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

    ul.resultView.listView li img {
        float: left;
        max-width: 25px;
    }

    ul.resultView.listView li h4 {
        margin: 5px;
        float: left;
        font-size: inherit;
    }



    ul.resultView.listView li span {
        display: none;
        margin-left: 5px;
        float: left;
    }

div.docName {
    display: block;
}

/***  DETAIL VIEW  ***/
ul.resultView.detailView li {
    display: table;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

    ul.resultView.detailView li img {
        float: left;
        max-width: 25px;
    }

    ul.resultView.detailView li span {
        margin-top: 10px;
        text-align: center;
    }

    ul.resultView.detailView li div h4 {
        margin: 5px;
        float: left;
        font-size: inherit;
    }

div.docName {
    display: block;
    text-align: left !important;
}

/**** BOOTSTRAP TILES  ****/

@media (max-width: 767px) {
    /*DM
.buttonTileDivClass {
    max-width: 125px;
    width: 125px;
    min-width: inherit;
}
*/

    h6.rtlistTitle {
        max-width: 125px;
    }


    div.buttonDiv.gridView div.rtlistImageTile, div.buttonDiv.classicView div.buttonTileClass {
        /* DM
    margin-left: 0px;
    margin-right: 4px;
 */
        /*max-width: 125px;*/
        /* padding: 0 7px; */
    }
    /*
div.buttonTileClass div.buttonTileDivClass {
    max-width: 125px;
    max-height: 200px;
}
*/
    /*DM
div.buttonTileClassListView {
    max-height: 75px;
    min-height: 50px !important;
    float: none !important;
    margin-bottom: 10px;
}
*/
    div.buttonTileClassSelected.buttonTileClassListView {
        width: 100%;
    }

    div.buttonTileClassListView div.buttonTileDivClass {
        max-width: 50px;
        max-height: 50px;
        min-width: 50px;
        min-height: 50px;
        margin: auto 0;
    }

    h6.rtlistTitleListView {
        white-space: nowrap;
        text-align: left;
        margin: auto;
        margin-left: 20px;
        padding: 5px 0;
        overflow: hidden;
    }

    .sitePreferences {
        width: 100% !important;
    }
}

#OmniBackButton {
    color: #999 !important;
}

/*** for full screen mode ***/
@media (min-width: 1200px) {
    div#infoToggle.fullscreen {
        display: block;
        border: 1px solid;
        z-index: 30;
        cursor: pointer;
        position: fixed;
        top: 48%;
        left: 0;
        width: 100px;
        height: 40px;
        padding: 10px;
        transform: rotate(-90deg);
        transform-origin: left top 0;
        text-align: center;
        border-radius: 0 0 5px 5px;
    }

    div.DocInfo.fullscreen {
        top: 0;
        left: -400px;
        position: fixed;
        width: 400px;
        height: 100%;
        z-index: 20;
        padding-top: 15px;
        margin-top: 0;
        border: 1px solid;
    }

    div#infoToggle.fullscreen, div.DocInfo.fullscreen {
        transition: all 500ms ease-in-out;
    }

    #infoToggle.fullscreen.active, #infoToggle.fullscreen.active {
        left: 399px !important;
    }

    .DocInfo.fullscreen.active, .DocInfo.fullscreen.active {
        left: 0px !important;
    }

    div.DocInfo {
        height: 497px;
    }


    .myInfo .contact, .myInfo .myInfoAddress {
        width: 30%;
    }
}

.tidydisplayarea {
    padding: 0 !important;
    margin: auto;
}

.tidyinnerdisplayarea {
    height: 428px;
}

#previewselectionheading {
    display: none;
}

.tidyinnerdisplayarea.fullscreen {
    /*height:100% !important;*/
}

/*for local viewer*/


#localpdf {
    width: 100%;
    height: 430px;
    border: 1px solid;
}

#localpdfobj {
    width: 100%;
    height: 100%;
}


.tidyinnerdisplayarea.singlePage {
    height: 100% !important;
    width: 100% !important;
}

    .tidyinnerdisplayarea.singlePage .tidydisplaycanvas {
        width: 100% !important;
    }


/*** SK DROPDOWN STYLES ***/
select {
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/*** SK IMAGE TILE STYLE  ***/
/*DM Image tile Style
div.rtlistImageTile div {
    background-size: 90%;
}
*/

/*** SK HIDE ZOOM  ***/
@media (max-width: 767px) {
    a.tidyzoominbutton, a.tidyzoomoutbutton {
        display: none !important;
    }
}


@media ( max-width:880px) {
    .loginReservedInfo {
        min-height: 100px !important;
        max-height: 400px !important;
        width: 100% !important;
    }

    .loginSignInArea {
        width: 100% !important;
        float: right;
    }
}

@media ( min-width:881px) {
    .loginReservedInfo {
        height: 550px !important;
        width: 850px;
    }
    /*
    div#menuContainer {
        width: 30%;
        left: 70%;
    }
*/
}

/* SK EVEN FOOTER BORDERS  */
div#aboutUs ul.menuFoot {
    /*border-right: none;*/
}

@media (min-width: 300px) {
    div.buttonTileClassListView {
        max-height: 75px;
        min-height: 50px !important;
        float: none !important;
        margin-bottom: 10px;
    }

    .rtlistSquareTile, .rtileSquare {
        margin-left: 10px;
        margin-right: 8px;
    }

    div.buttonTileClassListView div.buttonTileDivClass {
        max-width: 50px;
        max-height: 50px;
        min-width: 50px;
        min-height: 50px;
        margin: auto 0;
    }

    h6.rtlistTitleListView {
        white-space: nowrap;
        text-align: left;
        margin: auto;
        margin-left: 20px;
        padding: 5px 0;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .dataUsageInfo {
        width: 100%;
    }

    .subscriptionInfo {
        width: 100%;
    }
}

/*  SK SVG DEFAULT ICON STYLE  */
.svgIcon {
    fill: #666766;
}

/*  SK LIST VIEW BORDER  */
div.buttonTileClassListView {
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 10px;
}

.rtlistSquareTile, .rtileSquare {
    display: table;
}

#myColBody .buttonTileClassListView {
    width: 98% !important;
}



.dialogView div.multipageScroll .multipageitem {
    display: inline-block !important;
    border-left: 0;
    padding: 0 10px;
}

div.tidyscroll.dialogView {
    border-left: 0;
    /*margin-top: 10px;*/
    border-top: 1px solid #000;
    height: 150px;
    overflow-x: scroll;
    float: left;
    width: 100%;
}

.RadTile_Default {
    background-color: transparent !important;
}
