﻿/* 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");
}

@font-face {
    font-family: "BPG algeti";
    src: url("/fonts/algeti.ttf");
}

@media only screen and (max-width: 800px) {
    td#notificationIcon {
        display: none;
    }

    td#orgTd {
        display: none !important;
    }
}

@media only screen and (max-width: 1300px) {
    div#QuickSearch {
        display: none;
    }
}

@media only screen and (max-width: 1910px) and (min-width: 1300px) {
    #MainHeader table td.HeaderTitle #QuickSearch > input {
        width: 65% !important;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 950px) {
    /*div#MainPage {
        width: 910px;
    }*/
}

@media only screen and (max-width: 949px) and (min-width: 630px) {
    /*div#MainPage {
        width: 620px;
    }*/

    div.PageContent {
        -moz-min-width: 100px !important;
        -ms-min-width: 100px !important;
        -o-min-width: 100px !important;
        -webkit-min-width: 100px !important;
        min-width: 100px !important;
    }
}

@media only screen and (max-width: 640px) {
    /*div#MainPage {
        width: 330px;
    }*/

    div.PageContent {
        -moz-min-width: 100px !important;
        -ms-min-width: 100px !important;
        -o-min-width: 100px !important;
        -webkit-min-width: 100px !important;
        min-width: 100px !important;
    }
}

@media only screen and (max-width: 740px) {
    #MainHeader table td.HeaderUserInfo #UserMenuPanel {
        right: 20px;
    }
}

@media only screen and (max-width: 480px) {
    #MainHeader table td.HeaderLogo img {
        margin-left: 5px !important;
    }

    #MainHeader table td.HeaderLogo i {
        margin-right: 10px !important;
    }
}

@media only screen and (max-width: 385px) {
    #MainHeader table td.HeaderLogo i {
        display: none;
    }
}

table {
    border-spacing: 0;
}

textarea {
    resize: vertical;
}

.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%;
}

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%;
}

i {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.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%;
}

.HeaderPlaceHolder, #MainHeader, #SidePanel .LogoPlaceHolder {
    height: 70px;
}

/* Header - Green background Ministry Of Agriculture */
.backGround_Green {
    /*background-color: #60a642 !important;*/
    background-color: #83bb4d !important;
}

    .backGround_Green td.HeaderLogo div {
        height: 45px;
        background: url(/img/header/MAG_Logo.png) no-repeat;
    }

    .backGround_Green td.HeaderTitle #QuickSearch, .backGround_Green td.HeaderTitle #QuickSearch > input {
        background-color: #71a142;
        color: #c9d6bb;
    }

        .backGround_Green td.HeaderTitle #QuickSearch ::-webkit-input-placeholder {
            color: #AFC9A6;
        }

        .backGround_Green td.HeaderTitle #QuickSearch ::-moz-placeholder {
            color: #AFC9A6;
        }

        .backGround_Green td.HeaderTitle #QuickSearch :-ms-input-placeholder {
            color: #AFC9A6;
        }

        .backGround_Green td.HeaderTitle #QuickSearch :-moz-placeholder {
            color: #AFC9A6;
        }

/* Header - LightBlue background and Ministry Of Environment */
.backGround_LightBlue {
    background-color: #69a2bf !important;
}

    .backGround_LightBlue td.HeaderLogo div {
        height: 45px;
        background: url(/img/header/MOELogo.png) no-repeat;
    }

    .backGround_LightBlue td.HeaderLogo i {
        margin-top: 6px;
    }

    .backGround_LightBlue td.HeaderTitle #QuickSearch, .backGround_LightBlue td.HeaderTitle #QuickSearch > input {
        background-color: #5f92ab;
        color: #fff;
    }

        .backGround_LightBlue td.HeaderTitle #QuickSearch ::-webkit-input-placeholder {
            color: #fff;
        }

        .backGround_LightBlue td.HeaderTitle #QuickSearch ::-moz-placeholder {
            color: #fff;
        }

        .backGround_LightBlue td.HeaderTitle #QuickSearch :-ms-input-placeholder {
            color: #fff;
        }

        .backGround_LightBlue td.HeaderTitle #QuickSearch :-moz-placeholder {
            color: #fff;
        }

/* Header - Violet background Ministry Of Economy And Sustainable Development */
.backGround_Violet {
    background-color: #2d4e85 !important;
}

    .backGround_Violet td.HeaderLogo div {
        height: 45px;
        background: url(/img/header/ECONLogo.png) no-repeat;
    }

    .backGround_Violet td.HeaderLogo i {
        margin-top: 6px;
    }

    .backGround_Violet td.HeaderTitle #QuickSearch, .backGround_Violet td.HeaderTitle #QuickSearch > input {
        background-color: #223a61;
        color: #fff;
    }

        .backGround_Violet td.HeaderTitle #QuickSearch > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #c2c7d0;
        }

        .backGround_Violet td.HeaderTitle #QuickSearch > input::-moz-placeholder { /* Firefox 19+ */
            color: #c2c7d0;
        }

        .backGround_Violet td.HeaderTitle #QuickSearch > input:-ms-input-placeholder { /* IE 10+ */
            color: #c2c7d0;
        }

        .backGround_Violet td.HeaderTitle #QuickSearch > input:-moz-placeholder { /* Firefox 18- */
            color: #c2c7d0;
        }

/*MainHeader*/
#MainHeader {
    width: 100%;
    margin-bottom: 50px;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #ccc;
}

    #MainHeader table {
        height: 100%;
        width: 100%;
    }

        #MainHeader table td.HeaderLogo {
            background: #fff;
            width: 350px;
            box-shadow: 0 0 5px #DBDBDB;
        }

            #MainHeader table td.HeaderLogo a {
                float: left;
            }

            #MainHeader table td.HeaderLogo div {
                margin: auto 0 auto 30px;
                width: 270px;
                cursor: pointer;
            }

            #MainHeader table td.HeaderLogo i {
                color: #848484;
                cursor: pointer;
                font-size: 32px;
                width: 20px;
                float: right;
                margin-right: 18px;
                cursor: pointer;
            }

        #MainHeader table td.HeaderSpacer {
            width: 30px;
        }

        #MainHeader table td.HeaderIcon {
            width: 50px;
        }

            #MainHeader table td.HeaderIcon i {
                color: #fff;
                cursor: pointer;
                font-size: 32px;
            }

        #MainHeader table td.HeaderUserInfo {
            width: 200px;
            cursor: pointer;
        }

            #MainHeader table td.HeaderUserInfo:hover {
                background-color: rgba(0, 0, 0, 0.18);
            }

            #MainHeader table td.HeaderUserInfo .HeaderUser {
                text-align: right;
                color: white;
                padding: 0 46px 0 15px;
                font-family: 'BPG Algeti';
            }

                #MainHeader table td.HeaderUserInfo .HeaderUser div {
                    font-family: 'BPG Algeti';
                    font-size: 14px;
                    line-height: 19px;
                }

                    #MainHeader table td.HeaderUserInfo .HeaderUser div.HeaderFullName {
                        font-weight: bold;
                    }

            #MainHeader table td.HeaderUserInfo .userNameIcon {
                position: absolute;
                top: 23px;
                margin-left: 6px;
            }

            #MainHeader table td.HeaderUserInfo #UserMenuPanel {
                background: #fff;
                position: absolute;
                top: 70px;
                width: 220px;
                box-shadow: 0 0 25px #b7b7b7;
                display: none;
            }

                #MainHeader table td.HeaderUserInfo #UserMenuPanel .UserMenuItems > div {
                    padding: 12px 30px;
                    border-bottom: 1px solid #dcdcdc;
                    background: #f7f7f7;
                    cursor: pointer;
                }

                    #MainHeader table td.HeaderUserInfo #UserMenuPanel .UserMenuItems > div:hover {
                        background: #fff;
                    }

                    #MainHeader table td.HeaderUserInfo #UserMenuPanel .UserMenuItems > div label {
                        font-family: 'BPG Algeti';
                        vertical-align: super;
                        margin-left: 10px;
                        font-size: 14px;
                        font-weight: bold;
                        cursor: inherit;
                    }

        #MainHeader table td.HeaderTitle p {
            color: #fff;
            font-size: 22px;
            text-align: center;
            font-family: 'bpg algeti';
        }

        #MainHeader table td.HeaderTitle i {
            float: left;
            color: white;
            cursor: pointer;
            font-size: 32px;
        }

        #MainHeader table td.HeaderTitle #QuickSearch {
            margin: 0px auto;
            width: 58%;
            height: 50px;
            border-radius: 3px;
        }

            #MainHeader table td.HeaderTitle #QuickSearch > i {
                margin: 13px 14px 0px 14px;
                float: left;
            }

            #MainHeader table td.HeaderTitle #QuickSearch > input {
                border: none;
                outline: none;
                font-family: algeti;
                font-size: 18px;
                margin-top: 14px;
                width: 85%;
                float: left;
            }

            #MainHeader table td.HeaderTitle #QuickSearch > .close {
                margin: 13px 10px 0px 0px;
                float: right;
            }

                #MainHeader table td.HeaderTitle #QuickSearch > .close:hover {
                    cursor: pointer;
                    transform: scale(1.15, 1.15);
                }

#ModulesPanel ::-webkit-input-placeholder {
    font-style: normal;
    color: #888;
    font-size: 20px;
}

#ModulesPanel ::-moz-placeholder {
    font-style: normal;
    color: #888;
    font-size: 20px;
}

#ModulesPanel :-ms-input-placeholder {
    font-style: normal;
    color: #888;
    font-size: 20px;
}

#ModulesPanel :-moz-placeholder {
    font-style: normal;
    color: #888;
    font-size: 20px;
}

div#forEmp {
    z-index: 89;
    margin-bottom: 45px;
}

    div#forEmp div.payerInfoEmp {
        background-color: #565656;
        color: #fff;
        width: 100%;
        padding: 15px 15px 15px 389px;
        position: fixed;
        z-index: 89;
    }

        div#forEmp div.payerInfoEmp #payerInfoEmp {
            font-weight: bold;
        }

#SidePanel {
    width: 352px;
    background: #fff;
    position: fixed;
    left: -352px;
    top: 70px;
    z-index: 110;
    display: none;
}

    #SidePanel .PanelUserInfo {
        height: 110px;
        box-shadow: 0 0 5px #DBDBDB;
    }

        #SidePanel .PanelUserInfo #UserImage {
            background-color: #d6d6d6;
            height: 110px;
            width: 100px;
            float: left;
        }

        #SidePanel .PanelUserInfo #PanelUserInfo {
            padding: 25px 20px 0px 20px;
            float: left;
            width: 212px;
            font-family: 'BPG Algeti';
        }

            #SidePanel .PanelUserInfo #PanelUserInfo .samforma {
                color: #fff;
                border-radius: 10px;
                padding: 4px 10px 3px 10px;
            }

            #SidePanel .PanelUserInfo #PanelUserInfo .fullName {
                font-weight: bold;
                font-size: 14px;
                padding: 10px 0px 5px 0px;
                color: #5C5C5C;
            }

            #SidePanel .PanelUserInfo #PanelUserInfo .tin {
                color: #7B7B7B;
                font-size: 13px;
            }

            #SidePanel .PanelUserInfo #PanelUserInfo .switch {
                background-color: #F8F8F8;
                padding: 3px 3px 0px 3px;
                float: right;
                margin-top: -23px;
            }

    #SidePanel .PanelSections {
        padding: 0 30px;
        overflow: auto;
    }

        #SidePanel .PanelSections .PanelSection {
            padding: 30px 0;
            border-bottom: 1px solid #e8e8e8;
        }

            #SidePanel .PanelSections .PanelSection span {
                font-family: dejavu;
                font-weight: bold;
                font-size: 13px;
                margin-left: 10px;
                vertical-align: middle;
            }

            #SidePanel .PanelSections .PanelSection i {
                font-size: 20px;
                vertical-align: middle;
            }

            #SidePanel .PanelSections .PanelSection .PanelItem {
                padding: 5px 10px;
                cursor: pointer;
            }

            #SidePanel .PanelSections .PanelSection .PanelItemEmp {
                padding: 5px 10px 15px 10px;
            }

    #SidePanel .PanelFooter {
        height: 124px;
        padding: 30px 50px;
        line-height: 18px;
        color: #9e9e9e;
        border-top: 1px solid #e8e8e8;
    }

        #SidePanel .PanelFooter > div {
            margin-bottom: 10px;
        }

        #SidePanel .PanelFooter #LanguageSwitch {
            font-weight: bold;
            cursor: pointer;
        }

#switchUser {
    background: #FAFAFA;
    position: absolute;
    top: 181px;
    left: 101px;
    width: 373px;
    box-shadow: 0 0 25px #b7b7b7;
    border-radius: 3px;
    font-family: 'BPG Algeti';
    max-height: 450px;
    overflow: auto;
}

    #switchUser .switchUsers {
        margin: 15px 20px 20px 20px;
    }

        #switchUser .switchUsers > span {
            font-family: dejavu;
            font-size: 13px;
        }

        #switchUser .switchUsers .mainSwitch {
            margin: 15px 0px 15px 0px;
            border-radius: 3px;
            background: #fff;
            cursor: pointer;
            box-shadow: 1px 1px 5px #e0e0e0;
        }

            #switchUser .switchUsers .mainSwitch:hover {
                box-shadow: 1px 1px 5px #b9b5b5;
            }

        #switchUser .switchUsers #switchSamforma {
            color: #fff;
            border-radius: 10px;
            padding: 3px 10px 2px 10px;
        }

            #switchUser .switchUsers #switchSamforma i {
                font-size: 10px;
                padding: 0px 5px 0px 0px;
            }

        #switchUser .switchUsers #switchName {
            font-weight: bold;
            font-size: 14px;
            padding: 10px 0px 5px 0px;
            color: #5C5C5C;
        }

        #switchUser .switchUsers #switchTin {
            color: #7B7B7B;
            font-size: 13px;
        }

        #switchUser .switchUsers #switchInfo {
            float: left;
            width: 213px;
            height: 63px;
            margin: 15px 0px 0px 15px;
        }

        #switchUser .switchUsers #switchImage {
            background-color: #d6d6d6;
            height: 85px;
            width: 85px;
            float: left;
        }

.triangle-top {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #dddddd;
    border-right: 10px solid transparent;
    position: fixed;
    top: 170px;
    left: 155px;
}

    .triangle-top:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #FAFAFA;
        border-right: 10px solid transparent;
        position: absolute;
        top: 1px;
        left: -10px;
    }

.samFormaBlue {
    background-color: #2A75FF;
}

.samFormaGreen {
    background-color: #4EBD49;
}

.PageContent {
    padding-top: 30px;
    margin: 0 auto;
    min-height: 100%;
    margin-bottom: -212px;
    min-width: 1000px;
}

.content {
    width: 1000px;
    margin: 0 auto;
}

#ModulesPanel {
    width: 100%;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 0;
    z-index: 110;
}

    #ModulesPanel .ModulesPanelHead {
        background-color: #f4f4f4;
        height: 50px;
        padding: 10px 0;
        width: 100%;
    }

        #ModulesPanel .ModulesPanelHead table {
            width: 100%;
        }

            #ModulesPanel .ModulesPanelHead table .ModulesPanelIcon {
                width: 50px;
            }

        #ModulesPanel .ModulesPanelHead i {
            font-size: 40px;
            cursor: pointer;
        }

        #ModulesPanel .ModulesPanelHead input {
            background-color: #f4f4f4;
            border: 0px;
            font-family: 'BPG Algeti';
            width: 100%;
            font-size: 20px;
        }

            #ModulesPanel .ModulesPanelHead input:focus {
                outline-width: 0;
            }

.Wrapper {
    max-width: 1080px;
    margin: auto;
}

#ModulesPanelContent {
    overflow: auto;
}

    #ModulesPanelContent > .Wrapper {
        transition: all .5s ease-in-out;
        opacity: 0;
        margin-top: 60px;
    }

    #ModulesPanelContent .ModulesContainer {
        width: 50%;
        vertical-align: top;
        float: left;
    }

        #ModulesPanelContent .ModulesContainer > div {
            margin: 0px 20px;
        }

        #ModulesPanelContent .ModulesContainer .ModuleName {
            font-family: 'BPG Algeti';
            color: #1f1f1f;
            font-size: 21px;
            padding: 7px 10px;
            font-weight: bold;
            cursor: pointer;
            margin-left: -11px;
        }

            #ModulesPanelContent .ModulesContainer .ModuleName:hover {
                background-color: #f9f9f9;
            }

            #ModulesPanelContent .ModulesContainer .ModuleName span {
                color: #ff5400;
                font-weight: bold;
                font-size: 15px;
                vertical-align: middle;
                margin-left: 10px;
            }

            #ModulesPanelContent .ModulesContainer .ModuleName i {
                float: right;
                color: #c1c1c1;
                display: none;
            }

                #ModulesPanelContent .ModulesContainer .ModuleName i.active {
                    display: block;
                    background: none;
                    width: 24px;
                    height: 24px;
                }

            #ModulesPanelContent .ModulesContainer .ModuleName:hover i {
                display: block;
            }

        #ModulesPanelContent .ModulesContainer > div .GroupName {
            color: #33abd7;
            font-family: dejavu;
            border-bottom: 3px solid #33abd7;
            font-weight: bold;
            font-size: 16.5px;
            padding: 10px 0;
            letter-spacing: 1px;
            margin: 30px 0 20px;
        }

#UserUnionPanel {
    background: #fff;
    position: absolute;
    top: 70px;
    right: 263px;
    width: 310px;
    box-shadow: 0 0 25px #b7b7b7;
    display: none;
}

    #UserUnionPanel .UnionItem {
        padding: 15px 30px;
        border-bottom: 1px solid #dcdcdc;
        background: #f7f7f7;
    }

        #UserUnionPanel .UnionItem .buttons {
            background: #fff;
            width: 80px;
            font-size: 13px;
            font-weight: bold;
            border: 1px solid #BBBBBB;
            border-radius: 4px;
            color: #656565;
            cursor: pointer;
            padding: 5px 0px 7px 0px;
        }

        #UserUnionPanel .UnionItem #checkUnionOrg {
            background: #fff;
            padding: 3px 0px 2px 6px;
            float: left;
        }

            #UserUnionPanel .UnionItem #checkUnionOrg span {
                padding: 4px 9px 0px 0px;
                float: right;
            }

        #UserUnionPanel .UnionItem #uncheckUnionOrg {
            background: #fff;
            padding: 7px 0px 8px 12px;
            width: 68px;
            float: left;
            margin-left: 10px;
        }

    #UserUnionPanel label {
        font-size: 14px;
        font-family: 'algeti';
        margin: 5px 0;
        color: #404040;
        cursor: pointer;
    }

#AlertPanel {
    background: #fff;
    position: absolute;
    top: 70px;
    right: 10px;
    width: 380px;
    box-shadow: 0 0 25px #b7b7b7;
    display: none;
}

    #AlertPanel .AlertItem {
        padding: 15px 30px;
        border-bottom: 1px solid #dcdcdc;
        cursor: pointer;
        background: #ffffff;
    }

        #AlertPanel .AlertItem:hover, #UserUnionPanel .UnionItem:hover {
            background-color: #fbfbfb;
        }

        #AlertPanel .AlertItem.active {
            border-left: 3px solid #ffbc3c;
            background-color: #fff;
        }

    #AlertPanel h1 {
        font-size: 14px;
        font-family: 'algeti';
        margin: 5px 0;
        color: #404040;
    }

    #AlertPanel h2 {
        font-size: 14px;
        font-family: 'algeti';
        margin: 5px 0;
        color: #828282;
        font-weight: normal;
    }

    #AlertPanel .noNotifications {
        padding: 18px 30px;
        font-size: 14px;
        color: #828282;
        background: #f7f7f7;
    }

.arrow {
    border-color: #fff rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 0 7px 7px;
    right: 50px;
    position: absolute;
    top: -5px;
    z-index: 100;
}

#AlertCounter {
    position: absolute;
    top: 13px;
    right: 42px;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 100%;
    padding: 5px;
    height: 13px;
    width: 13px;
    z-index: 100;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: bold;
}

    #AlertCounter.active {
        background: #ff2121;
    }

@media screen and (max-width: 810px) {

    #ModulesPanelContent .ModulesContainer {
        width: 100%;
    }
}

.divPayerID {
    width: 100%;
    height: 120px;
    padding-top: 30px;
}

    .divPayerID > div {
        padding-top: 10px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 4px #A0A0A0;
        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: 0 auto;
            margin-bottom: 10px;
        }

.btn img, .btn_excel img {
    width: 27px;
    background-image: url(/img/header/common_sprite.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}

.PathWay {
    margin: 11px auto 11px auto;
    width: 1000px;
}

    .PathWay > * {
        margin-right: 4px;
    }

    .PathWay > a {
        font-size: 12px;
        color: #2f5b70;
    }

    .PathWay > span {
        font-size: 12px;
        color: #627b89;
    }

/**/
#txtPayerID > table, #txtPayerID_inputID, #drpPersonsList > div.rsInputBox, #drpPersonsList > div.rsInputBox select,
#drpRepresentatives > div.rsInputBox, #drpRepresentatives > div.rsInputBox select {
    background-color: #f4f4f4;
}

#txtPayerID_inputID {
    color: #303030;
    font-weight: bold;
}

#txtPayerID > table {
    border-radius: 4px 0px 0px 4px;
}

#txtPayerID p, #drpPersonsList p, #drpRepresentatives p {
    font-style: normal;
    font-weight: bold;
}

.EmpMandatoryNotif {
    font-weight: bold;
    font-size: 15px;
    color: #da4d4d;
    text-align: center;
    margin-top: 13px;
    text-decoration: underline;
    cursor: pointer;
}

/* Icon */
.ico_common {
    background: url("/img/header/common_sprite.png") no-repeat scroll 0 0 transparent;
    vertical-align: middle;
}

.ico_info {
    background-position: -230px -195px;
}

.not-selectable, .PageContent #MainPage {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.new {
    background: red;
    color: white;
    font-size: 8px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    padding: 3px;
    border-radius: 3px;
    height: 9px;
    width: 20px;
    text-align: center;
}

.flag_green {
    background: url('/img/header/common_sprite.png') no-repeat scroll -275px -266px transparent;
    height: 20px;
    width: 20px;
}

#rsGrid_grdRescuersRegistry table tbody tr td b, #rsGrid_grdDecl table tbody tr td b, #rsGrid_grdStat table tbody tr td b {
    color: #da4d4d;
}
