/*
 * 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 */
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: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
}

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

    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;

    -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: none;
}

.btn-primary {
    
    background-color: #61BA6C !important;
    border: none;
    color: white;
    border-radius: 10px !important;
}


.button{
    
    background-image: linear-gradient(#61BA6C, #61BA6C, #61BA6C) !important;
    height: 50% !important;
    border: none;
    color: white !important;
    border-radius: 2px !important;
    font-weight: normal !important;
    
}

.btn-primary:hover {
    background-color: #61BA6C !important;
    border: none;
    color: white;
     border-radius: 10px !important;
}


.footer {
    border-top: #00A4A6 thin solid;
   display: none;
}

.navbar-fixed-top {
    border-bottom: #61BA6C;
}

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