.gachtren {
    border-top: 3px solid #33877d;
}

.gachduoi {
    border-bottom: 3px solid #33877d;
}

a.delete,
a.edit,
span.Clendar,
a.accept {
    background: url(../images/cancel_round.png) no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 6px;
    width: 16px;
    height: 16px;
}

a.edit {
    background: url(../images/article_text.png) no-repeat;
}

a.accept {
    background: url(../images/accept_green.png) no-repeat;
}

.mGrid_vang {
    font-family: "Myriad Pro Cond";
    border-spacing: 0;
    width: 100%;
}

    .mGrid_vang thead {
        background: #f9bf19;
    }

        .mGrid_vang thead th {
            padding: 20px 5px 0;
        }

    .mGrid_vang th, .mGrid_vang td {
        padding: 5px;
        text-align: left;
    }

    .mGrid_vang tbody tr:nth-child(odd) {
        background: #f3f3f3;
    }

    .mGrid_vang tbody tr:nth-child(even) {
        background: #fff;
    }


.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(../images/grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #fcfcfc url(../images/grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(../images/grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.mGrid2 {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid2 td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid2 th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(../images/grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid2 .alt {
        background: #fcfcfc url(../images/grd_alt.png) repeat-x top;
    }

    .mGrid2 .pgr {
        background: #424242 url(../images/grd_pgr.png) repeat-x top;
    }

        .mGrid2 .pgr table {
            margin: 5px 0;
        }

        .mGrid2 .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid2 .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid2 .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


.mGrid3 {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid3 td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid3 th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(../images/grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid3 .alt {
        background: #fcfcfc url(../images/grd_alt.png) repeat-x top;
    }

    .mGrid3 .pgr {
        background: #424242 url(../images/grd_pgr.png) repeat-x top;
    }

        .mGrid3 .pgr table {
            margin: 5px 0;
        }

        .mGrid3 .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid3 .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid3 .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


/*.mGrid input
{
    width: 100px;
} */
.file_dinhkem {
    -moz-box-shadow: inset -2px 0px 0px 0px #caefab;
    -webkit-box-shadow: inset -2px 0px 0px 0px #caefab;
    box-shadow: inset -2px 0px 0px 0px #caefab;
    background-color: transparent;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #1c820a;
    display: inline-block;
    color: #306108;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 3px;
    text-decoration: none;
    width: 50px !important;
    text-shadow: 1px 0px 0px #aade7c;
}

label error {
    color: Red;
}

.error {
    color: Red;
}


.indexer_wrapper {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    height: 40px;
    overflow: hidden;
}

.increase {
    color: #093;
    font-weight: normal;
}

.decrease {
    color: #c30;
    font-weight: normal;
}


#footer {
    float: left;
    width: 100%;
    height: 100px;
}

out-ft {
    margin: 0 auto;
    width: 980px;
}

.ct-footer {
    float: left;
    width: 100%;
    background: #e90606;
    padding: 15px 0;
    color: #fff;
}

.align-ft {
    margin: 0 auto;
    width: 980px;
}

.anpham {
    float: left;
    width: 980px;
    padding-bottom: 15px;
}

    .anpham h2 {
        text-align: center;
        padding: 10px 0 15px 0;
        color: #4198d2;
        font-size: 16px;
    }

    .anpham ul {
        float: left;
        width: 1000px;
        list-style-type: none;
    }

    .anpham li {
        display: inline;
        padding-right: 20px;
    }

#breakumb_web {
    float: left;
    width: 980px;
    padding: 15px 7px;
    border-bottom: #e1e1e1 1px solid;
    height: 15px;
}

    #breakumb_web li {
        float: left;
        display: inline;
        padding-right: 30px;
    }

#chartstyle a {
    border: 1px solid gray;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    float: left;
    margin: 4px;
    text-align: center;
    display: block;
    color: green;
}

.soflow {
    /*-webkit-appearance: button;*/
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    /*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.soflow {
    /*-webkit-appearance: button;*/
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    /*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line150 {
    font-size: 14px;
    line-height: 150%;
    text-align: justify;
}

.myButton {
    background-color: #f38139 !important;
    color: #fff;
    font-size: 14px;
	text-align:center;
    height: 27px;
    padding: 2px 10px 1px;
    border: none;
    cursor: pointer;
}
.nguondulieu{float: right; margin-top:7px; margin-right:7px; color:#999; font-style:italic; height: 40px; width:230px; text-align: right;}
.chonchitiet{font-size:14px; margin-right:10px;}
.chonchitiet_sxct{font-size:14px; margin-right:0px;}
.chonmathang_thuongmai {
    margin-left: 69px;
    margin-right: 10px;
	font-size:14px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 80%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.kqtimkiem a{
    text-decoration:none;
    line-height:30px;
        color: #2ba6cb;
   
  
}
.main .report .item .title a{
    margin-right: 20px;
    font-size: 20px;
    max-width: 550px;
    color: #8a9f41;
    margin-top: 5px;
    text-decoration:none;
}

.right-column .order .float-view li a{
    background: #8a9f41;
    color: #fff;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-size: 10px;
    float: left;
    width: 120px;
    padding: 10px 0;
    text-align: center;
    margin: 0 4px 4px 0;
    text-decoration:none;
}
.main .group0 .group-list ul li a{
    font-family: "Open Sans";
    text-transform: uppercase;
    font-size: 12px;
    background: #666;
    display: inline-block;
    color: #fff;
       text-decoration:none;
}
.main .heading.style1 a{
    color: #ffa405;
    text-decoration:none;
}