﻿.selection-block {
    display: inline-block;
    width: auto;
    max-width: 100%;
    text-align: center;
    border: solid 1px transparent;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
}

.selection-block.selected {
    border-color: #25385b;
}

.block-img {
    display: inline-block;
    max-width: 250px;
    max-height: 250px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
    /*-webkit-box-shadow: 0px 0px 100px 0px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 100px 0px rgba(255,0,0,1);
    box-shadow: 0px 0px 100px 0px rgba(255,0,0,1);*/
}

    .block-img img {
        max-width: 100%;
        max-height: 100%;
    }

.wizard-body {
    height: calc(650px - 235px);
    overflow: auto;
    padding: 0 15px;
}

.image-slider .item img {
    width: 100% /*80%*/;
}

.image-slider .carousel-control {
    top: 50%;
    bottom: auto;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    /*display: flex;
        justify-content: center;
        align-items: center;*/
    padding: 18px 5px;
    text-align: center;
    background: rgba(0,0,0,0.8);
    margin: -30px -100px 0 -100px;
}

   .image-slider .carousel-control .fa {
        color: #fff;
        font-size: 28px;
    }

.slider-arrows {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.image-slider .item p {
    margin-top: 15px;
    text-align: center;
}


.mr {
   margin: 10px 210px 30px 210px !important;
}
.mronddl {
    margin: 10px 269px 30px 269px !important;
}
.boldtext {
    text-align: center;
    word-break: break-word;
    color: #424242;
    
}


.info-btn {
    position: relative;
    padding-right: 43px;
}

    .info-btn #TransactionInformation {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }
.error-alert {
    padding: 10px 20px;
    background-color: #f44336;
    color: #fff;
    border-radius: 5px;
    width: auto;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.closebtn {
    margin-left: 15px;
    color: #fff;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    transition: 0.3s;
}

    .closebtn:hover {
        color: #fff;
    }

.bg-img .error-alert {
    z-index: 9999;
}
#warning-message {
    display: none;
}

@media only screen and (orientation:portrait) {
    .page-container, .navbar, footer {
        display: none;
    }

    #warning-message {
        display: block;
    }

    body {
        background: none !important;
    }
}

@media only screen and (orientation:landscape) {
    #warning-message {
        display: none;
    }
}