@import url('../../../../../styles/import/reset.css');
@import url('../../../../../styles/import/errors.css');
@import url('../../../../../styles/import/jquery-ui-1.12.1.css');
@import url('../../../../../styles/import/button.css');
@import url('../../../../../styles/import/fields.css');
@import url('../../../../../styles/import/overlay.css');

::selection {
    background-color: #5A4099;
    color: #ffffff;
}

::-moz-selection {
    background-color: #5A4099;
    color: #ffffff;
}

input::-webkit-input-placeholder {
    color : #dedede;
}

:-moz-placeholder {
    color : #dedede;
}

::-moz-placeholder {
    color : #dedede;
}

:-ms-input-placeholder {
    color : #dedede;
}

body, html {
    height : 100%;
    color : #414042;
    min-height : 600px;
}

#wrapper {
    height : 100%;
    background-color : #ffffff;
    overflow : hidden;
}

header {
    min-width : 1000px;
    border-bottom : 1px solid #00133A;
}

#bannerlogin {
    width : 100%;
    min-width : 1000px;
    height : 150px;
    background : #ffffff url("../images/logo.png") right 35px no-repeat;
    text-align : right;
    padding: 0;
}

#menulogin {
    min-width : 1000px;
    height : 30px;
    overflow: visible;
    padding-left: 19px;
    padding-right: 19px;
    color : #ffffff;
    text-decoration : none;
    text-align : right;
    margin: 0;
    padding: 0;
    line-height: 1;
    background : #5F6062; /* Old browsers */
}

#menulogin > span {
    float: right;
    display: inline;
    padding: 9px 0 0px;
    overflow: hidden;
}

#menulogin > span > span {
    float: left;
    display: inline;
    padding: 0 15px;
    cursor: pointer;
}

#menulogin > span.date span{
    cursor: default;
}

#breadcrumblogin {
    height : 0px;
    min-width : 1000px;
}

#content {
    max-width : 1000px;
    min-width : 1000px;
    margin : -150px auto 0px auto;
    max-height : 100%;
    min-height : 400px;
    height : 100%;
}

#login {
    overflow : auto;
    width : 600px;
    position : absolute;
    top : 150px;
    left : 0px;
    right : 0px;
    bottom : 0px;
    margin : 0px auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family : arial, helvetica, sans-serif;
    line-height: 1.2;
    text-align : left;
}

h1, h2, h3 {
    color: #00133A;
}

h1 {
    font-size : 20pt;
    line-height: 1.207;
    margin : 0;
    padding : 55px 0px 30px 20px;
    font-weight : normal;
}

h2 {
    font-size : 18px;
    line-height: 1.25;
    margin-bottom:0.35em;
}

h3 {
    font-size : 15px;
    line-height: 1.26;
    margin-bottom: 0.45em;
}

h4 {
    font-size : 12px;
    line-height: 1.35;
    margin-bottom: 0.6em;
}

h5 {
    font-size: 9px;
    line-height: 1.4;
    margin-bottom: 0.8em;
}

h6 {
    font-size: 6px;
    line-height: 1.5;
    margin-bottom: 0.15em;
}

p {
    color : #464545;
    margin : 0 0 21px;
}

ul {
    background-color : #efefef;
    padding : 20px 0;
}

li {
    list-style: none;
    margin : 0 0 0 20px;
    padding: 7px 20px 7px 20px;
    background: transparent url("../../../../../images/dot.png") left 10px no-repeat;
    color:#000000;
}

a:link, a:hover, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Button group */

#button_panel {
    border-top: 1px solid #5F6062;
    clear: both;
    margin : 20px 0 0 0;
    padding : 20px 0 0 0;
    white-space: nowrap;
    width : 100%;
    padding-bottom:40px;
}

#button_panel:before, #button_panel:after {
    content : "";
    display : table;
}

#button_panel:after {
    clear : both;
}

#button_panel {
    zoom : 1;
}

#button_panel > #secondary > a.button.secondary.reverse:first-child, #button_panel > #secondary > button.button.secondary.reverse:first-child {
    margin-left : 32px;
}

#button_panel > #secondary > a.button.secondary.reverse, #button_panel > #secondary > button.button.secondary.reverse {
    margin-left : 42px;
    margin-right : 0px;
}

#button_panel > #primary > a.button:first-child, #button_panel > #primary > button.button:first-child {
    margin-left : 20px;
}

#button_panel span.buttontype {
    display : inline-block;
    float : right;
}

#button_panel > #primary {
    padding-right : 35px;
}

#button_panel > #primary  a.button, #button_panel > #secondary > a.button.secondary, #button_panel > #primary  button.button, #button_panel > #secondary > button.button.secondary {
    margin-left : 10px;
    margin-right : 32px;
}

caption {
    caption-side : top;
    color : #000000;
    font-weight : bold;
    text-align : left;
    margin : 0px 0px 20px;
}

table {
    width: 100%;
    margin: 20px 0px;
}

span#siteinfo {
	position:fixed;
	font-size:16px;
	left:250px;
	color:red;
	text-align:left;
}

td, th {
    vertical-align: middle;
}

th, tbody th, thead th {
    background-color: #f6f1e2;
    font-weight: bold;
}

table.formtable tbody tr td:first-child  {
    min-width : 150px;
    max-width : 250px;
    text-align: left;
    width: 25%;
}

table.formtable + table.formtable, table.formtable + input[type="hidden"] + table.formtable, table.formtable + div  table.formtable {
    margin-top : -20px;
}

input[type="text"], input[type="email"], input[type="date"], input[type="number"], input[type="time"], input[type="password"], textarea, select, div.selector, table.disabledinputborder td.disabledinputcell {
    border: 1px solid #5F6062;
    padding : 0 0 0 11px;
    line-height : 22px !important;
    border-radius: 3px;
}

input[type="text"], input[type="email"], input[type="date"], input[type="number"], input[type="time"], input[type="password"], div.selector, table.disabledinputborder td.disabledinputcell, option {
    height : 22px !important;
    vertical-align : middle !important;
    width : 100%;
}

select {
    height : 24px !important;
    line-height : 24px !important;
    vertical-align : middle !important;
    width : 100%;
}

textarea {
    width : 95%;
    min-height : 200px;
}

span.form_element.varchar {
    max-width : 279px;
    min-width : 279px;
    width : 100%;
}

#footerlogin  {
    overflow : hidden;
    clear : both;
    height : 100px;
    min-width : 1000px;
    width : 100%;
    text-align : center;
    position : absolute;
    bottom : 0px;
    left : 0px;
    background : #ffffff top left no-repeat;
}

#footergaudi {
    width : 100%;
}
:root {
    filter : none !important \0/IE9;
}

input[type="submit"] {
    border : 1px solid #5F6062
}

div.infopadding{
    height:10%;
}

div.loginpadding{
    height:15%;
}

div#login td{
    white-space:nowrap;
}