/* 
--- Index of Reset & Global Stylesheet ---

1) Reset (Eric Mayer)
2) Typeography
3) Form Inputs
4) Global CSS

*/

/* --- 1) Reset (Eric Mayer) --- */
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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- 2) Typeography --- */

body{
    font-size: 62.5%;
    font-family: 'Lato';
    background: #fff;
    color: #353535;
}
h2{
    font-size: 25px;
    color:#888;
    line-height: 110%;
    font-weight: 100;
}

/* --- 3) Form Inputs --- */
input{ 
    border:none;
    outline: none;
}
input[type="text"],input[type="password"]{
    -webkit-appearance: none;
    border:1px solid #bababa;
    font-size: 1.7em;
    padding: 5px;
    color: #888;
    font-weight: 300;
    font-family: 'Lato';
}
input[type="submit"],button,input[type="button"]{
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 1.3em;
    text-align: center;
    padding: 10	px 20px;
    cursor: pointer;
/*    transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -webkit-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;*/
    font-family: 'Lato';
}
.submit-btn{
    background: #96c74f;  
}
.submit-btn:hover,.submit-btn:focus{
/*    background: #18bcb9;*/
}
input[type="submit"],button,input[type="button"],input[type="text"],input[type="password"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
/* --- 4) Global CSS --- */




.warning-msg,.success-msg,.nw-err-msg{
    color: #000;
    font-size: 14px;
    padding: 10px 20px 10px 35px;
    margin-top: 5px;
    line-height: 120%;
}

.nw-err-msg{
    padding: 10px 20px 10px 35px;   
    color: #fff;
    background: url("../images/error_msg.png") no-repeat 6px 8px #e54e4e;
}
.warning-msg{
    background: url("../images/warning_icon.png") no-repeat 4px 6px #e1e08b;
    border: 1px solid #fff601;
}

.success-msg{
    background: url("../images/success_icon.png") no-repeat 4px 6px #c3e79f;
    border: 1px solid #39b54a;
}
a{
    text-decoration: none;
}
/* --- Input File CSS Starts Here ---*/
.input-file{
    position: relative;
}
.import-file{
    opacity: 0;
	filter: alpha(opacity=0);
    position: relative;
    z-index: 99;
    min-height: 43px;
    width: 175px;
    cursor: pointer;
}
.import-btn{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.file-text{
    display: block;
    margin-top: 5px;
    font-size: 1.4em;
    font-family: 'Lato';
    font-weight: 400;
}
/* --- Input File CSS Ends Here ---*/

/* --- Checkbox CSS Starts Here ---*/
.checkbox-container{
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}
.chkbx{
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    float: left;
    height: 13px;
    width: 13px;
}
.lbl-chkbox{
    float: left;
    margin-left: 10px;
    font-size: 1.4em;
    font-family: 'Lato';
    font-weight: 400;
    line-height: 25px;
}
.checkbox{
    float: left;
    height: 13px;
    width: 13px;
    border-radius: 2px;
    border: 1px solid #898989;
/*    background: #29a8e0;*/
}
.checkbox:hover{
/*    border-radius: 0;
    background: #036590;*/
}
.checkbox.selected{
    background: url("../images/checked1.png") no-repeat center center /*#8bc541*/;
    background-size :80%;
}
.checkbox-block{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
/* --- Checkbox CSS Ends Here ---*/

/* --- Radio Button CSS Starts Here ---*/
.radio-container{
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}
.radio-block{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.radio-btn-block{
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #29a8e0;
}
.lbl-radio{
    float: left;
    margin-left: 10px;
    font-size: 1.4em;
    font-family: 'Lato';
    font-weight: 400;
    line-height: 30px;
}
.radio-btn{
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    float: left;
    height: 30px;
    width: 30px;
}
.radio-btn-block.selected{
    background: url("../images/checked.png") no-repeat center center #29a8e0;
}
/*--- Radio Button CSS Ends Here ---*/

/*--- Select Box CSS Starts Here ---*/
.select-box-block{
    margin-top: 20px;
}
