﻿/*============================================page-content begin===========================================*/
/*https://codepen.io/MPDoctor/pen/mpJdYe */
/*body {
    background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
    ccc;
    background-repeat: no-repeat;
    font: 400 16px/1.5em "Open Sans", sans-serif;
}*/
.page-content {
    max-width: 100%;
    margin: 32px auto;
    padding: 32px;
    background: #fff;
    
}

/*a {
    color: #21D4FD;
    transition: all 0.3s;
}

    a:hover {
        color: #B721FF;
    }*/

.tabbed {
    overflow-x: hidden; /* so we could easily hide the radio inputs */
    /*margin: 32px 0;*/
    margin: 2px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
}

    .tabbed [type="radio"] {
        /* hiding the inputs */
        display:none;
    }

.tabs {
    display: flex;
    align-items: stretch;
    list-style: none;
    padding: 0;
    border: none;
}

.tab > label {
    display: block;
    margin-bottom: 1px;
    padding: 12px 15px;
    border: 1px solid #fff;
    border-bottom-color:yellow;
    background: whitesmoke;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    height: 55px;
    justify-content:center;
}

.tab:hover label {
    /*border-top-color: #9d8a8a;
    border-right-color: yellow;
    border-bottom-color: #fff;*/
    color: #333;
}

.tab-content {
    display: none;
    color: #777;
    border: 1px solid yellow;
    border-top-color: none;
    margin-top: -18px;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
    border-bottom-color: #fff;
    border-top-color: #B721FF;
    background: #fff;
    color: #222;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label {
    border-bottom: none;
    border-top-color: yellow;
    border-left-color: yellow;
    border-right-color: yellow;
    background: #fff;
    color: #222;
}

.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label {
    border-bottom:none;
    border-top-color: yellow;
    border-left-color: yellow;
    border-right-color: yellow;
    background: #fff;
    color: #222;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
    display: block;
    border: solid 1px yellow;
    border-top: none;
}

/*=================================tabbed3=============================*/

.tabbed3 {
    overflow-x: hidden; /* so we could easily hide the radio inputs */
    /*margin: 32px 0;*/
    margin: 2px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
}

    .tabbed3 [type="radio"] {
        /* hiding the inputs */
        display: none;
    }
/*input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;*/
    /*top: -2px;
    left: -1px;*/
    /*position: relative;*/
    /*background-color: #d1d3d1;*/
    /*background-color: lightgray;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;*/
    /*top: -2px;
    left: -1px;*/
    /*position: relative;*/
    /*background-color: #ffa500;*/
    /*background-color: yellow;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}*/

.tabs3 {
    display: flex;
    align-items: stretch;
    list-style: none;
    padding: 0;
    border: none;
}
.tab3 > label {
    display: block;
    margin-bottom: 1px;
    padding: 12px 15px;
    border: 1px solid gray;
    background: white;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    height: 55px;
    justify-content: center;
}
.tab3:hover label {
    border: solid 1px red;
    background-color: darkorange;
    color: #333;
}

.tab-content3 {
    display: none;
    color: #777;
    border: 1px solid yellow;
    border-top-color: none;
    margin-top: -18px;
}
.tabbed3 [type="radio"]:nth-of-type(1):checked ~ .tabs3 .tab3:nth-of-type(1) label,
.tabbed3 [type="radio"]:nth-of-type(2):checked ~ .tabs3 .tab3:nth-of-type(2) label,
.tabbed3 [type="radio"]:nth-of-type(3):checked ~ .tabs3 .tab3:nth-of-type(3) label,
.tabbed3 [type="radio"]:nth-of-type(4):checked ~ .tabs3 .tab3:nth-of-type(4) label,
.tabbed3 [type="radio"]:nth-of-type(5):checked ~ .tabs3 .tab3:nth-of-type(5) label {
    border: solid 1px red;
    background-color: darkorange;
    color: #fff;
}

.tabbed3 [type="radio"]:nth-of-type(1):checked ~ .tab-content3:nth-of-type(1),
.tabbed3 [type="radio"]:nth-of-type(2):checked ~ .tab-content3:nth-of-type(2),
.tabbed3 [type="radio"]:nth-of-type(3):checked ~ .tab-content3:nth-of-type(3),
.tabbed3 [type="radio"]:nth-of-type(4):checked ~ .tab-content3:nth-of-type(4) {
    display: block;
    border: solid 1px yellow;
    /*border-top: none;*/
}
/*=====================================page-content end===================================*/

.radiocontent {
    display: block;
    padding: 12px 15px;
    border: 1px solid #9d8a8a;
    background: #eee;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    height: 55px;
    width:30%;
    text-align:center;
    justify-items:center;
}
/*.radiocontent:hover {
    background: #fff;
    border: 1px solid #B721FF;
}
    .radiocontent:hover:after {
        background: #fff;
        border: 1px solid #B721FF;
    }*/


/* https://www.w3schools.com/howto/howto_js_image_zoom.asp */
/* * {
            box-sizing: border-box;
        } */
.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 100%;
    height: 200px;
    background-color: whitesmoke;
    opacity: 0.65;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0px;
    left: 0px;
}

.hiddenzoom {
    visibility: hidden;
}


/*=====================================================================================================================*/

#rightModal .modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

    .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }

.modal-dialog-slideout .modal-content {
    border: 0;
}

.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
    height: 69px;
    display: block;
}

#rightModal .modal-dialog-slideout .modal-header h5 {
    float: left;
    color: blue;
}

#leftModal .modal-dialog-slideout {
    min-height: 100%;
    margin: 0 auto 0 0;
    background: #fff;
}

    #leftModal .modal-dialog-slideout .modal-header h5 {
        float: left;
        color: red;
    }


#leftModal.modal.fade:not(.show) .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(-100%,0)scale(1);
    transform: translate(-100%,0)scale(1);
}


