﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
@font-face {
    font-family: BMSHumanity;
    src: url("../fonts/BMSHumanity-Light.otf") format("opentype");
}

@font-face {
    font-family: BMSHumanity;
    font-weight: bold;
    src: url("../fonts/BMSHumanity-Bold.otf") format("opentype");
}

* {
    font-family: BMSHumanity, 'Roboto', Arial;
}
html, body, form {
	margin: 0;
    padding: 0;
    height:100%;
}

body {
    color: #595454;
    line-height: 1.5em;
    font-size: 15px;
}


/* wrapper to push footer down */
#wrap {
    Xbackground: url(../images/global_background.jpg);
    background-size: cover;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
    #wrap > form > .container {
        padding: 50px 15px 0;
    }


/* footer */
#footer {
    height: 60px;
    color: #fff;
    background-color: #a69f9f;
}
    #footer > .container p {
        margin: 20px 0;
    }

 
/** global miscellaneous **/
div[onclick], span[onclick], a:hover, .pointer {
    cursor: pointer;
}
.disabled a, .disabled {
    color: #bbb;
}
.asterisk {
    background: no-repeat center 3px/ 76% url("../images/asterisk.svg");
    display: inline-block;
    width: 14px;
    height: 14px;
}
.required-red{
    color:orangered;
}
#mceu_27{
    display:none;
}
.evenrowcolor tr:nth-child(even), .oddrowcolor tr:nth-child(odd) { /* colored table rows */
    background-color: #f9f9f9;
}
.white-text{
    color: #FFF;
}
.title-color {
    color: #595454;
}

/* icons */
.icon-sort {
    background: no-repeat center 1px/ 75% url("../images/icon_sort.svg");
    display: inline-block;
    width: 16px;
    height: 15px;
}


/* nav bar overrides */
.navbar-default {
    background-image: linear-gradient(to bottom, #eee7e7 0, #eee7e7 100%);
}
.navbar-default .navbar-brand {
	color: #525252;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #a69f9f;
}
.navbar-default .navbar-nav>li>a {
	color: #525252;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #a69f9f;
}
.panel-default>.panel-heading {
	    background-image: linear-gradient(to bottom,#eee7e7 0,#eee7e7 100%);
}
.panel {
    background-color: #eee7e7;
    box-shadow: 0 0px 11px rgba(0, 0, 0,.15);
}

/* user search box*/
#SearchBox {
    border-radius: 5px;
    border: 1px solid gray;
    background-color: lightsteelblue;
    color: black;
    background-image: url(../images/magnifying-glass.svg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-size: 18px;
    background-position-y: 5px;
    padding-left: 6px;
    height: 30px;
}
    #SearchBox:focus {
        background-color: white;
        outline: none;
    }
#ResetBtn {
    outline: none;
    border: 1px solid #808080;
    background-color: lightsteelblue;
    background-image: url(../images/refresh.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position-x: 2px;
    background-position-y: 3px;
    height: 29px;
}
.autocomplete-suggestion b {
    color: #056fd9 !important;
}

    

/* bootstrap overrides */
.navbar-collapse a {
    text-decoration: none;
}

input[type=submit], input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus,
input[type=file], input[type=file]:hover, input[type=file]:active, input[type=file]:focus,
button[type=button], button[type=button]:hover, button[type=button]:active, button[type=button]:focus {
    color: #fff;
    background-color: #be2bbb !important;
    background-image: none;
    border-radius: 10px;
    letter-spacing: 1px;
}
.pagination a {
    background-color: #be2bbb !important;
}
a, a:hover {
    color: #be2bbb;
    text-decoration: underline;
}
h2 {
    margin-bottom: 25px;
}
h5 {
	text-decoration: underline;
}
/*.table>tbody>tr>td {
	vertical-align: middle;
}*/
label {
    margin-left: 5px;
    font-weight: normal;
}
input[type='text'], textarea, td select {
    width: 100%;
}
.btn {
	padding: 4px 12px;
}
.btn-primary {
	background-image: linear-gradient(to bottom,#eaeaea,#eaeaea 100%);
	color: #464646;
	border-color: #a9b3bb;
}
.btn-primary:focus, .btn-primary:hover {
	background-image: linear-gradient(to bottom,#cdcdcd,#cdcdcd 100%);
	background-position: 0 0;
	color: #464646;
	border-color: #8d969c;
}


/* SumoSelect overrides */
.SumoSelect {
    width: 100% !important;
}
.SumoUnder {
    height: 32px !important;
}


/* privacy notice */
.countries {
    width:120px;
}
.countries a {
    background-image: url(../images/bullet_triangle.gif);
    background-repeat: no-repeat;
    background-position: 0px;
    padding: 8px 0 6px 12px;
    display: block;
    text-decoration:none;
    color:inherit;
}