html{
	margin:0px;
}
body{
	padding-bottom:25px;
}
::placeholder { / Chrome, Firefox, Opera, Safari 10.1+ /
    color: #f1f1f1;
    opacity: 1; / Firefox /
}

:-ms-input-placeholder { / Internet Explorer 10-11 /
    color: #f1f1f1;
 opacity: 0.8;
}

::-ms-input-placeholder { / Microsoft Edge /
    color: #f1f1f1;
 opacity: 0.8;
}
body:before, body:after, #wrapper:before, #wrapper:after{
	content:" ";
	clear:both;
	display:block;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}

/* Display */
.d-inline-block{
    display: inline-block;
}
/*End of display*/

/* Typography styles */
.font-weight-bold{
    font-weight: bold !important;
}
.font-italic{
    font-style: italic !important;
}
/* End of Typography styles */

/* Input Form Control Width */
.control-inline{
    display: inline-block;
}
.control-xxl{
    width: 350px !important;
}
.control-xl{
    width: 300px !important;
}
.control-lg{
    width: 250px !important;
}
.control-md{
    width: 200px !important;
}
.control-sm{
    width: 140px !important;
}
.control-xs{
    width: 60px !important;
}
.control-xxs{
    width: 50px !important;
}
.control-100{
    width: 100% !important;
    max-width: 100% !important;
}
/* End of Input Form Control Width */

/* Application Messages/Alerts Color Palette */
.text-success{
    color: #339900 !important;
}
.text-danger{
    color: #dc3545 !important;
}
.text-warning{
    color: #856404 !important;
}
.text-info{
    color: #004085 !important;
}
/* End of Application Messages/Alerts Color Palette */

/* Common Padding and Margin*/
.pb-5{
    padding-bottom: 5px !important;
}
.pt-5{
    padding-top: 5px !important;
}
.pl-5{
    padding-left: 5px !important;
}
.pr-5{
    padding-right: 5px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pt-10{
    padding-top: 10px !important;
}
.pl-10{
    padding-left: 10px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.ml-5{
    margin-left: 5px !important;
}
.mr-5{
    margin-right: 5px !important;
}
.mt-5{
    margin-top: 5px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.mr-20{
    margin-right: 20px !important;
}

/* End of Common Padding and Margin*/

#wrapper{
	position:relative;
}
#title_bar {
    position: absolute;
    right: 0;
    top: 35px;
    width: 84%;
}
#nav_container {
    margin-top: -24px;
    z-index: 999;
    position: relative;
}
#right {
	margin: 0px;
	padding:0px;
    float: right;
    width: 84%;
	padding: 5px 10px 0px;
	box-sizing: border-box;
	margin-bottom:20px;
	}
#content{
	width: 100%;
}
.main_footer{
	margin-top:0px;
	z-index:999;
	padding-bottom: 2px;
	padding-right: 2px;
}
.clear{
	clear:both;
}

.clearfix:after{
    clear: both;
    content: "";
    display: block;
}

.sect_header, .sect, .sect_content, #one{
	width:100%;
	box-sizing: border-box;
} 
.TabbedPanels{
	width:100% !important;
	box-sizing: border-box;
}
.TabbedPanelsTab{
	line-height:20px;
	padding:5px 15px !important;
	width:auto !important;
	}
.TabbedPanelsTabSelected{
	padding-top:2px !important;
}
.TabbedPanelsTabGroup:before, .TabbedPanelsTabGroup:after{
	content:" ";
	display:block;
	clear:both;
}
@media only screen and (max-width: 1100px) {
	.search_clear_button_small, #right button{
		font-size:10px !important;
	}
}
.header-text{
	text-align:center;
	color:#fff;
	padding-top: 5px;
	font-size: 12px;
	position: absolute;
    top: 0;
    left: 50%;
	margin-left: -300px;
    width: 600px;
	height: 32px;
    line-height: 15px;
	overflow: hidden;
}
.header-text p{
	font-size: 12px;
}
.copyright{
	margin-right: 5px;
}
.copyright span,
.main_footer span,
.main_footer strong {
    font-size: 0.675rem;
    color: #3f5a98;
    display: inline-block;
    vertical-align: middle;
}
.copyright .logo-wrapper{
    display: inline-block;
    max-width: 120px;
    max-height: 18px;
    text-align: right;
    margin-left: 2px;
}
.copyright img {
    vertical-align: middle;
    max-height: 18px;
    display: inline-block;
    height: 18px;
}

.powered-by{
    width: 210px;
    position: absolute;
    right: 10px;
    bottom: 2px;
    height: 20px;
    text-align: right;
}
.powered-by a{
    width: 100%;
    display: block;
    height: 22px;
    box-sizing: border-box;
    padding-top: 1px;
}
.powered-by a img{
    height: 20px;
    max-height: 20px;
    max-width: 120px;
    margin-left: 8px;
}

.powered-by span, .powered-by img{
    display: inline-block;
    vertical-align: middle;
}

.table-with-spacing td, .table-with-spacing th{
    padding: 1px;
}

.msg-summary-control{
    width: 100px;
}

.search-user-action{
    float: left; 
    width: 100%;
    margin-top: -44px;
}