﻿/* All site specific styles here */
h1, h2, h3, h4, h5 {
    /*font-family: FFSariWebPro;*/
    /*font-weight: bold; *//*normal;*/

    font-weight: 602;
    font-style: normal;
    font-family: 'Roboto Slab', serif;
}

/* Stop heightened nav overlapping site content */
body {
    padding-top: 70px !important;
    font: normal 14px arial;
    /*line-height: 150%;*/
    color: #666;
}

.fmviplogo {
    height: 50px;/*70px;*/
    margin-right: 20px;
    padding-top:0;
    padding-bottom:0;
}

.addressConfirm, .addressConfirm p a  {
    font-size: 18px;
}

.navbar-nav li {
    margin-top: 0;/*10px;*/
    font-size: 16px;
}

    .navbar-nav li a:hover {
/*        color: green !important;*/
        /*    background-color: #d9534f !important;*/
        background-color: #fda08c !important;
    }


.navbar-nav > li > .dropdown-menu {
    background-color: #ff8672;
}

/*.affnav .affnav a:visited .affnav {
    color: red;
    background-color: orange;*//* #ff8672;*/
    /*border-radius: 5px;
    color: white;
}*/

.affnav {
/*    color: red;*/
    background-color: pink; /* #ff8672;*/
    border-radius: 7px;
    color: white;
}

.affnav ul li a {
    color: red;
    border-radius: 5px;
    color: white;
}




/*a:hover !important {
    color: black;
}*/
#result {
    font-family: arial;
}

.post-content {
    border: 1px solid black;
    background: none repeat scroll 0 0 #FFFFFF;
    background-color: rgba(0, 0, 0, 0);
    top: 95px;
    left: 50%;
    margin-left: -82px;
    position: absolute;
    padding: 0;
    text-align: center;


    width:200px;
    height:200px;
}

    .post-content p {
        text-align: center;
    }


#resultContainer {
    height: 350px;
    width: 250px;
    background-color: red;
    border: 1px solid white;
    background: #fff url('../images/tag.svg') no-repeat top left;
    background-size: contain;
    white-space: nowrap;
}


#tagTop {
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    margin-top: 100px;
}

#tagBottomx {
    /*    text-align: center;
    font-weight: bold;
    font-family: Arial;
    margin-top: 100px;
    border: 1px solid red;*/

 
    text-align: center;
    font-size:25px;
    margin: 0px 0 0 20px;
    height: 140px;
    width: 210px;
    overflow: hidden;
    float: left;
    font-family: Arial;
    font-weight: bold;
/*    border: 1px solid green;*/
}


#result {
    margin: 0px 0 0 20px;
    height: 105px;/*140px;*/
    width: 210px;
    overflow: hidden;
    float: left;
    /*border: 1px solid black;*/
    font-family: Arial;
    font-weight: bold;

/*    border: 1px solid purple;*/
}




.thumbnail {
    /*position: relative;
    border: 0;
    padding: 0;*/
    border: 0;
}

    .thumbnail .caption {
        padding: 0;
    }



.lineA, .lineB, .line1, .line2, .line3, .line4 {
    /*margin: 0;
    padding: 0;*/
    font: bold 17px arial;
}

.lineA {
    font: bold 18px arial;
    margin:0;
}

.lineB {
    font: bold 30px arial;
    margin:5px;
}



/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    /*This is copied from twitter bootstrap - perhaps should wrap validationsummary instead*/
    padding: 8px;
    margin-bottom: 20px;
    color: rgb(185, 74, 72);
    background-color: rgb(242, 222, 222);
    border-color: rgb(238, 211, 215);
    border: 1px solid #EED3D7;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

    .validation-summary-errors li {
        list-style: none;
    }

    .validation-summary-errors ul {
        margin: 0 !important;
    }

.validation-summary-valid {
    display: none;
}
/*hide validation div if empty*/
.field-validation-valid {
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
}





.navbar-inverse .navbar-brand{
    color:white;
}

.btn-fmvip, .btn-fmvip:visited {
    background-color: #0097f3;
    color: #fff !important;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    vertical-align: middle;
}

    .btn-fmvip:hover, .btn-fmvip:active {
        background-color: #006eb3;
        color: #fff;
    }

.navbar-inverse {
    /*background-color: #0097f3;*/
    background-color: #ff8672;
}
    .navbar-inverse .navbar-nav li a {
        color: white !important;
    }
    .navbar-inverse .navbar-toggle {
        border-color:white;
    }
    .navbar-inverse {
        border:0;
    }

@media (min-width: 769px){
    .rowedit {
        display: none;
    }
}

@media (max-width: 768px) {
    .coledit {
        display: none;
    }
    .fmviplogo {
        margin-left: 10px;
    }
}


.btn-primary {
    background-color: #fda08c;
    border-color: #ff8672 !important;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #ff8672 !important;
        border-color: #ff8672 !important;
    }

/*    .btn-primary:active {
    background-color: green;
    border-color: #ff8672;
}

.btn-primary:focus {
    background-color: yellow !important;
    border-color: #ff8672;
}*/


.btn-danger {
    background-color: #9a72ff;
    border-color: #9a72ff;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background-color: #9a72ff !important;
        border-color: #9a72ff !important;
    }