.mobileHoverFix:hover,
.mobileHoverFix.hover {
    background-position: 0 0px;
}

.ng-cloak {
    display: none;
}

.highlight {
    background-color: yellow;
    color: #000;
}

img {
    cursor: pointer;
}

/* --- WINDOW 222 ---  */

#shifty .select {
    background-color: #D7F1FD;
    color: #075C85;

}

.win_menu {
    border: 1px solid #555;
    padding: 2px;
    float: left;
    background-color: #fff;
    margin-right: 10px;

    position: absolute;

}

.win_menu_content {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 100%;
    white-space: nowrap;
}

.win_menu_content .actions_menu {
    margin-right: 0px;

}

.win_menu_content .actions_menu {
    white-space: nowrap;
}

#win, .win, #win2 {
    border: 1px solid #555;
    padding: 2px;
    float: left;
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 9000;
    margin-right: 10px;
    /*    white-space: nowrap;*/
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 4px;
    min-height: 36px;
    min-width: 36px;
    margin-bottom: 10px
}

.win-menu {
    border-radius: 0px;
}

#win33 table td, .win table td {

    white-space: normal;
}

#win_content, .win_content, #win_content2 {
    padding: 8px;
    background-color: #fff;
    float: left;
    width: 100%;
    /*white-space: nowrap;*/
}

.win_content .btn-toolbar {
    margin-top: 0px;
}

/*.table-striped tbody tr.select td{
background-color: #D7F1FD;
color: #075C85;
}*/

.win_content .nav {
    margin-bottom: 0px;
}

.win_content form {
    margin-bottom: 0px;
}

#win_close, .win_close, #win_close2 {
    white-space: nowrap;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0px;
    border-right: 0px solid #555;
    border-top: 0px solid #555;

    /*	height: 22px;
        width: 22px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px;
        text-align: center;*/

}

#win_close img, #win_close2 img {
    cursor: pointer;
    white-space: nowrap;
}

.form__table {
    background-color: #ebebeb;
    color: #777;
    margin-bottom: 0px;
    display: table;
    /*	border: 1px solid #DDD;*/
}

.form_table {
    background-color: #ebebeb;
    color: #777;
    margin-bottom: 0px;
    border-collapse: separate;
    border-spacing: 4px;
    /*	display: table;*/
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
}

.form_table td {
    /*	border: 1px solid #DDD;*/
    box-sizing: border-box;

}

/*.form_table td:last-child{
	padding-right: 10px;
}*/

/*.form_table td.tdac{
	padding-right: 0px;
	white-space: nowrap;
}*/
.form_table input, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 30px;
    margin-bottom: 0px;
}

/*.form_table td:first-child{
	padding-right: 0px;
}*/

.form_table td.labels {
    font-size: 1em;
    line-height: 1em;
    text-align: right;
    white-space: nowrap;
    width: 1%;
}

.form_table .labels {
    padding-right: 0px;
}

table.autocomplete {
    border-collapse: collapse;
    border-spacing: 0px;
}

table.autocomplete td:last-child {

}

table.autocomplete .input-append a:first-child {
    border-left: none;
}

table.autocomplete {
    width: 100%;

}

table.autocomplete input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

table.autocomplete td:last-child input {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}