﻿html {
    height: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

a {
    font-weight:bold;
}

body {
    font-family: Verdana, Arial !important;
    font-size: 14px;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    background-color: #fff;
}

.tableGutter-1 th,
.tableGutter-1 td {
    padding-bottom: 6px;
}
.mr-5 {
    margin-right:5px !important;
}
.mt-5 {
    margin-top:5px !important;
}

.mb-5 {
    margin-bottom:5px !important;
}

.mb-0 {
    margin-bottom:0 !important;
}

.mt-0 {
    margin-top:0 !important;
}

.vertical-center {
    -moz-box-align: center;
    align-items: center;
    display: flex;
}


.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #fff;
    text-align: center;
}

h1, h2, h3 {
    font-weight: bold;
}

header {
    width: 100%;
}

.mainHeader {
    display: table;
    width: 100%;
    height: 106px;
}

    .mainHeader span {
        display: table-cell;
    }

        .mainHeader span:nth-child(2) {
            width: 100%;
            background: url(../Images/center-part.jpg) repeat-x;
        }

.serialText {
    background-color: #cee3f7;
    line-height: 40px;
    max-width: 410px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #000;
    border-color: #525252;
}

address p {
    margin-bottom:0 !important;
}

.commenBox {
    width: 100%;
    margin-top: 50px;
}

    .commenBox p {
        font-size: 18px;
    }

.serialBox, .productbox {
    padding: 30px;
}

    .serialBox > div,
    .productbox > div {
        width: 100%;
        text-align: center;
    }


    .serialBox h2 {
        margin-bottom: 30px;
    }

    .serialBox ul {
        padding-left: 0;
    }

        .serialBox ul li img {
            margin: 20px 0;
        }

        .serialBox ul li {
            list-style-type: none;
            text-align: left;
            position: relative;
            padding-left: 20px;
        }

            .serialBox ul li:before {
                content: "•";
                font-size: 30px;
                list-style-type: none;
                position: absolute;
                left: 0;
                top: -7px;
                line-height: normal;
            }

    .serialBox img,
    .productbox img {
        max-width: 360px;
        width: 100%;
    }

.mainOuterBx {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
    margin-top: 50px;
}

.rcorners2 {
    border-radius: 5px;
    border: 1px solid #73AD21;
    padding: 10px;
    width: 300px;
    height: 100px;
}

.rcorners3 {
    border-radius: 5px;
    border: 1px solid Red;
    padding: 10px;
    width: 300px;
    height: 100px;
}





/* Large Devices, Wide Screens */

@media only screen and (min-width : 768px) {

    .serialBox, .productbox {
        min-height: 489px;
    }
}


@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .mainHeader {
        height: auto;
    }

        .mainHeader .mainLogo img {
            width: 100%;
            min-width: 360px;
        }

        .mainHeader span.bgRepearImg,
        .mainHeader span.globe {
            display: none;
        }

    .mainOuterBx {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #dvSerialBox h2,
    .serialBox h2 {
        font-size: 25px;
    }

    .serialBox, .productbox {
        padding-bottom: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}


header {
    background-color: #fff;
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    z-index: 999;
    transition: all 0.4s ease 0s;
    top: 0;
}

.logo_box {
    font-family: 'HelveticaNeueLTStd-LtIt', Arial, Helvetica, sans-serif;
    padding: 15px;
    float: left;
    color: #333;
    float: left;
    position: relative;
    min-height: 67px;
}

    .logo_box img {
        margin-right: 10px;
        vertical-align: middle;
    }

.vertical-center {
    -moz-box-align: center;
    align-items: center;
    display: flex;
}

.viavi-logo {
    float: right;
    padding: 20px 15px;
}

.userBox-right {
    margin:15px;
}
    .userBox-right .dropdown-menu {
        margin:0;
        border-radius:0;
    }

.menu_wrapper {
    background-color: #115caf;
    width: 100%;
    float: left;
    border-top: 1px solid #85b2f2;
    z-index: 20;
    position: relative;
    -webkit-box-shadow: 0 3px 10px rgba(1, 1, 1, .4);
    -moz-box-shadow: 0 3px 10px rgba(1, 1, 1, .4);
    box-shadow: 0 3px 10px rgba(1, 1, 1, .4);
}


.btn-old-blue {
    background-color: #154fb4;
    border-color: #154fb4;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #1347a2;
    background-image: -moz-linear-gradient(top,#154fb4,#103b86);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#154fb4),to(#103b86));
    background-image: -webkit-linear-gradient(top,#154fb4,#103b86);
    background-image: -o-linear-gradient(top,#154fb4,#103b86);
    background-image: linear-gradient(to bottom,#154fb4,#103b86);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff154fb4', endColorstr='#ff0f3a86', GradientType=0);
    border-color: #103b86 #103b86 #081d42;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

    .btn-old-blue:hover,
    .btn-old-blue:focus {
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
        color: #fff;
    }

    .btn-old-blue:hover,
    .btn-old-blue:focus {
        background-color: #103b86;
        color: #fff;
    }

    .btn-old-blue:active,
    .btn-old-blue.active,
    .btn-old-blue.active:hover {
        background-color: #12459d;
        border-color: #103b86;
        color: #fff;
    }

    .btn-old-blue.disabled:hover,
    .btn-old-blue.disabled:focus,
    .btn-old-blue.disabled:active,
    .btn-old-blue.disabled.active,
    .btn-old-blue[disabled] .btn-old-blue:hover,
    .btn-old-blue[disabled] .btn-old-blue:focus,
    .btn-old-blue[disabled] .btn-old-blue:active,
    .btn-old-blue[disabled] .btn-old-blue.active {
        background-color: #154fb4;
        border-color: #154fb4;
        color: #fff;
    }










.btn-old-sky {
    background-color: #0091c4;
    border-color: #0091c4;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #0082b0;
    background-image: -moz-linear-gradient(top,#0091c4,#006b91);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0091c4),to(#006b91));
    background-image: -webkit-linear-gradient(top,#0091c4,#006b91);
    background-image: -o-linear-gradient(top,#0091c4,#006b91);
    background-image: linear-gradient(to bottom,#0091c4,#006b91);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0091c4', endColorstr='#ff006b91', GradientType=0);
    border-color: #006b91 #006b91 #003345;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

    .btn-old-sky:hover,
    .btn-old-sky:focus {
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
        color: #fff;
    }

    .btn-old-sky:hover,
    .btn-old-sky:focus {
        background-color: #006b91;
        color: #fff;
    }

    .btn-old-sky:active,
    .btn-old-sky.active,
    .btn-old-sky.active:hover {
        background-color: #007eab;
        border-color: #006b91;
        color: #fff;
    }

    .btn-old-sky.disabled:hover,
    .btn-old-sky.disabled:focus,
    .btn-old-sky.disabled:active,
    .btn-old-sky.disabled.active,
    .btn-old-sky[disabled] .btn-old-sky:hover,
    .btn-old-sky[disabled] .btn-old-sky:focus,
    .btn-old-sky[disabled] .btn-old-sky:active,
    .btn-old-sky[disabled] .btn-old-sky.active {
        background-color: #0091c4;
        border-color: #0091c4;
        color: #fff;
    }

.text-white {
    color:white !important;
}

