.formHeader {
    width: inherit;
    display: none;
}

.formContainer {
    width: 100%;
    height: inherit;
    overflow: visible;
    font-family: Tahoma;
    font-size: 11px;
    position: absolute;
}

.formContainer .setContainer fieldset{
    position: relative;
    float:left;
    width:100%
}

.formInner {
    width: 99%;
    overflow: hidden;
    min-height: 225px;
    margin-top:10px;
    padding: 0px 0px 0px 4px;
}

div[id^="customfield_"] .formInner {
    min-height: 525px;
    overflow: unset;
}

.customFields .formInner {
    padding-bottom: 10px;
}

.formRow {
    width: 100%;
    overflow: visible;
    float: left;
    position: relative;
}

form[id ^= optionalFieldFormRelation] .formRow:last-child {
    margin-bottom: 100px !important;
}

.formInner form {
    overflow: visible;
}

.formInner .zend_form {
    margin: 10px 25px 0px 0px;
    padding: 0px 10px;
}

.nicEdit-main {
    margin: 0px !important;
    padding: 2px !important;
    width: auto !important;
    border: 1px solid #B5BCC7;
    max-height: 250px !important;
}

.formContainer select,.formContainer input[type=text],.formContainer textarea,.blueInput,.nicEdit-main
    {
    -moz-transition-duration: 0.35s;
    -moz-transition-property: background-color, border;
    background-color: #FFFFFF;
    font-family: inherit;
    font-size: inherit;
}

.formContainer select,.formContainer input[type=text],.formContainer textarea,.blueInput
    {
    border: 1px solid #B5BCC7;
    height: 22px;
}

.formContainer select:hover,.formContainer input[type=text]:hover,.formContainer textarea:hover,.blueInput:hover,.nicEdit-main:hover,.formContainer select:focus,.formContainer input[type=text]:focus,.formContainer textarea:focus,.blueInput:focus,.nicEdit-selected
    {
    background-color: #E9F4FE;
    border: 1px solid #6699CC;
    box-shadow: -2px 2px 2px #D4E4F4 inset;
}

.formRow .labelContainer {
    width: 26.5%;
    float: left;
    line-height: 21px;
    margin-left: 8px;
	overflow:hidden;
    word-wrap: break-word;
}

.ui-dialog .formRow .labelContainer {
    width: 27%;
}

.multiListWrapper .labelContainer {
    float: left;
    line-height: 21px;
    margin-left: 8px;
    overflow: hidden;
    width: 13.1%;
    word-wrap: break-word;
}

.formRow.rowControl-two {
    clear: none !important;
    float: left !important;
    width: 45% !important;
}
.rowControl-two .labelContainer {
    width: 58% !important;
}

.rowControl-two .rowControl {
    width: 27% !important;
}
.rowControl-two .rowControl input[type="text"] {
	background: none !important;
    border: medium none !important;
    box-shadow: 0 0 0 #ffffff;
}
.multiListWrapper  {
	position : relative;
}

.multiListWrapper > .listFilterCover {
    margin: 1px 3px 2px;
	max-width: 81% !important;
}

.popupMod #course-unit .multiListWrapper > .listFilterCover {
    margin: 1px 1px 2px;
    max-width: 81% !important;
}

.formRow .labelContainer .rowLabel {
    float: left;
    margin-left: 3px;
}

.plannedMonth .labelContainer .rowLabel {   
    margin-right: 0 !important;
}

.formRow .disableCustom{
    color: #747474;
}
.formRow .rowControl {
    padding: 1px;
    position: relative;
    float: left;
    width: 70%;
	overflow: hidden;
}

.academicServices .rowControl {
	margin: 1px !important;	
}

.formRow.fullWidth .labelContainer {
    width: 13%;
}

.popupMod .formRow.fullWidth .labelContainer {
    width: 27%;
}

.bigLabel .labelContainer {
    width: 47%;
}

.bigLabel .rowControl {
    width: 50%;
}

.bigLabel .rowControl>input[type=text] {
    width: 50% !important;
    padding: 0px 2px;
}

.formRow.onlineFormWidth .labelContainer {
    width: -3%;
}
.formRow.onlineFormWidth .rowControl {
    width: 55%;
}

.formRow.onlineFormWidths .labelContainer {
    width: 13%;
}

.formRow.onlineFormWidths .rowControl {
    width: 857px;
}

.formRow.fullWidth .rowControl {
    width: 85%;
}

.popupMod .formRow.fullWidth .rowControl {
    width: 70%;
}

.formRow .rowControl>input[type=text] {
    width: 99.2%;
    padding: 0px 2px;
}
button[mask=combo]
{
    border-radius: 0px;
    height: 20px;
    width: 18px;
    border: 1px solid #6CAAD4;
}
.formRow .rowControl>input[type=text][mask=combo] {
    width: 200px;
    border-radius: 0px;
    height: 18px;
}
.formRow .rowControl>select {
    width: 99.9%;
}
.formRow .rowControl>select[editable=true]
{
    width: 200px;
}
ul[role=listbox], ul[role=listbox] a { border-radius: 0px; }
ul[role=listbox] a { height: 14px; font-size: 11px; font-family: Tahoma,Geneva,sans-serif; }
.formContainer .actionsBar button , .actionsBar button {
    margin-left: 10px;
    border: 0px none;
    line-height: 21px;
    color: #384E5C;
    padding: 0px 10px;
    cursor: pointer;
    font-family: Tahoma;
    font-size: 11px;
}

.formbuilder-save {
    background-image: none, url("/images/bluetabs/save.png");
    background-position: center, 7px 6px;
    background-repeat: no-repeat, no-repeat;
    background-color: Transparent;
    padding-left: 20px !important;
}

.formbuilder-save:hover {
    background-image: url("/images/bluetabs/save.png"),
        url("/images/bluetabs/active_bar_onRollOver.png");
    background-position: 7px 6px, center;
    background-repeat: no-repeat, repeat-x;
}

.formbuilder-saveandclose {
    background-image: none, url("/images/bluetabs/save&close_icon.png");
    background-position: center, 7px 6px;
    background-repeat: no-repeat, no-repeat;
    background-color: Transparent;
    padding-left: 20px !important;
}

.formbuilder-saveandclose:hover {
    background-image: url("/images/bluetabs/save&close_icon.png"),
        url("/images/bluetabs/active_bar_onRollOver.png");
    background-position: 7px 6px, center;
    background-repeat: no-repeat, repeat-x;
}

.actionsBar button[disabled=disabled] {
    opacity: 0.6 !important;
    cursor: default !important;
}

.formbuilder-configure, .formbuilder-importer {
    background-image: none, url("/images/bluetabs/editcolumn.png");
    background-position: center, 7px 6px;
    background-repeat: no-repeat, no-repeat;
    background-color: Transparent;
    padding-left: 20px !important;
}
.formbuilder-importer {
    background-image: none, url("/images/bluetabs/file.png");
    background-position: center center, 6px 4px;
}
.formbuilder-configure:hover {
    background-image: url("/images/bluetabs/editcolumn.png"),
        url("/images/bluetabs/active_bar_onRollOver.png");
    background-position: 7px 6px, center;
    background-repeat: no-repeat, repeat-x;
}
.formbuilder-importer:hover {
    background-image: url("/images/bluetabs/file.png"),
        url("/images/bluetabs/active_bar_onRollOver.png");
    background-repeat: no-repeat, repeat-x;
    background-position: 6px;
}

.duplicate-custom-form, .default-action-button {
    background: none repeat scroll 0 0 #d3d3d3;
}

.duplicate-custom-form:hover, .default-action-button:hover {
    background-image: url("/images/bluetabs/active_bar_onRollOver.png");
    background-repeat: repeat-x; 
}

.formbuilder-delete {
    background-image: none, url("/images/bluetabs/delete.png");
    background-position: center, 7px 6px;
    background-repeat: no-repeat, no-repeat;
    background-color: Transparent;
    padding-left: 20px !important;
}

.formbuilder-delete:hover {
    background-image: url("/images/bluetabs/delete.png"),
        url("/images/bluetabs/active_bar_onRollOver.png");
    background-position: 7px 6px, center;
    background-repeat: no-repeat, repeat-x;
}

.statusContainer, .statusContainerMol {
    background-color: #FFFFAE;
    border: 1px solid #C5C5C5;
    line-height: 15px;
    padding: 5px 0 5px 5px;
    position: relative;
    font-size:11px;
	width: 100%;
}

.rowControl .controlError {
    border: 1px solid #CC1818 !important;
}

.rowControl .controlError[type=checkbox] {
    box-shadow: 0 0 1px 1px #CC1818;
}

.rowControl .controlError[type=radio] {
    box-shadow: 0px 0px 3px Red;
}

.rowControl label {
    clear: left;
}

.rowControl input[type=radio],.rowControl input[type=checkbox] {
    margin-right: 5px;
    margin-top: 4px;
}

.rowControl textarea {
    width: 99.2%;
    max-height: 220px;
    padding: 2px 2px 6px;
    height: 80px;
}

.fileBox {
    float: left;
    margin-left: 0px;
    line-height: 20px;
    padding: 0px 3px 0px 25px;
}

.rowControl input[type=file] {
    float: left;
    height: 24px;
}

.fileItem>a {
    text-decoration: none;
    color: #000;
}

.fileItem {
    background: none #D0E7F7;
    border: 1px solid #A5C9E3;
    line-height: 20px;
    margin-top: 1px;
    background: url(/images/bluetabs/file.png) no-repeat 5px 2px #ADDFFF;
    opacity: 0.7;
}

.fileItem:hover {
    opacity: 1;
}

.fileProgress {
    background: url(/images/bluetabs/progress.gif) no-repeat 5px 4px
        Transparent;
}

.fileSuccess {
    background: url(/images/bluetabs/tick.png) no-repeat 5px 3px
        Transparent;
}

.fileFailure {
    background: url(/images/bluetabs/error.png) no-repeat 5px 3px
        Transparent;
}

.rmvFile {
    float: right;
    background: url(/images/bluetabs/trash.png) no-repeat Transparent;
    width: 14px;
    height: 14px;
    cursor: pointer;
    opacity: 0.7;
    margin-left: 5px;
    margin-top: 3px;
}

.removeFileIcon {
    float: right;
    background: url(/images/bluetabs/trash.png) no-repeat Transparent;
    width: 14px;
    height: 14px;
    cursor: pointer;
    opacity: 0.7;
    margin-left: 5px;
    margin-top: 3px;
}

fieldset .remove, fieldset .customRemove {
    background: url("https://static.moveon4.com/default/icons/app_remove_icon.png") no-repeat scroll 50% 50%;
    background-color: #DDECF7;
    border: 1px solid #000;
    cursor: pointer;
    height: 17px;
    opacity: 0.7;
    position: absolute;
    right: 8px;
    top: 8px;
    float: right;
    width: 17px;
}
fieldset .remove:hover, fieldset .customRemove:hover {
    opacity: 1;
    background-color: #97CAEF;
}
.rmvFile:hover {
    opacity: 1;
}

.groupTitle {
    border-bottom: 1px solid #000000;
    font-weight: bold;
    margin: 5px 0px 10px;
}

.plainText, .setContainer legend {
    width: 98%;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    margin: 10px 0px;
}

.popupMod
{
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}
.popupMod .formRow, .popupMod .plainText
{
    float: none;
    clear: both;
}

.popupMod .formRow {
    width: 99%;
}

.popupMod .cleft{
    float: left;
}

.popupMod .formInner
{
    padding: 5px 1% 10px;
    width: 98%;
    overflow: hidden !important;
}
.smallPopUpForm .formInner{
    min-height:100px !important;
}
.popupMod .formRow .rowControl > input[type="text"], .popupMod .formRow .rowControl > textarea
{
    width: 98.5%;
	float: left;
}
.popupMod button[id^="selectorbutton"]
{
    right: 0px;
}

.popupMod .width50 .rowControl input
{
    width: 50% !important;
}

.popupMod .width50 .rowControl>select {
    width: 51% !important;
}

.popupMod .ui-datepicker-trigger, .twoColumn .ui-datepicker-trigger
{
    left: 5px;
    position: relative;
    top: 3px;
}
.popupMod dd button[id^="selectorbutton"] {
    font-size: 11px;
    height: 23px;
    top: 0;
}

.twoColumn .formRow, .twoColumn .setContainer, .twoColumn .plainText, .kogrid.twoCol
{
    width: 49%;
    float: left;
    margin: 1px 0px 2px;
}

.twoColumn .setContainer:not(.fullWidth) .formRow
{
    clear: both;
    width: 99%;
}
.twoColumn .listFilterCover
{
    width: 80% !important;
}
.twoColumn .multiListFilterCover
{
    width: 82% !important;
}
.twoColumn dd button[id^="selectorbutton"], .listFilterTrigger, button[data-kind="listFilterTrigger"]
{
    height: 23px;
    right: 2px;
    top: 0px;
    background-color: #DDECF7;
    border: 1px solid #79B7E7;
    font-size: 11px;
}
.twoColumn button[id^="selectorbutton"], .multiListFilterTrigger, button[data-kind="multiListFilterTrigger"]
{
    height: 23px;
    right: 2px;
    top: 0px;
    background-color: #DDECF7;
    border: 1px solid #79B7E7;
    font-size: 11px;
    margin-left: -5px; 
}
.twoColumn .formRow .rowControl > input[type="text"]
{
    width: 98%;
}

.twoColumn .wHelp .rowControl > input[type="text"]
{
    width: 92%;
}

.twoColumn .formRow .rowControl > select
{
    width: 39%;
}
.twoColumn .combotext
{
    height: 17px !important;
    margin-left: 5px;
    width: 56% !important;
}
.twoColumn .entityLink
{
    border-bottom: 0px solid Transparent;
    font-weight: normal;
    margin: 2px;
}
.twoColumn .paymentForm
{
    padding-top: 30px;
}
.twoColumn .entityLink dd
{
    position: relative;
    margin-top: 5px;
}
.twoColumn .fullWidth
{
    width: 100%;
}
.twoColumn .width97
{
    width: 97%;
}
.twoColumn .width50 .rowControl input
{
    width: 50% !important;
}
.twoColumn .width25 .rowControl input
{
    width: 25% !important;
}
.twoColumn .fullWidth:not(.twoCol) .rowControl > select
{
    width: 97.6%;
}
.twoColumn .cRight
{
    clear: right;
}
.twoColumn .cLeft
{
    clear: left;
}
.formContainer .hiddenRow
{
    display: none;
}
.twoColumn .rowControl textarea
{
    width: 97.8%;
}
.inlineRadio label
{
    clear: none;
	margin-right: 5px;
}
.multiLineCheckbox label
{
    float: left;
}
.hideLabel .labelContainer
{
    display: none;
}
.popupMod .button-container
{
    text-align: right;
    margin-top: 10px;
}
.twoColumn .statusContainer
{
    position: fixed;
    z-index: 999;
    min-width: 350px;
}
.twoColumn .formRow.twoColFullWidth .rowControl > select{
    width: 99.5%;
}
.twoColumn .formRow.fullWidth .rowControl .listFilterCover{
    width: 92% !important;
}
.twoColumn .formRow.fullWidth .rowControl .multiListFilterCover{
    width: 92% !important;
}
.twoColumn .formRow.fullWidth .rowControl dd button[id^="selectorbutton"]{
    font-size: 14px;
    height: 23px;
    right: 12px;
    background-color: #DDECF7;
    border: 1px solid #79B7E7;
}
.getSelected{
    width: 98.5% !important;
}
.actionsToolbarItem > a.formBuilderSave {
    background-image: url("/images/bluetabs/save.png") !important;
    background-position: 3px 1px;
    background-repeat: no-repeat;
}
.actionsToolbarItem > a.formBuilderSaveAndclose {
    background-image: url("/images/bluetabs/save&close_icon.png") !important;
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}
.actionsToolbarItem > a.formBuilderDisabledSave {
    background-image: url("/images/bluetabs/save.png") !important;
    background-position: 3px 1px;
    background-repeat: no-repeat;
}
.actionsToolbarItem > a.formBuilderDisabledSaveAndclose {
    background-image: url("/images/bluetabs/save&close_icon.png") !important;
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}
.customForm .stuffing, .popupMod .stuffing{
    display: none;
}
.lockForm input, .lockForm select, .lockForm textarea, .lockForm .listFilterCover
{
    background: none #EEEEEE !important;
}
.lockForm input, .lockForm select, .lockForm textarea, .lockForm .multiListFilterCover
{
    background: none #EEEEEE !important;
}
.twoColumn .formRow.twoColFullWidth .rowControl > input[type="text"]{
    width: 38.5% !important;
}
.twoColumn .ko-grid {
    border: 1px solid #A5C9E3;
    line-height: 22px;
    width: 98%;
    padding: 2px;
}
.ko-grid tbody tr:nth-child(even) {
   background-color: #F1F6F9 !important;
}
.ko-grid tbody tr:nth-child(odd) {
    background-color: #FFF !important;
}

.ko-grid tbody tr:nth-child(even):hover, .ko-grid tbody tr:nth-child(odd):hover {
   background-color: #D0E7F7 !important;
}

.ko-grid thead th {
    background-color: #D0E7F7;
    cursor: pointer;
    padding: 0 5px;
    border-right: 1px solid #A6C9E2;
    border-bottom: 1px solid #638EAE;
	min-width: 10%;
}
.ko-grid thead th:last-child {
    border-right: 0px none;
}
.ko-grid *[data-column="amount"] {
    text-align: right;
}
.ko-grid *[data-column="planned"] {
    text-align: right;
}
.ko-grid *[data-column="balance"] {
    text-align: right;
}
.ko-grid td {
    border-color: #A6C9E2 #A6C9E2 #A6C9E2 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 0 1px 1px 0;
    padding: 0 5px;
}
.ko-grid tr:last-child td {
    border-bottom: 0px none;
}
.ko-grid tr td:last-child {
    border-right: 0px none;
}
.ko-grid-pageLinks {
    display: none;
}
.ko-grid thead th:hover {
    background: #e0f3fa; /* Old browsers */
    background: -ms-linear-gradient(top,  #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 ); /* IE6-9 */
}

.gridTotal {
    font-weight: bold;
    clear: both;
    float: right;
}
.gridTotal td:nth-child(2) {
    padding-left: 20px;
}
/*Used for Table displaying total with multiple column*/
.gridTotal2 {
    font-weight: bold;
    clear: both;
    float: right;
}
.gridTotal2Column{
    text-align: right;
    padding: 0px 5px;
}
.gridTotal2EmptyCell{
    background: white;
    border: none;
}
.width48 {
    width: 48.8% !important;
}
.width98 {
    width: 98% !important;
}
.topBar {
    border-top: 1px solid #000000;
}
.customFormLoading {
    background: url("/images/loading.gif") no-repeat scroll 50% 50% #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
}
.setContainer {
    position: relative;
}
.customFormMultiSection .addSection {
    background: url("/images/icon_plus.png") no-repeat scroll 50% 50%;
    background-color: #DDECF7;
    border: 1px solid #000000;
    color: Transparent;
    cursor: pointer;
    height: 22px;
    opacity: 0.7;
    position: absolute;
    right: 15px;
    top: -26px;
    width: 22px;
}
.customFormMultiSection .addSection:hover {
    background-color: #97CAEF;
    opacity: 1;
}
.customForm fieldset[namex=name_translated] {
    width: 99%;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid silver;
}
.customForm fieldset[namex=name_translated] legend {
    display: none;
}
.customForm fieldset[namex=name_translated]:last-of-type{
    border-bottom: 2px solid #000000;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
input[name=trans_name_value]
{
    width: 92% !important;
}
#fieldset-fieldset_master_person
{
    border-bottom: 1px solid #000000;
}
#fieldset-fieldset_master_person legend
{
    display: none;
}
#person_merge_form .rowControl, #contact_merge_form .rowControl {
    width: 71%;
}
#person_merge_form .rowControl label, #contact_merge_form .rowControl label
{
    width: 44%;
    float: left;
    line-height: 19px;
}
#person_merge_form .rowControl label:after, #contact_merge_form .rowControl label:after {
    color: transparent;
    content: ".";
}
#person_merge_form .rowControl input[type="radio"], #person_merge_form .rowControl input[type="checkbox"], #contact_merge_form .rowControl input[type="radio"], #contact_merge_form .rowControl input[type="checkbox"] {
    float: left;
}
#person_merge_form .setContainer.fullWidth, #contact_merge_form .setContainer.fullWidth {
    clear: both;
}
#bulkFormContainergrants textarea
{
    width: 98.5% !important;
}

.lazyFirstShow {
    overflow: visible !important;
}
.lazyFirstShow select {
    height : auto !important;
    z-index: 9999 !important;
    position: absolute !important;
}
button[disabled] {
	background: none #d3d3d3 !important;
}
button[disabled]:hover {
	background: none #F4F2F2 !important;
}
.actionsToolbarItem.busy {
    background: none #EBEBEB;
}
.cBoth {
	clear: both;
}
#sepa_interface_form .wHelp
{
	width: 55% !important;
}

#uneix_interface_form .uneixInterface .rowControl
{
     margin-right: -54px;
	 float: right !important;
}
#uneix_interface_form .uneixInterface .labelContainer
{
     overflow: unset;
}

.hideLabels .labelContainer
{
    display: none;
}
.hideLabels .rowControl input[type="radio"]
{
    width: 38% !important;
}
.hideLabels .rowControl{
    float: left;
    overflow: hidden;
    padding: 1px;
    position: relative;
    width: 40%;
}

#fieldset_flow_settings .labelContainer
{
	width: 160px;
}

#fieldset_flow_settings .formRow
{
	width: 100% !important;
}

#fieldset_flow_settings .rowControl
{
    width: 80% !important;
}

#fieldset_flow_settings .rowControl label
{
    width: 180px !important;
	float: left;
	clear: none;
}
#fieldset_flow_settings .rowControl input[type="radio"], .rowControl input[type="checkbox"]
{
	float: left;
}
.floatRight {
    float: right !important;
    margin-right: 2% !important;
}
#subtabContainer_Instance_settings .dijitTabCloseButton
{
    display: none; 
}
#subtabContainer_Instance_settings .dijitTabPaneWrapper
{
	left: 135px;
}
#subtabContainer_Instance_settings_tablist
{
	width: 130px;
}
.customButton > .addSection{
	margin-right : 69.2%;
}
.listCheckboxes input[type="checkbox"]
{
	clear: left !important;
}
.listCheckboxes label
{
	float: left !important;
	clear: none !important;
}
.customField
{
    margin-left:90px;
	margin-top:10px;
	width: 25px;
}
.customFieldSection
{
	margin-left:50px; 
	margin-top:10px;
	width:25px;
}

.hideLabelText
{
	float: left !important;
    margin: -23px 232px 7px;
}
.hideLabelText  > .rowControl > input[type="text"] {
	   width: 73.5% !important;
	   margin-left: 11px;
}

#bulkFormContainerstayacadmoves .statusContainer {
    margin-top: auto;
    z-index: 9999;
}

#bulkFormContainerrelation .statusContainer {
    margin-top: auto;
    z-index: 9999;
}
div[class="login_form"] > .formInner
{
    min-height: 0px;
}

.fieldsetCalculation
{
    margin-top: 15px;
}

.exchangeCurrency .rowControl > input {
    border: medium none !important;
}
.exchangeCurrency .rowControl > input:hover, .exchangeCurrency .rowControl > input[type="text"]:hover {
    background: none !important;
	border: medium none !important;
	box-shadow: 0 0 0 #ffffff;
}

#formContainer_explora_interface .labelContainer
{
	width: 25%;
}

#formContainer_explora_interface .rowControl
{
    width: 70%;
}

.main-input-form fieldset legend {
    position: relative;
}

.ui-dialog .formRow .rowControl {
	overflow: visible !important;
	position: static !important;
}

.ui-dialog  button[id^="selectorbutton"] {
	right: 12px;
    width: 68px;
}

.ui-paging-info {
	text-align: left !important;
}

#fieldset_uneix_mapping fieldset .cLeft {
    width: 50%;
}

#fieldset_uneix_mapping fieldset .cLeft .labelContainer {
    width: 30%;
}

#fieldset_uneix_mapping fieldset .cLeft .rowControl {
    width: 60%;
}
.cLeftMiddle .rowControl > select
{
    float: left !important;
    width: 99.6% !important;
}
/* fix for extra space in report templates form */
div[id^='formContainer_report'].customForm .formInner {
	min-height: auto !important;
}

.infoLabel
{
    float: left !important;
    width: 40% !important;
    border-bottom: none !important;
    margin-left: 14% !important;
    margin-top: -3px !important;
    font-weight: normal !important;
    color: red !important;
}

.paAdd {
    background: url(/images/icons/add.png) center no-repeat transparent;
    height: 25px;
    width: 24px;
    border: none;
    cursor: pointer;
}

.paAdd:disabled {
    background: url(/images/icons/add_disabled.png) center no-repeat transparent !important;
}

.paAdd:disabled:hover {
    background: url(/images/icons/add_disabled.png) center no-repeat transparent !important;
}

fieldset .paCustomRemove {
    background: url(/images/icons/remove_icon_pa.png) no-repeat scroll;
    border: none;
    cursor: pointer;
    height: 20px;
    opacity: 3;
    width: 21px;
    background-size: 17px;
}

fieldset .paCustomRemove:hover {
    background-color: inherit;
}

.ewp-shareable-icon::after {
    background: url("/images/ewp-shareable.png") left center no-repeat;
    background-size: 10px 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content:"";
}

span.ewp-share-span {
    padding: 4px;
}

form#ewp-learning-agreement .remove {
    right: -15px;
    top: 4px;
}

.acceptChanges {
    font-weight: bold;
    padding: 12px;
    margin-top: 5px;
}

.declineChanges {
    font-weight: bold;
    padding: 12px;
    margin-top: 5px;
}

.changeReasonFields.reasonStatus {
    margin: 15px 0px 15px 0;
    padding: 10px 0px 35px 0;
    border-color: lightgrey;
    border-style: dashed;
    border-width: 2px 0 2px 2px;
}

.changeReasonFields.reasonCode {
    margin: 15px 0px 15px 0;
    padding: 10px 0px 35px 0;
    border-color: lightgrey;
    border-style: dashed;
    border-width: 2px 0 2px 0;
}

.changeReasonFields.reasonTextbox {
    margin: 15px 0 15px 0;
    padding: 10px 0 10px 0;
    border-color: lightgrey;
    border-style: dashed;
    border-width: 2px 2px 2px 0;

}

.showChangeBorder.reasonStatus {
    margin: 15px 0px 15px 0;
    padding: 10px 0px 35px 0;
    border-color: lightgrey;
    border-style: dashed;
    border-width: 2px 0 2px 2px;
}

.showChangeBorder.reasonCode {
    margin: 15px 0px 15px 0;
    padding: 10px 0px 35px 0;
    border-color: lightgrey;
    border-style: dashed;
    border-width: 2px 0 2px 0;
}

.showChangeBorder.reasonTextbox {
    margin: 15px 0 15px 0;
    padding: 10px 0 10px 0;
    border-color: lightgrey;
    border-style: dashed;
    border-width: 2px 2px 2px 0;
}

.reasonCodeReceiver{
    margin: -70px 0px 0px 0px !important;
}

.laSectionSpacing {
    margin-top: 10px !important;
}

.proposeChanges, .suggestChanges {
    margin-top: 15px;
}

.subHeading {
    border: 0;
    font-weight: normal;
    text-decoration: underline;
    padding-bottom: 5px;
    padding-left: 10px;
    width: calc(49% - 10px) !important;
}

legend#la_static_share_warning {
    margin: 1%;
}

fieldset[namex=fieldset_components_latest_proposal] > legend,fieldset[namex=fieldset_components_change_proposal] > legend,fieldset[namex=fieldset_components_latest_approved] > legend,fieldset[namex=fieldset_components_before_mobility] > legend
{
    font-size: 14px;
}

.customInfoContainer {
    margin-top: 5px;
    margin-bottom: 5px;
}

.customListInfoContainer {
    margin-top: 5px;
    margin-bottom: 5px;
    color: red;
    font-weight: bold;
    width: 95%;
}