/*
AltaGenetics 2012
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end of reset */


/* main layout and typography styles */

body {
    font-size: .75em;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    position: relative;
    margin-bottom: 10px; /* add */
}

.main {
    background: #fff;
    padding: 20px;
    /*height:660px;*/
    position: relative;
    clear: both;
}

.col1 {
    width: 210px;
    margin-right: 20px;
    float: left;
    position: relative;
}

.col2 {
    margin: 0 20px;
    width: 460px;
    float: left;
}

.col3 {
    width: 210px;
    margin-left: 20px;
    float: right;
}

.colleft, .colright {
    width: 460px;
    margin: 0 20px;
    float: left;
}

@font-face {
    font-family: 'HelveticaNeueLTStd45Light';
    src: url('../fonts/helveticaneueltstd-lt-webfont.eot');
    src: url('../fonts/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneueltstd-lt-webfont.woff') format('woff'), url('../fonts/helveticaneueltstd-lt-webfont.ttf') format('truetype'), url('../fonts/helveticaneueltstd-lt-webfont.svg#HelveticaNeueLTStd45Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'HelveticaNeueLTStd45Light', Helvetica, Arial, sans-serif;
    font-size: 2em;
    color: #184799;
    padding: 15px 0;
    line-height: 65%;
}

h2 {
    font-family: 'HelveticaNeueLTStd45Light', Helvetica, Arial, sans-serif;
    font-size: 2.3333333em;
    padding-bottom: 15px;
    color: #184799;
}

h3 {
    font-family: 'HelveticaNeueLTStd45Light', Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    padding-bottom: 10px;
    color: #23457B;
}

p {
    font-size: 1.0833333em;
    margin: 15px 0;
    color: #7B7F83;
    line-height: 142%;
}

a {
    color: #23457B;
    text-decoration: none;
    font-size: 1em;
}

a:hover, a:focus, a:active {
    text-decoration: underline !important;
}

a.external {
    padding-left: 15px !important;
    background: url(../Images/sprite.png) 0 -194px no-repeat !important;
    cursor: pointer !important;
    color: #838789 !important;
}

a.external:hover {
    color: #23457B !important;
    text-decoration: none !important;
}

a.doc {
    padding-left: 25px;
    background: url(../Images/sprite.png) 0 -256px no-repeat;
}

a.school {
    padding-left: 25px;
    background: url(../Images/sprite.png) 0 -475px no-repeat;
}

a.show {
    padding-left: 25px;
    background: url(../Images/sprite.png) 0 -545px no-repeat;
}

a.public {
    padding-left: 25px;
    background: url(../Images/sprite.png) 0 -401px no-repeat;
}

.hidden {
    display: none;
}

.right {
    float: right !important;
}

.button {
    border: 0px;
    display: block;
    /*height:19px;*/
    width: 80px;
    text-align: center;
    float: left;
    margin: 0 10px 10px 0;
    color: #EEE;
    font-size: 1.0833333em;
    line-height: 19px;
    cursor: pointer;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    /*background:url(../Images/bg.button90.png) 0 0 repeat-x;*/
    background-color: #EEA723;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*box-shadow:#333 1px 1px 2px;
	behavior:url(/Content/css/PIE.htc);*/
    position: relative;
    outline: none;
    -webkit-transition: background-color 0.5s, color 0.5s;
    -moz-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
}

.button:hover,
.button:focus {
    text-decoration: none;
    color: #fff;
    background-color: #F3B135;
}

.button.blue {
    border: 0px;
    display: block;
    /*height:19px;*/
    /*width:auto;*/
    float: left;
    margin: 0 10px 10px 0;
    font-size: 1.0833333em;
    line-height: 19px;
    cursor: pointer;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    color: #fff;
    /*background:url(../Images/bg.buttonblue90.png) 0 0 repeat-x;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f5ca2+0,274b86+96,1d3a72+100&0.91+0,0.91+100 */
    background: -moz-linear-gradient(top, rgba(47,92,162,0.91) 0%, rgba(39,75,134,0.91) 96%, rgba(29,58,114,0.91) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(47,92,162,0.91) 0%,rgba(39,75,134,0.91) 96%,rgba(29,58,114,0.91) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(47,92,162,0.91) 0%,rgba(39,75,134,0.91) 96%,rgba(29,58,114,0.91) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82f5ca2', endColorstr='#e81d3a72',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*box-shadow:#333 1px 1px 2px;
	behavior:url(/Content/css/PIE.htc);*/
    position: relative;
}

.button.blue:hover {
    padding: 3px 10px 3px 10px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    color: #F7A900;
    /*background:url(../Images/bg.buttonblue.png) 0 0 repeat-x;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f5ca2+0,274b86+96,1d3a72+100 */
    background: #2f5ca2; /* Old browsers */
    background: -moz-linear-gradient(top, #2f5ca2 0%, #274b86 96%, #1d3a72 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2f5ca2 0%,#274b86 96%,#1d3a72 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2f5ca2 0%,#274b86 96%,#1d3a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5ca2', endColorstr='#1d3a72',GradientType=0 ); /* IE6-9 */
}

hr {
    /*background:url(../Images/lijn_header.png) 0 0 no-repeat;*/
    border: none;
    margin: 10px 0;
    height: 1px;
}

.date, .subject {
    color: #999;
    font-size: .9166666em;
}

.subject {
    border-right: 1px solid #999;
    padding-right: 5px;
    margin-right: 5px;
    height: 1em;
}

input[type=text], textarea {
    outline: none;
}

.topnav {
    width: 100%;
    background: linear-gradient(to right,#034694 0,#0095db);
    font-size: 12px;
    text-align: right;
}

.topnav * {
    color: #fff;    
}

.topnav .inner {
    margin: 0 auto;
    padding: 5px 0;
    width: 1000px; 
}

.topnav .contact {
    margin: 0 .5rem;
    vertical-align: super;
}

.topnav .inner > div {
    display: inline-block;
}

.topnav a.social-symbol {
    font-size: 28px;
    text-decoration: none;
}

.topnav a {
    text-decoration: none !important;
}

.topnav .fa {
    margin-right: .25rem !important;
}



.versions {
    /*width:260px;*/
    padding-left: 40px;
    position: absolute;
    top: 0;
    right: 0;
    height: 47px;
    padding-top: 5px;
    background: url(../Images/sprite.png) 0 -962px no-repeat;
    z-index: 2;
}

.versions label {
    position: absolute;
    left: -999em;
}

.versions a.mob {
    width: 128px;
    height: 29px;
    padding: 0 0 0 45px;
    line-height: 29px;
    /*background:#EEF0F3 url(../Images/sprite.png) 20px -834px no-repeat;*/
    background: #fafbfd url(../Images/sprite.png) 20px -834px no-repeat;
    color: #23457B;
    display: block;
    margin-top: 20px;
    margin-left: -30px;
}

.header {
    height: 50px;
    padding: 25px 20px;
    position: relative;
    z-index: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.05), 0 4px 8px rgba(0,0,0,.05);
}

.header > div {
    width: 1000px;
    margin: 0 auto;
}

.header h1 {
    float: right;
    color: #838789;
    padding-top: 25px;
    padding-bottom: 0;
    font-size: 2.3333333em;
}


.main h2 {
    border-bottom: 1px solid #CBCBCB;
}

footer {
    width: 100%;
    background-color: #143c89;
    position: relative;
}

footer .inner {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    padding: 1rem 0;
}

footer .inner .logos {
    width: 49%;
    display: inline-block;
}

footer .inner .social {
    width: 50%;
    display: inline-block;
    text-align: right;
    vertical-align: baseline;
}

footer .inner .logos a, footer .inner .social a {
    display: inline-block !important;
}

footer .inner .logos a div {
    height: 30px;
    width: 80px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: .45;
}

footer .inner .logos a div.wide {
    width: 95px;
}

footer .inner .logos a div:hover, footer .inner a.social-symbol:hover {
    opacity: 1;
}

footer .symbol {
    font-size: 45px;
}

footer .social a.social-symbol {
    opacity: .45;
    text-decoration: none !important;
    /*border-left: 2px solid rgba(0,0,0,.2)!important;*/
    padding: 0 5px;
}

/*footer .social a.social-symbol:last-child {
    border-right: 2px solid rgba(0,0,0,.2)!important;
}*/

footer .social a.social-symbol:hover {
    opacity: 1;
}

footer * {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: #fff !important;
}

footer .copyright {
    background-color: #123373;
    box-shadow: inset 0 2px 7px rgba(0,0,0,.15);
}

footer .copyright > div {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    padding: 1rem 0;
    opacity: .5;
}


/*LISTA DE PREÇOS*/

#priceList .frm_input {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 24px;
    line-height: 20px;
    padding: 2px 5px;
    color: #333333;
    font-size: 9pt;
    vertical-align: middle;
    width: 200px;
    outline: none;
    margin-right: 25px;
}

#priceList .price-list-table {
    padding-top: 20px;
}

#priceList .price-list-table table {
    width: 100%;
    text-align: left;
}

#priceList .price-list-table table th {
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 25px;
    height: 25px;
    font-size: 9pt;
}

#priceList .price-list-table table thead th {
    background-color: #74AACA;
    color: #FFFFFF;
}

#priceList .price-list-table td {
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 9pt;
    line-height: 25px;
    height: 25px;
    color: #555555;
}

#priceList .price-list-table td.value {
    text-align: center;
}

#priceList .price-list-table table thead th.value {
    text-align: center;
}

#priceList .price-list-table tbody tr:nth-child(2n) {
    background-color: #E8EBEF;
}
/*--------*/
.BP_Price1 span {
    color: #24508e !important;
}

.BP_Price1 .bsButton {
    background-color: #c4d3e3;
    background-color: rgba(196, 211, 227, 0.9);
    color: #2a5191;
}

.BP_Price1 .bsButton.disable {
    background-color: #c4d3e3;
    background-color: rgba(196, 211, 227, 0.9);
    color: #2a5191;
}

.BP_Price1 .bsButton:hover {
    color: #2a5191;
    background-color: #2a5191;
    background-color: rgba(42, 82, 146, 0.35);
}

.BP_Price1 .bsButton {
    display: inline-block;
    color: #ffffff;
    padding: 5px 12px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -webkit-font-smoothing: antialiased;
}

.btn_search {
    background-color: #EEA723;
    color: #FFFFFF;
    border: none;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.btn_modal {
    background-color: #3C63A9;
    color: #FFFFFF;
    border: none;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('/Content/fonts/mono-social-icons-font/MonoSocialIconsFont-1.10.eot');
    src: url('/Content/fonts/mono-social-icons-font/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/mono-social-icons-font/MonoSocialIconsFont-1.10.woff') format('woff'), url('/Content/fonts/mono-social-icons-font/MonoSocialIconsFont-1.10.ttf') format('truetype'), url('/Content/fonts/mono-social-icons-font/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('/Content/fonts/mono-social-icons-font/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}
