﻿
div[id^="yvv_wrapper"] {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    overflow: hidden;
}

.modal-content div[id^="yvv_wrapper"] {
    border: none;
}

.yv_viewer .modal-content {
    background-color: #f9f9f9;
}

.yv_viewer .modal-header {
    min-height: 50px;
}

.yv_viewer .modal-footer {
    margin-top: 0px;
    text-align: left;
}

div[id^="yvv_container"] {
    width: 100%;
    height: 100%;
    position: relative;
}

div[id^="yvv_toolbar"] {
    bottom: 50px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.yv_viewer .btn-default {
    background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
}



.yv_viewer .thumbnail.active {
    border: 1px solid #333;
}

.yvv_cursor {
    cursor: url(img/hand.cur) 6 8, pointer;
}

.yvv_drag_cursor {
    cursor: url(img/grab.cur) 6 8, pointer;
}

input[id^="txtPager"] {
    width: 50px;
    padding: .375rem .75rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 16px;
}

a[class^="carousel-control"] {
    background: none repeat scroll 0 0 #222222;
    border: 3px solid #ffffff;
    border-radius: 23px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    line-height: 26px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
}

.carousel-control-prev {
    left: 15px;
}


.carousel-control-next {
    right: 15px;
}

.yv_viewer.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.yv_viewer .thumbnail {
    cursor: pointer;
}

.modal-dialog.modal-full {
    /*width: 90%;*/
    /*height: 100%;*/
    /*padding: 0;*/
    /*margin: 0;*/
}

.modal-content {
    /* border-radius: 0;
  min-height: 100%; 
  height: auto*/
}

div[id^="yvv_thumbnails"] {
}

.btn-group > .btn.yvv_nav_prev, .btn-group-vertical > .btn.yvv_nav_prev {
    order: 1;
}


.btn-group > .btn.yvv_nav_next, .btn-group-vertical > .btn.yvv_nav_next {
    order: 3;
}

.yv_viewer figure.figure {
    margin: 0;
}
