/* line 17, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
    line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
    list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
    quotes: none;
}
    /* line 103, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

/* line 32, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
    border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/* line 18, ../sass/structure/_grid.scss */
.span1, .span2, .span3, .span4, .span5, .span6, .span7 {
    float: left;
    min-height: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 26, ../sass/structure/_grid.scss */
.col {
    margin-left: 1.5%;
}

    /* line 30, ../sass/structure/_grid.scss */
    .col:first-child {
        margin-left: 0;
    }

/* line 34, ../sass/structure/_grid.scss */
.span1 {
    width: 13%;
}

/* line 38, ../sass/structure/_grid.scss */
.span2 {
    width: 27.5%;
}

/* line 42, ../sass/structure/_grid.scss */
.span3 {
    width: 42%;
}

/* line 46, ../sass/structure/_grid.scss */
.span4 {
    width: 56.5%;
}

/* line 50, ../sass/structure/_grid.scss */
.span5 {
    width: 71%;
}

/* line 54, ../sass/structure/_grid.scss */
.span6 {
    width: 85.5%;
}

/* line 58, ../sass/structure/_grid.scss */
.span7 {
    width: 100%;
    margin-left: 0;
}

/* line 64, ../sass/structure/_grid.scss */
.inner {
    margin: 0 auto;
    max-width: 1200px;
}

/* line 69, ../sass/structure/_grid.scss */
.container {
    clear: both;
    margin: 0 auto;
    padding-top: 20px;
}

/* line 77, ../sass/structure/_grid.scss */
.inner {
    width: 95%;
}

/* MEDIA QUERIES */
/* Responsify Defaults */
@media screen and (max-width: 600px) {
    /* line 88, ../sass/structure/_grid.scss */
    nav .span2 {
        width: 100%;
    }

    /* line 92, ../sass/structure/_grid.scss */
    .span5 {
        width: 100%;
    }

    /* line 96, ../sass/structure/_grid.scss */
    .span2, aside {
        width: 100%;
        margin-left: 0;
    }

    /* line 101, ../sass/structure/_grid.scss */
    .container, .inner {
        width: 100%;
        padding-top: 0;
    }
}
/* line 113, ../sass/structure/_grid.scss */
.cf {
    zoom: 1;
}
    /* line 117, ../sass/structure/_grid.scss */
    .cf:before, .cf:after {
        content: "";
        display: table;
    }
    /* line 122, ../sass/structure/_grid.scss */
    .cf:after {
        clear: both;
    }

/* line 2, ../sass/structure/_navigation.scss */
nav[role="main-navigation"] {
    margin-bottom: 50px;
}
    /* line 6, ../sass/structure/_navigation.scss */
    nav[role="main-navigation"] ul .active {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abdc28), color-stop(100%, #b6e026));
        background-image: -webkit-linear-gradient(#abdc28, #b6e026);
        background-image: -moz-linear-gradient(#abdc28, #b6e026);
        background-image: -o-linear-gradient(#abdc28, #b6e026);
        background-image: linear-gradient(#abdc28, #b6e026);
        background-color: #b6e026;
    }
    /* line 10, ../sass/structure/_navigation.scss */
    nav[role="main-navigation"] ul li {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2cafe3), color-stop(100%, #49c1f0));
        background-image: -webkit-linear-gradient(#2cafe3, #49c1f0);
        background-image: -moz-linear-gradient(#2cafe3, #49c1f0);
        background-image: -o-linear-gradient(#2cafe3, #49c1f0);
        background-image: linear-gradient(#2cafe3, #49c1f0);
        background-color: #49c1f0;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        padding-left: 10px;
        color: #fff;
        width: 15.0%;
        height: 65px;
    }
        /* line 21, ../sass/structure/_navigation.scss */
        nav[role="main-navigation"] ul li:hover {
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abdc28), color-stop(100%, #b6e026));
            background-image: -webkit-linear-gradient(#abdc28, #b6e026);
            background-image: -moz-linear-gradient(#abdc28, #b6e026);
            background-image: -o-linear-gradient(#abdc28, #b6e026);
            background-image: linear-gradient(#abdc28, #b6e026);
            background-color: #b6e026;
        }
        /* line 25, ../sass/structure/_navigation.scss */
        nav[role="main-navigation"] ul li a {
            text-decoration: none;
            display: block;
            width: 100%;
            cursor: pointer;
            height: 65px;
            color: #fff;
        }
            /* line 35, ../sass/structure/_navigation.scss */
            nav[role="main-navigation"] ul li a span {
                top: 15px;
                left: 30px;
                position: relative;
            }
        /* line 43, ../sass/structure/_navigation.scss */
        nav[role="main-navigation"] ul li .home {
            background-image: url("../images/icons/home.png");
            background-repeat: no-repeat;
            background-position: 0 20px;
        }
        /* line 50, ../sass/structure/_navigation.scss */
        nav[role="main-navigation"] ul li .news {
            background-image: url("../images/icons/mic.png");
            background-repeat: no-repeat;
            background-position: 0 20px;
        }
        /* line 50, ../sass/structure/_navigation.scss */
        nav[role="main-navigation"] ul li .orders {
            background-image: url("../images/icons/order.png");
            background-repeat: no-repeat;
            background-position: 0 20px;
        }
        /* line 50, ../sass/structure/_navigation.scss */
        nav[role="main-navigation"] ul li .admin {
            background-image: url("../images/icons/mic.png");
            background-repeat: no-repeat;
            background-position: 0 20px;
        }
        /* line 57, ../sass/structure/_navigation.scss */
        nav[role="main-navigation"] ul li .clients {
            background-image: url("../images/icons/map_pin.png");
            background-repeat: no-repeat;
            background-position: 0 20px;
        }
        /* line 64, ../sass/structure/_navigation.scss */
        nav[role="main-navigation"] ul li .vendors {
            background-image: url("../images/icons/share.png");
            background-repeat: no-repeat;
            background-position: 0 20px;
        }
        /* line 71, ../sass/structure/_navigation.scss */
        nav[role="main-navigation"] ul li .contact {
            background-image: url("../images/icons/iphone.png");
            background-repeat: no-repeat;
            background-position: 0 20px;
        }

@media screen and (max-width: 600px) {
    /* line 86, ../sass/structure/_navigation.scss */
    .tabs li {
        width: 89%;
    }

    /* line 91, ../sass/structure/_navigation.scss */
    nav[role="main-navigation"] {
        margin-left: 0;
        margin-bottom: 0;
        display: none;
    }
        /* line 97, ../sass/structure/_navigation.scss */
        nav[role="main-navigation"] .col {
            margin-left: 0;
        }
        /* line 104, ../sass/structure/_navigation.scss */
        nav[role="main-navigation"] ul li {
            width: 100%;
            height: 60px;
        }
            /* line 109, ../sass/structure/_navigation.scss */
            nav[role="main-navigation"] ul li a {
                height: 60px;
                background-position: 0 20px !important;
            }
                /* line 114, ../sass/structure/_navigation.scss */
                nav[role="main-navigation"] ul li a span {
                    top: 15px;
                    left: 25px;
                    position: relative;
                }
}
/* line 2, ../sass/elements/_home.scss */
section[role="welcome"] {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    padding: 10px;
    width: 42.2%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .8em;
    line-height: 1.6em;
    margin-bottom: 10px;
}
    /* line 11, ../sass/elements/_home.scss */
    section[role="welcome"] h1 {
        color: #b3df27;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.8em;
        padding-bottom: 10px;
    }
    /* line 17, ../sass/elements/_home.scss */
    section[role="welcome"] p {
        color: #5e5e5e;
        padding-bottom: 10px;
    }

/* line 24, ../sass/elements/_home.scss */
section[role="news"] {
    margin-left: .9%;
}
    /* line 28, ../sass/elements/_home.scss */
    section[role="news"] article {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e670e8), color-stop(100%, #a849a3));
        background-image: -webkit-linear-gradient(#e670e8, #a849a3);
        background-image: -moz-linear-gradient(#e670e8, #a849a3);
        background-image: -o-linear-gradient(#e670e8, #a849a3);
        background-image: linear-gradient(#e670e8, #a849a3);
        background-color: #febf04;
        margin-bottom: 10px;
        border: 1px solid #d9d9d9;
        padding: 10px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: .8em;
        line-height: 1.6em;
    }
        /* line 38, ../sass/elements/_home.scss */
        section[role="news"] article h1 {
            color: #fff;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 1.8em;
            padding-bottom: 10px;
        }
        /* line 44, ../sass/elements/_home.scss */
        section[role="news"] article p {
            color: #fff;
        }

/* line 51, ../sass/elements/_home.scss */
section[role="offers"] {
    margin-left: .9%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .8em;
    line-height: 1.6em;
}
    /* line 56, ../sass/elements/_home.scss */
    section[role="offers"] article {
        background-color: #fafafa;
        border: 1px solid #d9d9d9;
        margin-bottom: 10px;
        padding: 10px;
    }
        /* line 63, ../sass/elements/_home.scss */
        section[role="offers"] article h1 {
            color: #2cafe3;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 1.8em;
            padding-bottom: 10px;
        }
        /* line 69, ../sass/elements/_home.scss */
        section[role="offers"] article p {
            color: #000;
        }

/* line 76, ../sass/elements/_home.scss */
.welcome-back, .login {
    padding-bottom: 5px;
    padding-left: 1.5%;
    position: relative;
    top: -30px;
}
    /* line 83, ../sass/elements/_home.scss */
    .welcome-back p, .login p {
        font-family: 'Istok Web', sans-serif;
        font-size: .8em;
        color: #5e5e5e;
    }

/* line 91, ../sass/elements/_home.scss */
.welcome-back {
    float: left;
}

/* line 96, ../sass/elements/_home.scss */
.login {
    float: right;
    text-align: right;
    padding-right: 1.5%;
}
    /* line 101, ../sass/elements/_home.scss */
    .login .logged {
        visibility: hidden;
    }
    /* line 104, ../sass/elements/_home.scss */
    .login a {
        text-decoration: none;
        color: #2cafe3;
        font-weight: bold;
    }

@media screen and (max-width: 600px) {
    /* line 114, ../sass/elements/_home.scss */
    .welcome-back {
        display: none;
    }

    /* line 117, ../sass/elements/_home.scss */
    .login {
        margin-top: 5px;
        width: 100%;
        top: 0;
    }

    /* line 124, ../sass/elements/_home.scss */
    .divider {
        width: 98%;
        margin-left: 2%;
    }

    /* line 130, ../sass/elements/_home.scss */
    section[role="welcome"] {
        width: 99%;
        margin-left: 1%;
    }
}
/* line 2, ../sass/elements/_about.scss */
section[role="about"] {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}
    /* line 10, ../sass/elements/_about.scss */
    section[role="about"] h1 {
        color: #b3df27;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.8em;
        padding-bottom: 10px;
    }
    /* line 16, ../sass/elements/_about.scss */
    section[role="about"] p {
        color: #5e5e5e;
        font-family: Arial,Helvetica,sans-serif;
        font-size: .8em;
        line-height: 1.6em;
        padding-bottom: 10px;
    }

/* line 2, ../sass/elements/_clients.scss */
section[role="clients"] {
    background-color: #fafafa;
    border: 1px solid #BCBCBC;
    padding: 10px;
    margin-bottom: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .8em;
    line-height: 1.6em;
}
    /* line 10, ../sass/elements/_clients.scss */
    section[role="clients"] h1 {
        color: #b3df27;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.8em;
        padding-bottom: 10px;
    }
    /* line 16, ../sass/elements/_clients.scss */
    section[role="clients"] p {
        color: #5e5e5e;
        padding-bottom: 10px;
    }

/* line 23, ../sass/elements/_clients.scss */
section[role="updates"] {
    margin-left: .9%;
}
    /* line 27, ../sass/elements/_clients.scss */
    section[role="updates"] article {
        background-color: #fafafa;
        margin-bottom: 10px;
        border: 1px solid #d9d9d9;
        padding: 10px;
    }
        /* line 34, ../sass/elements/_clients.scss */
        section[role="updates"] article h1 {
            color: #2cafe3;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 1.8em;
            padding-bottom: 10px;
        }
        /* line 40, ../sass/elements/_clients.scss */
        section[role="updates"] article p {
            color: #5e5e5e;
            font-family: Arial,Helvetica,sans-serif;
            font-size: .8em;
            line-height: 1.6em;
        }

/* line 50, ../sass/elements/_clients.scss */
.app-btn .approve {
    padding: 5px 20px 5px 20px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e670e8), color-stop(100%, #a849a3));
    background-image: -webkit-linear-gradient(#e670e8, #a849a3);
    background-image: -moz-linear-gradient(#e670e8, #a849a3);
    background-image: -o-linear-gradient(#e670e8, #a849a3);
    background-image: linear-gradient(#e670e8, #a849a3);
    background-color: #febf04;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .8em;
    line-height: 1.6em;
    display: block;
}

/* line 65, ../sass/elements/_clients.scss */
.add {
    padding: 10px;
    display: none;
}

/* line 68, ../sass/elements/_clients.scss */
#search_box, .modal {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
    /* line 75, ../sass/elements/_clients.scss */
    #search_box select, .modal select {
        width: 25%;
    }
    /* line 80, ../sass/elements/_clients.scss */
    #search_box input, .modal input, #search_box select {
        border: 1px solid #dedede;
        color: #333;
        outline: none;
        margin: 12px 5px 12px 0;
        padding: 5px;
        width: 15%;
    }
    /* line 90, ../sass/elements/_clients.scss */
    #search_box button, .modal button {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abdc28), color-stop(100%, #b6e026));
        background-image: -webkit-linear-gradient(#abdc28, #b6e026);
        background-image: -moz-linear-gradient(#abdc28, #b6e026);
        background-image: -o-linear-gradient(#abdc28, #b6e026);
        background-image: linear-gradient(#abdc28, #b6e026);
        background-color: #b6e026;
        border: 1px solid #a2a198;
        cursor: pointer;
        height: 25px;
        position: absolute;
        right: 2px;
        top: 10px;
        width: 45px;
    }
        /* line 102, ../sass/elements/_clients.scss */
        #search_box button img, .modal button img {
            top: -4px;
            position: relative;
        }
    /* line 109, ../sass/elements/_clients.scss */
    #search_box .near, .modal .near {
        position: relative;
        margin-left: 20px;
    }

/* line 116, ../sass/elements/_clients.scss */
textarea {
    width: 100%;
    height: 150px;
}

/* line 124, ../sass/elements/_clients.scss */
.modal input[type=text] {
    border: 1px solid #dedede;
    color: #333;
    width: 65% !important;
}
/* line 131, ../sass/elements/_clients.scss */
.modal input {
    width: auto !important;
    margin-right: 10px;
}
/* line 137, ../sass/elements/_clients.scss */
.modal span {
    font-size: .6em;
}

/* line 143, ../sass/elements/_clients.scss */
.input, .modal {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
    /* line 150, ../sass/elements/_clients.scss */
    .input select, .modal select {
        width: 25%;
        margin-bottom: 20px;
    }
    /* line 158, ../sass/elements/_clients.scss */
    .input .input-header, .modal .input-header {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #eaeaea;
        border: 1px dotted #ccc;
        margin-bottom: 25px;
    }
    /* line 169, ../sass/elements/_clients.scss */
    .input span, .modal span {
        padding: 10px 3% 10px 3%;
        font-family: Arial,Helvetica,sans-serif;
    }
        /* line 175, ../sass/elements/_clients.scss */
        .input span a, .modal span a {
            text-decoration: none;
            color: #2cafe3;
            font-weight: bold;
        }
    /* line 184, ../sass/elements/_clients.scss */
    .input input[type=text], .modal input[type=text] {
        border: 1px solid #dedede;
        color: #333;
        width: 20%;
        outline: none;
        margin: 12px 5px 5px 0;
        padding: 5px;
    }
    /* line 193, ../sass/elements/_clients.scss */
    .input .one, .modal .one {
        margin-right: 50px;
    }

/* line 197, ../sass/elements/_clients.scss */
.notify {
    padding-left: 10px;
}

/* line 200, ../sass/elements/_clients.scss */
.overflow_table {
    height: 190px;
    overflow: auto;
}

/* line 206, ../sass/elements/_clients.scss */
.view_less {
    display: none;
}

@media screen and (max-width: 600px) {
    /* line 214, ../sass/elements/_clients.scss */
    .span6 {
        width: 96%;
    }

    /* line 217, ../sass/elements/_clients.scss */
    section[role="clients"] {
        width: 99%;
        margin-left: 1%;
    }

    /* line 223, ../sass/elements/_clients.scss */
    section[role="updates"] {
        width: 99%;
        margin-left: 1%;
    }

    /* line 229, ../sass/elements/_clients.scss */
    .app-btn {
        width: auto;
    }
}
/* line 2, ../sass/elements/_widgets.scss */
.login-widget {
    padding-right: 1.5%;
}
    /* line 6, ../sass/elements/_widgets.scss */
    .login-widget a {
        text-decoration: none;
        color: #2cafe3;
        font-weight: bold;
    }

/* line 16, ../sass/elements/_widgets.scss */
.audit-widget p strong {
    padding-top: 5px;
    color: #2cafe3;
    font-weight: bold;
}

/* line 26, ../sass/elements/_widgets.scss */
.modal .col {
    float: left;
    width: 130px;
}
/* line 32, ../sass/elements/_widgets.scss */
.modal p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: .8em;
    line-height: 1.6em;
}

/* line 37, ../sass/elements/_widgets.scss */
.states > div {
    width: 800px !important;
}

/* line 39, ../sass/elements/_widgets.scss */
.meter {
    height: 10px;
    position: relative;
    background: #CCC;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    margin-right: 10px;
    float: right;
    width: 30%;
    top: -30px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

    /* line 57, ../sass/elements/_widgets.scss */
    .meter > span {
        display: block;
        height: 100%;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2cafe3), color-stop(100%, #49c1f0));
        background-image: -webkit-linear-gradient(#2cafe3, #49c1f0);
        background-image: -moz-linear-gradient(#2cafe3, #49c1f0);
        background-image: -o-linear-gradient(#2cafe3, #49c1f0);
        background-image: linear-gradient(#2cafe3, #49c1f0);
        -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
        position: relative;
        overflow: hidden;
    }

/* line 88, ../sass/elements/_widgets.scss */
.meter-info {
    float: right;
    top: -25px;
    padding-right: 20px;
    position: relative;
}

/* line 97, ../sass/elements/_widgets.scss */
.title-search {
    padding-right: 46px !important;
}

/* line 102, ../sass/elements/_widgets.scss */
.title-search-two {
    padding-right: 68px !important;
}

/* line 107, ../sass/elements/_widgets.scss */
.title-search-three {
    padding-right: 38px !important;
}

/* line 111, ../sass/elements/_widgets.scss */
.contact-hide {
    display: none;
}

/* line 4, ../sass/elements/_admin.scss */
section[role="clients"] #search_box select.small {
    width: 12%;
    margin-right: 10px;
}
/* line 10, ../sass/elements/_admin.scss */
section[role="clients"] .product_holder {
    margin: 1%;
    padding: 1%;
    border: 1px solid #ccc;
}
    /* line 16, ../sass/elements/_admin.scss */
    section[role="clients"] .product_holder img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

/* line 27, ../sass/elements/_admin.scss */
.divider .tabs {
    float: right;
    margin-top: -30px;
    margin-right: 15px;
}

/* line 1, ../sass/elements/_sprites.scss */
.my-icons-sprite, .my-icons-home, .my-icons-iphone, .my-icons-map_pin, .my-icons-mic, .my-icons-share {
    background: url(../images/my-icons-s5c08a44f1e.png) no-repeat;
}

/* line 5, ../sass/elements/_sprites.scss */
.my-icons-home {
    background-position: 0 -96px;
}

/* line 9, ../sass/elements/_sprites.scss */
.my-icons-iphone {
    background-position: 0 -128px;
}

/* line 13, ../sass/elements/_sprites.scss */
.my-icons-map_pin {
    background-position: 0 0;
}

/* line 17, ../sass/elements/_sprites.scss */
.my-icons-mic {
    background-position: 0 -32px;
}

/* line 22, ../sass/elements/_sprites.scss */
.my-icons-share {
    background-position: 0 -64px;
}

/* line 29, ../sass/elements/_sprites.scss */
h2 {
    padding-top: 10px;
    color: #2cafe3;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    padding-bottom: 10px;
}

/* line 2, ../sass/elements/_footer.scss */
section[role="foot"] {
    background-color: #49c1f0;
    border-top: 5px solid #adadae;
    /*top: 135px;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: .8em;
    line-height: 1.6em;
    position: relative;
    color: #fff;
}
    /* line 17, ../sass/elements/_footer.scss */
    section[role="foot"] .span3 h1, section[role="foot"] .span2 h1, section[role="foot"] .span7 h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.8em;
        padding-bottom: 10px;
    }
    /* line 22, ../sass/elements/_footer.scss */
    section[role="foot"] .span3 p, section[role="foot"] .span2 p, section[role="foot"] .span7 p {
        padding-bottom: 10px;
    }
        /* line 26, ../sass/elements/_footer.scss */
        section[role="foot"] .span3 p a, section[role="foot"] .span2 p a, section[role="foot"] .span7 p a {
            text-decoration: none;
            color: #fff;
            font-weight: bold;
        }
    /* line 36, ../sass/elements/_footer.scss */
    section[role="foot"] .span3 ul li, section[role="foot"] .span2 ul li, section[role="foot"] .span7 ul li {
        border-bottom: 1px dashed #fff;
        padding: 10px 0 10px 0;
    }
        /* line 41, ../sass/elements/_footer.scss */
        section[role="foot"] .span3 ul li a, section[role="foot"] .span2 ul li a, section[role="foot"] .span7 ul li a {
            text-decoration: none;
            color: #fff;
        }
        /* line 46, ../sass/elements/_footer.scss */
        section[role="foot"] .span3 ul li:last-child, section[role="foot"] .span2 ul li:last-child, section[role="foot"] .span7 ul li:last-child {
            border-bottom: none;
        }

@media screen and (max-width: 600px) {
    /* line 59, ../sass/elements/_footer.scss */
    section[role="foot"] .span3, section[role="foot"] .span2 {
        width: 50% !important;
    }
    /* line 64, ../sass/elements/_footer.scss */
    section[role="foot"] .copyright {
        width: 100% !important;
        text-align: center;
    }
}
/* line 17, ../sass/_global.scss */
.clear-fix {
    width: 100%;
    clear: both;
    visibility: hidden;
}

/* line 27, ../sass/_global.scss */
.tabs .active {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abdc28), color-stop(100%, #b6e026));
    background-image: -webkit-linear-gradient(#abdc28, #b6e026);
    background-image: -moz-linear-gradient(#abdc28, #b6e026);
    background-image: -o-linear-gradient(#abdc28, #b6e026);
    background-image: linear-gradient(#abdc28, #b6e026);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#abdc28, endColorstr=#b6e026);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#abdc28, endColorstr=#b6e026)";
}
/* line 32, ../sass/_global.scss */
.tabs li {
    font-family: Arial,Helvetica,sans-serif;
    display: inline-block;
    padding: 5px 20px 5px 20px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e670e8), color-stop(100%, #a849a3));
    background-image: -webkit-linear-gradient(#e670e8, #a849a3);
    background-image: -moz-linear-gradient(#e670e8, #a849a3);
    background-image: -o-linear-gradient(#e670e8, #a849a3);
    background-image: linear-gradient(#e670e8, #a849a3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E670E8, endColorstr=#A849A3);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E670E8, endColorstr=#A849A3)";
    color: #fff;
}
    /* line 40, ../sass/_global.scss */
    .tabs li:hover {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abdc28), color-stop(100%, #b6e026));
        background-image: -webkit-linear-gradient(#abdc28, #b6e026);
        background-image: -moz-linear-gradient(#abdc28, #b6e026);
        background-image: -o-linear-gradient(#abdc28, #b6e026);
        background-image: linear-gradient(#abdc28, #b6e026);
    }
    /* line 45, ../sass/_global.scss */
    .tabs li a {
        text-decoration: none;
        color: #fff;
        display: block;
    }

/* line 54, ../sass/_global.scss */
.bottom {
    text-align: right;
}

/* line 60, ../sass/_global.scss */
.login-hide {
    clear: both;
    margin: 0 auto;
    width: 150px;
    border-radius: 5px;
    top: 130px;
    right: 4%;
    position: absolute;
    background-color: #666;
    z-index: 99;
    display: none;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .8em;
    line-height: 1.6em;
    text-align: left;
    padding-top: 5px;
}
    /* line 78, ../sass/_global.scss */
    .login-hide form {
        padding-bottom: 10px;
        padding-left: 10px;
        padding-top: 10px;
        position: relative;
        z-index: 20;
    }
    /* line 87, ../sass/_global.scss */
    .login-hide .tabs {
        top: -20px;
        padding-left: 10px;
        position: relative;
        z-index: 0;
    }

@media screen and (min-width: 600px) {
    /* line 10, ../sass/screen.scss */
    body {
        background-color: #e7e7e7;
        line-height: 1.8em;
    }
        /* line 15, ../sass/screen.scss */
        body .logo {
            height: 125px;
            /*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2cafe3), color-stop(100%, #49c1f0));
    background-image: -webkit-linear-gradient(#2cafe3, #49c1f0);
    background-image: -moz-linear-gradient(#2cafe3, #49c1f0);
    background-image: -o-linear-gradient(#2cafe3, #49c1f0);
    background-image: linear-gradient(#2cafe3, #49c1f0);
   background-color: #49c1f0;*/
        }
            /* line 21, ../sass/screen.scss */
            body .logo img {
                min-width: 50%;
                max-width: 70%;
                padding-top: 10px;
                margin-left: auto;
                margin-right: auto;
                display: block;
            }
            /* line 30, ../sass/screen.scss */
            body .logo .mobile-menu {
                display: none;
            }
}

.vibeButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #e184f3;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e184f3;
    box-shadow: inset 0px 1px 0px 0px #e184f3;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E670E8), color-stop(1, #A849A3) );
    background: -moz-linear-gradient( center top, #E670E8 5%, #A849A3 100% );
    background-color: #E670E8;
    width: 78px !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E670E8', endColorstr='#A849A3');
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 0px;
    border: 1px solid #a511c0;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #9b14b3;
}

    .vibeButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A849A3), color-stop(1, #E670E8) );
        background: -moz-linear-gradient( center top, #A849A3 5%, #E670E8 100% );
        background-color: #A849A3;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A849A3', endColorstr='#E670E8');
    }

    .vibeButton:active {
        position: relative;
        top: 1px;
    }

@media screen and (max-width: 600px) {
    /* line 39, ../sass/screen.scss */
    body {
        background-color: #e7e7e7;
        line-height: 1.8em;
    }
        /* line 44, ../sass/screen.scss */
        body .logo {
            height: 50px;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2cafe3), color-stop(100%, #49c1f0));
            background-image: -webkit-linear-gradient(#2cafe3, #49c1f0);
            background-image: -moz-linear-gradient(#2cafe3, #49c1f0);
            background-image: -o-linear-gradient(#2cafe3, #49c1f0);
            background-image: linear-gradient(#2cafe3, #49c1f0);
            background-color: #febf04;
        }
            /* line 50, ../sass/screen.scss */
            body .logo img {
                /*width: 70px;
                margin: 0;*/
                padding-top: 5px;
                padding-left: 20px;
                min-width: 30%;
                max-width: 50%;
                margin-right: auto;
                display: block;
            }
            /* line 58, ../sass/screen.scss */
            body .logo .mobile-menu {
                padding: 5px 20px 5px 20px;
                background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e670e8), color-stop(100%, #a849a3));
                background-image: -webkit-linear-gradient(#e670e8, #a849a3);
                background-image: -moz-linear-gradient(#e670e8, #a849a3);
                background-image: -o-linear-gradient(#e670e8, #a849a3);
                background-image: linear-gradient(#e670e8, #a849a3);
                background-color: #b6e026;
                float: right;
                border-radius: 5px;
                color: #fff;
                margin-right: 3%;
                margin-top: 10px;
                text-align: center;
                font-family: Arial,Helvetica,sans-serif;
                font-size: .8em;
                line-height: 1.6em;
                display: block;
            }
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#c {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: none;
    padding-bottom: 2px;
    width: 404px;
}

#vibepopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: none;
    padding-bottom: 2px;
    width: 404px;
}

#vibepopup-header {
    border-bottom: 1px solid #CCCCCC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: linear-gradient(#ABDC28, #B6E026);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 18px;
    padding-right: 18px;
}

#vibepopup .txt-fld {
    padding: 5px 20px;
    position: relative;
    text-align: right;
    width: 364px;
}

.msg {
    margin-left: 8px;
    margin-right: 15px;
    position: relative;
    top: 8px;
    z-index: 1000;
    background-color: #F9EDBE;
    border-color: #F0C36D;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 3px 10px;
    color: #222222;
    font-size: 80%;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
}

#vibepopup .btn-fld {
    overflow: hidden;
    padding: 12px 20px 12px 130px;
    width: 254px;
}

#vibepopup-header h2 {
    color: #444444;
    font-size: 1.4em;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 3px;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

button {
    background-color: #FEBF04;
    background-image: linear-gradient(#E670E8, #A849A3);
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    float: right;
    line-height: 1.6em;
    padding: 5px 20px;
    text-align: center;
}

.vibepopup-label {
    width: 90px;
    float: left;
    padding-top: 8px;
    text-align: left;
}

.vibepopup-input {
    padding: 8px;
    width: 65%;
}

.contact {
    width: 22%;
    float: left;
    padding: 2px;
}

.address {
    width: 30%;
    float: left;
    padding: 2px;
}

.full {
    width: 100%;
}

.input-header-item {
    width: 15%;
    float: left;
}

.input-header-item-1 {
    width: 30%;
    float: left;
}

.input-header-body {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px dotted #ccc;
    margin-bottom: 25px;
}

.product-header {
    /*background-color: #EAEAEA;*/
    background-color: #2CAFE3;
    color: #FFFFFF;
    border: 1px dotted #CCCCCC;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 3px;
}

.product-body {
    border: 1px dotted #CCCCCC;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 3px;
}

.navButtons {
    margin-top: 10px;
}

.search-bar {
    margin-top: 5px;
}

/* Sun Software - Start (08-07-2013)*/
.stdtext {
    width: 95%;
}

.numtext {
    width: 95%;
}

.readonly {
    border: 1px solid #808080;
    background: #DCDCDC;
}

.chkboxcol {
    float: left;
    width: 5%;
}

.productidcol {
    float: left;
    width: 10%;
}

.desccol {
    float: left;
    width: 40%;
}

.datecol {
    float: left;
    width: 10%;
}
/* Sun Software - End (08-07-2013)*/
li.pidgroup {
    list-style-type: none;
    cursor: pointer;
    -moz-border-radius: 0 10px 0 10px;
    border: 1px solid #666666;
    margin: 2px;
    padding: 5px 5px 5px 5px;
    background-color: appworkspace;
}

    li.pidgroup:before {
        content: "-";
        padding: 10px 10px 10px 0;
        color: red;
        font-weight: bold;
    }

    li.pidgroup.active:before {
        content: "+";
        padding: 10px 10px 10px 0;
        color: red;
        font-weight: bold;
    }

.lbl {
    float: left;
    width: 100px;
}

.lblhdr {
    float: left;
    width: 100px;
    border-right: 2px solid #ffffff;
}

.grdhdr {
    background-color: lightgrey;
    height: auto;
    font-size: 11px;
}

.lblmargin {
    margin-left: 6px;
}

.medlabel {
    float: left;
    width: 30%;
}

.smlabel {
    float: left;
    width: 7%;
}

.product-header {
    background-color: #2CAFE3;
    color: #FFFFFF;
    border: 1px dotted #CCCCCC;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 2px;
    padding-left: 3px;
}

.product-body {
    border: 1px dotted #CCCCCC;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 2px;
    padding-left: 3px;
}


.dropdownMS {
    position: relative;
}   

    .dropdownMS:after {
        content: "";
        position: absolute;
        right: 4px;
        top: 10px;
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid #333;
    }

    .input-validation-error {
    border-radius: 6px 6px 6px 6px;
    background: #FEF1EC;
}
