.tmpContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    z-index: 999;
}

.fbTopBar {
    /*position: absolute;
    overflow: hidden;
    z-index: 1100;*/
    top: 0px;
    left: 0px;
    right: 0px;
    min-height: 46px;
    width: 100%;
    margin: 0 auto;
    /* border-radius: 0px 0px 25px 25px;*/
    background-color: #5D78A1;
    box-shadow: rgb(108, 128, 155) 0px 1px 2px;
    line-height: 2;
}

.pageBar .close {
    color: #FFF;
    opacity: 1;
    top: 6px;
    background-color: inherit;
    position: absolute;
}

.pageBar {
    padding-top: 3px;
    position: relative;
    height: 100%;
    min-height: 46px;
    left: 0px;
    z-index: 1120;
    margin: 0 auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-right: 5px;*/
    background-color: #5D78A1;
}

    .pageBar .button {
        position: relative;
        width: 30px;
        height: 30px;
        padding-bottom: 10px;
        margin: 0 2px;
        border-radius: 3px;
        display: inline;
    }

@media screen and (max-width:575px) {
    .pageBar .button {
        margin: 0;
    }
}

.pageBar a.button:hover,
.pageBar a.button:focus {
    background-color: rgba(255,255,255,0.2);
    outline: none;
    border: none;
}

.pageBar .button img {
    width: 22px;
    height: 22px;
    margin-left: 4px;
    margin-top: 4px;
}

.pageBar .button:last-child img {
    margin-right: 4px;
}

.searchBar .button img {
    width: 22px;
    height: 22px;
    margin-left: 3px;
    margin-top: 3px;
}

.searchBar .button span, .pageBar .button span {
    display: none;
}

.button span {
    font-family: "Tahoma","sans-serif","Arial";
    font-size: 0.75em;
}

a.button:focus {
    color: #fff;
    background-color: none;
    border-color: #c41a1a;
    border-width: 3px;
}

.searchBar {
    position: absolute;
    background-color: rgb(179, 228, 255);
    vertical-align: middle;
    border-radius: 3px;
    right: 10px;
    left: auto;
    top: 10px;
    z-index: 1003;
}

    .searchBar input {
        background-color: rgb(179, 228, 255);
    }

    .searchBar div {
        position: relative;
        float: left;
        display: inline;
    }

.preSearch {
    height: 18px;
    border-width: 0px;
    margin-left: 5px;
    margin-top: 3px;
    background-color: #BBBBBB;
    vertical-align: middle;
    font-family: Arial;
}

.pageNumber {
    position: relative;
    display: inline;
}

    .pageNumber input {
        border-width: 0px;
        text-align: center;
        vertical-align: middle;
        height: 30px;
        margin-top: 6px;
        margin-left: 3px;
        border-radius: 3px;
        font-family: Arial;
        width: 10em;
    }

@media screen and (min-width:1200px) {
    .pageNumber input {
        width: 8em;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .pageNumber input {
        width: 7em;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .pageNumber input {
        width: 6em;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .pageNumber input {
        width: 6em;
    }
}

@media screen and (max-width:575px) {
    .pageNumber input {
        width: 4.2em;
    }
}

.tableofcontent_form {
    position: absolute;
    z-index: 1110;
    top: 47px;
    width: 20%;
    /*height: 548px;*/
    background-color: #d6dbbb;
    border-radius: 0px;
    padding: 5px;
    color: #59493f;
    font-size: 1em;
    margin-left: 0px;
    margin-right: auto;
    transition: 0.5s;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
    /*@media screen and (max-width:575px) {.tableofcontent_form{width:92vw;margin:auto;} }*/
    .tableofcontent_form .form_title {
        font-size: 1.1em;
        color: #59493f;
        margin: 5px 0px 5px 5px;
        font-weight: bold;
    }

.close {
    right: 8px;
    left: auto;
}


body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    left: 0;
    top: 0;
    position: fixed;
    overflow: hidden;
    background-color: #d4e6e8;
    background-repeat: repeat-y;
    background-position: center;
    background-size: auto;
    background-image: url(../../../Content/images/recommendList/bg.jpg);
}

/*::-webkit-scrollbar {
    height: 0;
    width: 0;
}
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}*/
.tableofcontent_form .tableofcontent_content {
    position: relative;
    background-color: rgba(255,255,255,0.2);
    width: 100%;
}

.tableofcontent_form .stage {
    overflow: hidden;
    width: 100%;
    height: 522px;
    position: relative;
}

.tableofcontent_form .swiper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tableofcontent_form .item {
    padding: 7px 12px;
    font-size: 0.75em;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
}

    .tableofcontent_form .item .arrow {
        padding: 5px;
        position: absolute;
        top: 2px;
    }

    .tableofcontent_form .item .description {
        padding: 3px 0;
        display: inline-block;
        color: #FFF;
    }


/*------------------------------------------------*/
.sidenav {
    height: 0px;
    width: 0px;
    transition: 0.5s;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

@media screen and (max-width:575px) {
    .sidenav {
        left: auto;
    }
}

.sidenav a {
    text-decoration: none;
    font-size: 1em;
    color: #FFF;
    display: block;
    transition: 0.3s;
}

    .sidenav a:hover {
        background-color: #c2c99c;
        border-radius: .25em;
        font-weight: normal;
    }

.sidenav .closebtn {
    position: absolute;
    padding-right: 5px;
    top: 0em;
    right: 0em;
    color: #59493f;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-right: 5px;
    margin-top: 5px;
    background-color: transparent;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 1em;
        }
}

.sidenav .panel {
    background-color: rgba(255,255,255,0);
}

.sidenav .panel-heading {
    background-color: rgba(255,255,255,0.3);
}

.sidenav .list-group-item {
    background-color: rgba(255,255,255,0.15);
    border: 1px solid #97a9bf;
}

.sidenav .panel-default > .panel-heading {
    margin-bottom: 0px;
}

.sidenav .panel-group {
    margin-bottom: 0px;
}




/*-------------information--------------*/

.information {
    position: absolute;
    height: 95.2%;
    width: 20%;
    z-index: 1100;
    top: 47px;
    right: 0;
    background-color: #f3f5e8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    padding-bottom: 15px;
    word-break: break-all;
    background-image: url(../../../Content/images/recommendList/infobg.png);
    background-repeat: repeat;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:991px) {
    .information {
        padding-top: 0px;
    }
}

.information .form_title {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #bfc59e;
    margin-bottom: 15px;
    background-color: #d6dbbb;
    padding: 8px 10px;
}

.information a {
    text-decoration: underline;
    font-size: 1em;
    color: #362e2b;
    display: block;
    transition: 0.3s;
    word-break: break-all;
}

    .information a:hover {
        color: #5D78A1;
    }

    .information a:focus {
        color: #5D78A1;
        outline: 3px solid #5D78A1;
        outline-offset: -3px
    }

    .information a img {
        max-width: 100%;
    }

.information .closebtn {
    position: absolute;
    top: 0em;
    right: 0em;
    color: #59493f;
    margin-top: 5px;
    margin-right: 5px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
    padding-right: 5px;
}

.information a:hover.closebtn {
    background-color: #c2c99c;
    border-radius: 5px;
}

.information {
    overflow-y: auto;
}

.information_content {
    padding: 0px;
}

@media screen and (max-width:991px) {
    .tableofcontent_form, .information {
        top: 46px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .tableofcontent_form, .information {
        width: 25%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .tableofcontent_form, .information {
        width: 30%;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .tableofcontent_form, .information {
        width: 40%;
    }
}

@media screen and (max-width:575px) {
    .tableofcontent_form, .information {
        width: 50%;
    }
}

.information p {
    color: #59493f;
    padding-right: 12px;
    padding-left: 20px;
}

    .information p.content_title {
        color: #59493f;
        font-weight: bold;
        border-left-width: 3px;
        border-left-style: solid;
        border-left-color: #d6dbbb;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 3px;
        margin-left: 10px;
        padding-left: 5px;
    }

        .information p.content_title::before {
            color: #59493f;
            content: none;
        }

.information .code1 {
    background-color: #1b77d7;
}

.information .code2 {
    background-color: #CB4F12;
}

.information .code1,
.information .code2 {
    color: #FFF;
    FONT-FAMILY: "Microsoft JhengHei";
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 1em;
        }
}
/*-------------------------------------------*/
#leftcssmenu,
#leftcssmenu ul,
#leftcssmenu ul li,
#leftcssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#leftcssmenu {
    /*width: 220px;*/
    font-family: Raleway, sans-serif;
    color: #ffffff;
}

    #leftcssmenu ul ul {
        display: none;
    }

    #leftcssmenu > ul > li.active > ul {
        display: block;
    }

.align-right {
    float: right;
}

#leftcssmenu > ul > li > a {
    padding: 16px 16px 16px 36px;
    cursor: pointer;
    z-index: 1002;
    font-size: 1em;
    text-decoration: none;
    color: #59493f;
    background-image: url(../../../Content/images/recommendList/infobg.png);
    background-repeat: repeat;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    word-break: break-all;
}

    #leftcssmenu > ul > li > a:hover {
        color: #5D78A1;
    }

#leftcssmenu ul > li.has-sub > a:after {
    content: '\203A';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: 0 0;
    position: absolute;
    left: 22px;
    top: 15px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#leftcssmenu ul > li.has-sub.open > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#leftcssmenu ul ul li a {
    padding: 14px 14px 14px 36px;
    cursor: pointer;
    z-index: 1002;
    font-size: 1em;
    text-decoration: none;
    background: #f9f9f5;
    color: #59493f;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    word-break: break-all;
}

    #leftcssmenu ul ul li a:hover,
    #leftcssmenu ul ul ul li a:hover {
        color: #527196;
    }

#leftcssmenu ul ul ul li a {
    padding-left: 50px;
    background: #FFF;
}

#leftcssmenu ul ul > li.has-sub > a:after {
    top: 14px;
    left: 38px;
    /*background: #dddddd;*/
}

#leftcssmenu ul ul > li.has-sub > a:before {
    top: 20px;
    /* background: #dddddd;*/
}

#leftcssmenu ul li.active a {
    background: #dddddd;
    color: #97a9bf;
}

#leftcssmenu ul li.active a,
#leftcssmenu ul li a:hover,
#leftcssmenu ul li a:focus,
#leftcssmenu ul ul li a:hover,
#leftcssmenu ul ul li a:focus {
    background: #e3e7ce;
    font-weight: normal;
    outline: none;
}


/*-------------Thumbnail--------------*/
#main {
    height: 100%;
    position: relative;
    top: -60px;
    margin-top: 120px
}

.Thumbnail {
    width: 100%;
    padding: 5px;
    height: 100%;
    background-color: #f3f5e8;
    width: 100%;
    padding: 5px 50px;
    height: 168px;
    display: block;
    overflow: hidden;
    max-width: 942px;
    border-radius: 1rem;
    display: flex;
}

    .Thumbnail .slider {
        width: 80%;
        padding: 15px 0;
        margin: auto;
    }

    .Thumbnail .slick-slide {
        margin: 0px 5px;
    }

    .Thumbnail a {
        display: inline;
    }

        .Thumbnail a img {
            width: auto;
            margin: 10px 8px;
            -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
        }

    .Thumbnail .thumbnailImage a:focus {
        outline: none;
    }

        .Thumbnail .thumbnailImage a:focus img {
            outline: 4px solid #5d78a1;
            outline-offset: -4px;
        }

    .Thumbnail a.active img {
        outline: 4px solid #5d78a1;
        outline-offset: -4px;
    }

.Thumbnail {
}

    .Thumbnail a.Next,
    .Thumbnail a.Previous {
        text-align: center;
        vertical-align: middle;
        display: block;
       /* user-select: none;*/
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        font-size: 4em;
        color: #5D78A1;
        position: absolute;
        top: 17%;
    }

        .Thumbnail a.Next img,
        .Thumbnail a.Previous img {
            box-shadow: none;
        }

    .Thumbnail a.Previous {
        left: -0.3em;
    }

    .Thumbnail a.Next {
        right: -0.3em;
    }

    .Thumbnail a:hover,
    .Thumbnail a:focus {
        text-decoration: none;
        color: #556e94;
    }


    .Thumbnail a.Next,
    .Thumbnail a.Previous {
        top: 15%;
    }

    .Thumbnail a.Previous {
        left: 0.01em;
    }

    .Thumbnail a.Next {
        right: 0.01em;
    }

@media screen and (max-width:921px) {
    .Thumbnail a.Previous {
        left: -0.11em;
    }

    .Thumbnail a.Next {
        right: -0.11em;
    }
}

.Thumbnail a:hover.Next,
.Thumbnail a:hover.Previous {
}

.Thumbnail a:focus.Next,
.Thumbnail a:focus.Previous {
    outline: 3px solid #5D78A1;
    outline-offset: -3px;
}



.width100 {
    width: 100px;
}

.Thumbnail {
    overflow: hidden
}

    .Thumbnail .Frame {
        max-width: 812px;
        width: 100%;
        overflow-x: hidden;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-self: center;
    }

    .Thumbnail .thumbnailImage {
        white-space: nowrap;
    }

        .Thumbnail .thumbnailImage a {
            display: inline-block;
            width: 100px;
            /*height:158px;*/
            margin: 10px 8px
        }

            .Thumbnail .thumbnailImage a img {
                max-width: 100px;
                max-height: 138px;
                margin: auto;
                transform: scale(1,1);
                transition: all .3s ease-out;
            }

                .Thumbnail .thumbnailImage a img:hover {
                    transform: scale(1.1,1.1);
                }

    .Thumbnail .GradientRight {
        background-image: linear-gradient(to right, rgba(80,36,99,0) 0%, rgba(80,36,99,.25) 25%, rgba(80,36,99,.5) 50%, rgba(80,36,99,1) 100%);
        position: absolute;
        right: 50px;
        top: 10px;
        width: 3em;
        height: 100%;
    }

    .Thumbnail .GradientLeft {
        background-image: linear-gradient(to left, rgba(80,36,99,0) 0%, rgba(80,36,99,.25) 25%, rgba(80,36,99,.5) 50%, rgba(80,36,99,1) 100%);
        position: absolute;
        left: 50px;
        top: 10px;
        width: 3em;
        height: 100%;
    }

.thumbnailImage {
    width: 100%
}

@media screen and (min-width:768px) and (max-width:921px) {
    .Thumbnail {
        max-width: 680px;
    }

        .Thumbnail .Frame {
            max-width: 580px;
        }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .Thumbnail {
        max-width: 564px;
    }

        .Thumbnail .Frame {
            max-width: 464px;
        }
}

@media screen and (min-width:449px) and (max-width:575px) {
    .Thumbnail {
        max-width: 449px;
    }

        .Thumbnail .Frame {
            max-width: 439px;
        }
}

@media screen and (min-width:340px) and (max-width:448px) {
    .Thumbnail {
        max-width: 332px;
    }

        .Thumbnail .Frame {
            max-width: 232px;
        }
}

@media screen and (max-width:339px) {
    .Thumbnail {
        max-width: 216px;
    }

        .Thumbnail .Frame {
            max-width: 116px;
        }
}

.pageNumber {
    padding: 3px 8px;
    top: 5px;
    background-color: #FFF;
    border-radius: 5px;
}

.namebar {
    width: 100%;
    display: block;
    clear: both;
    margin: 0;
    text-align: center;
    margin-top: 46px;
    margin-right: 0px;
    margin-left: 0px;
    position: absolute;
    float: none;
    top: 0px;
	z-index:999;
}

    .namebar P.text-555 {
        width: 100%;
        display: block;
        clear: both;
        padding: 10px 5px;
        margin: 0;
        text-align: center;
        margin-right: 15px;
        margin-left: 15px;
        position: absolute;
        float: none;
        top: 0px;
        word-break: break-all;
    }

    .namebar span.text-555 {
        display: block;
        word-break: break-all;
        background-color: rgb(203,218,225,0.7);
        padding: 10px;
        color: #663300;
    }

.container {
    margin-top: 100px;
    margin-bottom: 100px
}

.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

    #custCarousel .carousel-indicators > li {
        width: 100px
    }

    #custCarousel .carousel-indicators li img {
        display: block;
        opacity: 0.5
    }

    #custCarousel .carousel-indicators li.active img {
        opacity: 1
    }

    #custCarousel .carousel-indicators li:hover img {
        opacity: 0.75
    }

.carousel-item img {
    width: 80%
}


#canvas .modal-dialog {
    margin: 0rem auto !important;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
    }
}

#canvas .modal-content {
    background-color: rgba(255,255,255,0.8);
    border: none;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 4px;
}

#RecommendBook {
    border: none;
}
/*------------------------popover----------------------------------------*/
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    max-width: 276px; /*padding:1px;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    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;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    width: 286px;
    line-break: auto
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 10px;
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #5D78A1;
    color: #FFF; /*border-bottom:1px solid #ebebeb;*/
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #5D78A1;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }

.bottom .popover-title .close {
    color: #FFF;
    top: -3px;
    position: relative;
}

#DownloadModal {
    width: auto;
    height: auto;
    position: fixed;
    /*top: 3.8em;*/
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    max-width: 1170px;
    margin: auto;
    z-index: 1070
}

    #DownloadModal .modal-content {
        background-color: rgba(255,255,255,1);
    }

/*---------------------------------------------------------------------------------------*/
.nopad {
    padding: 5px !important;
    margin-bottom: .5rem;
}
/*image gallery*/
.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 0;
    outline: 0;
}

    .image-checkbox input[type="checkbox"] {
        /*display: none;*/
        left: 12px;
        top: 12px;
        position: absolute;
    }

.image-checkbox-checked {
    border: 3px solid #4783B0;
}

.image-checkbox .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 0px 10px;
    top: 4px;
    left: 9px;
    font-weight: bold;
}

.image-checkbox-checked .fa {
    display: block !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.hidden {
    display: none !important;
}

#DownloadModal .modal-dialog {
    max-width: 1890px;
    margin: .5rem !important;
}

@media screen and (min-width: 1200px) {
    #DownloadModal .modal-dialog {
        margin: 1.75rem auto !important;
    }
}

#DownloadModal .modal-body {
    height: 75vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

#DownloadModal .modal-header {
    padding: .5rem .7rem;
}

    #DownloadModal .modal-header .modal-title {
        font-size: 1.2rem;
        font-weight: bold;
    }

.ImageCheckboxList {
    height: 85%;
    padding: 0 15px;
}

    .ImageCheckboxList label {
        width: 100%;
    }

    .ImageCheckboxList .image-checkbox {
        display: flex;
        overflow: hidden;
    }

        .ImageCheckboxList .image-checkbox img {
            height: auto;
            width: auto;
            align-self: center;
            max-height: 124px;
            transform: scale(1,1);
            transition: all .5s ease-out;
        }

            .ImageCheckboxList .image-checkbox img:hover {
                transform: scale(1.2,1.2);
            }

@media screen and (min-width:1200px) {
    .ImageCheckboxList .image-checkbox {
        height: 130px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .ImageCheckboxList .image-checkbox {
        height: 130px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .ImageCheckboxList .image-checkbox {
        height: 130px;
    }
}

@media screen and (max-width:575px) {
    .ImageCheckboxList .image-checkbox {
        height: 130px;
    }
}

#DownloadModal .modal-header {
    display: block;
    background-color: #5D78A1;
    color: #FFF;
}

.modal-header .close {
    padding: 0em !important;
    margin: 0em !important;
    color: #FFF !important;
}

.close {
    opacity: 1;
}
/*---------------------RANGE-------------------*/
.range {
    padding: 0 5px;
    display: flex;
    /*background-color: #000;*/
    border-radius: .25em;
}

.range__input {
    width: 100%;
    -webkit-appearance: none;
}

input[type="range"] {
    color: rgba(255, 255, 255,0);
}

.range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #5D78A1;
    cursor: pointer;
}

.range__input::-webkit-slider-runnable-track {
    background-color: #ddd;
    height: 15px;
    margin-top: 5px;
    border-radius: 1rem;
}

.range__input::-ms-track {
}

.range__input::-moz-range-track {
}

.range__input-wrapper {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    vertical-align: middle;
    width: 160px;
    flex-basis: calc(100% - 45px);
    max-width: calc(100% - 45px);
}

.range__value {
    display: block;
    text-align: center;
    font-size: 0.8rem;
}

.range__button {
    display: flex;
    align-self: flex-end;
    font-size: 1rem;
    font-weight: bold;
    vertical-align: bottom;
    border: none;
    border-radius: .25em;
}

    .range__button span {
        padding: 1px 3px 3px 3px;
    }

#DownloadModal .inline {
    margin-right: 5px;
}

#canvas {
    overflow: hidden;
}
