﻿/* SITE */

#marker-resource
{
    float: left;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    display: block;
    height: auto;
}

.abnamro-button
{
    margin: 0;
    padding: 0;
    width: 232px;
    height: 26px;
    background: url(../images/bg-form-button.gif) no-repeat scroll 0px 0px transparent;
    text-align: center;
    font: bold 1.4em Arial,Helvetica,sans-serif;
    color: #ffffff;
}

.abnamro-button-small
{
    margin: 0;
    padding: 0;
    width: 80px;
    height: 26px;
    background: url(../images/bg-form-button.gif) no-repeat scroll 0px 0px transparent;
    text-align: center;
    font: bold 1.4em Arial,Helvetica,sans-serif;
    color: #ffffff;
}

/* MISC */

.failureNotification
{
    font-size: 1.2em;
    color: #b25fa3;
}

.clear
{
    clear: both;
}

.validationsummary
{
    list-style: none;
}

/* Table contentpane */

table.contentpane tbody tr td
{
    border-bottom: solid 1px #9adad7;
}


table.contentpane tbody tr:hover
{
    background: #9adad7;
}

table.contentpane tbody tr:first-child
{
    font-weight: bold;
    border-bottom: solid 2px #9adad7;
}

table.contentpane tbody td table tbody tr td
{
    min-width: 25px;
    width: 25px;
}


#tableform td
{
    margin-bottom: 5px !important;
}


.labelModalPopup
{
    float: left;
    width: 140px;
    margin-bottom: 7px !important;
}

.inputlabelLong
{
    width: 228px;
    font: 11px Verdana,Arial,Helvetica,sans-serif;
    line-height: 16px;
    color: #000000;
    margin-right: 55px;
    margin-bottom: 4px;
}


.label-info, .badge-info
{
    background-color: #005B5D;
}
.label
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.label, .badge
{
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}


fieldset
{
    border: 1px solid #DDD;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

/* JQuery Validate  */

.error
{
    color: #b94a48;
}



/* Title Style */
.metro-title
{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    overflow: hidden;
    color: #005B5D;
    font: 22px Arial,Helvetica,sans-serif;
}

.metro-pivot
{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-right: 15px;
    overflow: hidden;
    color: #005B5D;
    font: 22px Arial,Helvetica,sans-serif;
}

.opacity
{
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}


.Space label
{
   margin-right: 30px;
}

fieldset
{
    border: 1px solid #eee !important;
    padding: 15px !important;
    margin: 5px !important;
}

legend
{
  padding: 2px !important;
  color:gray !important;
  text-align:left !important;
}


.form_hint
{
    background: #f2dede;
    border-radius: 3px 3px 3px 3px;
    margin-left: 0px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.form_hint::before
{
    content: "\25C0"; /* left point triangle in escaped unicode */
    color: #f2dede;
    position: absolute;
    top: 1px;
    left: -5px;
}

/* table fix */

.breakWord
{
    word-wrap: break-word;
    text-wrap: normal;
}

.breakAll
{
    word-break: break-all;
}

.alignCenter
{
    text-align: center !important;
}

.alignRight
{
    text-align: right !important;
}

/* Modal Loader */

.modal-loader 
{
    width: 30% !important;
    left: auto !important;
    right: auto !important;
    margin-left: 35%  !important;
    margin-right: 35%  !important;
}