﻿.modal
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    z-index: 1000;
    opacity: 0.8;
    filter: alpha(opacity=60);
    -moz-opacity: 0.8;
    min-height: 100%;
}
.confirm-box 
{
    width: 45% !important;
    height: auto;
    color: gray;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    background-color: #FFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    top: 10% !important;
    position:absolute !important;
}
.confirm-box-header 
{
    padding: 5px 15px;
    margin: 0;
    border-bottom: 1px solid #DDD;
}
.confirm-box-header h1 
{
    margin: 0;
    color: #404040;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.confirm-box .confirm-box-body 
{
    padding: 15px;
}
.confirm-box .confirm-box-body p {
    font-size: 13px;
    font-weight: 400;
    color: #606060;
    line-height: 18px;
}
.confirm-box .confirm-box-buttons 
{
    display: block;
    background-color: #F5F5F5;
    padding: 10px;
    border-top: 1px solid #EEE;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    zoom: 1;
    margin-bottom: 0;
    text-align: center
}
.confirm-box .confirm-box-buttons a.btn {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    background-repeat: no-repeat;
    padding: 5px 14px 6px;
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid transparent;
    -webkit-transition: .2s linear all;
    -moz-transition: .2s linear all;
    transition: .2s linear all;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}
.confirm-box .confirm-box-buttons a.btn.primary {
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999;
    background-repeat: repeat-x;
    margin-right: 15px
}
.confirm-box .confirm-box-buttons a.btn.primary:hover {
    border: 1px solid #444;
    background-color: #444
}
.confirm-box .confirm-box-buttons a.btn.secondary {
    padding: 5px 2px 6px
}
.confirm-box .confirm-box-buttons a.btn.secondary:hover {
    color: #999
}
@media screen and (max-width:768px) 
{
    .confirm-box 
    {
        width: 95% !important;
    }
}
.btn_modal
{
    position: absolute;
    z-index: 99999;
    cursor: pointer;
    background-color: gray;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
    width: 25px;
    height: 25px;
}
#dropClose
{
    top: -10px;
    right: -10px;
    padding-top: 5px;
    padding-left: 8px;
}
#imgNext, #imgPre
{
    top: 50%;
    padding: 5px;
}
#imgNext
{
    right: 0px;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: center;
}
#imgPre
{
    left: 0px;
    background-image: url(../images/previous.png);
    background-repeat: no-repeat;
    background-position: center;
}
#counter {
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
}