﻿/*
    JIgar Patel
    22/06/2015
    Css Apply fot Right Panel Send link to Mobile no.
    */
body,p {
        margin:0;
        padding:0;
        font-size:12px;
        font-family:Arial;
    } 
.mobile-banner {
    background: url(../images/MobileBannerBg.png) no-repeat;
    width: 277px;
    border:1px solid #dedede;
    text-align: center;
    padding: 9px;
    overflow: hidden;
    clear:left;
    margin-top:5px;
}

    .mobile-banner b {
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #333;
        letter-spacing: -0.4px;
    }

        .mobile-banner b i {
            color: #06b7cc;
        }

.inner-mobile-banner {
    margin: 63px auto 0;
    width: 220px;
}

    .inner-mobile-banner p,
    .mob-icon-div span {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #444;
        line-height: 18px;
        padding-bottom:10px;
    }
    .inner-mobile-banner p {
        margin:0;
    }

.number-box {
    width: 180px;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 8px 5px;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden;
}

.inner-mobile-banner input,
.inner-mobile-banner input.button {
    border: 0;
}

input.county-code {
    width: 27px;
    float: left;
    border: 0;
}

.inner-mobile-banner input.button {
    background: #2bc5d7;
    padding: 8px 5px;
    margin: 7px;
    width: 190px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
}

.mob-icon-div ul {
    padding: 0;
    margin: 7px 0 0 0;
}

.mob-icon-div li {
    display: inline-block;
    padding: 0 2px;
}

    .mob-icon-div li a {
        height: 39px;
        width: 41px;
        text-indent: -9999px;
        display: block;
    }

        .mob-icon-div li a.WindowIcon {
            background: url(../images/WindowIcon.png) no-repeat;
        }

            .mob-icon-div li a.WindowIcon:hover {
                background: url(../images/WindowIconHover.png) no-repeat;
            }

        .mob-icon-div li a.AppleIcon {
            background: url(../images/AppleIcon.png) no-repeat;
        }

            .mob-icon-div li a.AppleIcon:hover {
                background: url(../images/AppleIconHover.png) no-repeat;
            }

        .mob-icon-div li a.AndroidIcon {
            background: url(../images/AndroidIcon.png) no-repeat;
        }

            .mob-icon-div li a.AndroidIcon:hover {
                background: url(../images/AndroidIconHover.png) no-repeat;
            }

        .mob-icon-div li a:hover {
            -webkit-transform: rotateY(180deg);
            -webkit-transform-style: preserve-3d;
            -moz-transform: rotateY(180deg);
            -moz-transform-style: preserve-3d;
            transform: rotateY(180deg);
            transform-style: preserve-3d;
            -moz-transition: all 0.7s ease;
            -webkit-transition: all 0.7s ease;
            transition: all 0.7s ease;
        }

        .mob-icon-div li a, .mob-icon-div li a:hover {
            -webkit-transition: all 0.7s ease;
            -moz-transition: all 0.7s ease;
            transition: all 0.7s ease;
        }

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-ripple-out:before {
        content: '';
        position: absolute;
        border: #2bc5d7 solid 6px;
        border-radius: 5px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

    .hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
        -webkit-animation-name: hvr-ripple-out;
        animation-name: hvr-ripple-out;
    }

input.enter-number {
    float: right;
    width: 144px;
    padding-left: 5px;
    border-left: 1px solid #dadada;
}

.NewRightpanel
{
    padding:5px 0 0 6px;
    border-top:1px solid #dfdfdf;
}
 .rightPnl_border
{
    background-color: #DEDEDE;
    height: 1px;
    width: 286px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}