/** MAIN AREA OVERRIDES **/

/* body label, .inputs-01, .inputs-02, .inputs-03, .inputs-04, .inputs-05 {
    font-weight: bold !important;
    COLOR: #333;
    FONT-FAMILY: 'Open Sans', arial, helvetica, sans-serif;
    FONT-SIZE: 12px;
    display:inline;
}  */

body label{
    font-weight: inherit !important;
}

#search-container #search-choice{
    right: -3px;
}

#search-container #search-choice select{
    width:100%;
}

@-moz-document url-prefix() {

}

#layout-topbar, #layout-topbar > div{
    box-sizing: border-box;
}

body .ui-datepicker .ui-datepicker-title select{
    padding: 12px 3px !important;
}

tr.tableStripe-02 input[type="text"], tr.tableStripe-02 select{
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}

/** OLD LAYOUT OVERRIDES **/
body .table-01{
    border:0px !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    padding: 10px;
    padding-top:0;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: 'Open Sans';
    /*color: #546e7a;*/
    margin-top: 40px;
    box-sizing: border-box;
    display: table;
}

body .table-01 .table-01{

}

body legend {
    padding: 0;
    margin-bottom: 20px;
    font-size: 13px;
    padding-top: 17px;
}

body .table-01 .table-01{

}

body .table-01 > tbody > tr:first-child > .sectionheader-01{
    height: 0px;
    background-color: transparent;
    position: absolute;
    top: -44px;
    color: #555;
    font-size: 20px;
    font-weight: 400;
    margin-left: -21px;
    background-color:transparent;
    width:100%;
}

body .table-01 > tbody > tr:first-child > .sectionheader-01 .sectionheader-01{
    background-color: transparent;
}

body .table-01 .table-01 tbody > tr:first-child > .sectionheader-01{
    BACKGROUND-COLOR: #ECECEC;
    COLOR: #333;
    FONT-FAMILY: 'Open Sans', arial, helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
    PADDING: 3px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
}

#contentBody .sectionheader-01 > h1{
    color: #555;
    font-size: 20px;
    font-weight: 400;
    margin:0;
    padding:0;
}

body .sectionheader-right{
    background-color:transparent;
}

/**  dropdown styles **/

#console_panel{
    display:none;
    z-index: 1003;
    margin-top:-19px;
    overflow-y: hidden;
    min-width: 159px;
    transition: height .15s;
}

.active #console_panel{
    display:block;
    overflow-y: auto;
}

/* replace old sub-menus where necessary */
.sub-nav{
    float: right;
    position: relative;
    top: -13px;
    color: #5F5F5F;
    z-index:5;
}

.sub-nav > ul > li {
	display: inline-block;
}

.sub-nav ul ul{
    padding:0;
    margin:0;
    overflow:hidden;
}

.sub-nav ul ul li a{
    display:block;
}

.sub-nav ul ul li{
    padding:4px 0;
    padding-left:7px;
    margin:0;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.sub-nav ul ul li:hover{
    background-color:#f7f7f7;
}

.sub-nav ul ul li.open:hover{
    background-color: transparent;
}

.sub-nav ul ul li a{
    color:#555;
}

.sub-nav > ul li li:first-child{
    margin-top:4px;
}

.sub-nav ul ul li:last-child{
    border-bottom:0px;
    margin-bottom:4px;
}

.sub-nav > ul li{
    display:inline-block;
    position:relative;
    padding-right:18px;
    font-size:12px;
    cursor:pointer;
}

.sub-nav > ul li li{
    display:block;
}

.sub-nav > ul li:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    position: absolute;
    right:0;
    top:3px;
    transition:all .15s;
}

.sub-nav ul ul li:before{
    top:7px;
    right:6px;
}

.sub-nav ul ul ul li:before{
    content:"";
    display:none;
}

.sub-nav > ul li.open:before{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.sub-nav > ul > li > ul{

    position:absolute;
    top:100%;
    z-index:100;
    background-color:#fff;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    background-clip: padding-box;
    transform: scale(0);
    transition: all .15s;
    transform-origin: top right;
    opacity:0;
    min-width: 120px;
    right: 1px;
    padding: 10px;
    border-radius: 2px;
    padding: 4px 8px;

}

.sub-nav > ul > li.open > ul{
    transform:scale(1);
    opacity: 1;
    display:block;
}

.sub-nav > ul > li ul ul{
    height:0;
    transition: all 0s;
    opacity:0;
}

.sub-nav > ul > li.open li.open ul{
    display:block;
    height:auto;
    opacity:1;
}

#search-choice .ui-selectonemenu .ui-selectonemenu-trigger, #search-choice .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger{
    position: absolute;
    right:37px;
}

body .ui-dialog .ui-dialog-buttonpane {
    text-align: center;
}

body .ui-datepicker-buttonpane button.ui-datepicker-current, body .ui-datepicker-buttonpane button.ui-datepicker-close{
    background-color: #0288D1;
    color: white;
    border: 0;
    border-radius: 2px;
    padding: 10px 24px !important;
    font-size: 14px;
    font-weight:normal;
}







