/***** NEW ******/



/** Show/hide password **/
::-ms-reveal,
::-ms-clear {
    display: none !important;
}

.hideShowPassword-toggle {
    background-color: transparent;
    background-image: url('images/wink.png'); /* fallback */
    background-image: url('images/wink.svg'), none;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 0px solid transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: none;
    outline:none;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
    border-color: #0088cc;
    background-color: transparent !important;
    outline: transparent;
}

.errorblock{
    border: 1px solid #ff0000 !important;
}

span.error {
    color: #ff0000;
    font-size: small;
}

div.errorContainer {
    margin-top:-5px;
    margin-bottom:10px;
}

div.titleSection {
    clear: both;
    color: #666666;
    background-color: #9ea1a5;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 10px;
}

img.infoDetails{
    padding-left: 5px;
    padding-bottom: -10px;
}

div.clear {
    clear: both;
}

span.mandatoryField {
    color: red;

}

span.icon-info {
    color: #375b98;
    margin-left: 6px;
    font-size: 13px;
}

span.icon-info:hover {
    color: blue;
}

/*
ul.info-form {
    min-height: 11px;
}*/


/* Loading div */
div#overlay {
    border:solid 0px #ffffff;
    position:absolute;
    /*top:400px;
    left:170px;
    width:950px;*/
    height:300px;
    width: -moz-available;
    background-color:#ffffff;
    opacity:0.8;
    filter:alpha(opacity=80);
}

div#overlay div {
    font-size:18px;
    font-weight:bolder;
    color:#666666;
    vertical-align: middle;
    border: solid 0px #000000;
}

div#overlay-image {
    margin-top:30px;
    width:68px;
    margin-left: auto;
    margin-right: auto;
}
div#overlay-message {
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
    width: 7em;
    padding-left: 1em;
    color: #666666;
}

div.faq {
    float:right;
    padding-top: 5px;
    padding-right: 5px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
}

div.fieldDisclaimer {
    clear: both;
    float: left;
    margin: 5px;
    width: 720px;
    padding-top: 25px;
    text-align: justify;
    padding-bottom: 10px;
}

span.italicText {
    font-style: italic;
    font-weight: normal;
}

/** Messages type **/

div.success, div.warning, div.error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

div.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/success.png');
}

div.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}

div.error {
    color: #ff0000;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}

div.pair {
    float: left;
    width: 700px;
}

.pair input  {
    float: left;
}

.pair select {
    float: right;
}

#format #support {
    width: 440px;
}

.form-itemExtraLarge input {
    width: 695px;
}

.form-itemClassification select {
    width: 540px;
}


.form-itemClassification .select-wrapper {
    width: 540px;
}

.form-format select {
    width: 400px;
}


.form-format .select-wrapper {
    width: 400px;
}

/*
 * Table styles
 */
table.dataTable {
    font-size: 10pt !important;
}


table.dataTable.compact thead th, table.dataTable.compact thead td {
    color: #3E66AB !important;
}

.dataTables_wrapper .dataTables_filter input {
    color: #4E4852;
    font-size: x-small;
    width: 270px;
}

.dataTables_wrapper .dataTables_length select {
    color: #4E4852;
    height: 2.75em;
    font-size: x-small;
    min-width: 100px !important;
}


.dataTables_wrapper .dataTables_length label {
    color: #4E4852;
    font-size: x-small;
}

.dataTables_wrapper .dataTables_filter label {
    color: #4E4852;
    font-size: x-small;
}

table.dataTables_filter label {
    font-size: 1em !important;
}

button.dt-button, div.dt-button, a.dt-button {
    font-size: 7pt !important;
}

span.details {
    font-style: italic;
    margin: 5px;
    padding-top: 5px;
    width: 450px;
    font-size: small;
}

span.fieldInfo {
    font-size: 12px;
    color: #666666;
}

span.oldCae {
    padding-left: 10px;
    font-size: 12px;
    color: #ff0000;
}


p.titleSubSection {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0.5em;
    margin-top: 2em;
}

table.faq {
    margin-bottom: 0;
}

div.language{
    float: right;
    font-size: 7pt;
    top: -38px;
    right: 18px;
    position: absolute;
}


.ui-autocomplete {
    background-color: #1c94c4;
    width: 500px;
    list-style-type:none;

}