﻿/* File Created: September 20, 2012 */
/*@import url(fonts.css);*/

html, body
{
    font: 100% open_sans, helvetica, sans-serif;
    color: #444;
    line-height: 1;
    direction: ltr;
    margin: 0;
    padding: 0;
    height: 100%;
    font-weight: normal;
    min-width: 550px;
}

.container
{
    min-height: 100%;
    position: relative;
}

.header
{
    min-height: 55px;
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 3px 3px -2px #41494c;
}

    .header.right-aligned
    {
	    width: 88%;
	    right: 0;
    }

.fh
{
    position: relative;
    width: 100%;
    z-index: 9999;
    background-color: #41494c;
    top: 0px;
    padding: 0px 0px;
}

.body
{
    padding-bottom: 230px; /* Height of the footer */
}

h1
{
    font-weight: 400;
    font-size: 1.875em;
    color: #444444;
}

h1.first 
{
	margin-top: 0;
}
/*
.footer
{
    position: absolute;
    bottom: 40px;
    right: 0;
    min-width: 950px;
    width: 88%;
    font-size: 0.85em;
    font-weight: normal !important;
    text-align: center;
}*/

.footer
{
    position: absolute;
    min-width: 950px;
    width: 88%;
    font-size: 0.85em;
    font-weight: normal;
    text-align: center;    
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top:80px;
    margin-bottom: 40px;
    /*bottom:0;*/
}

.footer-above
{
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 15px 0px;
    background-color: #fafafa;
}

.footer-below
{
    padding: 20px 0px 0px 0px;
    text-align: center;
    color: #898989;
}

map > area:focus {
  outline: none;
}

.center-div
{
    width: 950px;
    margin: auto;
    position: relative;
}

p
{
    font-size: 0.938em;
    line-height: 150%;
}

#fixed-menu
{
    height: 57px;
    z-index:0 !important;
}

.logo
{
    font-size: 3.3em;
    color: #757575;
    font-family: amerika_sans;
    font-weight: 600;
}

.h-menue
{
    position: relative;
    background-color: #41494c;
    line-height: 45px;
    margin: auto;
    width: 950px;
    padding: 0px;
    height: 100%;
}

.header-menu-ul
{
    padding: 0px;
    margin: 0px;
}

    .header-menu-ul li
    {
        float: left;
        display: inline-block;
        margin: 0px;
        text-align: left;
        font-size: 0.9em;
        position: relative;
        padding: 3px 18px 3px 0px;
    }

        .header-menu-ul li a
        {
            color: #f1f1f1;
            cursor: pointer;
            border: 1px solid transparent;
        }

        .header-menu-ul li.selected
        {
            color: #444;
            font-weight: 600;
        }

        .header-menu-ul li:hover a
        {
            border-top: 1px solid #2fbede;
        }

.header-sub-menu-ul
{
    margin: 0px;
    padding: 5px 0px;
    line-height: 1.5;
    font-weight: normal;
}

    .header-sub-menu-ul li
    {
        display: block;
        text-align: left;
        cursor: pointer;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

        .header-sub-menu-ul li:hover a
        {
            background-color: #2fbede;
            color: #ffffff;
        }

        .header-sub-menu-ul li a
        {
            margin: 0px;
            display: block;
            padding: 5px 10px;
            border: 1px solid transparent !important;
        }

.header-u-sub-menu-ul
{
    margin: 0px;
    padding: 5px 0px;
    line-height: 1.5;
    font-weight: normal;
}

    .header-u-sub-menu-ul li
    {
        display: block;
        text-align: left;
        cursor: pointer;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

        .header-u-sub-menu-ul li:hover a
        {
            background-color: #f1f1f1; /* #2fbede;*/ /* color: #ffffff;*/
        }

        .header-u-sub-menu-ul li a
        {
            margin: 0px;
            display: block;
            padding: 0px 10px;
            border: 1px solid transparent !important;
        }

.p-t-b-0
{
    padding-top: 0px;
    padding-bottom: 0px;
}

a
{
    text-decoration: none;
    color: #4498d5;
}

    a:hover
    {
        text-decoration: underline;
        outline: none;
    }

    a:active
    {
        border: none;
        outline: none;
    }

.btn-link
{
    text-decoration: none;
    display: block;
}

    .btn-link:hover
    {
        text-decoration: none;
        display: block;
    }

.back-top-above
{
    position: absolute;
    bottom: -5px;
    z-index: 9;
    cursor: pointer;
    color: #2d8bd0;
    display: none;
}

.back-top-below
{
    position: absolute;
    bottom: 7px;
    z-index: 9;
    cursor: pointer;
    color: #2d8bd0;
    display: none;
}

.black-arrow-up
{
    line-height: 0%;
    width: 0px;
    border-bottom: 7px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 5px;
    top: 20px;
}

.black-arrow-down
{
    line-height: 0%;
    width: 0px;
    border-top: 7px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 5px;
    top: 20px;
}

ul
{
    list-style: none;
}

img
{
    border: none;
}

.clear
{
    clear: both;
}

.leftAlign
{
    float: left;
}

.back-home
{
    background: url('/images/siteimges/sprite1.png') no-repeat top left;
    background-position: 0px -24px;
    display: block;
    width: 17px;
    height: 15px;
}

.down-arrow
{
    background: url('/images/siteimges/sprite1.png') no-repeat top left;
    background-position: 0px 5px;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 18px;
    right: 0px;
}

.rightAlign
{
    float: right;
}

#leftMenu
{
    width: 200px;
}

.leftMenu-fixed
{
    position: fixed;
    top: 110px;
    width: 200px;
}

#leftMenu ul
{
    border: 1px solid #f0f0f0;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

    #leftMenu ul li a
    {
        color: #444;
        margin-left: 10px;
    }

    #leftMenu ul li
    {
        border-left: 8px solid transparent;
        margin: 14px 0px;
        cursor: default;
        font-size: 0.85em;
        padding: 0px 0px;
        height: 22px;
        line-height: 22px;
    }

        #leftMenu ul li a:hover
        {
            color: #e8483f;
        }

        #leftMenu ul li.selected
        {
            border-left: 8px solid #0595B5;
            font-weight: 600;
        }

.text-center
{
    text-align: center;
}

.blue-sep
{
    /*background-image: url('/images/siteimges/features_hsep.png'); 	background-repeat: no-repeat;*/
    width: 447px;
    height: 10px;
    border-bottom: 2px dashed #b3b3b3;
}

.g-main-content
{
    height: 550px; /* 428px;*/
    display: table;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.g-content-block
{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.g-content-block-inside .rightAlign .title
{
    display: block;
    font-size: 1.875em;
    color: #000;
}

.g-content-block-inside .leftAlign .title
{
    display: block;
    font-size: 1.875em;
    color: #000;
}

.g-content-block-inside
{
    position: relative;
    margin: auto;
    width: 950px;
}

.numeric-points
{
    color: #c1c1c1;
    font-size: 1.875em;
    display: block;
    width: 950px;
    margin: 20px auto;
    position: relative;
    display: none;
}

.g-img-section-h
{
    height: 550px;
}

.g-color-f2f
{
    background-color: #F2FDFF;
}

.g-color-fff
{
    background-color: #ffffff;
}

.g-color-f7f
{
    background-color: #f7f7f7;
}

.g-color-848
{
    background-color: #848484;
}

.g-color-3a8
{
    background-color: #3a81ba;
}

.gbmab
{
    left: 52px;
    border-style: dashed dashed solid;
    border-color: transparent;
    border-bottom-color: #f1f1f1;
    border-width: 0 6px 8px;
    cursor: default;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: -8px;
    width: 0;
    z-index: 1000;
}

.btn
{
    min-width: 126px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: white;
    border: 1px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .btn:hover
    {
        border: 1px solid #C6C6C6;
    }

    .btn:active
    {
        border: 1px solid #dcdcdc;
    }

    .btn:active
    {
        border: 1px solid #dcdcdc;
    }

#p_username_link
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 50px;
    max-width: 160px;
    color: #2d8bd0;
    cursor: pointer;
    display: block;
    padding-right: 10px;
}

.red
{
    background-color: #D14836;
    background-image: -webkit-linear-gradient(top,#DD4B39,#D14836);
    background-image: -moz-linear-gradient(top,#DD4B39,#D14836);
    background-image: -ms-linear-gradient(top,#DD4B39,#D14836);
    background-image: -o-linear-gradient(top,#DD4B39,#D14836);
    background-image: linear-gradient(top,#DD4B39,#D14836);
}

.green
{
    border: 1px solid #01a364;
    background: #01ba72;
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 1px #335413;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01ba72), to(#01a364));
    background-image: -webkit-linear-gradient(#01ba72, #01a364);
    background-image: -moz-linear-gradient(#01ba72, #01a364);
    background-image: -ms-linear-gradient(#01ba72, #01a364);
    background-image: -o-linear-gradient(#01ba72, #01a364);
    background-image: linear-gradient(#01ba72, #01a364);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blue
{
    background-color: #4a8bf5;
    background-image: -webkit-linear-gradient(top,#4a8bf5,#4788ee);
    background-image: -moz-linear-gradient(top,#4a8bf5,#4788ee);
    background-image: -ms-linear-gradient(top,#4a8bf5,#4788ee);
    background-image: -o-linear-gradient(top,#4a8bf5,#4788ee);
    background-image: linear-gradient(top,#4a8bf5,#4788ee);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.red
{
    background-color: #b34048;
    background-image: -webkit-linear-gradient(top,#c44d58,#b34048);
    background-image: -moz-linear-gradient(top,#c44d58,#b34048);
    background-image: -ms-linear-gradient(top,#c44d58,#b34048);
    background-image: -o-linear-gradient(top,#c44d58,#b34048);
    background-image: linear-gradient(top,#c44d58,#b34048);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.orange
{
    background-color: #fdc055;
    background-image: -webkit-linear-gradient(top,#fdc055,#f9a221);
    background-image: -moz-linear-gradient(top,#fdc055,#f9a221);
    background-image: -ms-linear-gradient(top,#fdc055,#f9a221);
    background-image: -o-linear-gradient(top,#fdc055,#f9a221);
    background-image: linear-gradient(top,#fdc055,#f9a221);
    color: #000;
}

.gray
{
    border: 1px solid #CCC /*{c-bup-border}*/;
    background: #EEE /*{c-bup-background-color}*/;
    font-weight: bold;
    color: #222 /*{c-bup-color}*/;
    text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ white /*{c-bup-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, from( white /*{c-bup-background-start}*/ ), to( #F1F1F1 /*{c-bup-background-end}*/ ));
    background-image: -webkit-linear-gradient( white /*{c-bup-background-start}*/, #F1F1F1 /*{c-bup-background-end}*/ );
    background-image: -moz-linear-gradient( white /*{c-bup-background-start}*/, #F1F1F1 /*{c-bup-background-end}*/ );
    background-image: -ms-linear-gradient( white /*{c-bup-background-start}*/, #F1F1F1 /*{c-bup-background-end}*/ );
    background-image: -o-linear-gradient( white /*{c-bup-background-start}*/, #F1F1F1 /*{c-bup-background-end}*/ );
    background-image: linear-gradient( white /*{c-bup-background-start}*/, #F1F1F1 /*{c-bup-background-end}*/ );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.header-gray
{
    background: #f0f0f0 /*{c-bup-background-color}*/;
    font-weight: bold;
    color: #222 /*{c-bup-color}*/;
    text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ white /*{c-bup-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, from( white /*{c-bup-background-start}*/ ), to( #F1F1F1 /*{c-bup-background-end}*/ ));
    background-image: -webkit-linear-gradient( white /*{c-bup-background-start}*/, #F1F1F1 /*{c-bup-background-end}*/ );
    background-image: -moz-linear-gradient( white /*{c-bup-background-start}*/, #F1F1F1 /*{c-bup-background-end}*/ );
    background-image: -ms-linear-gradient( white /*{c-bup-background-start}*/, #F1F1F1 /*{c-bup-background-end}*/ );
    background-image: -o-linear-gradient( white /*{c-bup-background-start}*/, #F1F1F1 /*{c-bup-background-end}*/ );
    background-image: linear-gradient( white /*{c-bup-background-start}*/, #F1F1F1 /*{c-bup-background-end}*/ );
}

.red-color
{
    color: #e53a35;
}

.err-msg
{
    margin-top: 10px;
    font-size: 1.2em;
}

#h-shadow
{
    position: absolute;
    bottom: -5px;
    width: 100%;
    background-image: url('/Images/siteImges/Shadow.png');
    background-repeat: repeat-x;
    height: 5px;
}

.h-inner-top-shadow
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: url('/Images/siteImges/Shadow.png');
    background-repeat: repeat-x;
    height: 5px;
    border: 0 !important;
    z-index: -9;
}

.h-inner-bottom-shadow
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-image: url('/Images/siteImges/Shadow-bottom.png');
    background-repeat: repeat-x;
    height: 8px;
    border: 0 !important;
    z-index: -9;
    display: block;
}

.h-outer-left-shadow
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 8px;
    background-image: url('/Images/siteImges/Shadow-left.png');
    background-repeat: repeat-y;
    height: 131px;
    border: 0 !important;
    z-index: -9;
    display: block;
}

.no_selection
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.main-page-layout
{
    margin-top: 38px;
    overflow: hidden;
}

.main-page-left-layout
{
    width: 237px;
}

.main-page-right-layout
{
    /*width: 712px;*/
}

.main-page-img-pane
{
    width: 175px;
    position: relative;
    top: 32px;
    z-index: -999;
}

.p-title
{
    font-size: 1.5em;
}

.p-content
{
}

.p-container
{
    text-align: left;
}

.p-parag
{
    font-size: 0.938em; /*15px*/
    line-height: 1.3;
}

.p-list
{
    font-size: 0.85em;
    line-height: 1.3;
    padding: 0px 18px;
    list-style: inherit;
    margin-top: 30px;
    list-style-image: url('/images/siteimges/listImg.png');
}

    .p-list li
    {
        margin-bottom: 8px;
        font-size: 1.0em;
    }

.horizontal-menu li
{
    float: left;
    margin: 0px 10px;
    cursor: pointer;
    padding: 5px;
}

    .horizontal-menu li a
    {
        color: #898989;
    }

.footer-horizontal-menu
{
    width: 527px;
    margin: 0px auto;
    padding: 0px;
    font-size: 0.95em;
}

    .footer-horizontal-menu li
    {
        float: left;
        margin: 0px 5px;
        cursor: pointer;
        padding: 3px 5px;
    }

        .footer-horizontal-menu li a
        {
            color: #898989;
        }

            .footer-horizontal-menu li a:hover
            {
                color: #4498d5;
            }

#fill-form
{
    color: #898989;
    position: relative;
    z-index: 9;
}

#signup-form, #signin-form
{
    border-top: 2px dashed #dfdfdf;
    color: #898989;
    position: relative;
}

.textbox-container
{
    margin: 20px 5px;
    position: relative;
}

.text-box-small
{
    width: 300px;
    height: 33px;
    font-size: 1.1em;
}

.text-box-large
{
    font-size: 1.6em;
    width: 415px;
    height: 38px;
}

.input-text, .input-password
{
    line-height: 2;
    opacity: 0.56;
    filter: alpha(opacity=56);
    padding: 0px 10px;
    background-color: #fbfbfb;
    border: 1px solid #c7cacc;
    z-index: 10;
}

select
{
    background-color: #fbfbfb;
    border: 1px solid #c7cacc;
}

    select:focus
    {
        border: 1px solid #9acdf2 !important;
        outline: none;
    }

textarea:focus
{
    border: 1px solid #9acdf2 !important;
    outline: none;
}

input[type=text]:focus, input[type=password]:focus
{
    border: 1px solid #9acdf2 !important;
    outline: none;
}

.text-label
{
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 0.938em;
    color: #000;
    z-index: -99;
}

.text-label-fancy
{
    position: absolute;
    top: -20px;
    left: 3px;
    font-size: 1.0em;
    color: #5d5d5d;
    z-index: -9 !important;
}

.yellowbox
{
    background-color: #feefc6;
    border: 1px solid #fabb1c;
}

.o-block
{
    display: block;
    margin: 11px 0px 35px 0px;
}

.o-img-right-space
{
    margin-right: 10px;
    display: none;
}

.redbox
{
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
    padding: 10px;
    font-size: 1.2em;
    color: #333;
}

.mobility-iphone-img
{
    background-image: url('/Images/siteImges/iPhone_App_Download_Button.png');
    width: 276px;
    height: 59px;
    margin: 20px;
    text-align: center;
    line-height: 59px;
    font-size: 2.0em;
    font-weight: 600;
    cursor: pointer;
}

.mobility-ipad-img
{
    background-image: url('../Images/siteImges/iPad_App_Download_Button.png');
    width: 275px;
    height: 59px;
    margin: 20px;
    text-align: center;
    line-height: 59px;
    font-size: 2.0em;
    font-weight: 600;
    cursor: pointer;
}

.mobility-android-img
{
    background-image: url('../Images/siteImges/Mobile_App_Play_Store_Button.png');
    width: 222px;
    height: 59px;
    margin: 20px;
    text-align: center;
    line-height: 59px;
    font-size: 2.0em;
    font-weight: 600;
    cursor: pointer;
}

.mobility-win-img
{
    background-image: url('../Images/siteImges/Mobile_App_App_Store_Button.png');
    width: 222px;
    height: 64px;
    margin: 14px 20px 20px 20px;
    text-align: center;
    line-height: 64px;
    font-size: 2.0em;
    font-weight: 600;
    cursor: pointer;
}

.text-align-c
{
    text-align: center;
}

.sub-header
{
    font-size: 1.8em;
}

.c-gray
{
    color: #777;
}

.c-blue
{
    color: #1484cd;
}

.large-btn
{
    height: 50px;
    line-height: 50px;
    font-size: 1.8em;
    width: 200px;
}

.m-auto
{
    margin: auto;
}

.l-h-2
{
    line-height: 2;
}

.f-s-1_2
{
    font-size: 0.75em;
}

.f-s-1_3
{
    font-size: 0.85em;
}

.f-s-1_4
{
    font-size: 0.938em;
}

.f-s-1_6
{
    font-size: 1em;
}

.f-s-1_9
{
    font-size: 1.4em;
}

.f-s-1_05
{
    font-size: 1.05em;
}

.f-w-3
{
    font-weight: 400;
}

.f-w-6
{
    font-weight: 600;
}

.f-w-7
{
    font-weight: 700;
}

.hor-sep
{
    border-bottom: 1px solid #dfdfdf;
    margin: 5px 0px;
    display: block;
}

.m-t-0
{
    margin-top: 0;
}

.m-t-10
{
    margin-top: 10px;
}

.m-t-35
{
    margin-top: 35px;
}

.m-t-20
{
    margin-top: 20px;
}

.m-t-50
{
    margin-top: 50px;
}

.m-t-65
{
    margin-top: 65px;
}

.m-b-0
{
    margin-bottom: 0px;
}

.m-b-10
{
    margin-bottom: 10px;
}

.m-b-50
{
    margin-bottom: 50px;
}

.m-b-20
{
    margin-bottom: 20px;
}

.m-b-35
{
    margin-bottom: 35px;
}

.m-b-65
{
    margin-bottom: 65px;
}

.m-l-10
{
    margin-left: 10px;
}

.m-l-20
{
    margin-left: 20px;
}

.m-15
{
    margin: 15px;
}

.m-l-r-10
{
    margin: 0px 10px;
}

.m-r-10
{
    margin-right: 10px;
}

.p-l-15
{
    padding-left: 15px;
}

.w-b-1
{
    width: 270px;
    border-right: 1px solid #dfdfdf;
}

.w-b-2
{
    width: 210px;
    border-right: 1px solid #dfdfdf;
}

.w-b-3
{
    width: 180px;
}

.pdf-ico
{
    background-image: url('/Images/siteImges/pdf-icon.jpg');
    width: 13px;
    height: 16px;
    display: block;
}

.pdf-ico-center
{
    position: relative;
    top: 7px;
}

/*.goog-te-menu-value:hover
{
    text-decoration: none !important;
}

.goog-te-banner-frame.skiptranslate
{
    display: none !important;
}*/

body
{
    top: 0px !important;
}

.pdfFile
{
    color: #4498D5;
    cursor: pointer;
}

    .pdfFile:hover
    {
        text-decoration: underline;
    }

.t-h-divs
{
}

.t-h-div-selected
{
    /* border-bottom: 2px solid #0093B4 !important;*/
    background-color: #1985d5 !important;
    color: #fff;
}

.t-h-divs div
{
    width: 140px;
    padding: 5px;
    font-size: 0.938em;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #d5e0e2;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .t-h-divs div:hover
    {
        /*  border-bottom: 2px solid #eb5548;*/
        background-color: #f2f9fa;
    }

.t-h-c-divs
{
    position: relative;
    border-top: 2px solid #c0c0c0;
}

    .t-h-c-divs div
    {
        border: 1px solid #f2f2f2;
        height: 580px;
        padding: 10px;
        overflow: auto;
    }







.p-t-h-div-selected
{
    /* border-bottom: 2px solid #0093B4 !important;*/
    background-color: #ffffff !important;
    color: #0072c6 !important;
    font-size: 1.2em !important;
    font-weight: bold;
    border-bottom: 0px;
    margin-bottom: -2px !important;
    background-image: none !important;
    height: 32px !important;
    font-weight: 700;
}

.p-t-h-divs div
{
    color: #555;
    font-weight: 600;
    text-shadow: 1px 1px 1px #fff;
    font-size: 1.1em !important;
    /*width: 210px;*/
    padding: 15px 5px;
    font-size: 0.938em;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #d5e0e2;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    border-left: 2px solid #dfdfdf;
    border-top: 2px solid #dfdfdf;
    border-right: 2px solid #dfdfdf;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background-image: linear-gradient(bottom, rgb(237,237,237) 21%, rgb(245,245,245) 61%, rgb(248,248,248) 81%);
    background-image: -o-linear-gradient(bottom, rgb(237,237,237) 21%, rgb(245,245,245) 61%, rgb(248,248,248) 81%);
    background-image: -moz-linear-gradient(bottom, rgb(237,237,237) 21%, rgb(245,245,245) 61%, rgb(248,248,248) 81%);
    background-image: -webkit-linear-gradient(bottom, rgb(237,237,237) 21%, rgb(245,245,245) 61%, rgb(248,248,248) 81%);
    background-image: -ms-linear-gradient(bottom, rgb(237,237,237) 21%, rgb(245,245,245) 61%, rgb(248,248,248) 81%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.21, rgb(237,237,237)), color-stop(0.61, rgb(245,245,245)), color-stop(0.81, rgb(248,248,248)) );
}

    .p-t-h-divs div:hover
    {
        /*  border-bottom: 2px solid #eb5548;*/
        background-color: #f2f9fa;
    }

.p-t-h-c-divs
{
    position: relative;
    border-top: 2px solid #c0c0c0;
}

    .p-t-h-c-divs div
    {
        border: 1px solid #f2f2f2;
        height: 470px;
        padding: 10px;
        overflow: auto;
    }

.coldstorage-img
{
    background-image: url(/Images/siteImges/Meet_Zoolz_Cold_Storage_Icon_Small.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 150px;
    height: 32px;
}

.coldstorage-img-small
{
    background-image: url(/Images/siteImges/Cold_Storage_Icon_Small.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 150px;
    height: 32px;
}

    .coldstorage-img-small a
    {
        color: #fff;
        text-decoration: underline;
        font-weight: 600;
        font-size: 0.85em;
    }

        .coldstorage-img-small a:hover
        {
            text-decoration: none;
        }

.blue-point
{
    background: url('/images/siteimges/sprite1.png') no-repeat top left;
    background-position: 0px -103px;
    display: block;
    width: 10px;
    height: auto;
    padding-left: 15px;
    width: 200px;
    margin-bottom: 15px;
}

.blue-point-text
{
    top: -3px;
    position: relative;
}

.cold-storage-BG-1
{
    background-image: url(/Images/siteImges/Cold_Storage_Image.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.cold-storage-BG-2
{
    background-image: url(/Images/siteImges/Cold_Storage_Image_Mobile.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.cold-storage-BG-color
{
    background-color: #31639c;
}

.go-green-BG
{
    background-image: url(/Images/siteImges/Go_Green_Image.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.go-green-BG-color
{
    background-color: #d8de95;
}

.go-green-dark-BG
{
    background-image: url(/Images/siteImges/Go_Green_dark.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.keep-track-BG
{
    background-image: url(/Images/siteImges/Keep_Track_Blue_Background.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.security-BG
{
    background-image: url(/Images/siteImges/Secure_BG_Blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.keep-track-BG-color
{
    background-color: #96c5d8;
}

#animated-numbers
{
    background-image: url(/Images/siteImges/Points_Circle.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.graph-canvas
{
    width: 460px;
    height: 300px;
    position: relative;
}

.graph-title
{
    font-size: 1em;
    font-weight: 300;
}

.graph-c
{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 20px;
    left: 0px;
    border-bottom: 1px solid #777;
}

.graph-text
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px 0px;
    font-size: 0.75em;
}

    .graph-text div
    {
        float: left;
        margin: 0px 5px;
        min-width: 50px;
        position: absolute;
        bottom: 0px;
        text-align: center;
    }

.graph-c div
{
    float: left;
    margin: 0px 5px;
    width: 50px;
    height: 5px;
    position: absolute;
    bottom: 0px;
}

.graph-bg-c
{
    background-color: #F2AC29;
}

.graph-bar1
{
    background-color: #03A688;
}

.graph-bar1, .graph-t-1
{
    left: 50px;
}

.graph-bar2, .graph-t-2
{
    left: 150px;
}

.graph-bar3, .graph-t-3
{
    left: 250px;
}

.graph-bar4, .graph-t-4
{
    left: 350px;
}

.graph-small-canvas
{
    width: 335px;
    height: 245px;
    position: relative;
    text-align: center;
}

    .graph-small-canvas .graph-title
    {
        font-size: 0.85em;
        font-weight: 300;
    }

    .graph-small-canvas .graph-c
    {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 23px;
        left: 0px;
        border-bottom: 2px solid #777;
    }

    .graph-small-canvas .graph-text
    {
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding: 10px 0px;
        font-size: 0.60em;
    }

        .graph-small-canvas .graph-text div
        {
            float: left;
            margin: 0px 5px;
            width: 45px;
            min-width: 30px;
            position: absolute;
            bottom: 0px;
            text-align: center;
        }

    .graph-small-canvas .graph-c div
    {
        float: left;
        margin: 0px 5px;
        width: 45px;
        height: 5px;
        position: absolute;
        bottom: 0px;
    }

    .graph-small-canvas .graph-bg-c
    {
        background-color: #4f81bd;
    }

    .graph-small-canvas .graph-bar1
    {
        background-color: #a7cae9;
    }

    .graph-small-canvas .graph-bar1, .graph-small-canvas .graph-t-1
    {
        left: 10px;
    }

    .graph-small-canvas .graph-bar2, .graph-small-canvas .graph-t-2
    {
        left: 90px;
    }

    .graph-small-canvas .graph-bar3, .graph-small-canvas .graph-t-3
    {
        left: 175px;
    }

    .graph-small-canvas .graph-bar4, .graph-small-canvas .graph-t-4
    {
        left: 265px;
    }

.check-blue
{
    background-image: url('/images/siteimges/check_blue.png');
    width: 18px;
    height: 17px;
    display: block;
}

.tr-bg-c-1
{
    background-color: #f5fbff;
    font-size: 0.82em;
    line-height: 1.5;
}

.tr-bg-c-2
{
    background-color: #ffffff;
    font-size: 0.85em;
    font-size: 0.82em;
    line-height: 1.5;
}

.td-c-w
{
    width: 150px;
}

.cold-s-ice
{
    background-image: url(/Images/siteImges/Why_Zoolz_Cold_Storage.png);
    background-repeat: no-repeat;
    width: 619px;
    height: 432px;
    position: absolute;
    right: -90px;
    top: -86px;
}

.imgs-sub-container
{
    border: 1px solid #cccccc;
    cursor: pointer;
    margin: 15px;
    padding: 3px;
    background-color: #f1f1f1;
    width: 150px;
    height: 128px;
}

    .imgs-sub-container:hover
    {
        border: 1px solid #3b5998;
    }

.go-parag
{
    cursor: pointer;
}

.cdn-center-img
{
    background-image: url('/images/siteimges/cdn_legend.png');
    width: 10px;
    height: 10px;
    display: block;
}

.data-center-img
{
    background-image: url('/images/siteimges/Data_Center_Legend.png');
    width: 15px;
    height: 15px;
    display: block;
}

.info-box
{
    border: 1px solid #f0c36d;
    background-color: #f9edbe;
    position: relative;
}

#demo_box
{
    border: 1px solid #f2f2f2;
    background-color: #fde58d;
    border-top: 5px solid #fdc055;
    border-bottom: 1px solid #fdc055;
    position: relative;
}

#overlay-demo
{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
}

#demo
{
    position: relative;
}

.demo-div
{
    position: relative;
}

.g_translate_map
{
    /*background-image: url('/images/Zoolz_Header_Language_Icon.png');
    background-repeat: no-repeat;
    z-index: 99;
    background-position: 10px 2px;
        */
}

.sprit
{
    background-image: url('/images/siteimges/free/zoolz_free_sprite.png');
    background-repeat: no-repeat;
}

.home-logo-tab-h
{
    background-position: -8px -760px;
    width: 156px;
    height: 34px;
    display: block;
    cursor: pointer;
}

.home-logo-tab-b
{
    background-position: -161px -763px;
    width: 100px;
    height: 31px;
    display: block;
    cursor: pointer;
}

.home-logo-right-arrow
{
    background-position: -20px -732px;
    width: 11px;
    height: 18px;
    display: block;
    cursor: pointer;
}

.home-logo-left-arrow
{
    background-position: -4px -732px;
    width: 11px;
    height: 18px;
    display: block;
    cursor: pointer;
}

.c-s-i
{
    background-image: url('/images/Zoolz_Header_Phone_Icon.png');
    background-repeat: no-repeat;
    z-index: 99;
    background-position: 2px 8px;
    margin: 0px 0px 0px 0px;
    font-size: 0.80em;
    font-weight: 600;
    padding-left: 24px;
    color: #000;
    font-family: arial;
}

#g_translate
{
    background-color: #fff;
    width: 111px;
    height: 22px;
    position: relative;
    display: block;
    top: 7px;
    margin: 0px 3px;
}

.goog-te-gadget-simple
{
    border: none !important;
    /*  border-bottom : 1px solid #5d9ccf !important;*/
}

    .goog-te-gadget-simple img
    {
        display: none;
    }

.goog-te-menu-value span
{
    margin: 0px 2px;
}

/*::-webkit-scrollbar
{
    width: 10px;
}

::-webkit-scrollbar-track
{
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb
{
    background: #CCC;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

    ::-webkit-scrollbar-thumb:hover
    {
        background: #AAA;
    }

    ::-webkit-scrollbar-thumb:active
    {
        background: #888;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);*/
    }


@media screen and (max-device-width: 480px)
{
    body
    {
        -webkit-text-size-adjust: none;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        padding: 5px;
    }

    p
    {
        display: block;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }
}

.ui-btn-up-b .ui-btn-up-b
{
    border: 1px solid #044062;
    background: #396B9E;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px 1px #194B7E;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5F9CC5),to(#396B9E));
    background-image: -webkit-linear-gradient(#5F9CC5,#396B9E);
    background-image: -moz-linear-gradient(#5F9CC5,#396B9E);
    background-image: -ms-linear-gradient(#5F9CC5,#396B9E);
    background-image: -o-linear-gradient(#5F9CC5,#396B9E);
    background-image: linear-gradient(#5F9CC5,#396B9E);
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.required
{
    color: red;
    font-size: 0.85em;
    display: inline-block;
}

.required_f
{
    color: red;
    font-size: 0.85em;
}

.blur
{
    background: white;
    background: rgba(255,255,255,0.8);
    filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    -moz-filter: blur(4px);
    -webkit-filter: blur(4px);
}

.splitted-div
{
    overflow: hidden;
}
        
.splitted-div-left
{
    float: left;
    width: 54%;
}
        
.splitted-div-right
{
    float: right;
}

h3
{
    color: #1ba1e2;
}

.w-40 
{
	width: 40%;
}

.w-60 
{
    width: 58%;	
}

.w-50 
{
    width: 48%;	
}

.chart-percent 
{
    display: block;
    margin-top: -20px;
    color: #777777;
    font-weight: 600;	
}