﻿/* RESET CSS */

@font-face {
    font-family: BPG Arial;
    src: url(/fonts/bpg_arial.ttf);
    font-weight: 400;
}


@font-face {
    font-family: "dejavu";
    src: url("/fonts/dejavu.ttf");
}

@font-face {
    font-family: "algeti";
    src: url("/fonts/algeti.ttf");
}

table {
    border-spacing: 0;
}

textarea {
    resize: vertical;
}

html, body, div, span, applet, object, p, a, img, ul, li, table, h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: BPG Arial;
}

html {
    height: 100%;
}


.clearfloat:after {
    clear: both;
    content: ".";
    display: block;
    float: none !important;
    height: 0;
    visibility: hidden;
}

.noActiveTransform:active {
    transform: none !important;
}


/* BASIC MARKUP */

body {
    background: #f3f3f3;
    font-size: 12px;
    overflow-y: scroll;
    height: 100%;
}


#MainHeader {
    position: relative;
    background-color: #60a642;
    height: 70px;
    width: 100%;
}

#HeaderHolder {
    width: 1000px;
    margin: 0 auto;
}


#MainHeader .logo {
    width: 163px;
    float: left;
    margin: 15px 0 9px;
    opacity: 1;
}


    #MainHeader .logo:hover {
        opacity: .8;
        transition: opacity 200ms linear;
    }

    #MainHeader .logo:active {
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }



#btnMenu {
    float: left;
    margin-left: 6px;
    border-left: 1px solid #3A9128;
    border-right: 1px solid #3A9128;
    background: #53963A;
}

    #btnMenu > div {
        background: url("/img1/header/sprite_header.png") no-repeat scroll -230px 7px rgba(0, 0, 0, 0);
        height: 68px;
        width: 71px;
    }

    #btnMenu:hover {
        background-color: #62A748;
        cursor: pointer;
    }
/* USER PANEL */
.userPanel {
    float: right;
}


    .userPanel .logout, .parameters {
        float: left;
        padding-right: 17px;
        border-left: 1px solid #3a9128;
        height: 56px;
        padding-top: 14px;
        width: 35px;
        padding-left: 17px;
        position: relative;
    }

        .userPanel .logout :active, .language:active {
            transform: scale(0.90);
            -ms-transform: scale(0.90);
        }

/*SPEED*/

.speed {
    border-left: 1px solid #3A9128;
    float: left;
    height: 70px;
    padding: 0px 18px;
    cursor: pointer;
    width: 30px;
}

    .speed .btn_speed {
        background: url("/img1/header/sprite_header.png") no-repeat scroll -11px -5px transparent;
        height: 30px;
        margin-top: -39px;
        visibility: visible;
        width: 30px;
    }

.subscribe {
    border-left: 1px solid #3A9128;
    float: left;
    height: 50px;
    padding: 0 0 0 18px;
    padding-top: 20px;
    cursor: pointer;
    width: 145px;
    color: white;
}

    .subscribe:hover {
        background-color: #74BA57;
    }


.btn_subscribe {
    background: url("/img1/header/sprite_header.png") no-repeat scroll -155px -40px transparent;
    height: 30px;
    margin-right: 5px;
    visibility: visible;
    width: 30px;
    float: left;
}

.progressBar {
    border: 1px solid #2e681d;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #6cca4d;
    width: 100px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #40912a;
}

.speed p {
    font-size: 10px;
    color: #346926;
    text-shadow: 0px 1px 0px #63b84c;
    line-height: 5px;
    margin-bottom: 10px;
}

.progressBar span {
    display: inline-block;
    height: 100%;
    border-radius: 3px 0px 0px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    width: 0%;
    -ms-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.progressBar .transitionDisable {
    -ms-transition: none;
    transition: none;
}

.progressBar .red {
    background-color: #fc2021;
    background-image: -ms-linear-gradient(top, #fa3d3e, #ca2a2d);
    background-image: linear-gradient(top, #fa3d3e, #ca2a2d);
}

.progressBar .blue {
    background-color: #1971a4;
    background-image: -ms-linear-gradient(top, #1c9ee8, #1971a4);
    background-image: linear-gradient(top, #1c9ee8, #1971a4);
}

.progressBar .orange {
    background-color: #fecf23;
    background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
    background-image: linear-gradient(top, #fecf23, #fd9215);
    box-shadow: 0px 0px 4px #000 inset;
}

.progressBar .green {
    background-color: #3cc70b;
    background-image: -ms-linear-gradient(top, #4cf014, #3cc70b);
    background-image: linear-gradient(top, #4cf014, #3cc70b);
}

@-webkit-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}


@-moz-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}


.speed h3 {
    font-size: 11px;
    color: #FFF;
    font-weight: normal;
    width: 100px;
    margin-top: 0px;
    height: 23px;
    padding-top: 5px;
    text-shadow: 0px 1px 0px #6c8864;
    text-align: center;
}

/*END OF SPEED*/

.language {
    float: right;
    padding-right: 17px;
    border-left: 1px solid #3a9128;
    height: 56px;
    padding-top: 14px;
    width: 35px;
    padding-left: 17px;
}

    .language .btn_lang {
    }

    .UserNotifications > div:hover, .language:hover, .userPanel .logout:hover, .parameters:hover, .speed:hover, .union_orgs:hover {
        cursor: pointer;
        background-color: #56B368;
    }


.userPanel .user {
    float: left;
    padding-top: 17px;
    margin-right: 20px;
}


    .userPanel .user span {
        margin-bottom: 3px;
    }

        .userPanel .user span.Username {
            color: #FFFFFF;
            display: block;
            font-family: 'algeti';
            font-size: 14px;
            text-align: right;
            max-width: 290px;
            overflow: hidden;
            height: 20px;
        }

    .userPanel .user .UserTin {
        color: #FFFFFF;
        display: block;
        font-size: 14px;
        text-align: right;
    }




/* USER FUNCTIONS */
.UserNotifications {
    float: left;
    margin-left: 20px;
}

.important_yellow {
    background: #fcf532; /* Old browsers */
    background: linear-gradient(to bottom, #fcf532 1%,#ddb906 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf532', endColorstr='#ddb906',GradientType=0 ); /* IE6-9 */
    color: #4E3D07 !important;
}


.important_red {
    background: #a62131; /* Old browsers */
    background: linear-gradient(to bottom, #D96978 0%,#96383E 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D96978', endColorstr='#96383E',GradientType=0 ); /* IE6-9 */
    color: White !important;
}

    .important_red:hover {
        background: #a62131 !important;
        color: White !important;
    }

.important_yellow:hover {
    background: #fcf532 !important;
    color: #4E3D07 !important;
}

.UserNotifications .declaration_notification {
    padding-top: 10px !important;
    width: auto;
    height: 60px;
    color: #1b4c0e;
}

.declaration_notification .declaration_date {
    font-size: 35px;
    font-family: Arial;
    font-weight: 900;
    float: left;
    letter-spacing: -3px;
}

.declaration_notification .declaration_month {
    float: left;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 3px;
    font-weight: bold;
}

.UserNotifications .btn_notification {
    background: url(/img1/header/sprite.png) no-repeat;
    background-position: -109px -6px;
    width: 36px;
    height: 29px;
}

.UserNotifications .btn_waybill {
    background: url(/img1/header/sprite.png) no-repeat;
    background-position: -154px -6px;
    width: 45px;
    height: 31px;
}

.userPanel .btn_parameters {
    background: url(/img1/header/sprite_header.png) no-repeat;
    background-position: -58px -3px;
    width: 30px;
    height: 30px;
}


.userPanel #changeicon {
    background: #f8f8f8;
    left: 0;
    height: 62px;
    width: 70px;
    position: absolute;
    top: 0;
    z-index: 10;
}

    .userPanel #changeicon .btn_parameters_opened {
        background: url(/img1/header/sprite_header.png) no-repeat;
        background-position: -58px -33px;
        width: 30px;
        height: 30px;
        margin-left: 17px;
        margin-top: 13px;
        top: 25px;
    }


.userPanel .btn_logout {
    background: url(/img1/header/sprite_header.png) no-repeat;
    background-position: -105px -2px;
    width: 37px;
    height: 30px;
}

.language .btn_lang_en {
    background: url(/img1/header/sprite_header.png) no-repeat;
    background-position: -194px -3px;
    width: 40px;
    height: 30px;
}

.language .btn_lang_ge {
    background: url(/img1/header/sprite_header.png) no-repeat;
    background-position: -153px -3px;
    width: 40px;
    height: 30px;
}


.UserNotifications > div {
    float: left;
    padding-right: 17px;
    border-left: 1px solid #3a9128;
    border-right: 1px solid #3a9128;
    height: 48px;
    padding-top: 14px;
    width: 55px;
    padding-left: 17px;
}



.UserNotifications .count {
    background: #f50e0e;
    border-radius: 2px;
    box-shadow: 0px 0px 4px #144208;
    position: relative;
    top: -20px;
    text-align: center;
    left: 21px;
    width: 30px;
    font-size: 11px;
    color: #fff;
    text-shadow: 1px 1px #a80000;
    padding: 2px;
}

.user_type {
    border-radius: 10px;
    float: left;
    margin: 23px 0px 0px 15px;
    padding: 5px 13px;
    background-color: white;
    color: #45962F;
    font-style: italic;
    max-width: 250px;
    text-align: center;
}

.parameters a {
    text-decoration: none;
}

#parameters-menu {
    width: 210px;
    background: #f8f8f8;
    z-index: 5;
    left: -140px;
    position: absolute;
    top: 61px;
    box-shadow: 1px 2px 6px #768a72;
}


    #parameters-menu span {
        font-size: 10px;
        font-weight: bold;
        color: #5b5b5b;
        border-bottom: 1px solid #e3e3e3;
        padding-left: 8px;
        padding-bottom: 6px;
        padding-top: 10px;
        text-shadow: 1px 1px #FFF;
        display: block;
    }

        #parameters-menu span:hover {
            background: #3faa21;
            color: #FFF;
            text-shadow: none;
        }

.PathWay {
    margin: 11px 0px 11px 2px;
}

    .PathWay > * {
        margin-right: 4px;
    }

    .PathWay > a {
        font-size: 12px;
        color: #2f5b70;
    }

    .PathWay > span {
        font-size: 12px;
        color: #627b89;
    }



/* CONTENT HOLDER */

.page-wrap {
    min-height: 100%;
    margin-bottom: -212px;
    min-width: 1000px;
}

    .page-wrap:after {
        content: "";
        display: block;
        height: 212px;
    }

#ContentHolder {
    margin: 0 auto;
    min-height: 100%;
}

.content {
    width: 1000px;
    margin: 0 auto;
}
/* FOOTER */

.main_footer_bg {
    background-color: white;
    padding-top: 40px;
    margin-top: 70px;
    width: 100%;
    height: 100px;
}

.main_footer {
    width: 1000px;
    margin: 0 auto;
}

.main_footer_menu {
    float: left;
    margin-left: 100px;
}

.main_footer_information {
    float: left;
    margin-left: 50px;
}

    .main_footer_information div {
        float: left;
        margin: 10px;
        font-family: 'algeti';
        font-size: 14px;
        /*cursor: pointer;*/
    }

.main_footer_lang {
    float: left;
    margin-top: 48px;
    margin-left: -150px;
    cursor: pointer;
}

    .main_footer_lang:hover {
        text-decoration: underline;
    }

.main_footer h1 {
    font-weight: bold;
    font-family: 'dejavu';
    margin-left: 10px;
    font-size: 16px;
}

.main_footer_menu div {
    float: left;
    margin: 10px;
    font-family: 'algeti';
    font-size: 14px;
    cursor: pointer;
}

    .main_footer_menu div:hover {
        text-decoration: underline;
    }


.main_footer_callcenter {
    float: right;
}

.main_footer h2 {
    margin-top: 0;
    font-size: 35px;
    margin-left: 10px;
}

.downloads_link {
    float: right;
    background: url("/img1/header/common_sprite.png") no-repeat scroll 1px -105px transparent;
    height: 27px;
    width: 119px;
    cursor: pointer;
}

    .downloads_link:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.CallCenter_link {
    padding-top: 5px;
    float: right;
    margin-left: 30px;
}

    .CallCenter_link > .callIcon {
        float: left;
        background-position: -33px -136px;
        background-image: url("/img1/header/common_sprite.png");
        background-repeat: no-repeat;
        cursor: pointer;
        height: 27px;
        vertical-align: middle;
        width: 27px;
    }

    .CallCenter_link > .callText {
        float: left;
        background-image: url("/img1/header/common_sprite.png");
        background-position: -6px -264px;
        background-repeat: no-repeat;
        cursor: pointer;
        float: right;
        height: 27px;
        margin-left: 8px;
        vertical-align: middle;
        width: 224px;
    }

.rsit_logo {
    background: url("/img1/header/common_sprite.png") no-repeat scroll -274px -219px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 44px;
    margin-right: 26px;
    width: 130px;
    margin-top: -8px;
}

    .rsit_logo:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.Ads_Banners {
    background: url("/img1/header/common_sprite.png") no-repeat scroll -170px -218px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 27px;
    margin-right: 26px;
    width: 106px;
}

    .Ads_Banners:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.Wiki_link {
    float: right;
    background: url("/img1/header/common_sprite.png") no-repeat scroll -262px -271px transparent;
    height: 27px;
    width: 105px;
    cursor: pointer;
}



.Questionnaires_link {
    float: right;
    background: url("/img1/questionnaires/icon_questions.png") no-repeat;
    width: 120px;
    height: 27px;
    margin-top: 5px;
    cursor: pointer;
}




.videoHelp_link {
    float: right;
    background: url("/img1/header/common_sprite.png") no-repeat scroll -131px -105px transparent;
    height: 27px;
    width: 105px;
    cursor: pointer;
}

    .videoHelp_link:hover, .Questionnaires_link:hover, .Wiki_link:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }


.notValid {
    border: 1px solid #ea3838 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.input_normal {
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0px 1px 2px #dedede inset;
    border: 1px solid #dedede;
    border-collapse: collapse;
    margin: 6px 0;
    width: 100%;
}

    .input_normal .lock {
        display: none;
    }


    .input_normal > tr > td, .input_locked > tr > td {
        height: 32px;
    }

    .input_normal tr td > input[type=text], .input_normal tr td > select, textarea {
        background: none;
        border: 0;
        height: 21px;
        font-size: 13px;
        color: #383838;
        font-family: BPG Arial;
        padding: 3px 0px 4px 6px;
        width: 90%;
    }



    .input_normal tr td > select {
        padding: 4px 6px !important;
        height: 28px;
    }



/*Buttons */

.buttons {
    padding-top: 10px;
}

.btn_noiamge {
    padding: 12px !important;
}

.btn {
    background: #ffffff; /* Old browsers */
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 0px 4px #bbbbbb;
    min-width: 25px;
    float: left;
    padding: 6px 7px 6px 7px;
    font-size: 11px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    color: black;
    border: 1px solid #BBBBBB;
}


    .btn:hover {
        box-shadow: 0px 0px 8px #bbbbbb;
        border: 1px solid #767676 !important;
    }

    .btn:active, btn_green:active, btn_blue:active, btn_yellow:active {
        transform: scale(0.98);
        -ms-transform: scale(0.98);
    }

    .btn img, .btn_excel img {
        width: 27px;
        background-image: url('/img1/header/common_sprite.png');
        background-repeat: no-repeat;
        vertical-align: middle;
    }


/* Popup */
.popup_header_green {
    background: #3a8b24;
    background: linear-gradient(to bottom, #3a8b24 0%,#1c6d06 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a8b24', endColorstr='#1c6d06',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    height: 40px;
}

.popup_header_red {
    background: #E19797;
    background: linear-gradient(to bottom, #E19797 0%,#C24D4D 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a50e0e', endColorstr='#860000',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    height: 40px;
}

.popup_header_yellow {
    background: #eeb737;
    background: linear-gradient(to bottom, #eeb737 0%,#e5ab37 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb737', endColorstr='#e5ab37',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    height: 40px;
}

.popup_header_blue {
    background: #1D36CD;
    color: #FFFFFF;
    height: 40px;
}

.popup_header_black {
    background: #747474;
    background: linear-gradient(to bottom, #747474 0%,#454545 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747474', endColorstr='#454545',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    height: 40px;
}

.info_arrow_up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid #F2F2F2;
    margin: 5px 0px 0px 25px;
}

.info_arrow_up_border {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid #D0D0D0;
    margin: 5px 0px -15px 25px;
}

.info_arrow_down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #F2F2F2;
    margin: -25px 0px 7px 25px;
}

.info_arrow_down_border {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #D0D0D0;
    margin: -5px 0px 10px 25px;
}

.info_bubble {
    text-align: justify;
    background-color: #F2F2F2;
    width: 230px;
    padding: 7px;
    border-radius: 5px;
    margin: 5px 0px;
    color: #464646;
    text-shadow: 0px 1px 0px white;
    line-height: 14px;
    font-size: 11px;
    box-shadow: 0 0 3px #afafaf;
    margin-top: -3px;
}

.PassRecovery_decl {
    vertical-align: top;
    padding-top: 35px;
}

    .PassRecovery_decl div {
        padding: 10px;
        border-left: 2px solid #56A341;
        margin-top: 20px;
        margin-left: 25px;
    }

/* Icon */
.ico_common {
    background: url("/img1/header/common_sprite.png") no-repeat scroll 0 0 transparent;
    vertical-align: middle;
}

.ico_info {
    background-position: -230px -195px;
}

/*unin orgs*/
.union_orgs {
    width: 35px;
    float: left;
    padding: 12px 15px 13px;
}

.md_union_orgs > table {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.union_orgs > .md_union_orgs .expand > img {
    background: url("/img1/header/sprite.png") no-repeat scroll -211px -42px !important;
    height: 28px !important;
    width: 30px !important;
    border: none !important;
}

.union_orgs > .md_union_orgs.selected .expand > img {
    background: url("/img1/header/sprite.png") no-repeat scroll -258px -42px !important;
    height: 28px !important;
    width: 30px !important;
    border: none !important;
}

.union_orgs > .md_union_orgs > .rsMD_Options {
    margin-left: -16px;
    margin-top: 15px;
}

.union_orgs > .md_union_orgs > .rsMD_Options {
    padding: 0;
}

    .union_orgs > .md_union_orgs > .rsMD_Options > div {
        border-bottom: 1px solid #E3E3E3;
        padding: 10px 20px;
        background: none repeat scroll 0 0 #F8F8F8;
    }

#divUnionOrgs.droped_down {
    background: none repeat scroll #F8F8F8;
}

/*news line*/


.news_line {
    background: #FFF;
    height: 40px;
    width: 100%;
    box-shadow: 0 1px 3px #ddd;
    position: absolute;
    left: 0;
}

    .news_line > div > img {
        float: left;
        margin: 7px 10px 0 0;
    }

    .news_line > div {
        width: 990px;
        margin: 0 auto;
        padding-top: 8px;
    }


    .news_line .newsNavigation span {
        border: 1px solid #e2e2e2;
        padding: 13px 16px 8px 15px;
        border-radius: 2px;
        float: left;
        cursor: pointer;
        -webkit-transition: background .2s linear;
        -moz-transition: background .2s linear;
        -ms-transition: background .2s linear;
        -o-transition: background .2s linear;
        transition: background .2s linear;
    }

        .news_line .newsNavigation span:hover {
            background-color: #FFF !important;
        }

        .news_line .newsNavigation span:active {
            box-shadow: 0 0 1px #cecece inset;
        }

        .news_line .newsNavigation span.next {
            background: url(/img1/header/arrow_right.png) no-repeat #fbfbfb 51% 47%;
            margin-right: 20px;
        }

        .news_line .newsNavigation span.previous {
            background: url(/img1/header/arrow_left.png) no-repeat #fbfbfb 51% 47%;
            margin-right: 5px;
        }


    .news_line .date {
        font-size: 12px;
        color: #888;
        float: left;
        margin-top: 6px;
        margin-right: 8px;
    }

    .news_line .title {
        float: left;
        font-size: 14px;
        margin-top: 4px;
        color: #282524;
    }

        .news_line .title > a {
            color: #F16510;
        }

    .news_line .close {
        float: right;
        margin-top: 3px;
        cursor: pointer;
    }


/* tooltip */
.tooltip {
    display: inline;
    position: relative;
}

    .tooltip:hover:after {
        background: #333;
        background: rgba(0,0,0,.8);
        border-radius: 5px;
        top: 26px;
        font-size: 12px;
        color: #fff;
        content: attr(data-title);
        left: 20%;
        padding: 10px 8px;
        position: absolute;
        z-index: 98;
    }


    .tooltip:hover:before {
        border: solid;
        border-color: #333 transparent;
        border-width: 0px 6px 6px 6px;
        top: 23px;
        content: "";
        left: 50%;
        position: absolute;
        z-index: 99;
    }


#help {
    padding-right: 10px;
}

    #help > .rsButton {
        background: none repeat scroll 0 0 #F7F7F7;
        border-radius: 3px;
        box-shadow: 0 0 2px #BBBBBB;
        color: #7C7C7C;
        height: 21px;
        margin-right: 3px;
        margin-top: 7px;
        padding: 0;
        padding-right: 5px;
        float: right;
    }

        #help > .rsButton img {
            height: 22px;
            width: 22px;
        }

.arrowNew {
    border-bottom: 9px solid transparent;
    border-left: 9px solid #E7444C;
    border-top: 9px solid transparent;
    float: left;
    height: 0;
    width: 0;
    margin-left: -10px;
}

.arrowNewBorder {
    border-bottom: 9px solid transparent;
    border-left: 9px solid #C12F34;
    border-top: 9px solid transparent;
    float: left;
    height: 0;
    width: 0;
}

.divNew {
    background: none repeat scroll 0 0 #E7444C;
    border: 1px solid #C12F34;
    border-radius: 3px;
    box-shadow: 1px 1px 0 #FF7474 inset;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    margin-right: -1px;
    padding: 1px 2px 1px 4px;
    height: 14px;
}

.divPayerID {
    float: left;
    width: 100%;
    height: 120px;
}

    .divPayerID > div {
        padding-top: 10px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 4px #A0A0A0;
        /*height: 75px;*/
        position: absolute;
        left: 0;
        width: 100%;
    }

        .divPayerID > div > table {
            margin: 0 auto;
            padding-bottom: 10px;
        }

    .divPayerID .payerInfo {
        color: #737373;
        font-size: 16px;
        text-align: center;
        text-shadow: 0 1px #FFFFFF;
    }

    .divPayerID .notif {
        padding-top: 20px;
    }

        .divPayerID .notif > div {
            cursor: pointer;
            color: #ffffff;
            background: red;
            border-radius: 25px;
            width: 150px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            font-size: 14px;
            box-shadow: 0px 3px 8px red;
            /* margin-left: 5px; */
            margin: 0 auto;
            /* margin-top: 3px; */
            margin-bottom: 10px;
        }

/* HEADER ALERT SECTION */

.headerAlert {
    background-color: #FFFEC6;
}

    .headerAlert > div {
        width: 1000px;
        margin: auto;
        position: relative;
    }

        .headerAlert > div #HeaderAlertArrow {
            background: url("/img1/header/sprite_header.png") no-repeat scroll #fffec6;
            border-radius: 0 0 10px 10px;
            height: 30px;
            position: absolute;
            right: 55px;
            bottom: -27px;
            width: 30px;
            cursor: pointer;
            z-index: 10;
        }

            .headerAlert > div #HeaderAlertArrow:hover {
                bottom: -30px;
            }

        .headerAlert > div #HeaderAlert {
            height: 25px;
            padding: 7px 5px 5px;
            text-align: left;
            font-family: 'algeti';
            font-size: 14px;
            color: #635B3E;
            position: relative;
            background: none;
        }

            .headerAlert > div #HeaderAlert span {
                font-family: 'algeti';
                font-size: 14px;
                color: #6582AB;
                cursor: pointer;
                text-decoration: underline;
            }
/* ENDOF ALERT SECITON */
