/* FONTS */
/*********************************************************************/

@font-face {
    font-family: 'MuseoSans100';
    src: url('../font/museo-sans-100.eot');
    src: url('../font/museo-sans-100.eot?#iefix') format('embedded-opentype'),
         url('../font/museo-sans-100.woff') format('woff'),
         url('../font/museo-sans-100.ttf') format('truetype'),
         url('../font/museo-sans-100.svg#MuseoSans100') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans100It';
    src: url('../font/museo-sans-100-italic.eot');
    src: url('../font/museo-sans-100-italic.eot?#iefix') format('embedded-opentype'),
         url('../font/museo-sans-100-italic.woff') format('woff'),
         url('../font/museo-sans-100-italic.ttf') format('truetype'),
         url('../font/museo-sans-100-italic.svg#MuseoSans100It') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans700';
    src: url('../font/museo-sans-700.eot');
    src: url('../font/museo-sans-700.eot?#iefix') format('embedded-opentype'),
         url('../font/museo-sans-700.woff') format('woff'),
         url('../font/museo-sans-700.ttf') format('truetype'),
         url('../font/museo-sans-700.svg#MuseoSans700') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* RESET & NORMALIZE */
/*********************************************************************/

body { width: 100%; height: 100%; background: #F0F0F1; font-family: Arial, sans-serif; font-size: 13px; line-height: normal; text-align: left; color: #757D81; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
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 { padding: 0; margin: 0; border: 0; vertical-align: baseline; }
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{ display: block; }
audio,canvas,video { display: inline-block; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
ol,ul{ list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; }
sub,sup{ font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
button,textarea,input,select { padding: 0; margin: 0; outline: 0; font-family: inherit; font-size: 100%; }
button::-moz-focus-inner,input::-moz-focus-inner { padding: 0; border: 0; }
textarea { overflow: auto; resize: none; vertical-align: top; }
input[type="checkbox"],input[type="radio"] { padding: 0; box-sizing: border-box; }
a:link, a:active, a:visited { text-decoration: none; color: #B91020; }
a:hover { text-decoration: underline; }
[hidden] { display: none; }

/* GENERAL */
/*********************************************************************/

#main { width: 100%; height: 100%; }

a.btn { height: 26px; padding: 0 10px 0 30px; border: 1px solid #5D7C2F; border-radius: 4px; box-shadow: 0 1px 2px 2px rgba(0,0,0,.1); display: inline-block; background: #A0C16C url('../img/ico_btn.png') 8px center no-repeat; font-family: 'MuseoSans100',sans-serif; font-size: 12px; line-height: 26px; text-shadow: 0 -1px rgba(0,0,0,.3); color: #FFF; position: relative; }
a.btn:hover { background-color: #96BC5C; text-decoration: none; }

.chk { width: 16px; height: 17px; display: inline-block; background: url('../img/chk.png') 0 0 no-repeat; }
.chk.selectat { background: url('../img/chk_selectat.png') 0 0 no-repeat; }

.input { height: 21px; padding: 5px 9px 0 9px; border: 1px solid #D3D3D3; border-radius: 4px; background: #E9E9E9; position: relative; }
.input input { width: 100%; border: none; background: none; font-family: 'MuseoSans100',sans-serif; font-size: 12px; color: #787878; }
.input.eroare { border: 1px solid #B91020; }

.textarea { width: 580px; height: 110px; padding: 9px; border: 1px solid #D3D3D3; border-radius: 4px; background: #E9E9E9; position: relative; }
.textarea textarea { width: 100%; height: 100%; border: none; background: none; font-family: 'MuseoSans100',sans-serif; font-size: 12px; color: #787878; }
.textarea.eroare { border: 1px solid #B91020; }
.msg.eroare { padding-top:20px; color:#B91020; }

.float-st { float: left; }
.float-dr { float: right; }

/* HEADER */
/*********************************************************************/

#logo { width: 206px; height: 37px; display: block; background: url('../img/logo.png') 0 0 no-repeat; position: absolute; top: 33px; left: 0; }
#header { width: 600px; height: 100px; border-bottom: 1px solid #D7D7D7; margin: 0 auto; position: relative; }

/* CONTENT */
/*********************************************************************/

#content { width: 600px; padding-top: 28px; margin: 0 auto; }
#content h1 { padding-bottom: 20px; font-family: 'MuseoSans100',sans-serif; font-size: 30px; color: #B91020; }
#content h1 em { font-family: 'MuseoSans100It',sans-serif; }
#content h2 { font-family: 'MuseoSans700',sans-serif; font-size: 16px; }
#content h2.mg { margin-bottom: 10px; }
#content .info { padding-bottom: 20px; font-family: 'MuseoSans100It',sans-serif; font-size: 12px; }
#content .col-wrap { margin-bottom: 32px; border-bottom: 1px solid #D7D7D7; overflow: hidden; font-family: 'MuseoSans100',sans-serif; font-size: 16px; }
#content .col-wrap p { padding-bottom: 32px; }
#content .col-wrap strong { font-family: 'MuseoSans700',sans-serif; }
#content .col { width: 280px; }
#content .col.float-st { padding: 0 20px 0 0; }
#content .col.float-dr { padding: 0 0 0 20px; }
#content .chk-list li { padding: 0 0 7px 28px; font-family: 'MuseoSans100',sans-serif; font-size: 16px; position: relative; }
#content .chk-list .last { padding-bottom: 0; }
#content .chk-list .chk { position: absolute; top: 2px; left: 0; }
#content .box-form { padding-bottom: 36px; margin-bottom: 34px; border-bottom: 1px solid #D7D7D7; }
#content table .heading td { height: 47px; border-bottom: 2px solid #F0F0F1; background: #E9E9E9; font-family: 'MuseoSans700',sans-serif; font-size: 16px; line-height: 14px; text-transform: uppercase; }
#content table .note td { height: 40px; background: #E9E9E9; font-family: 'MuseoSans700',sans-serif; font-size: 16px; line-height: 14px; }
#content table .text { padding: 10px 0 0 8px; }
#content table .info { padding: 0; text-transform: none; }
#content table .nr { width: 40px; border-left: 2px solid #F0F0F1; text-align: center; vertical-align: middle; }
#content table .txt { padding: 18px 0 0 8px; }
#content .btn-wrap { margin-bottom: 50px; text-align: center; }
#content .camp.float-st { width: 290px; margin: 0 20px 20px 0; }
#content .camp.float-st.last { margin: 0 0 20px 0; }

/* CLEARFIX */
/*********************************************************************/

.clear { height: 0; width: 0; clear: both; display: block; visibility: hidden; margin: 0; padding: 0; overflow: hidden; font-size: 0; line-height: 0; }
.cf:after { visibility: hidden; display: block; font-size: 0; content: ' '; clear: both; height: 0; }
.cf { display: inline-block; }
.cf { display: block; zoom: 1; }

/* TOOLTIP */
/*********************************************************************/

#simpleTooltip { text-align:left; position: absolute; z-index: 3000; background: transparent url('../img/tooltipBg_norpt.png') 5px 0px no-repeat; height: 16px; padding-top: 4px; }
#simpleTooltip.viewport-right { background-image: none; }
#simpleTooltip h3,#tooltip div { margin: 0; }
#simpleTooltip h3 { font-size: 11px; line-height: normal; font-weight: normal; color: #FFFFFF; background-color: #67686a; padding: 3px 7px 4px 5px; border-radius: 3px; white-space: nowrap; }