﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: Helvetica Neue Regular;
    margin: auto;
    border: 0 none;
    padding: 0;
/*    min-width: 1050px;
    width: 1050px;*/
}

img {
    border: 0;
}

.SSO {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: -28px;
    margin-right: 5px;
}

#top_content {
    width: 1050px;
    min-width: 1050px;
    height: 589px;
    margin: auto;
    margin-top: 110px;
    /* position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;*/
}

.dot_selected {
    background-image: url(../Images/active_dot.png);
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
    width: 17px;
    height: 17px;
    padding: 3px;
}

.dot_not_selected {
    background-image: url(../Images/inactive_dot.png);
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
    width: 17px;
    height: 17px;
    padding: 3px;
}

#left_news {
    width: 580px;
    height: 580px;
    float: left;
    margin-left: 15px;
}

#right_form {
    width: 300px;
    height: 600px;
    float: left;
    margin-left: 75px;
}

#sub_footer {
    width: 1050px;
    margin: auto;
    margin-top: 5px;
}

    #sub_footer p {
        color: #909090;
        float: left;
        margin: 0px;
        font-size: 12px;
    }

#footer {
    width: 100%;
    line-height: 27px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    background-color: #f1f1f1;
    z-index: 10;
}
/*terms links start*/
#terms_links {
    margin-left: 2px;
    position: relative;
    float: right;
    width: 300px;
    bottom: 20px;
    z-index: 0;
    height: 20px;
    margin-right: 100px;
}

    #terms_links ul {
        list-style-type: none;
    }

        #terms_links ul li {
            display: inline;
        }

            #terms_links ul li a {
                Font-family: arial;
                Font-size: 11px;
                color: #625e5e;
            }
/*terms links End*/
/*Right image style Start*/
.slideimg {
    position: absolute;
    margin-left: 20px;
}

#right_image {
    width: auto;
    height: auto;
    /*margin:auto;*/
    width: 550px;
    height: 250px;
    margin-top: 120px;
}

#right_image2 {
    width: auto;
    height: auto;
    /*margin:auto;*/
    width: 600px;
    height: 180px;
    margin-top: 120px;
    margin-left:10px;
}

    #right_image img {
        display: block;
        margin-right: auto;
    }
/*Right image style End*/


/*quick boooks promo  image style Start*/
#qbo_promo {
    width: 465px;
    height: auto;
    margin: auto;
    margin-top: 25px;
}

    #qbo_promo img {
        display: block;
        margin: auto;
    }
/*quick boooks promo  image style End*/
#divider {
    width: 100%;
    height: 20px;
    margin-top: 20px;
}

    #divider #divider_line {
        width: 94%;
        margin: auto;
        background: #c2c2c2;
        height: 1px;
    }
/*NEws style start*/
#news_content {
    width: 500px;
    height: 148px;
    margin: auto;
    margin-top: -20px;
}

    #news_content h3 {
        color: #58a6da;
    }

    #news_content p {
        color: #909090;
        height: 40px;
        font-size: 14px;
    }
/*NEws style End*/


/*Login form stylle start	*/
#msg_error {
    width: 320px;
    height: 36px;
}

    #msg_error p {
        position: relative;
        top: 50%;
    }

#error_text_msg {
    color: red;
    font-size: 14px;
    margin: 0px;
    display: none;
}

.img_input {
    float: left;
    margin-top: 8px;
    margin-left: 5px;
}

.border_input {
    height: 40px;
    width: 300px;
    border: 1px solid #58a6da;
    margin-top: 18px;
    border-radius: 5px;
}

.input_style {
    color: #000;
    width: 260px;
    height: 100%; 
    border: none;
    padding: 0; 
}

input:focus {
    outline: 0;
    background-color: rgba(0,0,0,0);
}

input {
    background-color: rgba(0,0,0,0);
}

.styled-select {
    width: 150px;
    height: 36px; 
    background: url(../images/new_arrow.png) no-repeat;
    background-position: 90% 50%;
    border: 1px solid #ccc;
    margin-top: 18px;
    border-radius: 5px;
    float: left;
    z-index: 999;
    cursor: pointer;
    max-width: 50%;
}

#current_lang {
    padding-left: 10px;
    padding-top: 8px;
    color: #909090;
    cursor: pointer;
    height: 23px;
}

#current_menu {
    z-index: 1000;
    position: relative;
    top: -8px;
}

    #current_menu ul {
        border-top: none;
        border-radius: 5px;
    }

        #current_menu ul li {
            list-style: none;
            width: 150px;
            height: 38px;
            margin-left: -40px;
            cursor: pointer;
            background-color: #F3F3F3;
            color: #909090;
        }

            #current_menu ul li:last-child {
                border-radius: 0px 0px 5px 5px;
            }

            #current_menu ul li span {
                position: relative;
                top: 10px;
                left: 10px;
            }

            #current_menu ul li:hover {
                color: #FFF !important;
                background-color: #58a6da;
                cursor: pointer;
            }


/*#log_in_button {
    float: right;
    width: 120px;
    margin-top: 18px;
}*/

#keep_login_text {
    width: 140px;
    float: left;
    margin: 0px;
    color: #626262;
    font-size: 14px;
}

#forget_my_pass {
    text-align: center;
}

    #forget_my_pass a {
        color: #58a6da;
        font-size: 14px;
    }

#sign_up_button {
    margin-top: 10px;
    margin-left: 13px;
}

    #sign_up_button a {
        cursor: pointer;
        text-decoration: none;
    }

input[type=checkbox] {
    visibility: hidden;
}

.squaredTwo {
    width: 20px;
    height: 20px;
    float: left;
    background: #FFF;
    background: -webkit-linear-gradient(top, #58a6da 0%, #58a6da 40%, #58a6da 100%);
    background: -moz-linear-gradient(top, #58a6da 0%, #58a6da 40%, #58a6da 100%);
    background: -o-linear-gradient(top, #58a6da 0%, #58a6da 40%, #58a6da 100%);
    background: -ms-linear-gradient(top, #58a6da 0%, #58a6da 40%, #58a6da 100%);
    background: linear-gradient(top, #58a6da 0%, #58a6da 40%, #58a6da 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a6da', endColorstr='#58a6da', GradientType=0 );
    margin-left: 0px;
    margin-right: 5px;
    position: relative;
}

    .squaredTwo label {
        cursor: pointer;
        position: absolute;
        width: 18px;
        height: 18px;
        left: 1px;
        top: 1px;
        background: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
        background: -moz-linear-gradient(top, #FFF 0%, #FFF 100%);
        background: -o-linear-gradient(top, #FFF 0%, #FFF 100%);
        background: -ms-linear-gradient(top, #FFF 0%, #FFF 100%);
        background: linear-gradient(top, #FFF 0%, #FFF 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#FFF', GradientType=0 );
    }

        .squaredTwo label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 3px;
            left: 3px;
            border: 3px solid #58a6da;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredTwo label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .squaredTwo input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

#cycler, #cycler1 {
    height: 5em;
    overflow: hidden;
    margin-top: -17px;
}

    #cycler div, #cycler1 div {
        height: 50px;
    }

.labels {
    font-family: Source Sans Pro;
    position: absolute;
    font-size: 14px;
    font-weight: lighter;
    color: #a4a4a4;
    cursor: text;
    display: none;
    margin-top: 11px;
}

@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url('../LoginTools/Fonts/helveticaneue.eot');
    src: url('../LoginTools/Fonts/helveticaneue.eot') format('embedded-opentype'), url('../LoginTools/Fonts/helveticaneue.woff') format('woff'),
        url('../LoginTools/Fonts/helveticaneue.ttf') format('truetype'), url('../LoginTools/Fonts/helveticaneue.svg#Helvetica Neue Regular') format('svg');
}

img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

    img.icon {
        margin-left: 5px;
        margin-right: 5px;
        vertical-align: middle;
    }

#centeredmenu {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    min-width: 1052px;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    z-index: 1000;
    position: relative;
    background-image: url('../images/top_menu_bg.png');
    background-repeat: repeat-x;
}

    #centeredmenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
        position: relative;
        right: 51%;
    }

        #centeredmenu ul li.logo {
            margin: 0 0 0 1px;
            padding: 0;
            float: left;
            position: relative;
            left: 50%;
            top: 1px;
            height: 94px;
        }

        #centeredmenu ul li.rightbordered {
            margin: 0 0 0 1px;
            padding: 0;
            float: left;
            position: relative;
            left: 50%;
            top: 1px;
            height: 90px;
            background-image: url('../images/menu_item_separator.png');
            top: -1px;
            background-repeat: no-repeat;
            vertical-align: middle;
        }

        #centeredmenu ul li a {
            display: block;
            margin: 0;
            padding: 40px 22px 25px 29px;
            font-size: 14px;
            text-decoration: none;
            color: #404040;
        }

        #centeredmenu ul ul {
            display: none;
            position: absolute;
            top: 90px;
            left: 0;
            right: auto; 
            width: 170px; 
        }

            #centeredmenu ul ul li {
                left: auto; 
                margin: 0; 
                clear: left;
                width: 100%;
                height: 36px; 
                box-shadow: 3px 4px 1px rgba(0, 0, 0, 0.2);
                margin-top: -1px;
            }


                #centeredmenu ul ul li a,
                #centeredmenu ul li:hover ul li a,
                #centeredmenu ul li.hover ul li a {
                    height: 25px;
                    font-size: 12px;
                    font-weight: normal; /* resets the bold set for the top level menu items */
                    background: #E8E8E8;
                    color: #404040;
                    /*border-bottom:1px solid #d0d0d0;*/
                    padding: 9px;
                    text-align: left;
                    vertical-align: middle;
                    width: 152px;
                }

                    #centeredmenu ul ul li a:hover,
                    #centeredmenu ul li:hover ul li a:hover,
                    #centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
                        background: #679EC1; /* Sub menu items background colour */
                        color: white;
                    }

            /* Flip the last submenu so it stays within the page */
            #centeredmenu ul ul.last {
                left: auto; /* reset left:0; value */
                right: 0; /* Set right value instead */
            }

        /* Make the sub menus appear on hover */
        #centeredmenu ul li:hover ul,
        #centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
            display: block; /* Show the sub menus */
        }


/* Starter CSS for Flyout Menu */

#cssmenu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 80%;
}

    #cssmenu ul ul li {
        float: none;
        box-shadow: none;
    }

#cssmenu ul li:hover > ul {
    visibility: visible;
}

#cssmenu ul ul {
    top: 0;
    left: 100%;
}

#cssmenu ul li {
    float: none;
}
/* Custom Stuff */
#cssmenu {
    width: 100%;
}

    #cssmenu span,
    #cssmenu a {
        display: inline-block;
    }

    #cssmenu:after,
    #cssmenu ul:after {
        content: '';
        display: block;
        clear: both;
    }



    #cssmenu a {
        color: #666666;
        line-height: 160%;
        padding: 11px 28px 11px 28px;
        width: 160px;
    }

    #cssmenu ul ul {
        width: 150px;
    }

    #cssmenu .has-sub {
        position: relative;
    }
/*Top Menu Barcloud End*/


/*Tool Tip*/
a.tooltip {outline:none;color: rgba(71,71,71,1); }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
} 


.rcRefreshImage {
  
    padding: 1px;
    height: 25px;
    width: 25px;
    display: block;
    background-repeat: no-repeat;
    background-image: url('../images/Reset-Password-Refresh-Button.png');
    padding-top:185px;
     position:relative;
    top:210px;
    left:3px;
    background-size:23px;
    outline:none;
}

        .tooltip2 {
        background-image:url("../images/Reset-Password-Info-Button.png");
        float:left;
        width:25px;
        height:24px;
        background-size:25px;
        background-repeat:no-repeat;
        outline:none;
        }  

.rcCaptchaAudioLink {
  
    padding: 10px;
    height: 11px;
    width: 11px;
    display: block;
    background-repeat: no-repeat;
    background-image: url('../images/Reset-Password-Play-Button.png');
    background-size:24px;
    position:relative;
    bottom:2px;
    left:37px;
    outline:none;
     
    
    
}
.rcCaptchaAudioLink:hover 
{
    
    color: #F0F0F0;
}
.rcCaptchaImage {
    float: left;
    height: 50px !important;
width: 300px !important;
display: block !important;
margin-top: 44px !important;
margin-left: 55px !important;
}

.qsfPanel {
    float: left;
    margin-left: 20px;
}
.errorMessage {
    margin-left: 30px;
    line-height: 20px;
}
 
.qsf-wrapper a.rcCaptchaAudioLink {
    color: #fff;
    
}
 
#audioCaptchaExample.demo-container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}

#RadCaptcha1_SpamProtectorPanel {
        border: 1px solid #d7d7d7 !important;
        height: 130px;width: 418px !important;
        }
