﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

* {
    font-family: 'Roboto';
}
html, body, form {
	margin: 0;
    padding: 0;
    height:100%;
}

body {
    color: #525252;
    line-height: 1.5em;
    /*font-size: 15px;*/
}


/* wrapper to push footer down */
#wrap {
    background: 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;
    background-color: #f5f5f5;
}
    #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;
}

/* 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, #132466 0, #132466 100%);
}
.navbar-default .navbar-brand {
	color: #fff;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #cdcdcd;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #cdcdcd;
}
.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #132466 0, #132466 100%);
}
.panel {
	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 */
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;
}
@media (min-width: 1200px) {
    .container {
        width: 70%;
    }
}

/* SumoSelect overrides */
.SumoSelect {
    width: 100% !important;
}
.SumoUnder {
    height: 32px !important;
}

 