﻿body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: Open Sans,sans-serif;
    margin: 0;
    padding: 0;
}

[data-icon]:before {
    font-family: "pictos";
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none!important;
    speak: none;
    display: inline-block;
    text-decoration: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "pictos";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none!important;
    speak: none;
    display: inline-block;
    text-decoration: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
}

.icon-pictos-54:before {
    content: "";
}

.icon-pictos-255:before {
    content: "";
}

.icon-pictos-637:before {
    content: "";
}


@charset "UTF-8";

@font-face {
    font-family: "pictos";
    src: url("pictos/pictos.eot");
    src: url("pictos/pictos.eot?#iefix") format("embedded-opentype"),url("pictos/pictos.ttf") format("truetype"),url("pictos/pictos.svg#pictos") format("svg"),url("pictos/pictos.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url('font/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

html, button, input, select, textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

.hide {
    display: none;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #0079c1;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    min-height: 100%;
    margin: 0;
}

h2 {
    color: #777;
    font-weight: 500;
    text-align: center;
    padding: 2%;
}

a {
    outline: none;
    text-decoration: none;
}

ul, li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#root {
    max-width: 500px;
    margin: 0 auto;
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

h3 {
    color: #777;
    font-weight: normal;
    letter-spacing: 1px;
}

#product {
    float: left;
    margin-top: 15%;
    width: 100%;
    text-align: center;
}

#logoicon {
    background: url("images/logo.png") no-repeat scroll 0 0 rgba(0,0,0,0);
    background-position: center;
    background-size: 16% auto;
    width: 100%;
    height: 90px;
    text-align: center;
    display: inline-block;
    float: left;
}

#logo {
    background: url("images/gfidirectory.png") no-repeat scroll 0 0 rgba(0,0,0,0);
    width: 100%;
    height: 75px;
    background-position: center;
    background-size: 75% auto;
    text-align: center;
    display: inline-block;
    float: left;
}

#container {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5% 0 5% 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.27);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.27);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.27);
}

    #container p {
        color: #777;
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        margin: 0;
        vertical-align: baseline;
        text-align: justify;
    }

    #container a {
        color: #0079c1;
    }

        #container a:hover {
            text-decoration: underline;
        }

    #container input[type="text"], #signup input[type="text"] {
        height: 37px;
    }

#formfields, .formfields {
    float: left;
    padding: 0 4% 0 4%;
    width: 100%;
    color: #777;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

    #formfields input, .formfields input {
        -moz-box-sizing: border-box;
        border: 1px solid #bfbfc0;
        color: #4d5666;
        border-radius: 3px;
        font-size: 13px;
        outline: medium none;
        padding: 8px 10px 8px 35px;
        width: 100%;
        margin: 8px 0;
        float: left;
        -webkit-appearance: none;
        height: 37px;
    }

        #formfields input:focus, .formfields input:focus {
            border: 1px solid #0079c1;
        }

            #formfields input:focus ~ span, .formfields input:focus ~ span {
                color: #0079c1;
            }


.inputfield_icon {
    display: block;
    height: 16px;
    left: 10px;
    position: absolute;
    top: 18px;
    width: 16px;
    font-size: 1.2em;
    color: #c9c9cb;
}

#forgotpassword_icon {
    color: #777;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    width: 20px;
}

.errorfield {
    border-color: #e92629!important;
    color: #e92629!important;
}

#options {
    float: left;
    padding: 3% 4.5% 4% 4.5%;
    width: 100%;
}


#container .footer {
    background: none repeat scroll 0 0 #eee;
    overflow: auto;
    width: 100%;
    border-radius: 3px;
    padding: 3% 4% 3% 4%;
    float: left;
}

.break {
    height: 10px;
    width: 100%;
    float: left;
}

.relative {
    position: relative;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.fullwidth {
    width: 100%;
}

.threeqtrwidth {
    width: 75%;
}

.validation-summary {
    border-radius: 4px;
    color: #000000;
    font-size: 13px;
    padding: 2%;
    width: 100%;
    line-height: 16px;
    position: relative;
    float: left;
    margin: 1.5% 0;
    text-shadow: 0 0 3px rgba(0,0,0,.1);
    z-index: 99999;
    -webkit-text-size-adjust: 100%;
    animation: validationsummary 1s;
    -webkit-animation: validationsummary 1s;
}

    .validation-summary ul {
        width: 100%;
        padding-left: 10px;
        padding-top: 10px;
        line-height: 18px;
    }

.summay_error {
    background-color: #ed5459;
    border: 1px solid #e92629;
}

.summay_warning {
    background-color: #FBB917;
    border: 1px solid #9F6000;
}

.summay_valid {
    background-color: #8ec549;
    border: 1px solid #6b9e2a;
}

#validation_label, #validation_icon, #validation_instructions {
    float: left;
    line-height: 16px;
}

#validation_link {
    float: right;
    line-height: 16px;
    cursor: pointer;
    opacity: .7;
    font-weight: bold;
}

    #validation_link:hover {
        opacity: 1;
    }

#validation_label {
    padding-right: 5px;
}

.validation_icon {
    color: #fff;
    display: inline-block;
    font-size: 1.3em;
    height: 16px;
    padding-right: 23px;
    vertical-align: top;
    width: 18px;
}

.field-validation-error:before {
    border-bottom: 8px solid rgba(0,0,0,0);
    border-right: 8px solid #ed5459;
    border-top: 8px solid rgba(0,0,0,0);
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 10px;
    vertical-align: middle;
    width: 0;
}

.field-validation-error {
    background-color: #ed5459;
    border: 1px solid #e92629;
    border-radius: 3px;
    color: #fff!important;
    float: left;
    font-size: 12px;
    margin: 6px 470px 0;
    min-width: 150px;
    padding: 9px 8px;
    position: absolute;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.27);
    line-height: 16px;
    display: block;
    animation: fieldvalidationerror 1s;
    -webkit-animation: fieldvalidationerror 1s;
}

#bottomlink {
    color: #cbddee;
    float: left;
    font-size: 1.143em;
    height: 100px;
    margin: 0 0 100px;
    text-align: center;
    text-shadow: 0 2px 1px rgba(0,0,0,.2);
    width: 100%;
    box-shadow: none!mportant;
}

    #bottomlink a {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
    }

#footer {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    height: 150px;
    z-index: -9999;
}


#legal a {
    color: #cbddee;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
    opacity: .5;
}

#legal span {
    font-weight: 500;
    color: #fff;
}



.button {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 18px;
    min-width: 100px;
    padding: 10px 30px 10px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
}

    .button:hover {
        cursor: pointer;
    }

    .button[disabled], .button[disabled]:hover {
        border: 1px solid #e0e1e2!important;
        color: #e1dddd!important;
        box-shadow: none!important;
        text-shadow: none!important;
        background: #f5f5f5!important;
        cursor: default!important;
    }


.blue {
    border: 1px solid #00629c;
    background: #017bc3;
    box-shadow: 0 2px 2px rgba(0,0,0,.2)!important;
    background: -webkit-gradient(linear,left top,left bottom,from(#38a6e0),to(#017bc3));
    background: -moz-linear-gradient(top,#38a6e0,#017bc3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38a6e0',endColorstr='#017bc3');
}

    .blue:hover {
        border: 1px solid #00629c;
        background: #3eb4f2;
        background: -webkit-gradient(linear,left top,left bottom,from(#3eb4f2),to(#017bc3));
        background: -moz-linear-gradient(top,#3eb4f2,#017bc3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3eb4f2',endColorstr='#017bc3');
    }

.gray {
    border: 1px solid #bfbfc0!important;
    color: #4d5666!important;
    box-shadow: 0 1px 2px rgba(0,0,0,.1)!important;
    background: #f7f7f7;
    background: -webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#e5e5e5));
    background: -moz-linear-gradient(top,#f7f7f7,#e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#e5e5e5');
    padding: 10px 20px!important;
    text-shadow: 0 1px 1px rgba(255,255,255,.1)!important;
    width: auto!important;
}

    .gray:hover {
        border: 1px solid #ccc;
        background: #fff;
        background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e5e5e5));
        background: -moz-linear-gradient(top,#fff,#e5e5e5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5');
    }

.green {
    border: 1px solid #367f2c;
    background: #77b74f;
    background: -webkit-gradient(linear,left top,left bottom,from(#77b74f),to(#448a18));
    background: -moz-linear-gradient(top,#77b74f,#448a18);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b74f',endColorstr='#448a18');
}

    .green:hover {
        border: 1px solid #367f2c;
        background: #666e7e;
        background: -webkit-gradient(linear,left top,left bottom,from(#80c555),to(#448a18));
        background: -moz-linear-gradient(top,#80c555,#448a18);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80c555',endColorstr='#448a18');
    }

.orange {
    border: 1px solid #c87700;
    background: #f99f1c;
    background: -webkit-gradient(linear,left top,left bottom,from(#f99f1c),to(#e68e0e));
    background: -moz-linear-gradient(top,#f99f1c,#e68e0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f99f1c',endColorstr='#e68e0e');
}

    .orange:hover {
        border: 1px solid #c87700;
        background: #ffbd5c;
        background: -webkit-gradient(linear,left top,left bottom,from(#ffb242),to(#e68e0e));
        background: -moz-linear-gradient(top,#ffb242,#e68e0e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb242',endColorstr='#e68e0e');
    }

.button span {
    display: block;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    text-shadow: 0 0 0 rgba(0,0,0,.3);
}

#container input[type="button"], #container input[type="submit"], #signup input[type="submit"], #signupSection input[type="button"] {
    border: 1px solid #00629c;
    box-shadow: 0 1px 1px rgba(0,0,0,0);
    color: #fff;
    min-width: 100px;
    padding: 10px 20px!important;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    width: 100%!important;
}

#checkbox {
    float: left;
    vertical-align: baseline;
    display: inline-block;
}

label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 23px;
    font-size: 13px;
    margin-bottom: 0;
    color: #777;
    vertical-align: baseline;
    line-height: 12px;
}

    label:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 5px;
        position: absolute;
        left: 0;
        bottom: -2px;
        background-color: #fff;
        box-shadow: inset 0 0 1px 0 rgba(0,0,0,.2),0 1px 0 0 rgba(255,255,255,1);
        border-radius: 3px;
        border: 1px solid #bfbfc0;
        vertical-align: baseline;
    }

input[type=checkbox] {
    display: none;
    vertical-align: baseline;
}

    input[type=checkbox]:checked + label:before {
        content: "✓";
        color: #0079c1;
        background-color: #fff;
        border-radius: 3px;
        font-size: 1em;
        text-align: center;
        line-height: 14px;
        padding-left: 1px;
        border: 1px solid #0079c1;
        vertical-align: baseline;
    }

#legal {
    width: 100%;
    background: #0079c1;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    font-size: 12px!important;
    color: #cbddee;
    padding: 5px;
    line-height: 14px;
    z-index: -8000;
    opacity: .8;
}

    #legal a:hover {
        opacity: 1;
    }




.right {
    float: right;
}

.b-core-ui-select.fade {
    color: #9fa4ac;
}
