/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 3, 2017, 4:26:24 PM
    Author     : cretu
*/


html, body, div, span, applet, object, iframe,.advanced_search_map
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, .li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {/* remember to define focus styles! */
    outline: 0;
}

body {
    background: #f1f1f1;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}
ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}

a {
    color:#050505;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
}

a img {
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


.main-header{
    background-color: #002b2b;
    padding: 30px;
    text-align: center;
}

.main_wrapper{
    margin:0px auto;
    width:1100px;
    
}

.register_form,
.login_form{
    width:450px;
    background: white;
    padding:30px;

    float:left;
    margin:50px 15px 0px 15px;
}

label{
    width: 100%;
    display: inline-block;
    margin: 10px 0px 5px;
    font-size: 13px;
    font-weight: bold;
    color: #037676;
}
h1{
    width: 100%;
    display: inline-block;
    margin: 50px 0px 5px 0px;
    font-size: 25px;
    font-weight: bold;
    color: #037676;
    text-align: center;
}
h2,h3{
     width: 100%;
    display: inline-block;
    margin: 10px 0px 5px;
    font-size: 20px;
    font-weight: bold;
    color: #037676;
}

.help_form{
    width:990px;
    background-color: #fff;
    padding:30px;
  
    float:left;
    margin:30px 15px 100px 15px;
}

.form-control {
    background-color: #fff;
    border: 1px solid #e7e9ef;
    color: #8A8F9A;
    display: block;
    line-height: 1.6em;
    vertical-align: middle;
    background-color: #f1f3f7;
    background-image: none;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 50px;
    border: 1px solid #f1f3f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 13px 0px 13px;
    margin: 0 0 20px;
    color: #4d5567;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.butoane {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px!important;
    color: #ffffff;
    float: left;
    padding: 16px 30px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    background-color: #036a6a;
    border: none;
    cursor: pointer;
}

ul li{
    font-size: 15px;
    margin: 15px 0px;
    line-height: 1.3em;

}


.links{
    font-size: 13px;
    font-weight: bold;
    color: #037676;
}

.links:hover{
    font-size: 13px;
    font-weight: bold;
    color: #037676;
}

.help_links{
    width:30%;
    float:left;
    padding:10px 10px 10px 0px;
}

.butoane:hover {
    background: #254e4e;
}

.error_warn{
    background: #d88787;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}