/*
    control.css
    skin: WinterTime
    Styles for all the controls of the IW framework
    $Id: control.css,v 1.33 2019/02/22 10:16:05 abirtig Exp $
*/

/*
 * CSS for autocomplete LOOKUP control (copied from combo)
 */

/* Selected element of the list */
.autocomplete-selected {
    background-color: #b2b4bf;
    color: black;}

/* Aspect of the element list */
.autocomplete-suggestion {
    font:  10px  Geneva, 'Bitstream Vera Sans', Arial, Helvetica;
    height: 16px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    padding-left: 5px;
}

/* Properties of box */
.autocomplete-suggestions {
    background-color: white;
    border: 1px outset;
    color: #606060;
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 0;
}

/*
 * CSS for CALCULATOR control
 */

/* background */
.calc {
    background: #B0B0B0 url('/grp/iw/img/skins/acqua/controls/calculator/chassis.png');
    border: 3px #FAFAFA outset;
    box-shadow: 1px 1px 5px black;
    padding: 6px 6px 6px 6px;
    -moz-box-shadow: 1px 1px 5px black;
    -webkit-box-shadow: 1px 1px 5px black;
}

/* display */
.calc .calculator-result {
    background-color: #fff;
    border: 1px #F0F0F0 inset;
    color: #505080;
    font-family: Quartz, LcdD, Courier, monospace;
    font-size: 20px;
    font-weight: bold;
}

/* Buttons */
.calc .calculator-row button {
    background: #ccc url('/grp/iw/img/skins/acqua/controls/calculator/key.png');
    border: none;
    color: black;
    font-family: "Bitstream Vera Sans", Arial, sans-serif;
    font-weight: bold;
    height: 22px;
    margin: 0px 1px 1px 0px;
    text-align: center;
    width: 35px;
}

/* Buttons key down*/
.calc .calculator-row .calculator-key-down {
    background: #eee url('/grp/iw/img/skins/acqua/controls/calculator/keypressed.png');
    border: none;
    color: #808080;
    font-family: "Bitstream Vera Sans", Arial, sans-serif;
    font-weight: bold;
    height: 22px;
    margin: 1px 0px 0px 1px;
    text-align: center;
    width: 35px;
}

/* On alt key legend*/
.calc .calculator-keystroke {
    color: #3838ff;
    border: 1px dotted #4a4a6f;
    background-color: #bbbbdf;
    font-family: Geneva, 'Luxi Sans', 'MS sans serif', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    padding: 4px;
}

/*
 * CSS for CLUETIP tootip control
 */

.cluetip-default,
.cluetip-default .cluetip-outer {
    color: #000;
    background-color: #cce5ff;
}
.cluetip-default .ui-cluetip-header {
    color: #fff;
    background-color: #7592d3;
}

/*
 * CSS for COMBO control
 */

/* Text field input */
.combo input {
    border-left: 1px #cdcdcd;
    border-top: 1px #cdcdcd;
    height: 19px;
    left: 0;
    margin: 0 0 0 0;
    padding: 1px 3px;
    top: 0;
    vertical-align: middle;
}

/* Trigger image */
.combo img {
    background: url('/grp/iw/img/skins/acqua/controls/combo/trigger.png') no-repeat 0 0;
    border: 0;
    height: 22px;
    top: 0;
    width: 19px;
}

/* Aspect of the element list */
.combo li {
    color: #606060;
    font:  10px  Geneva, 'Bitstream Vera Sans', Arial, Helvetica;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}

/* Selected element of the list */
.combo li.active {
    background-color: #b2b4bf;
    color: black;
}

/* Properties of list box */
div.combo  div {
    background-color: white;
    border: 1px outset;
    left: 0;
    margin: 0 0;
    padding: 0;
}

/*
 * CSS for DATE control
 */

/* Main frame */
.datepick {
    border: 3px solid #286096;
    box-shadow: 1px 1px 5px black;
    font-family: Arial, Helvetica, sans-serif;
    -moz-box-shadow: 1px 1px 5px black;
    -webkit-box-shadow: 1px 1px 5px black;
}

/* Head and footer navigation */
.datepick-nav, .datepick-ctrl {
    background-color: #286096;
    float: left;
    font-size: 90%;
    font-weight: bold;
    width: 100%;
}

/* Link text */
.datepick a {
    color: #fff;
    text-decoration: none;
}

.datepick a.datepick-disabled {
    color: #888;
    cursor: auto;
}

/* Head and footer on over link */
.datepick-cmd:hover {
    background-color: #badeff;
    color: #4090cc;
}
.datepick-ctrl .datepick-cmd:hover {
    background-color: #badeff;
    color: #4090cc;
}

/* Calendar container */
.datepick-month {
    border: 1px solid #fff;
    float: left;
    text-align: center;
    width: 15em;
}

/* Month header */
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    background-color: #fff;
    color: #888;
    font-weight: bold;
    height: 1.9em;
}

/* Dow header */
.datepick-month th, .datepick-month th a {
    background-color: #7ea3c8;
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    font-style: italic;
}

/* Dow and Calendar division */
.datepick-month thead {
    border-bottom: 2px solid #286096;
}

/* Days grid */
.datepick-month td {
    background-color: #fff;
    border: 1px solid #fff;
}

/* Selectable days */
.datepick-month a {
    background-color: #eee;
    color: #000;
    display: block;
    padding: 0.125em 0em;
    text-decoration: none;
    width: 100%;
}

/* Un-selectable days */
.datepick-month td span {
    color: #888;
}
.datepick-month td .datepick-other-month {
    background-color: #fff;
}

/* Week-end cells */
.datepick-month td .datepick-weekend {
    background-color: #ddd;
}

/* Selected day */
.datepick-month td .datepick-selected {
    background-color: #26aefa;
    color: #fff;
}

/* Today */
.datepick-month td .datepick-today {
    background-color: #badeff;
}

/* Day highlight */
.datepick-month td .datepick-highlight {
    background-color: #777;
    color: #fff;
}

/* Week column */
.datepick-month th.datepick-week {
    background-color: #fff;
    color: #2070ac;
    font-style: italic;
}

.datepick-month td.datepick-week * {
    background-color: #fff;
    border: none;
    color: #4090cc;
    font-size: 9px;
    font-style: italic;
    font-weight: bold;
}

/*
 * CSS for DIV message windows
 */

 div.alert {
    background: #ede97f url('/grp/img/ic/message/alert.png') no-repeat;
    border: 2px #d0cb44 solid;
    border-radius: 5px;
    color: #858003;
    font: bold 14px "Courier New", Courier, monospace;
    margin: 0;
    padding: 16px;
    position: absolute;
    text-indent: 36px;
    visibility: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.error {
    background-image: url('/grp/img/ic/message/error.png');
    background-repeat: no-repeat;
    border-width: 2px;
    border-radius: 5px;
    font: bold 14px "Courier New", Courier, monospace;
    margin: 0;
    padding: 16px;
    position: absolute;
    text-indent: 36px;
    visibility: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Used for info messages */
div.info {
    background-image: url('/grp/img/ic/message/info.png');
    background-repeat: no-repeat;
    background-color: #9defa2;
    border-color: #38743c;
    border-width: 2px;
    border-radius: 5px;
    font: bold 14px "Courier New", Courier, monospace;
    margin: 0;
    padding: 16px;
    position: absolute;
    text-indent: 36px;
    visibility: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* container of the warning message */
div.warning {
    background-image: url('/grp/img/ic/message/warning.png');
    background-repeat: no-repeat;
    border-width: 2px;
    border-radius: 5px;
    font: bold 14px "Courier New", Courier, monospace;
    margin: 0;
    padding: 16px;
    position: absolute;
    text-indent: 36px;
    visibility: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*
 * CSS for GROUPBOX control
 */

/* Group box square */
fieldset {
    background: #bacaff;
    border: 1px dotted;
    border-color: #38a0ff;
    padding: 10px;
}

/* Legend style */
fieldset legend {
    color: #4070af;
    font-family: 'Bitstream Vera Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin-left: 5px;
    margin-right: 10px;
}

/*
 * CSS for INPUT controls
 */

/* Input fields and Buttons */
input.password, input.text, textarea, select {
    border: 0px;
    background: #ffffff url('/grp/iw/img/skins/acqua/controls/text/background.png') repeat-x;
    color: #404040;
    font-family: Geneva, 'Bitstream Vera Sans', Helvetica, serif;
    font-weight: normal;
    font-size: 10px;
    min-height: 19px;
    padding-left: 4px;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-right: 2px;
}

/* Style for input on focus event */
input.password:focus, input.text:focus, textarea:focus, select:focus {
    background: #ffffff url('/grp/iw/img/skins/acqua/controls/text/focused.png') repeat-x;
    border: 0px;
    color: #202060;
}

input.button, input.reset, input.button:focus, input.reset:focus {
    background: url('/grp/iw/img/skins/acqua/controls/buttons/button.png');
    text-align: center;
    font-family: Geneva, 'Bitstream Vera Sans', Arial, Helvetica;
    font-weight: bold;
    font-size: 10px;
}

input.submit, input.submit:focus {
    background: url('/grp/iw/img/skins/acqua/controls/buttons/submit.png');
    text-align: center;
    font-family: Geneva, 'Bitstream Vera Sans', Arial, Helvetica;
    font-weight: bold;
    font-size: 10px;
}

/* Input fields with a wrong value */
input.error, textarea.error, select.error {
}

/* Input fields with a success value */
input.info, textarea.info, select.info {
}

/* input fields with a value that cause a warning */
input.warning, textarea.warning, select.warning {
}

/*
 * Select with autocomplete
 */
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    background: #ffffff url('/grp/iw/img/skins/acqua/controls/text/background.png') repeat-x;
    border: 0px;
    color: #404040;
}
.select2-container--default .select2-search--dropdown {
    background-color: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #ffffff url('/grp/iw/img/skins/acqua/controls/text/background.png') repeat-x;
    border: 0px;
    color: #404040;
}
.select2-search__field:focus {
    background: #ffffff url('/grp/iw/img/skins/acqua/controls/text/focused.png') repeat-x;
    color: #202060;
}
.select2-container--default .select2-selection--single:focus, .select2-container--default.select2-container--focus .select2-selection--multiple {
    background: #ffffff url('/grp/iw/img/skins/acqua/controls/text/focused.png') repeat-x;
    color: #202060;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #404040;
    font: normal 10px Geneva, 'Bitstream Vera Sans', Helvetica, serif;
    line-height: 19px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #404040 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #404040 transparent;
}
.select2-container--default li.select2-results__option {
    background-color: white;
    color: #404040;
    font: normal 10px Geneva, 'Bitstream Vera Sans', Helvetica, serif;
}
.select2-container--default .select2-results__option[aria-selected=true], option:checked, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #404040;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-selection__clear, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #003366;
}
.select2-selection__clear:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #6093c6;
}

/* Rules for the container table of the input field with the resizable feature enabled */
table.resizable
{
    padding: 0;
    border: 1px solid transparent;
    border-spacing: 0;
}

table.resizable:hover
{
    border: 1px solid #a6c6ee;
}

table.resizable td
{
    padding: 1px 2px;
}

/*
   CSS for Search textbox
*/

#searchbox form {margin: 0;}
#searchbox td, #searchbox input { font-size: 10px }
#searchbox input.searchtext {color: #80808C; height: 18px; font-size: 10px; width: 95px; border: 0; background: white url('http://images.apple.com/downloads/macosx/images/downloadssearchbg20050513.gif') repeat-x left top; padding: 3px;}

/*
 * CSS for controls that have the RESIZE property
 */

/* Rules for the container table of the input field with the resizable feature enabled */
table.resizable {
    border: 1px solid transparent;
    border-spacing: 0;
    padding: 0;
}

table.resizable td {
    padding: 1px;
}

/* Only for controls with BR at the end */
table.resizable + script + br {
    display: none;
}

/*
 * CSS for PAGER control
 */

/* Cells colors */
.current {
    color: #ffffff;
    background-color: #40c8ff;
    border-color: #004040;
    font-family: 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9px;
}

.page {
    background-color: #a0e8ff;
    border-color: #004040;
    font-weight: bold;
}

/* page numbers links */
.link  {
    color: #ffffff;
    font-family: 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;
}

a.link:hover {
    color: #008080;
    text-decoration: none;
}

/*
 * CSS for POPUP windows
 */

/* Used for popup windows */
.popup {
    color: #ff0000;
    background-color: #8983ff;
    border-color: #4a4585;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    font-family: "MS sans serif", "Bitstream Vera Sans", Arial, sans-serif;
    font-weight: normal;
    font-size: 8px;
}

/* Popup window items */
.popupItem {
    color: #c0ffff;
    font-family: "MS sans serif", "Bitstream Vera Sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 8px;
}

/* Popup window disabled items */
.popupItemDisabled {
    color: #606060;
    font-family: "MS sans serif", "Bitstream Vera Sans", Arial, sans-serif;
    font-weight: normal;
    font-size: 8px;
}

/*
 * CSS for TABCONTROL control
 */
.tabcel {
    background-color: #ffffff;
}

.tablink {
    font-family: 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.tabsel {
    color: #f8fffe !important;
    font-family: 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

a.tablink:link {
    color: #4a81ae;
}

a.tablink:visited {
    color: #0a61ce;
}

a.tablink:active {
    color: #dddddd;
}

a.tablink:hover {
    color: #A0D0FF;
    text-decoration: none;
}

/*
 * CSS for TEXTEDITOR control
 */



/*
 * CSS for TREEVIEW control
 */
.TreeViewNormal {
    color: #7592d3;
    font: 12px Sans, Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.TreeViewSelected {
    background-color: #c6d6f1;
    border: 1px #4060a0 dotted;
    color: #5c60a0;
    font: bold 12px Sans, Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/*
 * CSS for BREADCRUMBS
 */
.breadcrumb {
    padding-left: 5px;
    list-style: none;
    margin: 4px;
    height: 15px;
}

.breadcrumb > li {
    display: inline-block;
    color: #4060a0;
    font-weight: bold;
}

.breadcrumb > li + li:before {
    content: "\027E9"; /*http://dev.w3.org/html5/html-author/charref */
    padding: 0 5px;
}

.breadcrumb > .active {
}

.breadcrumb a {
    font: inherit;
}

/*
 * Ckeckbox Styles
 */
 .checkbox-round input[type="checkbox"]:checked + label + div {
    background: #CCE5FF none repeat scroll 0 0;
}
