﻿@charset "UTF-8";

@font-face
{
    font-family: 'entypo';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/entypo/entypo.eot');
    src: url('/fonts/entypo/entypo.eot?#iefix') format('embedded-opentype'), url('/fonts/entypo/entypo.ttf') format('truetype'), url('/fonts/entypo/entypo.woff') format('woff'), url('/fonts/entypo/entypo.svg#entypo') format('svg');
}

@font-face
{
    font-family: 'IconicFill';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/iconicfill/iconicfill.eot');
    src: url('/fonts/iconicfill/iconicfill.eot?#iefix') format('embedded-opentype'), url('/fonts/iconicfill/iconicfill.ttf') format('truetype'),url('/fonts/iconicfill/iconicfill.woff') format('woff'), url('/fonts/iconicfill/iconicfill.svg#IconicFill') format('svg');
}

@font-face
{
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/fontawesome/fontawesome-webfont.eot');
    src: url('/fonts/fontawesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/fontawesome/fontawesome-webfont.ttf') format('truetype'), url('/fonts/fontawesome/fontawesome-webfont.woff') format('woff'), url('/fonts/fontawesome/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
}

html
{
    position: relative;
    min-height: 100%;
}


/* Sticky footer styles
-------------------------------------------------- */

body
{
    font-family: OpenSans, Helvetica;
    font-size: 16px;
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    /* Set the fixed height of the footer here */
    height: 100px;
    background: #4c5054;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container
{
    padding: 60px 15px 0;
}

.container .text-muted
{
    margin: 20px 0;
}

.logo
{
    padding: 0px 5px 0 0;
    width: 11%;
    height: 53px;
}

    .logo a
    {
        display: block;
        padding-top: 6px;
        padding-left: 5px;
    }

.main-section-text
{
    color: #fff;
    font-size: 28px;
    top: 0;
    left: 0;
    position: absolute;
}

#footer > .container {
    padding-top: 10px;
    line-height: 20px;
}

.stick-top-buttons
{
    color: #fff;
    background: #f26531;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    width: 120px;
    float: right;
    position: relative;
}

.open_trial_button
{
    text-transform: uppercase;
    color: #FFF;
    padding: 5px 5px 0 5px;
    overflow: hidden;
    float: left;
}

    .login_button:hover,
    .login_button:focus,
    .open_trial_button:hover,
    .open_trial_button:focus
    {
        text-decoration: none;
        color: #fff;
    }

    .open_trial_button .large
    {
        font-size: 200%;
        color: #fff;
        line-height: 111%;
        float: left;
        padding-right: 5px;
    }

    .open_trial_button .small
    {
        font-size: 90%;
    }

.login_button
{
    background: #3281B8;
    font-size: 90%;
    color: #FFF;
    display: block;
    float: right;
    vertical-align: bottom;
    padding: 5px 10px 0 10px;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

a.navbar-brand
{
    float: left;
    height: auto;
    display: block;
    padding: 6px 0 19px 0;
}

.text-right.flex-bottom .nice-button {
    float: right;
}

.menu
{
    padding-top: 6px;
    text-transform: uppercase;
    float: right;
}

    .menu .main-menu a
    {
        color: #707070;
        text-decoration: none;
        margin-right: 15px;
    }

        .menu .main-menu a:last-child
        {
            margin-right: 5px;
        }

        .menu .main-menu a.current,
        .menu .main-menu a:hover
        {
            text-decoration: none;
            color: #f26531;
        }

.sub-menu
{
    background: #4c5054;
    border-radius: 5px;
    float: left;
    padding: 5px;
    margin-top: 5px;
}

    .sub-menu a,
    .sub-menu a:hover
    {
        margin-right: 3px;
        padding: 0 3px 0 0;
        text-decoration: none;
        text-transform: none;
        color: #fff;
    }

    .sub-menu a
    {
        border-right: solid 1px #fff;
    }

        .sub-menu a:last-child
        {
            border-right: none;
        }

.tag_line
{
    padding: 5px 0;
    margin-top: 5px;
    font-size: 111%;
    text-align: center;
    background: #003e75;
    clear: both;
    color: #fff;
}

    .tag_line .container
    {
        max-width: 640px;
    }

#get-trial-form
{
    display: none;
    background: #C3DAEE;
    font-size: 9px;
    padding-top: 5px;
    text-align: center;
}

    #get-trial-form .message_bottom
    {
        padding-bottom: 5px;
    }

    #get-trial-form input,
    #get-trial-form button
    {
        line-height: normal;
        border-radius: 3px;
        border: none;
    }

.send-email-button
{
    background: #F26531;
    color: #FFF;
    margin-left: 10px;
}

#get-trial-form .error
{
    padding: 5px 0;
    background: #DB1A1A;
    color: #FFF;
    text-align: center;
}

.sub-menu .pointer
{
    display: none;
    height: 0;
    width: 0;
    background: rgba(0, 0, 0, 0);
    content: " ";
    margin-top: -10px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4C5054 rgba(0, 0, 0, 0);
}

.sub-menu.home-pointer .pointer
{
    display: block;
    margin-left: -2px;
}

.sub-menu.services-pointer .pointer
{
    display: block;
    margin-left: 41px;
}



#content
{
    margin-top: 96px;
}

.section_pointer_start
{
    margin-top: -96px;
    position: absolute;
}

.navbar
{
    font-size: 9px;
}


.flex
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
}

.row.flex
{
    display:block;    
}


.flex-left
{
    -webkit-box-align:start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.flex-col
{
   display:block;
}


.flex-bottom
{
    display:block;
}

.old_ios .flex-bottom,
.old_ios .flex-col,
.old_ios .row.flex
{
        display:block !important;    
}

.flex-hor-center
{
    -ms-align-self:center;
    -webkit-align-self:center;
    align-self: center;
}

.bottom-menu
{
	position:fixed;
	bottom:0;
    background: #c3daee;
    height: 30px;
}

    .bottom-menu a,
    .bottom-menu a:hover,
    .bottom-menu a:focus
    {
        text-align: center;
        padding-left: 20px;
        text-decoration: none;    
        font-size: 7.5pt;
        display: inline-block;
        line-height: 30px;
        color: #002d55;
        background: transparent url('/images/theme/down_small.png') no-repeat left center;
    }

        .bottom-menu a.up
        {
            background: transparent url('/images/theme/up_small.png') no-repeat left center;
        }

    .bottom-menu .current
    {
        background: #d4e5f3;
    }

        .bottom-menu .current a
        {
            background: transparent url('/images/theme/you_are_here_small.png') no-repeat left center;
        }


@media (min-width: 340px)
{
    #get-trial-form
    {
        font-size: 10px;
    }

    .navbar
    {
        font-size: 10px;
    }

    .stick-top-buttons
    {
        width: 130px;
    }

    .sub-menu.services-pointer .pointer
    {
        margin-left: 46px;
    }

    #content
    {
        margin-top: 100px;
    }

    .section_pointer_start
    {
        margin-top: -100px;
    }

    .logo
    {
        height: 55px;
    }

    .main-section-text
    {
        font-size: 32px;
    }
}

@media (min-width: 370px)
{
    .navbar
    {
        font-size: 11px;
    }

    #get-trial-form
    {
        font-size: 11px;
    }

    .stick-top-buttons
    {
        width: 140px;
    }

    .sub-menu.services-pointer .pointer
    {
        margin-left: 51px;
    }

    .sub-menu.home-pointer .pointer
    {
        margin-left: 0px;
    }

    #content
    {
        margin-top: 106px;
    }

    .section_pointer_start
    {
        margin-top: -106px;
    }

    .logo
    {
        height: 57px;
    }

    .main-section-text
    {
        font-size: 36px;
    }
}

@media (min-width: 400px)
{
    .navbar
    {
        font-size: 12px;
    }

    #get-trial-form
    {
        font-size: 12px;
    }

    .stick-top-buttons
    {
        width: 150px;
    }

    .sub-menu.services-pointer .pointer
    {
        margin-left: 56px;
    }

    .sub-menu.home-pointer .pointer
    {
        margin-left: 2px;
    }

    #content
    {
        margin-top: 111px;
    }

    .section_pointer_start
    {
        margin-top: -111px;
    }

    .logo
    {
        height: 60px;
    }

    .main-section-text
    {
        font-size: 40px;
    }
}

@media (min-width: 430px)
{
    
    .navbar
    {
        font-size: 13px;
    }

    #get-trial-form
    {
        font-size: 13px;
    }

    .stick-top-buttons
    {
        width: 160px;
    }

    .sub-menu.services-pointer .pointer
    {
        margin-left: 60px;
    }

    .sub-menu.home-pointer .pointer
    {
        margin-left: 3px;
    }

    #content
    {
        margin-top: 117px;
    }

    .section_pointer_start
    {
        margin-top: -117px;
    }

    .logo
    {
        height: 62px;
    }

    .main-section-text
    {
        font-size: 44px;
    }
}

@media (min-width: 460px)
{
    .navbar
    {
        font-size: 14px;
    }

    #get-trial-form
    {
        font-size: 14px;
    }

    .stick-top-buttons
    {
        width: 170px;
    }

    .sub-menu.services-pointer .pointer
    {
        margin-left: 64px;
    }

    .sub-menu.home-pointer .pointer
    {
        margin-left: 5px;
    }

    #content
    {
        margin-top: 124px;
    }

    .section_pointer_start
    {
        margin-top: -124px;
    }

    .logo
    {
        height: 65px;
    }

    .main-section-text
    {
        font-size: 48px;
    }
    
}

@media (min-width: 475px)
{
    .open_trial_button .large
    {
        font-size: 250%;
    }

    .stick-top-buttons
    {
        width: 175px;
    }

    .main-section-text
    {
        font-size: 51px;
    }
}

@media (min-width: 490px)
{
    .open_trial_button .large
    {
        font-size: 275%;
    }

    #get-trial-form
    {
        font-size: 15px;
    }

    .stick-top-buttons
    {
        width: 185px;
    }

    .main-section-text
    {
        font-size: 54px;
    }
}

@media (min-width: 570px)
{

    .bottom-menu {    
        height: 40px;
    }

    .bottom-menu a,
    .bottom-menu a:hover,
    .bottom-menu a:focus
    {
        padding-left: 40px;        
        font-size: 16pt;        
        line-height: 40px;        
        background: transparent url('/images/theme/down.png') no-repeat left center;
    }

        .bottom-menu a.up
        {
            background: transparent url('/images/theme/up.png') no-repeat left center;
        }
            
        .bottom-menu .current a
        {
            background: transparent url('/images/theme/you_are_here.png') no-repeat left center;
        }

    #get-trial-form
    {
        font-size: 17px;
    }

    .menu .main-menu a
    {
        margin-right: 25px;
    }

        .menu .main-menu a:last-child
        {
            margin-right: 25px;
        }

    .sub-menu.services-pointer .pointer
    {
        margin-left: 74px;
    }

    .logo img
    {
        max-width: 72px;
    }

    .main-section-text
    {
        font-size: 60px;
    }
     .tag_line .container
    {
        max-width: 500px;
    }
}

@media (min-width: 670px)

{
    .flex-col
    {
        display:block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient:vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        
    }

    .flex-bottom
    {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;        
        flex: 1;
        flex: 1 1 auto;
        flex-grow:1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align:end;
        -webkit-align-items: flex-end;
        align-items: flex-end;

        -webkit-box-orient: vertical;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .row.flex.center_old
    {
        -moz-box-align: center;
        -webkit-box-align: center;
        box-align: center;
    }
    .row.flex
    {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;    
        -webkit-box-orient:horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .tag_line .container
    {
        max-width: none;
    }

    #get-trial-form
    {
        font-size: 20px;
    }

    .menu .main-menu a
    {
        margin-right: 35px;
    }

        .menu .main-menu a:last-child
        {
            margin-right: 35px;
        }

    .sub-menu.services-pointer .pointer
    {
        margin-left: 84px;
    }

    #content
    {
        margin-top: 102px;
    }

    .section_pointer_start
    {
        margin-top: -102px;
    }

    .main-section-text
    {
        font-size: 70px;
    }
}
/*@media (max-width: 365px)
{
    #SubMenuHolder,
    .main-menu
    {
        float:left;
    }
    .menu .main-menu a
    {
        display:block;
        line-height: 2.5;
        margin-right: 10px;
    }
    .sub-menu a:hover,
    .sub-menu a
    {
        display:block;
        padding:0;
        float:none;
        border-bottom: solid 1px #FFF;
        border-right:none;
    }
    .sub-menu a:last-child {
        border:none;
    }

    .menu
    {
        width:185px;
        margin:0 auto;
        float:none;
        padding-top:5px;
    }
    .sub-menu
    {
        padding: 5px 10px;
    }
    .sub-menu.home-pointer .pointer
    {
        margin-top: -2px;
        margin-left: -15px;      
    }
    
    
    .sub-menu.services-pointer .pointer {                
        margin-top: 17px;  
        margin-left: -15px;      
    }
    .sub-menu .pointer {
        position: absolute;
        margin-top: 29px;
        margin-left: -15px;
        border-width: 10px 10px 10px 0px;            
        border-color: rgba(0, 0, 0, 0) #4C5054 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }
}*/
section .row
{
    padding: 10px 0;
}


.main-section-bg
{
    padding: 2% 0;
}
#getpaid_section,
#create_section,
#deliver_section
{
    padding-bottom:1.5em;
}

#getpaid_section .main-section-bg,
#create_section .main-section-bg,
#deliver_section .main-section-bg
{
    margin-bottom:1.5em;
}

#create_section .main-section-bg
{
    background: #3281b8;
}

#deliver_section .main-section-bg
{
    background: #fba245;
}

#getpaid_section .main-section-bg
{
    background: #89c7db;
}

#support .main-section-bg
{
    background: #3281b8;
    color: #fff;
}

#support .main-section-text
{
    position: static;
}

.navbar.navbar-fixed-top
{
    background: #fff;
    border: 0px;
}

.main-section-content
{
    position: relative;
}

.col-centered
{
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.nice-button:hover,
.nice-button:focus,
.nice-button
{
    display: inline-block;
    background: #0A73BA;
    height: 35px;
    border-radius: 30px;
    line-height: 35px;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    position: relative;
    padding: 0 50px 0 20px;
}

    .nice-button span.circle
    {
        display: inline-block;
        width: 35px;
        border: solid 2px #FFF;
        height: 35px;
        background-repeat: no-repeat;
        border-radius: 30px;
        background: rgba(0, 0, 0, 0) url('/images/theme/str.png') center no-repeat;
        position: absolute;
        right: -1px;
    }

.stick-bottom
{   
    width: 100%;
}



ul
{
    list-style-image: url('/images/theme/li.png');
}

    ul.checkboxed
    {
        margin-top:15px;
        list-style-image: url('/images/theme/checked_white.png');
    }

    ul.checkboxed_blue
    {
        padding-left: 0;
    }

        ul.checkboxed_blue li
        {
            list-style: none;
            position: relative;
            padding-left: 25px;
            line-height: 1.5;
            padding-bottom: 10px;
        }

            ul.checkboxed_blue li:before
            {
                position: absolute;
                font-style: normal !important;
                top: -3px;
                font-family: 'FontAwesome', sans-serif;
                content: "\f046";
                left: 0;
                color: #3281b8;
                font-size: 16pt;
            }

.font-smaller
{
    font-size: 85%;
}

.plans_table
{
    margin: 30px auto;
}

    .plans_table caption
    {
        caption-side: bottom;
        padding-top: 30px;
    }
        .plans_table caption .nice-button
        {
            margin-left:10px;
        }
    .plans_table th
    {
        background: #003e75;
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        padding: 5px 10px;
        width: 100px;
        border-right: solid 1px #fff;
        border-left: solid 1px #fff;
    }

    .plans_table tr td
    {
        text-align: center;
        padding: 5px 10px;
        width: 125px;
        border-right: solid 1px #fff;
        border-left: solid 1px #fff;
        background: #d4e5f3;
    }

        .plans_table tr th:first-child,
        .plans_table tr td:first-child
        {
            text-align: left;
            width: 155px;
        }

    .plans_table tr:nth-child(2n) td
    {
        background: #eef5fa;
    }

.ers_center_text
{
    text-align: center;
    text-transform: uppercase;
    color: #f26531;
    font-weight: bold;
}

.ers_practices_table
{
    margin: 0px auto;
    width: 100%;
}

    .ers_practices_table th
    {
        padding: 10px 0;
        text-align: center;
        background: #3281b8;
        color: #fff;
    }

    .ers_practices_table td
    {
        padding: 5px 0;
        border-bottom: solid 1px #4c5054;
    }

    .ers_practices_table.industry th
    {
        background: #4c5054;
    }

.idepos_comparision th
{
    background: #d4e5f3;
    color: #fff;
    font-weight: normal;
    padding: 5px;
    text-align: center;
}

    .idepos_comparision th:nth-child(2)
    {
        background: #3281b8;
    }

    .idepos_comparision th:nth-child(3)
    {
        background: #f26531;
    }

.idepos_comparision td
{
    padding: 5px;
    text-align: center;
}

.idepos_comparision caption
{
    caption-side: bottom;
    text-align: right;
    font-size: 85%;
}

.idepos_comparision td:first-child
{
    text-align: left;
    padding: 5px 50px 5px 0;
}

.idepos_comparision td:nth-child(2)
{
    background: #f7fafc;
}

.idepos_comparision td .fontawesome
{
    font-size: 16pt;
}

.idepos_comparision td:nth-child(3) .fontawesome
{
    color: #3281b8;
}

.idepos_comparision td:nth-child(3)
{
    background: #fef4f0;
}

.iconicfill
{
    font-family: 'IconicFill', sans-serif;
    font-style: normal !important;
}

.iconicfill-pen-alt2:before
{
    content: '\e006';
}

.fontawesome
{
    font-family: 'FontAwesome', sans-serif;
    font-style: normal !important;
}

.fontawesome-tasks:before
{
    content: "\f0ae";
}

.fontawesome-check:before
{
    content: "\f046";
}

.fontawesome-check-empty:before
{
    content: "\f096";
}

.fontawesome-trophy:before
{
    content: "\f091";
}

.fontawesome-money:before
{
    content: "\f0d6";
}

.fontawesome-list-ol:before
{
    content: "\f0cb";
}

.fontawesome-eye-open:before
{
    content: "\f06e";
}

.entypo
{
    font-family: 'entypo', sans-serif;
    font-style: normal !important;
}

.entypo-mobile:before
{
    content: "\1f4f1";
}

.entypo-newspaper:before
{
    content: "\1f4f0";
}

.entypo-lock:before
{
    content: "\1f512";
}

.text_icon
{
    font-weight: normal;
    background: #3281b8;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    font-size: 25pt;
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

.icon-center
{
    padding: 0 0 4% 0;
}

.italic
{
    font-style: italic;
}

.img-responsive
{
    width:auto;
}
.img-resp
{
    display: inline-block;
    /*width: 100% \9;*/
    max-width: 100%;
    height: auto;
}

.ers_options_table td
{
    vertical-align: top;
}

    .ers_options_table td .text_icon
    {
        margin-right: 10px;
    }

.ers_options_table ul.first
{
    margin: 20px 0;
}

.idepos_comparision {
    margin: 0 auto;
}
    .idepos_comparision td.title:first-child    
    {
        padding:0 0 5px 0;
    }
.bottom-menu.navbar
{
    min-height:initial;
}