﻿@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'Conv_texgyreadventor-regular';
    src: url('assets/fonts/texgyreadventor-regular.eot');
    src: url('../fonts/texgyreadventor-regular.woff') format('woff'), url('../fonts/texgyreadventor-regular.ttf') format('truetype'), url('../fonts/texgyreadventor-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('assets/fonts/Lato-Regular.otf');
    src: url('../fonts/Lato-Regular.otf?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.otf');
    src: url('../fonts/Lato-Bold.otf?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg') format('svg'), url('../fonts/Lato-Bold.cff') format('cff');
    font-weight: normal;
    font-style: normal;
}



body {
    background: #5F0104;
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, ul, ol, ul li, ol li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

img {
    max-width: 100%;
}

.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    ;
    z-index: 0;
    background: url(../images/bg.png) no-repeat;
    background-size: 100%;
}

.bg1 {
    background: #fafafa;
    /*min-width: 100%;*/
    height: 100%;
    float: left;
}

#wrapper {
    margin: 0;
    width: 100%;
}

.bg_area {
    margin: 0 1%;
    width: 98%;
    float: left;
    /*position: relative;*/
}

.main {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.main_area {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
}

h1 {
    float: left;
    width: 98%;
    height: auto;
    margin: 7% 0 0 2%;
    font-family: 'Conv_texgyreadventor-regular';
    color: #ff6000;
    font-size: 48px;
    line-height: 48px;
}

    h1 span {
        color: #F59501;
    }

.but_login {
    float: right;
    min-width: 60px;
    padding: 7px 10px;
    font-size: 17px;
    color: #252525;
    line-height: 16px;
    background: url(../images/logo.jpg) repeat-x;
    border: 3px solid #454545;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 48px 0 0 0;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

h2 {
    float: left;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.but_login:hover {
    color: #666;
}

.remember {
    float: left;
    width: 68%;
    margin: 5px 1%;
}

.login_sec a {
    text-decoration: none;
    color: #777;
}

    .login_sec a:hover {
        color: #ff8a00;
    }


.header_sec {
    float: left;
    width: 100%;
    height: auto;
    background: #c5161d;
    margin: 0;
    border-bottom: 2px solid #333;
}

h3 {
    float: left;
    width: auto;
    height: auto;
    margin: 10px 1%;
    font-family: 'Conv_texgyreadventor-regular';
    color: #fff;
    font-size: 36px;
    line-height: 56px;
}

    h3 span {
        color: #fff;
    }

    h3.cg {
        background: #e3000f;
        padding: 5px 10px;
        box-shadow: 1px -4px 5px 2px rgba(0,0,0,0.2);
    }

    h3.cw {
        color: #fff;
    }

.user_log {
    min-height: 40px;
    width: auto;
    line-height: 40px;
    background: #fafafa;
    padding: 0 1%;
    color: #EE8502;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    text-align: center;
    margin: 0 0 -25px 0;
    position: relative;
    z-index: 1;
}

.user_fr {
    float: right;
    width: auto;
    background: #333;
    padding: 0 7px 2px 2px;
    border-radius: 0 0 2px 2px;
    margin: 0 0 0 10px;
}

    .user_fr .but {
        float: left;
        min-width: 50px;
        padding: 5px 8px;
        font-size: 11px;
        font-weight: bold;
        color: #eee;
        line-height: 16px;
        border-radius: 2px;
        text-align: center;
        cursor: pointer;
        background: #555;
        margin: 5px 0 5px 5px;
        text-decoration: none;
        transition: all 0.5s;
    }

        .user_fr .but:hover {
            background: #000;
            color: #ED8302;
        }

.country_time {
    float: right;
    width: 50%;
    padding: 10px 0;
}



.fr_logo {
    float: right;
}

.menu_sec {
    position: relative;
    margin: 39px 0 0 2%;
    float: left;
}

.menu_area {
    float: left;
    width: 100%;
    padding: 3px 3px 2px 2px;
    background: #333;
    border-radius: 4px 4px 0 0;
}

    .menu_area ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .menu_area ul li {
            position: relative;
            float: left;
        }

            .menu_area ul li a {
                float: left;
                width: auto;
                padding: 10px 14px;
                font-size: 14px;
                color: #ddd;
                text-decoration: none;
                margin: 0 1px;
                min-height: 17px;
                line-height: 16px;
                border-radius: 2px;
                transition: all 0.5s;
                border-bottom: 2px solid transparent;
            }

                .menu_area ul li a:hover, .menu_area > ul > li > a.active, .menu_area ul li a.act {
                    background: #ff0000;
                    background: -webkit-linear-gradient(#ff0000, #b00606);
                    background: -o-linear-gradient(#ff0000, #b00606);
                    background: -moz-linear-gradient(#ff0000, #b00606);
                    background: linear-gradient(#ff0000, #b00606);
                    color: #fff;
                    text-decoration: none;
                    border-bottom: 2px solid #ff0000;
                }

            .menu_area ul li div {
                background: #232323;
                display: none;
                border-radius: 0 0 2px 2px;
                width: 260px;
                padding: 1px 2px 0 2px;
                z-index: 1;
                position: absolute;
                top: 37px;
            }

                .menu_area ul li div ul {
                    float: left;
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    background: #232323;
                    border: none
                }

                    .menu_area ul li div ul li {
                        float: left;
                        width: 100%;
                        border-bottom: 1px solid #555;
                        color: #F59501;
                        margin-bottom: 1px;
                    }

                        .menu_area ul li div ul li a {
                            float: left;
                            width: 100%;
                            padding: 10px 5%;
                            font-size: 13px;
                            color: #ddd;
                            text-decoration: none;
                            margin: 0;
                            min-height: 14px;
                            line-height: 14px;
                            border-radius: 0;
                            margin-bottom: 1px;
                        }

                            .menu_area ul li div ul li a:hover {
                                background: #b00606;
                                color: #fff;
                                border-bottom: 2px solid #b00606;
                            }

h4 {
    float: left;
    min-width: 35%;
    font-size: 15px;
    color: #e43611; /*#222;*/
    padding: 0 1% 15px 1%;
    font-weight: normal;
    float: left;
    width: 100%;
}

.card h4.title {
    padding: 5px 0 0 0;
    margin: 0 0 5px 0;
    font-size: 1.4em;
    width:100%;
}

.ProjectList .card h4.title {
    width:auto;
    min-width:5%;
}

.imenu_sec {
        float: left;
        width: 100%;
        font-family: 'Lato-Regular';
        font-size: 13px;
        position: relative;
        z-index: 1;
        margin: 0 0 -2px 0;
    }

    .imenu_sec ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        min-height: 39px;
    }

        .imenu_sec ul li a {
            float: left;
            width: auto;
            padding: 10px 15px;
            background: url(../images/imenu.png) repeat-x bottom;
            border-radius: 6px 6px 0 0;
            color: #333333;
            text-decoration: none;
            margin: 0 1px 0 0;
            min-height: 17px;
        }

            .imenu_sec ul li a:hover, .imenu_sec ul li a.active {
                background: url(../images/imenu_h.png) repeat-x bottom;
                border: 2px solid #bababa;
                border-bottom: none;
                padding: 8px 13px 12px 13px;
            }


.content_sec {
    float: left;
    width: 99%;
    border: 2px solid #bababa;
    min-height: 500px;
    background: #edecec;
}

.cont_left {
    float: left;
    width: 71.9%;
    background: #fff;
    border-right: 1px solid #bababa;
    min-height: 500px;
}

.map_sec {
    float: left;
    position: relative;
    width: 98%;
    height: 100%;
    margin: 15px 1%;
}

.green_ar {
    position: absolute;
    top: 17%;
    left: 86%;
    font-size: 18px;
    color: #249c00;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    line-height: 18px;
    cursor: pointer;
}

.red_ar {
    position: absolute;
    top: 33%;
    left: 22%;
    font-size: 18px;
    color: #ec001a;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    line-height: 18px;
    cursor: pointer;
}

    .green_ar img, .red_ar img {
        margin: 0 2px 0 0;
        float: left;
    }


.netsales {
    float: left;
    width: 94%;
    margin: 15px 3%;
    font-size: 13px;
    color: #444444;
}

.netsale_top {
    float: left;
    width: 100%;
    background: #edecec;
    border: 1px solid #bdbdbd;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-bottom: none;
}

.net_left {
    float: left;
    padding: 1%;
    width: 27%;
    min-height: 100px;
}

.net_right {
    float: left;
    padding: 1%;
    width: 67.8%;
    border-left: 1px solid #bdbdbd;
    min-height: 100px;
}

    .net_right ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        font-size: 13px;
    }

        .net_right ul li {
            float: left;
            width: 30%;
            margin: 0 1% 8px 2.2%;
        }

.netsale_bot {
    float: left;
    width: 100%;
    background: #edecec;
    border: 1px solid #bdbdbd;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-top: none;
}

.net_title {
    color: #ff7800;
    font-size: 16px;
    font-family: 'Lato-Bold';
    width: 100%;
}

.net_botleft {
    float: left;
    padding: 1%;
    width: 27%;
    border-right: 1px solid #bdbdbd;
}

.net_botright {
    float: left;
    padding: 1% 2%;
}

.net_right ul li span {
    width: auto;
    color: #ec001a;
}


.cont_right {
    float: left;
    width: 27.9%;
}

h5 {
    float: left;
    width: 92%;
    padding: 10px 2% 10px 6%;
    font-size: 16px;
    font-family: 'Lato-Bold';
}

h6 {
    float: left;
    width: 92%;
    padding: 8px 2% 8px 6%;
    margin: 3px 0;
    font-size: 16px;
    font-family: 'Lato-Bold';
    color: #ff7800;
    background: #fff;
}

.cont_right ul {
    float: left;
    width: 92%;
    padding: 0 2% 0 6%;
}

    .cont_right ul li {
        float: left;
        width: 100%;
        padding: 5px 0;
        font-size: 15px;
    }

        .cont_right ul li a {
            color: #333;
            text-decoration: none;
        }

            .cont_right ul li a:hover {
                color: #999;
            }

.footer {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #949494;
    padding: 15px 0 5px 0;
    margin: 5% 0 0 0;
}

.bg_area .footer {
    padding: 20px 0 10px 0;
    border-top: 1px solid #dce0e2;
    margin: 0;
}


.admin_sec {
    float: left;
    width: 99%;
    border: 1px solid #dce0e2;
    min-height: 500px;
    background: #dce0e2;
}

.admin_table {
    float: left;
    width: 100%;
    min-height: 600px;
    padding: 0 0 20px 0;
}

.cont_sec {
    float: left;
    width: 100%;
    padding: 0 1% 10px 1%;
}

    .cont_sec ul {
        float: left;
        width: 96% !important;
        padding: 0 0 0 3% !important;
        margin: 0 !important;
    }

        .cont_sec ul li {
            float: left;
            width: 100% !important;
            margin: 5px 0 0 0 !important;
            list-style: disc;
        }

            .cont_sec ul li a {
                text-decoration: none;
                color: #0392dc;
            }

                .cont_sec ul li a:hover {
                    text-decoration: underline;
                    color: #FF7E00;
                }

.table_area {
    float: left;
    width: 98%;
    overflow-x: auto;
    padding: 0 0 10px 0;
    margin: 0 1%;
}

    .table_area table.gridtable {
        font-size: 12px;
        color: #444;
        border-width: 1px;
        border-color: #ccc;
        border-collapse: collapse;
        padding: 00;
        margin: 10px 0 0 0;
        float: left;
        width: 100%;
        background:#ddd;
    }

table.gridtable {
    font-size: 12px;
    color: #444;
    border-width: 1px;
    border-color: #ccc;
    border-collapse: collapse;
    margin: 10px 0 20px 0;
    float: left;
    width: 100%;
}

    table.gridtable tbody {
        background: #fff;
    }

    table.gridtable th {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #ccc;
        background-color: #eee;
    }

    table.gridtable td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #ccc;
        background-color: none;
    }

        table.gridtable td .but {
            margin: 0 auto;
            width: auto;
            padding: 7px 12px;
            color: #aaa;
            font-size: 13px;
            border-radius: 3px;
            cursor: pointer;
            background: #444;
            background: -webkit-linear-gradient(#333,#111);
            background: -o-linear-gradient(#333,#111);
            background: -moz-linear-gradient(#333,#111);
            background: linear-gradient(#333,#111);
            border: 2px solid #ccc;
        }

            table.gridtable td .but:hover {
                text-decoration: none;
                color: #666;
            }

        table.gridtable td a {
            color: #0392dc;
            text-decoration: none;
        }

            table.gridtable td a:hover {
                color: #ff7e00;
                text-decoration: underline;
            }

.table_area table.gridtable td {
    text-align: center;
}

table.gridtable td.border {
    border: none;
}

.admin_table h5 {
    float: left;
    width: 100%;
    padding: 7px 1%;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    color: #444;
    background: #dce0e2;
    font-weight: bold;
}

.admin_table ul {
    float: left;
    width: auto;
    padding: 0px;
    margin: 20px 0 0 0.5%;
}

    .admin_table ul li {
        float: left;
        line-height: 28px;
        width: auto;
    }

        .admin_table ul li div.box1 {
            float: left;
            width: auto;
            padding: 3px 0 0 10px;
        }
                
        .admin_table ul li div.box2 {
            float: left;
            min-width: 170px;
            padding: 3px 5px 0 5px;
        }

        .admin_table ul li div.box11 {
            float: left;
            width: 75px;
            padding: 3px 0 0 10px;
        }

.txt_box {
    float: left;
    width: 210px;
    padding: 5px 5%;
    font-size: 13px;
    color: #444;
    line-height: 16px;
    box-shadow: 0 0 5px #ddd inset;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #bac3c8;
}

.txt_box1 {
    float: left;
    width: 99%;
    padding: 6px 10px;
    font-size: 13px;
    color: #444;
    line-height: 16px;
    box-shadow: 0 0 5px #ddd inset;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #bac3c8;
}

.select_box {
    float: left;
    width: 96%;
    padding: 4px 2%;
    font-size: 13px;
    color: #444;
    line-height: 16px;
    box-shadow: 0 0 5px #ddd inset;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #bac3c8;
    transition: all 0.5s;
}

.wid_area {
    margin: 0 auto;
    width: 600px;
}

    .wid_area ul {
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
    }

        .wid_area ul li {
            float: left;
            line-height: 28px;
            width: auto;
            margin: 0 0 5px 0;
        }

            .wid_area ul li div.box1 {
                float: left;
                width: 120px;
                padding: 3px 0 0 10px;
            }

            .wid_area ul li div.box2 {
                float: left;
                width: 220px;
                padding: 3px 0 0 10px;
            }

            .wid_area ul li div.box11 {
                float: left;
                width: 120px;
                padding: 3px 0 0 10px;
            }

.upload_sec {
    float: left;
    width: auto;
    padding: 10px;
    margin: 10px 0 0 10px;
    border: 1px solid #DCE0E2;
    background: #fff;
}

    .upload_sec.full {
        float: left;
        width: 98%;
        padding: 0 0 2% 0;
        margin: 0 1%;
    }

.upload_area {
    float: left;
    background: #dce0e2;
    padding: 0;
    width: 100%;
    margin: 0 0 20px 0;
}

.upload_sec.trim {
    float: left;
    width: 98%;
    padding: 2px;
    margin: 5px;
    border: 1px solid #DCE0E2;
    background: #fff;
}

    .upload_sec.trim .upload_area {
        margin: 0px;
    }

    .upload_sec.trim .showstatus {
        padding: 10px;
    }

.tit_h4 {
    float: left;
    font-size: 14px;
    color: #444;
    padding: 8px 1%;
    font-weight: bold;
    float: left;
}

.add_user {
    float: right;
    font-size: 13px;
    cursor: pointer;
    color: #000;
    margin: 0 1% 0 0;
    background: #ffa726;
    border-radius: 3px;
    padding: 6px 10px;
    text-decoration: none;
    transition: all 0.5s;
}

a.add_user {
    text-decoration: none !important;
    color: #fff;
}

.card-header .add_user {
    margin: 3px 0 0 0;
}

.add_user1 {
    float: right;
    font-size: 13px;
    cursor: pointer;
    color: #000;
    margin: 0 1% 0 56px;
    background: #ffa726;
    border-radius: 3px;
    padding: 2px 10px;
    text-decoration: none;
    transition: all 0.5s;
}

a.add_user1 {
    text-decoration: none !important;
    color: #fff;
}

.card-header .add_user1 {
    margin: 3px 0 0 0;
}

.search1, .upload {
    float: right;
    min-width: 60px;
    padding: 6px 8px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    border: 2px solid #dadce0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 5px 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background: #454c5e;
    background: -webkit-linear-gradient(#454c5e,#232324);
    background: -o-linear-gradient(#454c5e,#232324);
    background: -moz-linear-gradient(#454c5e,#232324);
    background: linear-gradient(#454c5e,#232324);
    text-decoration: none;
    transition: all 0.5s;
}

a.search1, a.search1:hover, a.search1:visited {
    text-decoration: none;
}

.search1.fr.ma {
    margin: 0 0 0 5px;
    border: none;
}



    .search1:hover, .upload:hover {
        color: #F99F00;
        background: #222;
        background: -webkit-linear-gradient(#222,#222);
        background: -o-linear-gradient(#222,#222);
        background: -moz-linear-gradient(#222,#222);
        background: linear-gradient(#222,#222);
    }

.search1.disable {
    background: #999;
    color: #CCC;
    cursor: default;
}

.search, .upload {
    float: left;
    min-width: 60px;
    padding: 6px 8px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    border: 2px solid #dadce0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 2px 5px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background: #454c5e;
    background: -webkit-linear-gradient(#454c5e,#232324);
    background: -o-linear-gradient(#454c5e,#232324);
    background: -moz-linear-gradient(#454c5e,#232324);
    background: linear-gradient(#454c5e,#232324);
    text-decoration: none;
    transition: all 0.5s;
}

a.search, a.search:hover, a.search:visited {
    text-decoration: none;
}

.btnMin {
        min-width: 30px;
        padding: 3px 4px;
        font-size: 12px;
        color: #fff;
        line-height: 16px;
        border: 2px solid #dadce0;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-border-radius: 4px;
        margin: 2px 5px;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        background: #454c5e;
        background: -webkit-linear-gradient(#ce5949,#99380b);
        background: -o-linear-gradient(#ce5949,#99380b);
        background: -moz-linear-gradient(#ce5949,#99380b);
        background: linear-gradient(#ce5949,#99380b);
        text-decoration: none;
        transition: all 0.5s;
    }
    .btnMin:hover {
        opacity: 0.8;
    }
    .search.fr.ma {
        margin: 0 0 0 5px;
        border: none;
    }

.upload {
    float: none;
}

    .search:hover, .upload:hover {
        color: #F99F00;
        background: #222;
        background: -webkit-linear-gradient(#222,#222);
        background: -o-linear-gradient(#222,#222);
        background: -moz-linear-gradient(#222,#222);
        background: linear-gradient(#222,#222);
    }

.search.disable {
    background: #999;
    color: #CCC;
    cursor: default;
}

.add_user:hover, a.add_user:hover {
    color: #fff;
    background: #fb8c00;
    text-decoration: none;
}

.t_bg1 {
    background: #eeffd9 !important;
}

.t_bg2 {
    background: #e3fcff !important;
}

.t_bg3 {
    background: #ffddff !important;
}

.t_bg4 {
    background: #fffcaf !important;
}

.t_bg5 {
    background: #fef3fe !important;
}

.t_bg6 {
    background: #ffeccd !important;
}

.t_bg7 {
    background: #ffebeb !important;
}

.user_area {
    float: left;
    width: 400px;
}

.user_name {
    float: left;
    padding: 18px 5px 0 5px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 14px;
}

.user_note {
    float: left;
    padding: 18px 0 0 5px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 14px;
}

.user_notify {
    float: left;
    width: auto;
    padding: 6px 0;
    font-size: 13px;
    color: #00A2FF;
    margin: 12px 3px 0 3px;
    background: url(../images/notification.png) no-repeat;
    width: 32px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.popup_sec {
    position: absolute;
    width: 800px;
    height: auto;
    z-index: 10;
    display: none;
    left: 18%;
    top: 10%;
}

.popup_area {
    float: left;
    width: 95%;
    background: #fff;
    padding: 0 2%;
    border: 5px solid #f1f1f1;
    border-radius: 12px;
    min-height: 300px;
    box-shadow: 0 0 15px #000;
}

.close {
    position: absolute;
    right: 0px;
    padding: 5px 8px;
    background: #f1f1f1;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.header h3, .header .fr_logo {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header.fixed .header_sec {
    height: 50px;
    -webkit-transition: all 0.3s;
}

.header.fixed {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
}

    .header.fixed h3 {
        margin: 0 5px 0 0;
        font-size: 2em;
        line-height: 1.4em;
    }

        .header.fixed h3.cg {
            padding: 6px 10px;
        }

    .header.fixed .menu_sec {
        margin: 5px 0 0 2%;
    }

    .header.fixed .fr_logo {
        width: 130px;
    }

    .header.fixed .user_log {
        display: none;
    }

/*----new logins-----*/
.bg_ecr {
    position: absolute;
    top: 0px;
    right: 1%;
    height: 100%;
    width: 98%;
    z-index: 0;
    background: url(../images/bg_ecr.png) no-repeat center top;
}

.login_sec {
    float: left;
    margin: 80px 0 10px 0;
    width: 100%;
}

.login_area {
    margin: 0 auto;
    width: 350px;
    min-height: 250px;
    padding: 15px;
    background: rgba(0,0,0,0.03);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
}

.but_sub, a.but_sub {
    float: right;
    min-width: 60px;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    color: #ffd800;
    border: 3px solid #5a0103;
    border-radius: 4px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background: rgba(0,0,0,0.6);
    background: -webkit-linear-gradient(#373737, #231111);
    background: -o-linear-gradient(#373737, #231111);
    text-decoration: none;
    background: -moz-linear-gradient(#373737, #231111);
    background: linear-gradient(#373737, #231111);
    transition: all 0.5s;
}

    .but_sub:hover, a.but_sub:hover {
        color: #fff;
        background: #171717;
        background: -webkit-linear-gradient(#171717, #030101);
        background: -o-linear-gradient(#171717, #030101);
        text-decoration: none;
        background: -moz-linear-gradient(#171717, #030101);
        background: linear-gradient(#171717, #030101);
    }

.heading {
    float: left;
    width: 98%;
    height: auto;
    margin: 12% 0 0 2%;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    font-weight: normal;
}

    .heading span {
        color: #ffd800;
    }

.login_area ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .login_area ul li {
        float: left;
        width: 100%;
        margin: 5px 0;
    }

.text_box1 {
    float: left;
    width: 94%;
    background: rgba(0,0,0,0.35);
    padding: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    margin: 10px 10px 0 0;
    border: 1px solid #3e0001;
    border-radius: 2px;
    height: 20px;
    box-shadow: 0 0 5px #800204 inset;
    transition: all 0.5s;
}

    .text_box1:focus {
        border: 1px solid #ffd800;
    }

input[type="text"].text_box1 {
    float: left;
    width: 94%;
    background: rgba(0,0,0,0.35);
    padding: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    margin: 10px 10px 0 0;
    border: 1px solid #3e0001;
    border-radius: 2px;
    height: 20px;
    box-shadow: 0 0 5px #800204 inset;
    transition: all 0.5s;
}

    input[type="text"].text_box1:focus {
        border: 1px solid #ffd800;
    }

.but_login:hover {
    color: #666;
}

.remember {
    float: left;
    width: 70%;
    margin: 10px 5px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.forgot {
    float: left;
    width: 90%;
    padding: 2px 2%;
}

    .forgot a {
        text-decoration: none;
        color: #ffd800;
    }

        .forgot a:hover {
            color: #aaa;
            text-decoration: underline;
        }

.change_pass {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .change_pass ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .change_pass ul li {
            padding: 0 1%;
            height: auto;
            line-height: 24px;
            width: auto;
            list-style: none;
            color: #444;
        }

            .change_pass ul li:nth-child(odd) {
                width: 125px !important;
                text-align: right;
                float: left;
                padding: 7px 0;
            }

            .change_pass ul li:nth-child(even) {
                margin: 1px 0 1px 130px !important;
                float: none !important;
                width: auto !important;
            }

            .change_pass ul li .text_box2 {
                width: 100%;
                background: #fff;
                padding: 5px 3%;
                font-size: 13px;
                color: #444;
                line-height: 14px;
                margin: 10px 10px 0 0;
                border: 1px solid #ccc;
                border-radius: 2px;
                height: 32px;
                box-shadow: 0 0 5px #ddd inset;
            }

    .change_pass .but_sub {
        float: right;
        min-width: 60px;
        padding: 10px;
        font-size: 13px;
        line-height: 14px;
        color: #ffd800;
        border: 3px solid #ddd;
        border-radius: 4px;
        margin: 10px 5px 0 0;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        background: #171717;
        background: -webkit-linear-gradient(#171717, #030101);
        background: -o-linear-gradient(#171717, #030101);
        text-decoration: none;
        background: -moz-linear-gradient(#171717, #030101);
        background: linear-gradient(#171717, #030101);
    }

        .change_pass .but_sub:hover {
            color: #fff;
        }

    .change_pass a {
        top: 8px;
        position: relative;
        right: 12px;
    }

.left_menu {
    float: left;
    width: 230px;
}

    .left_menu ul {
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0;
        border-bottom: 1px solid #dce0e2;
    }

        .left_menu ul li {
            float: left;
            width: 100%;
            margin: 0px;
            padding: 0px;
            list-style: none;
            border-left: 1px solid #dce0e2;
        }

            .left_menu ul li a {
                float: left;
                width: 100%;
                border-top: 1px solid #dce0e2;
                background: #fff;
                color: #666;
                text-decoration: none;
                min-height: 16px;
                padding: 6px 1%;
                line-height: 24px;
                border-right: 1px solid #dce0e2;
                transition: all 0.5s;
            }

                .left_menu ul li a:hover, .left_menu ul li a.active {
                    background: #373B47;
                    color: #F99F00;
                }

.right_menu {
    margin: 0 0 0 235px;
}

.fl_table {
    float: left;
    width: 32%;
    padding: 10px 0.5%;
}

.fl_area {
    float: left;
    width: 32%;
    padding: 20px 0.5% 10px 0.5%;
}

    .fl_area ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .fl_area ul li {
            padding: 0 1%;
            height: auto;
            margin: 1px 0;
        }

            .fl_area ul li:nth-child(odd) {
                width: 105px;
                float: left;
            }

            .fl_area ul li:nth-child(even) {
                margin: 3px 0 3px 110px;
                float: none;
            }

            .fl_area ul li select {
                width: 99%;
                border-radius: 3px;
                padding: 4px 1%;
                color: #444;
                background: #fff;
                border: 1px solid #ccc;
                box-shadow: 0 0 5px #ddd inset;
            }

            .fl_area ul li div.txt {
                width: 94%;
                border-radius: 3px;
                padding: 4px 2%;
                color: #444;
                background: #fff;
                border: 1px solid #ccc;
                box-shadow: 0 0 5px #ddd inset;
                line-height: 18px;
                min-height: 20px;
            }

.bg1_fl {
    background: #fff;
    margin: 2px 0;
    padding: 3px 0 3px 1%;
    float: left;
    width: 99%;
}

.price_tab {
    float: left;
    width: 100%;
}

    .price_tab ol {
        float: left;
        width: 99%;
        margin: 10px 0.5% 0 0.5%;
        padding: 0;
        border-bottom: 1px solid #dce0e2;
    }

.price_tab ol li {
    float: left;
    background: #b5bbbe;
    background: -webkit-linear-gradient(#dce0e2, #b5bbbe);
    background: -o-linear-gradient(#dce0e2, #b5bbbe);
    text-decoration: none;
    background: -moz-linear-gradient(#dce0e2, #b5bbbe);
    background: linear-gradient(#dce0e2, #b5bbbe);
    padding: 8px 12px;
    list-style: none;
    border-radius: 4px 4px 0 0;
    margin: 0 2px 0 0;
    color: #222;
    border: 1px solid rgba(0,0,0,0);
    border-bottom: none;
    border-top: 1px solid #dce0e2;
    cursor: pointer;
}

    .price_tab ol li.active {
        background: #c5161d;
        color: #fff;
        border: 1px solid transparent;
        border-bottom: none;
    }
.price_tab ol li a {
    color: #333;
    text-decoration: none;
}

    .price_tab ol li a:hover, .price_tab ol li.active a{
        color: #fff;
        text-decoration: none;
    }

.price_order {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

    .price_order ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .price_order ul li {
            float: left;
            width: 28%;
            margin: 10px 2% 10px 3%;
            list-style: none;
            font-size: 13px;
            transition: all 0.5s;
        }

.pe1 {
    float: left;
    background: #00A65A;
    width: 99%;
    padding: 1% 0 0 0;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
}

.pe2 {
    float: left;
    background: #F39C12;
    width: 99%;
    padding: 1% 0 0 0;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
}

.pe3 {
    float: left;
    background: #00C0EF;
    width: 99%;
    padding: 1% 0 0 0;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
}

.pe_1 {
    float: left;
    width: 80%;
    padding: 7px 10%;
    text-align: right;
    border-radius: 0 0 3px 3px;
    line-height: 14px;
    background: url(../images/arrow.png) no-repeat 96% 8px rgba(0,0,0,0.12);
}

.price_order ul li a:hover {
    background: rgba(0,0,0,0.8);
}

    .price_order ul li a:hover .pe_1, .price_order ul li a:hover .pe_2, .price_order ul li a:hover .pe_3 {
        background: url(../images/arrow.png) no-repeat 96% 8px rgba(0,0,0,0.3);
    }

.pe_2 {
    float: left;
    width: 80%;
    padding: 7px 10%;
    background: url(../images/arrow.png) no-repeat 96% 8px rgba(0,0,0,0.12);
    text-align: right;
    border-radius: 0 0 3px 3px;
    line-height: 14px;
}

.pe_3 {
    float: left;
    width: 80%;
    padding: 7px 10%;
    background: url(../images/arrow.png) no-repeat 96% 8px rgba(0,0,0,0.12);
    text-align: right;
    border-radius: 0 0 3px 3px;
    line-height: 14px;
}

.pe_num {
    float: left;
    width: 90px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    min-height: 60px;
    line-height: 60px;
    padding: 10px 0 20px 0;
}

.pe_name {
    font-size: 20px;
    padding: 20px 3% 0 0;
    margin: 0 0 0 90px;
}

.radio_ch {
    float: left;
    width: 100%;
}

    .radio_ch .rc {
        float: left;
        width: 96%;
        margin: 10px 2% 0 2%;
    }

        .radio_ch .rc label {
            cursor: pointer;
        }


.failure {
    color: #f7282d;
    background: url(../images/failure.png) no-repeat;
    padding: 3px 0 5px 25px;
    margin: 0 5px;
}

.success {
    color: #66ac09;
    background: url(../images/success.png) no-repeat;
    padding: 3px 0 5px 25px;
    margin: 0 5px;
}

/*-----accordion-----*/
.accordion-toggle {
    cursor: pointer;
    margin: 0;
}

.accordion-content {
    display: none;
    border: 1px solid #ed8203;
    padding: 10px;
}

    .accordion-content.default {
        display: block;
    }

.accordion {
    width: 100%;
}

    .accordion h6 {
        background: #ed8203;
        margin: 10px 0 0 0;
        padding: 10px 1%;
        float: none;
        color: #fff;
        width: 100%;
        font-size: 17px;
    }

.accordion-toggle.default {
    background: #ed8203;
}

.accordion-toggle.active {
    background: #eee;
}


/*-----radio_search-----*/
.radio_search {
    float: left;
    width: 100%;
}

.radio_left {
    float: left;
    width: 180px;
    margin: 0 0 0 10px;
}

    .radio_left .rc {
        float: left;
        width: 90%;
        padding: 5px 5%;
    }

        .radio_left .rc label {
            cursor: pointer;
        }

        .radio_left .rc.active {
            background: #fff;
        }

.radio_right {
    margin: 0 0 0 190px;
}

.radio_sec {
    float: left;
    width: 99%;
    background: #fff;
}

.radio_area {
    float: left;
    width: 100%;
    padding: 0 0.5%;
}

.radio_fl {
    float: left;
    width: 98%;
    padding: 5px 0.5%;
}

.radio_fr {
    float: left;
    width: 40%;
    padding: 0;
    margin: 0;
}

.radio_fr ul {
    float: left;
    width: 75%;
    padding: 0;
    margin: 0;
}

.radio_fr ul li {
    padding: 0 1%;
    height: auto;
    margin: 1px 0;
}

.radio_fr ul li:nth-child(odd) {
    width: 105px;
    float: left;
}

.radio_fr ul li:nth-child(even) {
    margin: 3px 0 3px 110px;
    float: none;
}

.radio_fr ul li select {
    width: 99%;
    border-radius: 3px;
    padding: 4px 1%;
    color: #444;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd inset;
}

.radio_fr ul li .txt_box {
    width: 94%;
    border-radius: 3px;
    padding: 4px 2%;
    color: #444;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd inset;
    line-height: 18px;
    min-height: 20px;
    transition: all 0.5s;
}

.search_icon {
    float: left;
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    border: 2px solid #dadce0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 2px 5px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background: #454c5e;
    background: -webkit-linear-gradient(#454c5e,#232324);
    background: -o-linear-gradient(#454c5e,#232324);
    background: -moz-linear-gradient(#454c5e,#232324);
    background: linear-gradient(#454c5e,#232324);
    text-decoration: none;
}



    .search_icon:hover {
        opacity: 0.8;
    }

    .search_icon.disable {
        color: #CCC;
        cursor: default;
        border: 0px none;
        background: #cecece;
        background: -webkit-linear-gradient(#cecece,#69696c);
        background: -o-linear-gradient(#cecece,#69696c);
        background: -moz-linear-gradient(#cecece,#69696c);
        background: linear-gradient(#cecece,#69696c);
    }

        .search_icon.disable:hover {
            opacity: 1;
        }

.radio_show {
    float: left;
    width: 96.5%;
    margin: 5px 1% 5px 0;
    padding: 0 1% 10px 1%;
    border: 1px solid #ddd;
    background: #f8f8f8;
    min-height: 60px;
}

.radio_area table.gridtable {
    margin: 10px 0;
    width: 99%;
}

.txt_box:focus, .select_box:focus, .change_pass ul li .text_box2:focus, .txt_box1:focus {
    border-color: #F99F00;
}

.add_sec {
    background: #fff;
    display: none;
    width: 98%;
    padding: 2% 1% 1% 1%;
    margin: 1%;
    float: left;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

    .add_sec ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .add_sec ul li {
            margin: 0 0 20px 0;
        }

            .add_sec ul li div.box1 {
                min-width: 120px;
                text-align: right;
            }

            .add_sec ul li div.box2 {
                width: 220px;
            }

            .add_sec ul li div.box11 {
                min-width: 120px;
                text-align: right;
            }


.admin_table ul li div.box2 select.select_box {
    width: 100%;
}

.rd_c {
    background: #ff0000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin: 0 10px;
    display: inline-block;
}

.gr_c {
    background: #43a047;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin: 0 10px;
    display: inline-block;
}

.gr_w {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin: 0 10px;
    display: inline-block;
}

.opt, .opt.c, .opt.b {
    background: #333;
    color: #fff;
    padding: 6px 8px;
    border: 2px solid #ccc;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.5s;
}

    .opt.c:hover, .opt.c.active, .opt.b:hover, .opt.b.active {
        background: #eee;
        color: #333;
    }

.opt_ab {
    position: absolute;
    background: rgba(200,200,200,0.8);
    padding: 15px 6px;
    width: auto;
    height: 50px;
    right: 6.1%;
    margin: -2.6% 0 0 0;
    z-index: 1;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(255,255,255,1);
    border: 1px solid #ccc;
    display: none;
}

    .opt_ab ul {
        float: left;
        padding: 0;
        width: 100%;
        margin: 0;
    }

        .opt_ab ul li {
            float: left;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .opt_ab ul li a {
                float: left;
                background: #fff;
                border-radius: 3px;
                position: relative;
                padding: 2px 10px;
                text-transform: uppercase;
                margin: 1px 2px;
                line-height: 20px;
                transition: all 0.5s;
                color: #000;
                cursor: default;
                text-decoration: none;
            }

                .opt_ab ul li a sub {
                    position: absolute;
                    background: #fff;
                    border-radius: 50%;
                    top: -10px;
                    right: 0;
                    width: 16px;
                    height: 16px;
                    font-size: 9px;
                    color: #000;
                    line-height: 16px;
                    text-align: center;
                    transition: all 0.5s;
                }

                .opt_ab ul li a:hover, .opt_ab ul li a:hover sub {
                }

                .opt_ab ul li a.complete:hover, .opt_ab ul li a.complete:hover sub {
                    background: #ade27f;
                    color: #000;
                }

                .opt_ab ul li a.prog:hover, .opt_ab ul li a.prog:hover sub {
                    background: #afdcfe;
                    color: #000;
                }

                .opt_ab ul li a.complete, .opt_ab ul li a.complete sub {
                    background: #c1ffac;
                    cursor: pointer;
                }

                .opt_ab ul li a.prog, .opt_ab ul li a.prog sub {
                    background: #c5f6ff;
                    cursor: pointer;
                }

.tab_form {
    /*width: 500px;*/
    margin: 20px 10px 0 20px;
}

.tab_f1 {
    width: 100%;
    margin: 0;
}

.tab_form ul {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    float: left;
}

.tab_f1 ul {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.tab_form ul li:nth-child(odd) {
    width: 40%;
    margin: 0;
    padding: 0;
    float: left;
}

.tab_f1 ul li:nth-child(odd) {
    width: 30%;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    line-height: 16px;
}

.tab_form ul li:nth-child(even) {
    width: 60%;
    margin: 0;
    padding: 0 1%;
    float: left;
}

.tab_f1 ul li:nth-child(even) {
    width: 70%;
    margin: 0;
    padding: 0 1%;
    float: left;
}

.tab_form ul li input[type="text"], .tab_form ul li select, input[type="text"], select, .tab_form ul li label {
    width: 100%;
    background: #fff;
    padding: 4px 5px;
    margin: 0;
    height: auto;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 20px;
    box-shadow: 0 0 5px #ddd inset;
}

.tab_form ul li textarea {
    width: 100%;
    background: #fff;
    padding: 4px 5px;
    margin: 0;
    height: 60px;
    overflow-y: auto;
    resize: none;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 20px;
    box-shadow: 0 0 5px #ddd inset;
}

    .tab_form ul li textarea.txtPlain {
        width: 100%;
        background: #eee;
        padding: 4px 5px;
        margin: 0;
        height: 60px;
        overflow-y: auto;
        resize: none;
        border-radius: 3px;
        border: 0px none;
        line-height: 20px;
        box-shadow: none;
    }

.tab_form ul li input[type="text"].txtPlain, .txtPlain {
    width: 100%;
    padding: 4px 5px;
    margin: 0;
    height: auto;
    color: #333;
    border: 0px none;
    line-height: 20px;
    box-shadow:none;
    background:#eee;
}

.tab_form ul li input[type="text"].box1 {
    width: 48%;
    float: left;
}

.tab_f1 ul li input[type="text"].box1 {
    width: 40%;
    margin: 0 4%;
    float: left;
}

.tab_form ul li input[type="text"].box11 {
    width: 48%;
    float: left;
}

.tab_f1 ul li input[type="text"].box11 {
    width: 40%;
    margin: 0 4%;
    float: left;
}

.tab_form ul li input[type="text"].box2 {
    width: 48%;
    float: right;
}

.tab_f1 ul li input[type="text"].box2 {
    width: 40%;
    margin: 0 4%;
    float: right;
}

.tab_f1 ul li select.box1 {
    width: 40%;
    margin: 0 4%;
    float: right;
}

.tab_f1 ul li select.box11 {
    width: 40%;
    margin: 0 4%;
    float: right;
}

.tab_form ul li select {
    padding: 6px 5px;
}

    .tab_form ul li input[type="text"]:focus, .tab_form ul li select:focus {
        border-color: #ffa726;
    }

.tab_form ul li div table {
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
}

    .tab_form ul li div table tr th, .tab_form ul li div table tr td {
        border: 1px solid #ccc;
    }

.tc_0, .tc_2, .tc_3, .tc_4, .tc_5, .tc_6 {
    display: none;
}

.wid_50 {
    float: left;
    width: 48%;
    margin: 0 1%;
    /*padding: 0 0 15px 0;*/
}

.wid_70 {
    float: left;
    width: 68%;
    margin: 0 1%;
    /*padding: 0 0 15px 0;*/
}

.wid_30 {
    float: left;
    width: 28%;
    margin: 0 1%;
    /*padding: 0 0 15px 0;*/
}

.wid_25 {
    float: left;
    width: 25%;
}

    .wid_50 h5 {
        margin: 0 0 20px 0;
        padding: 5px 10px;
    }

    .wid_50.bg1 {
        background: #fff;
        padding: 0 0 10px 0;
    }

.popup_r {
    position: relative;
    width: 300px;
    height: 40px;
    text-align: center;
    padding: 10px;
    color: limegreen;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
}

.popup_w {
    position: relative;
    width: 300px;
    height: 40px;
    text-align: center;
    padding: 10px;
    color: red;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
}
/*----others-----*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.width {
    float: left;
    width: 100%;
}

.mar_o {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    text-transform: none;
    width: 100%;
}

.mar_left10 {
    margin-left: 10px;
}

.mar_top10 {
    margin-top: 10px;
}

.mar_top20 {
    margin-top: 20px;
}

.center {
    text-align: center;
}
.red {
    color:red;
}

.font20 {
    font-size: 20px;
}

.color1 {
    color: #fc9d05;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.hide, .Step {
    display: none;
}

.mhide {
    display: none;
}

.mshow {
    display: block;
}

.Step.Show {
    display:block;
}

.requ {
    color:tomato;
}

@media(max-width:1397px) {
}

@media(max-width:1369px) {
}

@media(max-width:1261px) {
    .header.fixed .menu_sec {
        margin: 5px 0 0 5px;
    }
}

@media(max-width:1241px) {
}

@media(max-width:1100px) {
    .tab_form {
        width: 100%;
        padding: 0 2%;
    }

        .tab_form ul li:nth-child(2n+1) {
            padding: 5px 0 0 0;
            line-height: 16px;
        }
}

@media(max-width:1048px) {
    .menu_sec {
        margin: 39px 0 0 5px;
    }
}

@media(max-width:1033px) {
    .menu_sec {
        margin: 39px 0 0 2%;
    }
}

@media(max-width:1009px) {
    .menu_sec {
        width: 510px;
        margin: 0 0 0 2%;
    }

    .header h3 {
        margin: 5px 0;
    }
}

@media(max-width:900px) {
    .fl_table, .fl_area {
        width: 49%;
    }

    .header.fixed .menu_sec {
        margin: 0;
        width: 100%;
        z-index: 2;
    }
}

@media(max-width:820px) {
    .pe_1, .pe_2, .pe_3 {
        width: 76%;
        padding: 7px 12%;
    }

    .pe_num {
        width: 70px;
        font-size: 36px;
    }

    .pe_name {
        margin: 0 0 0 70px;
        font-size: 18px;
    }

    .price_order ul li {
        margin: 10px 1%;
        width: 31%;
    }
}

@media(max-width:799px) {
    .bg_ecr {
        background: url(../images/bg_ecr.png) no-repeat right top;
    }

    .heading {
        line-height: 82px;
    }

    .bg_ecr {
        right: 0;
    }
}

@media(max-width:739px) {
    .wid_50 {
        width: 100%;
    }
}

@media(max-width:696px) {
    .bg_ecr {
        background: url(../images/bg_ecr.png) no-repeat right top;
    }

    .heading {
        line-height: 82px;
    }

    .header_sec {
        text-align: center;
    }

        .header_sec span.fr {
            float: none;
        }

    .heading {
        font-size: 50px;
    }
}

@media(max-width:620px) {
    .pe_1, .pe_2, .pe_3 {
        width: 76%;
        padding: 7px 12%;
    }

    .pe_num {
        width: 70px;
        font-size: 36px;
    }

    .pe_name {
        margin: 0 0 0 70px;
        font-size: 20px;
    }

    .price_order ul li {
        margin: 10px 1%;
        width: 48%;
    }
}


@media(max-width:600px) {
    .fl_table, .fl_area {
        width: 99%;
    }

    .login_sec {
        margin-top: 5%;
    }
}

@media(max-width:500px) {
    .heading {
        font-size: 40px;
    }
}

@media(max-width:435px) {
    .pe_name {
        margin: 0 0 0 70px;
        font-size: 17px;
        line-height: normal;
    }

    .login_area {
        width: 90%;
        margin: 0 2%;
        padding: 1% 3%;
    }
}

@media(max-width:400px) {
    .heading {
        font-size: 40px;
        line-height: 60px;
        margin: 100px 0 0 0;
        width: 100%;
    }

    .remember {
        width: 64%;
    }
}

@media(max-width:395px) {
    .pe_name {
        margin: 0 0 0 70px;
        font-size: 20px;
        line-height: normal;
    }

    .price_order ul li {
        margin: 10px 1%;
        width: 98%;
    }

    .heading {
        font-size: 36px;
    }
}



/*Validation*/
.myvalidation {
    color: red;
    display: none;
}

    .myvalidation ul {
        float: none !important;
    }

    .myvalidation li {
        float: none !important;
        padding: 2px;
        margin: 0px;
        line-height: 10px !important;
        text-align: center;
    }

.validation-summary-errors {
    display: block;
}

    .validation-summary-errors li {
        color: #ff0000;
    }

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #00688B !important;
}

.validation-summary-valid {
    display: none;
}

.buttonBar {
    width: 100%;
    padding: 5px 1%;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    color: #444;
    background: #dce0e2;
    font-weight: bold;
    height: 47px;
    line-height: 36px;
}

.addSec {
    width: 50%;
    padding: 10px;
    margin: 0 auto 10px auto;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    color: rgba(0,0,0, 0.87);
    background: #f4f4f4;
    transition: all 0.5s;
    display:table;
}

.SettingMenu {
    background: -webkit-linear-gradient(#f3c073,#f0b087);
    background: -o-linear-gradient(#f3c073,#f0b087);
    background: -moz-linear-gradient(#f3c073,#f0b087);
    background: linear-gradient(#f3c073,#f0b087);
    border: 1px solid #343434;
    color: #333;
    line-height: 20px;
    margin: 4px;
    padding: 3px;
    text-transform: none;
    border-radius: 3px;
}

.grid-footer a {
    padding: 2px 8px;
    margin: 2px;
    background: #e4e0e0;
    border: 1px solid #d8cecc;
}
.grid-footer {
    color: #333;
    word-spacing: 4px;
}

.sub_menu.sub2 {
    display: none;
    margin-left: 100%;
    position: absolute;
    top: -196px;
    border-left: 1px solid red;
}
.JoinSlide {
    position: relative;
    width: 50%;
    height: 20px;
    color: #000;
    min-width:100px;
}

.JoinSlide > span {
        position: absolute;
        right: -8px;
        padding: 1px 4px;
        bottom: 3px;
        background: #fec9fe; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#bdbec3,#b6b3b2);
        background: -o-linear-gradient(#bdbec3,#b6b3b2);
        background: -moz-linear-gradient(#bdbec3,#b6b3b2);
        background: linear-gradient(#bdbec3,#b6b3b2);
        cursor: pointer;
        color: #333;
    }
.JoinSlide > span.left {
    left: -5px;
    right:auto;
}
.JoinSlide > span > span {
    font-size: 0.8em;
}
.JoinSlide span:hover {
            color: #fff;
        }

.JoinSlide .jopen {
    display: block;
}

.JoinSlide .jclose {
    display: none;
    color:red;
}

.slidecol {
    display: none;
}

.posrelative {
    position:relative;
}

.gOverlay {
    background: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.gProgress {
    background: url(../images/loading.gif) no-repeat center center;
    width: 100%;
    height: 100%;
}

.CompSet {
    display:none;
}

.table > thead > tr > th.plain {
    padding-bottom: 0px;
}
.CompReserv span {
    text-decoration:underline;
}

.traficlight {
    border-radius: 50%;
    padding: 1px 6px;
}

    .traficlight.color_0 {
        background-color: gray;
        color: gray;
        border: 1px solid #6A6A6A;
    }

.traficlight.color_1 {
    background-color: green;
    color: green;
    border: 1px solid #15421fb3;
}

.traficlight.color_2 {
    background-color: yellow;
    color: yellow;
    border: 1px solid #daadda;
}

.traficlight.color_3 {
    background-color: orange;
    color: orange;
    border: 1px solid #c88938b3;
}

.traficlight.color_4 {
    background-color:orangered;
    color:orangered;
}

.RowStatus_0 {
    background-color: #eae7e7;
}

.RowStatus_2 {
    background-color: #f8f8be;
}

.RowStatus_3 {
    background-color: #f9e4bc;
}

.RowStatus_4 {
    background-color: #fbc7b4;
}
.card .table {
    margin-bottom:10px;
}
.card .table tr td {
    padding:3px 5px;
    word-break:break-all;
}

.ProjectFlowForm .card .table tr td {
    word-break: normal;
}

.card .table tr td input[type="text"] {
    padding: 2px 3px;
}

.headbg th {
    background-color: #cfcfcf;
}

.card-header ul {
    float: left;
    margin: 0px;
    padding: 0 0 0 5%;
}

.card-header ul li {
    width: auto;
    margin: 0px;
}

.card-header ul li div.box2 {
    min-width:40px;
}

.card-header ul li input[type="radio"] {
    margin:8px 0 0 0;
}
.msgContainer {
    width:100%;
    text-align:center;
}

.inTitle .box1, .inTitle .box2 {
    cursor:pointer;
}

.plainBtn {
    border: 1px solid #b6caf3b3;
    padding: 5px;
    line-height: 14px;
    margin: 5px;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f0f3f9,#fff);
    background: -o-linear-gradient(#f0f3f9,#fff);
    background: -moz-linear-gradient(#f0f3f9,#fff);
    background: linear-gradient(#f0f3f9,#fff);
    text-decoration:none;
}

/* popup*/
.PopupContainer {
    /*position: relative;*/
}

.Popup {
    position: absolute;
    top: 70px;
    left: 7%;
    width: 85%;
    min-height: 450px;
    z-index: 10;
    display: none;
    color: #333333;
    padding: 30px 10px 8px 10px;
    background: #fff;
    border: 5px solid #f1f1f1;
    border-radius: 12px;
    box-shadow: 0 0 15px #000;
}

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: none;
}

.Popup .close {
    text-transform: capitalize;
    background: #f1f1f1;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 4px;
    margin: -25px 0 -9px 0;
    float: right;
    position: static;
}

    .Popup .close:hover {
        cursor: pointer;
        background-color: #E4E4E4;
    }

.htScroll {
    height: 336px;
    overflow-y: auto;
}
/* ## */

.group-container {
    border-bottom:1px solid #f24f4f;
    float:left;
}

.iconDel {
    background: url(../images/delete.png) no-repeat center center;
    width: 19px;
    height: 20px;
    border: 0px none;
    cursor: pointer;
    margin: 0px 3px;
    display: inline-block;
}
.nowrap {
    white-space:nowrap;
}

.gridFixed {
    position: fixed;
    top: 39px;
    left: 1px;
    display: none;
    margin: 0px 0 0 17px;
    border-bottom: 1px solid #343434;
    background-color: #eae7e7;
}
    .gridFixed td, .gridFixed th {
        border: 1px solid #d8d8d8;
        padding: 5px 7px;
        vertical-align: middle;
        font-size: 1em;
        font-weight: 300;
        padding-bottom:4px;
    }
    .gridFixed.live {
        display: table !important;
    }

.floattable {
    /*position: relative;*/
}

    .floattable thead {
        position: sticky;
        top: 47px; /* Don't forget this, required for the stickiness */
        background: #ddd;
    }
    /*
    .floattable thead tr:nth-child(2) {
        position: sticky;
        top: 72px; 
        border-bottom: 2px solid #ddd;
    }

    .floattable thead tr:nth-child(3) {
        position: sticky;
        top: 115px; 
        border-bottom: 2px solid #ddd;
    }*/

.mhide.reverse, .slidecol.reverse {
    display: inline-block;
}

.JoinSlide.reverse .jopen {
    display: none;
}

.JoinSlide.reverse .jclose {
    display: block;
}