/*
 * After modifying this style sheet, refresh the page being designed to see the effect of the modification.
 * Click the Refresh button in the Visual Designer toolbar to refresh the page.
*/ 


/* Style rules to make Java Server faces Standard data tables look better */

/* GENERAL STYLING */
ui-grid .ui-grid-row {
background-color: white;
}

body .ui-dialog .ui-dialog-content{

background: rgba(0,0,0,0) !important;
}

body .ui-widget {
font-size: 1em !important;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 1.25em !important;
}

body .ui-inputfield{
    font-size: 15px !important;
}

body {
    line-height: 1;
    background-color: #E4E4E4;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
}

h2 {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: black;
}

.outerWrapper {
    position: relative;
    width:100%;
    margin:4% auto;
    padding:2% 0 0 0;
    background-color: #fff;

    -webkit-box-shadow: 0px 5px 5px -1px rgba(119,120,122,0.61);
    -moz-box-shadow: 0px 5px 5px -1px rgba(119,120,122,0.61);
    box-shadow: 0px 5px 5px -1px rgba(119,120,122,0.61);

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.roundedCorners{
    -webkit-box-shadow: 0px 5px 5px -1px rgba(119,120,122,0.61);
    -moz-box-shadow: 0px 5px 5px -1px rgba(119,120,122,0.61);
    box-shadow: 0px 5px 5px -1px rgba(119,120,122,0.61);
}

.content {
    position: relative;
    width:95%;
    margin:0 auto;
    padding:1% 0 1% 0;
}

.centerText {
    text-align: center;
}

.centerBlock{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.padding10 {
    padding:10%;
}

.spacingSmall {
    padding:1% 0;
}

.floatRight {

}

.twitter-typeahead {
    display: inline !important; 
    float: none !important;
}

/* HEADER */

.menuText {
    color:#fff;
    font-family: verdana, serif;
    font-size: 1em;
    line-height: 1.5em;
    padding-left: 2%;
}
.navbar-brand {

    padding: 0px !important;
}

.navbar-fixed-top {
    border-bottom: #ff6600 thin solid;
    border-bottom-width: 5px;
}

.navbar-inverse {
    background-color: #3a3a3e;   
    color: #fff;
}

.nav-list {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -21px;
    color: #fff;
}

.nav-list > li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-inverse .navbar-nav > li > a{
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{

    color: #9D9D9D;
}

.logo {
    height: 100%;
}

.panel-body {
    padding: 0px !important;
}

/* FOOTER */

.footer {
    background-color: #3a3a3e;
    width: 100%;
    position: relative;
    bottom: 0px;
    border-top: #ff6600 thin solid;
    border-top-width: 5px;
}

.footerText {
    color:#fff;
    font-family: verdana, serif;
    font-size: 1em;
    line-height: 1.5em;
    padding-left: 2%;
    background-color: #3a3a3e;
}

/* MESSAGING */
.infoMessage {
    color: green;
}

.warnMessage {
    color: orange;
    font-weight: bold;
}

.errorMessage {
    color: red;
    font-weight: bold;
    font-family: Arial, serif;
    font-size: 10px;
}

.fatalMessage {
    color: red; 
    font-style: italic;
    font-weight: bold;
}

/* BUTTONS */
.btn-primary {
    color: white;
    background-color: #ff6600 !important;
    border-color: #000000;
}

.button{
    
    background-image: linear-gradient(#C00, #C00, #C00) !important;
    height: 50% !important;
    border: none;
    color: white !important;
    border-radius: 2px !important;
    font-weight: normal !important;
    
}
.btn-primary:hover {
    color: white ;
    background-color: #ff6600 !important;
    border-color: #000000;
     border-radius: 10px !important;
}

/* INPUT COMPONENTS */

.inputtext {
    width: 80.5% !important;
}

.inputtextlabel {
    width: 19% !important;
}

.selectone {
    width: 80.5% !important;
}
.growlfont {
    font-size: 120% !important;
}

.has-success {
    width: 18.5%;
}

 .has-error {
        width: 100%;
    }

.datepicker {
    width: 80% !important;
}

.datepicker-column{
    padding-right: 0px;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    padding: 10px;
    width: 94.5% !important;
    background: white !important;
    color: #737373 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow:  none !important;
    box-shadow:  none !important;
}

.ui-button-icon-only {
    width: 5%  !important;
    padding: 1%  !important;
}

/* SMALL SCREEN OVERIDES */
/* MOBILE */
@media (min-width: 320px) {
    .main {
        padding-left: 3%;
        padding-right: 3%;        
        padding-top: 8%;
    }

    .inputtext {
        width: 100% !important;
    }

    .inputtextlabel {
        width: 100% !important;
    }

    .selectone {
        width: 100% !important;
    }

    .has-success {
        width: 100%;
    }

     .has-error {
        width: 100%;
    }

    .datepicker {
        width: 100% !important;
    }

    .datepicker-column{
        padding-right: 0px;
        padding-left: 0px;
    }
}
/* TAB */
@media (min-width: 700px) {
    .main {
        padding-left: 1%;
        padding-right: 1%;        
        padding-top: 5%;
    }

    .inputtext {
        width: 100% !important;
    }

    .inputtextlabel {
        width: 100% !important;
    }

    .selectone {
        width: 100% !important;
    }

    .has-success {
        width: 100%;
    }

    .has-error {
        width: 100%;
    }

    .datepicker {
        width: 100% !important;
    }

    .datepicker-column{
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }
}
/* DESKTOP */
@media (min-width: 1200px) {
    .main {
        padding-left: 40px;
        padding-right: 40px;     
        padding-top: 0px
    }

    .inputtext {
        
    }

    .inputtextlabel {
        width: 19% !important;
    }

    .selectone {
        
    }

    .has-success {
        width: 18.5%;
    }

    .has-error {
        width: 100%;
    }

    .datepicker {
        width: 80% !important;
    }
    .datepicker-column{
        width: 80%;
        padding-right: 0px;
        margin-left: 3%;
    }

}





