﻿.tourControl-modal {
    display: block;
    position: absolute;
    padding: 0px !important;
    border-radius: 5px;
     
    z-index: 10030;
    background: #ffffff;
    color: darkgrey;
    top: 10px;
    left: 50px;
    width: 250px;
    border: solid 1px #848484;
    box-shadow: 0px 9px 16px rgba(0,0,0,0.5);
}

.modal,
/*.modal-box {
    z-index: 900;
}*/

.modal-sandbox {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.5);
    overflow: auto;
}

.modal-box {
    position: relative;
    width: 30%;
    animation-name: modalbox;
    animation-duration: .3s;
    animation-timing-function: ease-out;
}

.modal-header {
    background: #888888;
    color: #ffffff;
    min-height: 30px;
    line-height: 1.6em;
    padding-top: 6px;
}
.gtourrtl{
    direction:rtl;
}
.gtourhighlight {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10020;
    border: solid 1px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 27px rgba(0,0,0,0.5);
    /*color: #ccc;*/
    padding: 7px;
}

.DeliveryAddress {
    clear: both;
    display: block;
}

.tourControl-modal::before {
    content: '\f0d8';
    font-family: FontAwesome;
    color: #888;
    position: absolute;
    top: -16px;
    left: 46%;
    font-size: 48px;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}

.label-load.gtourhighlight {
    padding:5px;


}

header.gtourhighlight {
    background: #b78637;
}


.modal-body {
    background: #ffffff;
    color: #555;
    padding: 9px 14px;
}

/* Close Button */
.close-modal {
    text-align: left;
    cursor: pointer;
    line-height: 2em;
    position: absolute;
    height: 40px;
    left: 10px;
    top: 3px;
    font-size:18px;
}

#btnnext {
    background: #b68a35;
    color: #fff;
    border: #96722c;
     cursor:pointer;
}



#btnprev {
    background: #c5c5c5;
    border: 1px solid darkgrey;
    cursor:pointer;
}

#btnskip {
    background: white;
    border-color: #888888;
     cursor:pointer;
}
/* Animation */
@-webkit-keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

/* Aditional Styles */
/** {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}*/

.touContronl-button {
    border: 1px solid #333333;
    outline: none;
    color: #333333;
    height: 30px;
    min-width: inherit;
    max-width: inherit;
}
#tourText {
    padding: 15px;
    font-size: 14px;
}
#GTHeading {
    margin-left: 15px;
    font-weight: 400;
    font-size: 15px;
}

.bg-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10019;
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

 