﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}


.firstRow {
    background-color: #d0d8e8;
    padding: 0.5%;
}

.secondRow {
    background-color: #e9edf4;
    padding: 0.5%;
}

.mainDiv {
    background-image: none;
    background-color: white;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.item img {
    width: 100%;
}

.std {
    
    color: white;
    font-size: 15px;
    vertical-align:top;
}
.sdiv {
    background-color: #4F81BD;
    border: 1px solid #385D8A;
    padding: 1%;
    border-radius: 5px;
    width: 80%;
    text-align: center;
}


/* Slideshow container */
.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
}

/* Slides */
.mySlides {
    display: none;
    padding: 80px;
    text-align: center;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
        color: white;
    }

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    /* Add a background color to the active dot/circle */
    /*.active, .dot:hover {
        background-color: #717171;
    }*/

/* Add an italic font style to all quotes */
q {
    font-style: italic;
}

/* Add a blue color to the author */
.author {
    color: cornflowerblue;
}

.box {
    font-size: 15px
}
.innerbox {
    margin:0;padding:0;
}
.lablebox1 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #002060;
    padding: 2.3%;
}
.labelbox2 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #C00000;
    padding: 0.5%;
    box-shadow: 2px 2px #a3a3a3;
    border-radius: 0px 5px 0px 0px
}
.detailbox {
    width: 100%;
    background-color: #E9EDF4;
    padding: 1%;
    vertical-align: top;
    box-shadow: 2px 2px #a3a3a3;
    /*min-height: 100px*/
    /*height: 149.5px !important;*/
    height: auto !important;
    min-height: 149.5px !important;
}
.colorlable {
    color: #002060
}
.buttonbox {
    text-align: right;
    margin-top: 2%;
    margin-bottom: 2%
}
.imgbox {
    /*min-height: 111px;*/
    height: 150px !important;
    min-height: 150px !important;
    width: 100%;
    background-color: #E9EDF4;
    padding: 1%;
    vertical-align: top;
    box-shadow: 2px 2px #a3a3a3;
    text-align: center;
}
.featureBox {
    background-color: #4f81bd;
    color: white;
    font-size: 18px;
    padding: 1%;
    border: 2px solid #385d8a;
    text-align: center
}
.featureArrow {
    float: left;
    margin-top: -1%;
    margin-left: -2.5%;
}
.yelloBox {
    background-color: #e46c0a;
    color: white;
    padding: 1%;
    margin:0.5%
}
.redBox {
    background-color: red;
    color: white;
    padding: 1%;
    margin: 0%;
    border-radius: 5px;
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    padding: 2%;
}


.greenBox {
    background-color: #92d050;
    color: white;
    padding: 1%;
    margin: 0%;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    padding: 2%;
}
.desk {
    text-align: center;
    color: white;
    background-color: #953735;
    font-size: 25px;
    font-weight: bold;
    padding: 8%;
    border: 2px solid #385d8a;
    border-radius: 5px;
    margin:2%;
}

.videoBox {
    /*background-color: #92d050;*/
    color: #385d8a;
    /*padding: 3%;*/
    /*margin: 0.5%;*/
    border: 1px solid #385d8a;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    padding-bottom: 1%;
}
    .videoBox:hover {
        /*background-color: #385d8a;*/
        /*border: 2px solid #92d050;*/
        /*color: #92d050;*/
        box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    }

    .hosYellobox{
        background-color:yellow;
        padding:1%;
        font-weight:bold;
        font-size:15px;
    }

.blueBox {
    background-color: deepskyblue;
    color: white;
    padding: 1%;
    margin: 0.5%
}

.error {

color:red;
}

.yelloBox a {
color:white;
cursor:pointer
}

.blueBox a {
    color: white;
    cursor: pointer
}

html {
    scroll-behavior: smooth;
    overflow-x:hidden;
}

#toTop {
    padding: 1%;
    background: #002060;
    color: white;
    position: fixed;
    bottom: 0;
    right: 5px;
    display: none;
    border-radius:5%;
    z-index:1000;
}

.divDiff {
    background-color: #e9e4e4;
    padding: 0;
    margin: 0
}



@import url(https://fonts.googleapis.com/css?family=Roboto);

html {
    font-family: 'Roboto', sans-serif;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

    .form__field::placeholder {
        color: transparent;
    }

    .form__field:placeholder-shown ~ .form__label {
        font-size: 16px;
        cursor: text;
        top: 20px;
    }

    label,
    .form__field:focus ~ .form__label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 12px;
        color: #9b9b9b;
        font-weight:normal !important;
    }

    .form__field:focus ~ .form__label {
        /*color: #009788;*/
        color: #002060
    }

    .form__field:focus {
        padding-bottom: 6px;
        /*border-bottom: 2px solid #009788;*/
        border-bottom: 2px solid #002060;
    }

.toptomodule {
    background-color: white;
    color: #e46c0a !important;
    border-radius: 5px;
    padding-left: 1%;
    padding-right: 1%;
}

.viplbox {
    padding: 0.5% !important;
    margin-bottom: 1% !important;
    /*background-color:white;*/

}
.viplbox table {
    width:100%
}
    .viplbox img {
        height: 100px;
        margin-bottom: 2%;
        margin-top: 2%;
       
    }

    .viplbox table td {
        width: 50%
    }
    .morelink {
        width: 100%;
        background-color: #3f46cc !important;
    }
.freelink {
    width: 100%;
    background-color: #eb1c23 !important;
}

.viplboxbody {
    border: 5px #474b8a solid;
    padding: 0;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    border-radius:5px;
}
.viplboxheader {
    font-size: 24px;
    padding: 2%;
    font-weight: bold
}
.span1 {
    color: #3f46cc;
}
.span2 {
    color: #eb1c23;
}
.viplboxtitle {
    background-color: #3f46cc;
    color: white;
    font-size: 14px;
    text-align: center;
    max-height: 70px;
    min-height: 50px;
    height: auto;
    margin: auto;
    padding: 1%;
}
.viplboxdata {
    text-align: center;
    font-weight: bold;
    padding: 1%;
    height:90px;
}
.imgdiv{
    background-color:white;
}
.productlabel {
    color: white;
    background-color: #ed7c31;
    padding: 1%;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 2%;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
}
.productdetailsec img {
    width: 100%;
    height: 100px;
    margin-bottom:2%;
}
.productlabeldark {
    color: white;
    background-color: black;
    padding: 1%;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 2%;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
}
.singleline{
    padding-top:4%;
}
.detailulred {
    border: 2px solid red;
    margin-top: -1%;
    border-radius: 0px;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    padding:3%;
    margin-bottom:3%;
}
.detailulgreen {
    border: 2px solid #92d050;
    margin-top: -1%;
    border-radius: 5px;
    border-radius: 0px;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    padding: 3%;
    margin-bottom: 0%;
}


.overviewbox1 {
    text-align: center;
    padding: 2%;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    background-color: #ec711f
}
.overviewbox2 {
    font-weight: bold;
    border-radius: 10px;
    padding: 1%;
    background-color: #fff2cc;
    border: 2px solid #8fa6bb
}
.bluetext {
color:blue !important;
/*font-weight:bold;*/
}

.aboutli {
    color: #6f30a0;
    font-size:15px;
    font-weight:bold
}

#ulopd li
{
    display:inherit !important;
}