@charset "utf-8";


.form-wrapper > div { margin: 4px 0 4px 170px; }

.form-wrapper > div > label {
    cursor: pointer;
    display: inline;
    float: left;
    margin: 3px 20px 0 -170px;
    text-align: right;
    vertical-align: top;
    width: 150px;
	
}

input, .submit_button {
	font-size: inherit;
	font-family: inherit;
	outline: none;
}

/* Button Styles */
.form-wrapper .controls input, .submit_button {
	background-color:#FFF;
    color: #00A1F4;
	border: 1px solid #159fda;
	cursor: pointer;
	text-align: left;
	width: auto;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight:bold;
	margin: 5px 5px 0 0;
}

/** Active styles **/
.form-wrapper .controls input.main,.submit_button.main {
	background-color: #159fda !important;
	color: #FFF !important;
}

/** Active styles **/
.form-wrapper .controls input:active,.submit_button:active {
	border-color: #003158 !important;
    background-color: #003158 !important;
    color: #FFF !important;
}

/** Disabled styles**/
.form-wrapper .controls input:disabled,  .submit_button:disabled {
    border-color: #CCCCCC;
    color: #CCCCCC;
    cursor: not-allowed;
}
.form-wrapper .controls input:hover:disabled, .submit_button:hover:disabled,
.form-wrapper .controls input.main:disabled, .submit_button.main:disabled,
.form-wrapper .controls input:active:disabled, .submit_button:active:disabled {
    border-color: #CCCCCC !important;
	background-color: #FFF !important;
    color: #CCC !important;
}

/****************
 * CHECKBOX
 ***************/
.form-wrapper .checkbox-wrapper label, div.checkbox label, table.checkbox label {
    display: block;
    float: none;
    margin: 4px 0;
    text-align: left;
    width: auto;
    padding-top: 2px;
}
.form-wrapper .checkbox-wrapper .horizontal, .form-wrapper .radio-wrapper .horizontal {
    display: inline;
    margin-right: 10px;
}
.form-wrapper .checkbox-wrapper input, div.checkbox input, table.checkbox input {
    background: none;
    display: inline-block;
    margin-right: 5px;
}
table.checkbox, div.checkbox {
    border: 1px solid #CCC;
    width: 260px;
    float: left;
	padding:0;
}
div.checkbox{
    width: 254px;
	margin: 4px 0 4px 0px;
	padding:3px;
	overflow: auto;
}
table.checkbox input{
    margin-top: 7px;
}

div.checkbox span{
	font-weight: bold;
}

/** Checkbox Favorites **/
table.checkbox.favorites input[type=checkbox], div.checkbox.favorites input[type=checkbox] {
	display:none!important;
}
 
table.checkbox.favorites input[type=checkbox] + label, div.checkbox.favorites input[type=checkbox] + label
{
	background: url('/connect/jakarta.faces.resource/ci/2018R2/img/button/star-empty.png.xhtml?v=24.3.0') no-repeat;
	padding-left:30px;
	margin: 0;
    line-height: 18px;
}
table.checkbox.favorites  input[type=checkbox]:checked + label, div.checkbox.favorites input[type=checkbox]:checked + label
{
	background: url('/connect/jakarta.faces.resource/ci/2018R2/img/button/star-full.png.xhtml?v=24.3.0') no-repeat;
}

.bg_icon_details{
	background: url(/connect/jakarta.faces.resource/ci/2018R2/img/button/details.png.xhtml;jsessionid=e7c2e8588d88ec26253b80ad981e?v=24.3.0) no-repeat !important;	
}