textarea {
    resize: none;
}

.ui-autocomplete {
    max-height: 120px;
    overflow-x: scroll;
    overflow-y: scroll;
}

.ui-widget {
    font-family: Century Gothic !important;
}

#head {
    background-color: #fafafa;
}

/*body{
    background:url(dark_blue_background-wallpaper.jpg) no-repeat center fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    overflow-x:hidden;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;    
}*/

#fasize {
    font-size: 20px;
}

#vertical-left {
    border-left: 1px solid #ccc;
}

.fa-cc-visa {
    color: #0157a2;
}

.fa-cc-mastercard {
    color: #0a3a82;
}

.fa-cc-discover {
    color: #f68121;
}

#mainBox {
    padding-top: 50px;
}
/*#logo {
    height: 49px;
    display: block;
    z-index: 1;
}*/
body {
    font-family: 'Century Gothic' !important;
}

table td {
    border-top: none !important;
}

#tableSpace {
    white-space: nowrap;
}

#verisignLink {
    text-decoration: none;
}

/*.btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}*/

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

@media print {

    /*Don't print the area*/
    #noprint {
        display: none !important;
        height: 0;
        page-break-after: auto;
    }

    /*Don't print href link*/
    a[href]:after {
        content: none !important;
    }

    /*Hide hr tag on print*/
    hr {
        display: none;
    }

    /*Hide br tag on print*/
    /*br{
        display: none;
    }*/
}

 .button-wrapper .btn{
     margin-bottom: 10px;
 }

 #bg-color{
     background: #fff;   
     margin-bottom: 20px;
     padding-bottom: 20px;  
 }

 /*table thead, tbody tr.info{
     background-color: #5bc0de;
 }*/

 .no-style{
     text-decoration: none !important;
 }

 .list-group li:hover{
     background-color: #f5f5f5;
 }