﻿/* DEFAULTS ----------------------------------------------------------*/

body {
     font-size: 1.2em;
    font-family: "Bookman", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-color: #9FB1BA;
    /*
    background-image: -ms-linear-gradient(top, #b6b7bc 0%, #ba945e 100%);
    background-image: -moz-linear-gradient(top, #b6b7bc 0%, #ba945e 100%);
    background-image: -o-linear-gradient(top, #b6b7bc 0%, #ba945e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b6b7bc), color-stop(1, #ba945e));
    background-image: -webkit-linear-gradient(top, #b6b7bc 0%, #ba945e 100%);
    background-image: linear-gradient(to bottom, #b6b7bc 0%, #ba945e 100%);
    */
}

.navbar a:link, .navbar a:visited
{
    border: none !important;
}

a:link, a:visited {
    color: #235416;
    text-decoration: none;
    border-bottom: 1px dotted #235416;
}

a:hover {
    color: #426c95;
    text-decoration: none;
}

a:active {
    color: #235416;
}

a:hover .ui-button-text {
    color: #426c95 !important;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.LinkButton {
    font-size:1em;
    padding: 2px;
}

.hide {
    display: none;
}

.showInline {
    display: inline-block;
}

.noBullets {
    list-style-type:none;
}

.noBullets {
    list-style-type:none;
}

.linkList {
    margin-left:10px;
    padding:5px 0px;
}

.disabled {
    background-color: rgb(235, 235, 228) !important;
}

ol, ul {
    padding-left: 5px !important;
}

.centerlabel {
    display:block;
    text-align: center;
}

.strikethrough {
    text-decoration:line-through;
}

/* HEADINGS ----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666; /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h2.white {
    color: White;
}

h3, .h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

.blueHeading {
    font-size: .8em;
    font-weight: bold;
    color: #0055a5;
}

.confirmation {
    font-weight: bold;
    color: #0055a5;
    padding-left: 20px;
    background: url(../images/icons/accept.png) no-repeat;
}

.errorMsg {
    font-weight: bold;
    color: #0055a5;
    padding-left: 20px;
    background: url(../images/icons/sign_error.png) no-repeat;
}

.errorMsgCF {
    font-weight: bold;
    color: #0055a5;
    padding-left: 20px;
    background: url(../images/icons/sign_error.png) no-repeat;
    margin-top:20px;
    display: block;
}

.errorMsgBox {
    font-weight: bold;
    color: #0055a5;
    padding-left: 20px;
    background: url(../images/icons/sign_error.png) no-repeat;
    background-position:9px 9px;
}

.confirmationToast {
    font-weight: bold;
    color: #336699;
    padding-left: 20px;
    background: url(../images/icons/accept.png) no-repeat;
}
 
.errorMsgToast {
    font-weight: bold;
    color: #336699;
    padding-left: 20px;
    background: url(../images/icons/sign_error.png) no-repeat;
}
 
.returnMsg {
    padding: 10px;
    background-color: #f1f7fc;
    border: 1px solid #deedef;
    margin-bottom:10px;
    display: none;
}
 
/*.confirmation {
    font-weight: bold;
    color: #336699;
    padding-left: 20px;
    background: url(../images/icons/accept.png) no-repeat;
}*/

/* PRIMARY LAYOUT ELEMENTS ----------------------------------------------------------*/

.page {
    max-width: 1200px;
    margin: 0px auto 0px auto;
}

.header {
    margin: 0px auto 6px auto;
    padding: 0px;
    border: 1px solid #666666;
    background: #EAEBEC url(../images/hoppslogo.png) no-repeat;
    min-height: 108px;
    background-position: 10px 10px;
    position:relative;
}

.header h1 {
    font-weight: 600;
    text-align:right;
    margin: 0px 10px 10px 0px;
    padding: 0px 0px 10px 225px;
    color: #444444;
    border: none; /*line-height: 2em;*/
    font-size: 2em;
    position:absolute;
    right:0;
    bottom:-4px;
    /*z-index: 5;*/
}

.header2 {
    margin: 0px auto 6px auto;
    padding: 0px 0px 0px 16px;
    border: 1px solid #666666;
    background-color: rgba(19, 88, 146, 0.8);
    background-image: url(../images/whitehouse.png);
    background-repeat: no-repeat;
	background-position: 5px 11px;
}

.header2 h2 {
    margin:0;
    padding:10px;
    color: #eeeeee;
    display: inline-block;
    min-height: 20px;
}

.logo {
    margin: 12px 8px 4px 2px;
    float: left;
    position: absolute;
    z-index: 10;
}

.logo img {
    height: 100px;
    width: 100px;
    border: 0px;
}

.main {
    background-color: #EAEBEC;
    padding: 12px;
    border: 1px solid #496077;
    /* margin: 12px 8px 8px 8px; */
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    background-color: #EAEBEC;
    padding: 4px 0px 4px 0px;
    margin: 6px auto;
    text-align: center;
    line-height: normal;
    border: 1px solid #496077;
}


/* TAB MENU ----------------------------------------------------------*/

.menuPanel {
    width: 100%;
    /*background-color: #41474d;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.hideSkiplink {
    width: 100%;
}

div.menu {
    padding: 4px 8px 4px 0px;
    position: relative;
    /*right: -460px;*/
    float: right !important;
    z-index: 99;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited {
    background-color: #c5a23e;
    border: 1px #c5a23e solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 3px 16px;
    margin: 0px 1px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover {
    background-color: #FFF9D7;
    color: #4e566d;
    text-decoration: none;
}

div.menu ul li a:active {
    background-color: #c5a23e;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS ----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    /*padding: 1em;*/
    border: 1px solid #ccc;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label {
    display: block;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-size: 1.1em;
    /*font-weight: 600;*/
    padding: 2px 4px 2px 4px;
    color: inherit;
    margin-bottom:0 !important; /*override bootstrap*/
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

select {
    font-family: "Tahoma" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.9em;
}

/* MISC ----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: right;
    text-align: right;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #ffffff;
    float:right;
}

.loginDisplay a:link {
    color: white;
}

.loginDisplay a:visited {
    color: white;
}

.loginDisplay a:hover {
    color: white;
}

.failureNotification {
    color: #a00;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}
.italics {
    font-style: italic;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.WarningMessage {
    color: Red;
}

/* misc ------------------------------------------------------ */

.tBasic { }
.tBasic th { text-align: left; padding: 1px 3px; }
.tBasic td { text-align: left; padding: 1px 3px; }

.jQicon-noText .ui-button-text { padding-right: 0px !important; }

/* gridviews ------------------------------------------------------ */

.gvBasic {
    border: 1px solid #cccccc;
    font-size: small;
    width: 100%;
}

.gvBasic td {
    padding: 3px 6px;
    border-collapse: collapse;
    vertical-align: top;
}

.gvBasic th, .gvHeader, .gvHeader td {
    padding: 3px 6px;
    border-collapse: collapse;
    color: #496077;
    background-color: #c3cbd3;
    font-weight: bold;
    vertical-align: bottom;
    text-align: left;
    border: 1px dotted #ffffff;
}

.gvHeaderRight, .gvHeaderRight td {
    padding: 3px 6px;
    border-collapse: collapse;
    color: #496077;
    background-color: #c3cbd3;
    font-weight: bold;
    vertical-align: bottom;
    text-align: right;
    border: 1px dotted #ffffff;
}

.gvBasic th.centered {
    text-align: center;
}

.gvBasic td.bold {
    font-weight: bold;
}

.gvBasic td.alignright {
    text-align: right;
}

.lightYellow {
    background-color: #fffedf;
}
.highlight { background-color: #F3DBDE; }
/*.highlight { background-color: #ffa3a3; }*/
.highlight td { color: #333; }

.alternatingrow {
    background-color: #FFF9D7;    
}

.whiteBackground {
    background-color: White;
}

.legend {
    font-weight: bold;
}

.toolbarText {
    position: relative;
    top: -8px;
}
span.toolbarText {
    position: relative;
    top: -8px;
    margin-left: 8px;
    margin-right: 8px;
}
.floatRight {
    float: right;
    display: inline-block;
}
.floatLeft {
    float: left;
    display: inline-block;
}

#dialog-help-text .ui-icon {
    background-image: url(jquery-ui/images/ui-icons_ff7803_256x240.png);
}

/** ** **/
.qnSubHeader .qnHeader
{
    background:none;
    font-size: 10.5pt
}

/**** Customize BootStrap Menu ***/
.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}
.navbar-default {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0);
    border-width: 0px;
    border-radius: 4px;
    margin-top:10px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    background-color: #7C8A91;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #135892;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: rgba(19, 88, 146, 1);
}
.navbar-default .navbar-toggle {
    border-color: rgba(19, 88, 146, 1);
    background-color: #7C8A91;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #7C8A91;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #7C8A91;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu {
   background-color :#7C8A91;
}

.dropdown-menu>li>a {
  color: #ffffff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    /*color: #000000;*/
    background-color: rgba(19, 88, 146, 1);
}

@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .navbar {
        min-height: 50px !important;
    }
    
    ul.level3 {
        margin-right: 100%;
        bottom: 0;
        top: auto;
    }
}

.nav {
   width:100%;
   padding-left:15px;
}

.dropdown:hover .dropdown-menu {
   display: block !important;
}
        
#NavigationMenu {
   float: right;
}

.navbar-toggle {
   float: left;
}
       
@media (max-width: 768px) {
  #NavigationMenu {
   float: left;
  }
  
 .navbar-default .navbar-nav>li>a  
 {
     width: 300px;
 }
  
  ul.level3 {
    margin-left: 100%;
    bottom: 0;
    top: auto;
  }

}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: rgba(19, 88, 146, 1) !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color:#ffffff;
}

button, input, optgroup, select, textarea  {
    color: #000 !important;
}

.pnl_payments {
    display:inline-block;
}

.pnl_payments .paymentNumber {
    display: inline-block;
    width: 20px;
}

.pnl_payments a{
    margin: 0 5px;
}

.GridReimburse {
    display:inline-block;
    width:84%;
}

.globalLoader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.globalLoader .background {
    background: #666666 url(jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png) repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    z-index: 10;
}

.globalLoader .loader {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 20;
    margin: auto;
}

.loader {
    background: url(images/loader.gif) no-repeat center center !important;
}

@media only screen and (min-width:769px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown-submenu {
        position: relative !important;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block !important;
    }
}

/****/
* {
  box-sizing: inherit;
}

/*html table for editing a form*/
.editTable {
    border:1px solid #CCCCCC;
    border-collapse:collapse;
}
.editTable>tbody>tr>td {
    padding:3px !important;
    border:1px solid #CCCCCC;
    vertical-align:top;
    text-align: left;
}
.editTable tr th {
    padding:3px;
    border:1px solid #CCCCCC;
    vertical-align:top;
    text-align:left;
    white-space:nowrap;
}
.editTable tr td.required {
    color: #a00;
    background-color: #ffe4e4;
}
.editTable tr td input[type="radio"] {
    border:none;
}

/***report filters***/
#pnlFilters .col-25 {
    padding: 10px 0 10px;
    line-height: 25px;
    height: 55px;
    font-weight: bold;
    float:left;
    width:24%;
}

#pnlFilters input[type="text"], #pnlFilters input[type="number"], #pnlFilters .content {
    width: 270px !important;
}

#pnlFilters input[type="date"] {
    width: 118px !important;
}

#pnlFilters input[type="text"], #pnlFilters input[type="number"], #pnlFilters input[type="date"] {
    height: 22px;
    font-weight: normal;
}

#pnlFilters button {
    padding: 0 10px !important;
    font-weight: normal;
}

#pnlFilters .content ul {
    list-style-type:none;
}

#pnlFilters .content ul label {
    padding-left:22px !important;
    padding-top: 0px !important;
}

#pnlFilters .content select {
    height:25px !important;
    font-weight:normal !important;
}

/******************* Responsive Grids*********************************/

@media (max-width:880px){
    .gvBasic .gv_imp3{display: none;}
}
@media(max-width:780px){
    .gvBasic .gv_imp2{display: none;}
}
    /*
@media(min-width:768px) and (max-width:979px){}
@media(min-width:768px) and (max-width:979px){}
*/


