﻿/*html {
    font-size: 15px;
    font-family: 'Roboto', Arial, Tahoma, sans-serif;
}
*/
html {
    font-size: 13px;
}

body {
    font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/* Move down content because we have a fixed navbar that is 50px tall */

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: FontAwesome
}

.video-container {
    /* width is set as 100% here. any width can be specified as per requirement */
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: fill;
    outline: none;
    box-shadow: none;
}
/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    /*max-width: 280px;*/
    max-width:none;
}
.product li {
    margin-bottom: 10px;
}
p {
    text-align: justify;
}
a, a:focus, a:hover {
    text-decoration: none;
}
.nowrap {
    white-space: nowrap;
}

.handpointer {
    cursor: pointer !important;
}

    .handpointer:hover {
        background-color: #f8f7f7;
        /*opacity:0.8;*/
    }

/*borders*/
.border {
    padding: 4px;
    border: 1px solid #eee;
}
.border-bottom {
    padding-bottom: 4px;
    border-bottom: 1px solid #eee;
}

.border-top {
    padding-top: 4px;
    border-top: 1px solid #eee;
}
.border-radius {
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    -ms-border-radius: 8;
    border-radius: 8;
}
.newline {
    display: block;
}

.inline {
    display: inline;
}

/*row-striped*/
.row-striped:nth-of-type(odd) {
    background-color: #efefef;
}

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
}

/*For bootstarp collapse*/
.toggle-arrow {
}
    .toggle-arrow:after{
    font-family: "FontAwesome";
    padding-left: 10px;
    content: "\f077";
    /*float: right;*/
    }
.toggle-arrow.collapsed:after {
    font-family: "FontAwesome";
    padding-left: 10px;
    content: "\f078";
    /*float: right;*/
}



.sortasc {
}

    .sortasc:after {
        font-family: "FontAwesome";
        padding-left: 5px;
        content: "\f077";
        float: right;
    }

.sortdesc {
}

    .sortdesc:after {
        font-family: "FontAwesome";
        padding-left: 5px;
        content: "\f078";
        float: right;
    }


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }

    .ls-closed section.content {
        margin-left: 0px;
    }

}

.label {
  padding: .3em .6em .3em !important;
}

.text-capitalize-smallcaps {
    text-transform:capitalize;
    font-variant: small-caps;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/*Font awesome customization*/
.fa-1-5x {
    font-size: 1.5em;
}


.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

#browserWarning {
    display: none;
}

.dropenter {
    border:1px dashed #d0cdcd;
}


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgb(86, 85, 85);
    background-color: rgba(86,85,85, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 0px;
    width: 100%;
    /*text-align: center;*/
    margin-top: 30px;
}

.overlay .closebtn {
    position: absolute;
    top: -10px;
    right: 35px;
    font-size: 40px;
    z-index: 1001;
    color: #dbd9d9;
}

a.closebtn:hover {
    color: #fff;
}

@media screen and (max-height: 450px) {
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.positiontooverylay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
}

.iframecustom {
    display: block;
    background: #fff;
    border: none;
    height: calc(100vh - 20px);
    width: 100%;
}


.howitworks li{
    margin-bottom: 10px;
}