@font-face {
    font-family: BabasNeue;
    src: url('../fonts/BEBAS NEUE/BebasNeue Regular.otf');
}

@font-face {
    font-family: GOTHAM;
    src: url('../fonts/GOTHAM/GothamExLight.otf');
}

button:focus,
button:hover {
    outline: none;
    cursor: pointer;
}

 ::-moz-selection {
    /* Code for Firefox */
    background: transparent;
}

 ::selection {
    background: transparent;
}

.main-container {
    position: absolute;
    top: 0px;
    bottom: 50px;
    right: 0px;
    left: 0px;
    background-image: url('../images/background.jpg');
    background-size: cover;
}

.bottom-bar {
    position: fixed;
    /*Mansoor Changes C201  */
    /* position: absolute; */
    /*Mansoor Changes C201  */
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
    background-color: #191d29;
    background: #191d29;
    /* Old browsers */
    background: -moz-linear-gradient(top, #191d29 0%, #111728 47%, #191d29 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #191d29 0%, #111728 47%, #191d29 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #191d29 0%, #111728 47%, #191d29 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#191d29', endColorstr='#191d29', GradientType=0);
    /* IE6-9 */
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
}

.menu-container_1 {
    margin: auto;
    /* height: 50px; */
    padding: 10px 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191d29+0,1f2126+48,191d29+100 */
    background: #1f2533;
    /* Old browsers */
    /*background: -moz-linear-gradient(top, #191d29 0%, #1f2126 48%, #191d29 100%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #191d29 0%, #1f2126 48%, #191d29 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #191d29 0%, #1f2126 48%, #191d29 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#191d29', endColorstr='#191d29', GradientType=0);*/
    /* IE6-9 */
    -moz-box-shadow: inset 0 0 3px rgba(21, 26, 41, 0.71);
    -webkit-box-shadow: inset 0 0 3px rgba(21, 26, 41, 0.71);
    box-shadow: inset 0 0 3px rgba(21, 26, 41, 0.71);
}

.menu {
    height: 30px;
    width: 30px;
    background-color: #333;
    display: initial;
    list-style: none;
    position: relative;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.menu-btn {
    float: left;
    color: #FFF;
    padding: 7px;
    height: 30px;
    width: 40px;
    cursor: pointer;
    background-size: 100% 100%;
    border: none;
    background: transparent;
    background-size: 100% 100%;
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}

.menu-container_1>li {
    float: left;
}


/* clear'n floats */

.menu-container_1 ul:after {
    clear: both;
}

.menu-container_1 ul:before,
.menu-container_1 ul:after {
    content: " ";
}

.menu-item-container {
    display: none;
    position: absolute;
    top: -230px;
    left: 0px;
    background-color: #121828;
    border-radius: 3px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: inset 0 0 12px 0px rgb(18, 24, 40);
    transition: 0.5s;
    padding: 20px;
}

.menu-item-container.active {
    display: block;
}

.menu-item-container li {
    padding: 10px 7px;
}

.inner {
    height: 138px;
    width: 140px;
    padding: 0px;
}

.menu-item-container li {
    display: block;
}

.dropmic-menu li .menu-item {
    color: grey;
    /* padding: 5px 5px; */
     padding: 0px 0px; 
    cursor: pointer;
    display: inline-block;
    height: 30px;
    text-transform: uppercase;
    font-size:12px;
}

.preview {
    visibility: hidden;
    height: 170px;
    width: 156px;
    padding: 0px;
    /* display: inline-block; */
    position: absolute;
    left: 173px;
    top: 0px;
    background-size: cover;
    box-shadow: 0px 0px 3px 2px rgba(59, 59, 59, 0.51);
    border-radius: 3px;
}

.preview.active {
    visibility: visible;
}

.dropmic-menu li .icon-container {
    background-image: url('../images/icons/bulets/ideal1.png');
    height: 30px;
    width: 30px;
    /* display: inline; */
    float: left;
    margin-right: 5px;
    background-size: cover;
}

.dropmic-menu li:hover .icon-container {
    background-image: url('../images/icons/bulets/on_Press.png') !important;
    /* background-image: url('../images/icons/bulets/Enchanting_Ripple effect_Hover.png') !important; */
    background-size: cover;
}

.selected:hover>.menu-item,
.dropmic-menu li:hover .menu-item {
    /* color: #9fa5b5; */
    color:#11cacc;
    
}

.ss-content .selected>.menu-item {
    color: #11cacc;
}

.first {
    background-image: url('../images/icons/icon.png');
}

.second {
    background-image: url('../images/icons/icon2.png');
}

.third {
    background-image: url('../images/icons/icon3.png');
}

.download {
    background-image: url('../images/icons/Downlode.png');
}

.logo {
    background-image: url('../images/icons/office 3d logo.png');
    height: 18px;
    width: 86px;
    position: absolute;
    left: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* cursor: pointer; */
}

.right-side-button-container {
    position: absolute;
    height: 28px;
    right: 50px;
}

.btn {
    height: 28px;
    background-color: #121828;
    border-radius: 2px;
    color: #4a5266;
    text-transform: uppercase;
    padding: 0px 12px;
    cursor: pointer;
    outline: none;
    border: none;
    box-shadow: 0px 0px 1px #949494;
    margin-right: 10px;
}

.btn:hover,
.btn:focus {
    background-color: #121828;
    box-shadow: 0px 0px 1px #FFF;
    outline: none;
}

.titleContainer {
    font-family: BabasNeue;
    position: absolute;
    left: 50px;
    top: 50px;
    background-color: rgba(0, 0, 0, 0.13);
    padding: 10px;
}

.counter span.current {
    font-size: 30px;
    font-weight: bold;
}

.counter span.total {
    font-size: 20px;
}

.counter span.title_1 {
    font-family: BabasNeue;
    display: block !important;
    font-size: 40px;
    color: #FFF;
    border-top: solid;
    border-bottom: solid;
    padding: 7px 0px;
    margin-top: 3px;
    line-height: 1em;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #FFF;
}

.navigation_1>button {
    background-color: transparent;
    border: none;
    display: block;
    /* padding: 5px 13px; */
    margin: 10px 10px 10px 0px;
    font-size: larger;
    height: 30px;
    width: 30px;
    background-size: cover;
}

.navigation_1>button>span {
    display: none;
    margin-left: 30px;
    font-size: 15px;
    padding: 6px 3px;
    margin-top: -4px;
    line-height: 24px;
    text-transform: uppercase;
    position: absolute;
    margin-top: -18px;
    letter-spacing: 1px;
    color: white;
}

.navigation_1>button:hover>span {
    display: block;
}

.navigation_1 button:hover {
     background: white;
}

.next {
    background-image: url('../images/icons/nxt button.png');
}

.prev {
    background-image: url('../images/icons/back button.png');
}

.btn i {
    width: 30px;
    height: 20px;
    /* display: inline-block; */
    margin: -3px 8px 0px 0px;
    float: left;
    background-size: 100% 100%;
}

.floor-plan-icon {
    background-image: url('../images/icons/floor-plan-icon.png');
}

.help-icon {
    background-image: url('../images/icons/help icon.png');
    width: 22px !important;
    height: 21px !important;
}

.floor-plan:hover {
    background-color: #238d8d;
    color: #FFF;
}

.help-btn:hover {
    background-color: #e18a8f;
    color: #FFF;
}

.help-btn {
    padding: 1px 12px 0px 9px;
}

.tooltip_1 {
    position: relative;
    display: inline-block;
    /* If you want dots under the hoverable text */
}


/* Tooltip text */

.tooltip_1 .tooltiptext {
    min-width: 140px;
    font-size: 12px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
    visibility: hidden;
    /* min-width: 120px; */
    background-color: #191d29;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    border-radius: 2px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 999999;
    box-shadow: 0px 0px 2px 0px #141928;
    bottom: 46px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #191d29 transparent transparent transparent;
}

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip_1:hover .tooltiptext {
    visibility: visible;
}

.dropmic--show .tooltiptext {
    display: none;
}


/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
   
}


@media only screen and (max-width: 330px) {
    #foyrhelpbutton , #foyruiminimap{
        display: none;
    }
}



/* SMARTPHONES LANDSCAPE */

@media only screen and (max-width: 480px) {
    .btn span {
        display: none;
    }
    
}

@media only screen and (max-width: 530px) {
    .right-side-button-container {
        right: 0px!important;
    }
    .menu-container_1 {
        left: 0px !important;
    }
}


/* TABLETS PORTRAIT */

@media only screen and (max-width: 768px) {
    .btn span {
        display: none;
    }
    .counter span.current {
        font-size: 20px;
    }
    .counter span.total {
        font-size: 15px;
    }
    .counter span.title_1 {
        font-size: 25px;
        padding: 7px 0px;
        margin-top: 15px;
    }
    .floor-plan {
        padding: 0px 2px 2px 4px;
    }
    .floor-plan-icon,
    .help-icon {
        margin: 0px !important;
    }
    .help-btn {
        padding: 1px 7px 0px 7px;
    }
    .right-side-button-container {
        right: 20px;
    }
    .logo {
        display: none;
    }
    .titleContainer {
        left: 20px;
        top: 20px;
    }
    .foyruiclose {
        top: 20px;
        right: 20px;
    }
    .menu-container_1 {
        padding: 10px 20px;
    }
}


/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {}

.test {
    background-color: red;
    height: 300px;
    width: 300px;
}

.test2 {
    height: 900px;
    width: 300px;
}

.popover {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.bottom {
    margin-top: 10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.marker {
    position: absolute;
    height: 40px;
    cursor: pointer;
}

.marker .icon {
    height: 40px;
    width: 30px;
    background-size: 32px 40px;
    float: left;
}

.marker .icon.red {
    background-image: url('../images/icons/Group 1.png');
}

.marker .icon.green {
    background-image: url('../images/icons/Group 2.png');
}

.marker .m-title {
    height: 18px;
    background-color: rgba(59, 59, 59, 0.94);
    color: #FFF;
    padding: 7px 14px;
    /* display: -webkit-inline-box; */
    display: inline-block;
    font-size: 14px;
    /* border-radius: 2px; */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.hidden {
    visibility: hidden;
    display: none;
    opacity: 0;
}

span.close-popover {
    float: right;
    color: rgba(99, 99, 99, 0.75);
    font-weight: bolder;
    font-size: 13px;
    padding: 0px;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.popover.in {
    display: block;
}

.popover table {
    min-width: 200px;
}

.value {
    font-weight: bold;
    text-align: right;
}

.menu-container_1 .dropmic:first-child .tooltip_1 button {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.menu-container_1 .dropmic:last-child .tooltip_1 button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


#foyruiclose{
    background-image: url('../images/icons/close.png');
    position: absolute;
    top: 50px;
    right: 50px;
    color: #FFF;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background-size: cover;
    cursor: pointer;
    display: none;
}