﻿body {
    font-family: Arial;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    min-width: 300px;
    color: rgb(66, 66, 66);
}

.bannerShadow {
    box-shadow: 0px 5px 7px 0px rgba(119, 119, 119, 0.3);
    -moz-box-shadow: 0px 5px 7px 0px rgba(119, 119, 119, 0.3);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(119, 119, 119, 0.3);
    background-color: #e0e0e0;
    color: #fff;
    width: 100%;
    position: relative;
    /*min-width: 1000px;*/
    height: 125px
    /*background-color:#e6e6e6 ;*/
}

.menu a {
    color: rgb(66, 66, 66);
    text-decoration: none;
}

    .menu a:hover {
        color: #ff0000;
    }

.menu_link a {
    color: #234f8d;
    text-decoration: none;
}

    .menu_link a:hover {
        color: #c13617;
    }

menu_toog {
    color: #000;
}

    menu_toog:hover {
        color: red;
    }

.content {
    position: relative;
    float: left;
    width: calc(100% - 270px);
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px
}
 

.expanC3 {
    cursor: pointer;
    color: #000;
}

    .expanC3:hover {
        color: #759be1;
    }

h1 {
    font-size: 15px;
    color: #f00;
    text-decoration: none
}

    h1:hover {
        font-size: 15px;
        color: #28ad01;
    }

h2 {
    font-size: 13px;
    color: #234f8d;
    text-decoration: none;
    padding: 0px;
    margin: 0px
}

h3 {
    font-size: 13px;
    color: #234f8d;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    font-weight: normal
}

h4 {
    font-size: 13px;
    color: #234f8d;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    font-weight: normal
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.7;
    btnbg .png
}

.modalPopup {
    background-image: url('images/bgbartitle.png');
    background-position: top;
    background-repeat: repeat-x;
    border-radius: 5px;
    border-left: 4px;
    border-right: 4px;
    border-bottom: 4px;
    border-top: 0px;
    border-style: solid;
    border-color: rgba(119, 119, 119, 0.3);
    background-color: #fff;
    padding: 5px;
    color: #000;
}

.savebtn {
    background-image: url('images/save.png'), url('images/btnbg.png');
    background-position: left center, center;
    background-repeat: no-repeat, repeat;
    border-radius: 5px;
    padding: 5px;
    padding-left: 25px;
    border: 1px solid rgba(119, 119, 119, 0.3);
    width: 100px;
    color: #242424;
    font-weight: bold;
    font-size: 11px
}

    .savebtn:hover {
        background-image: url('images/save.png'), url('images/btnbghover.png');
        background-position: left center, center;
        border-radius: 5px;
        border: 1px solid #c0d6fe;
        cursor: pointer;
        color: #a30000;
        font-weight: bold;
        font-size: 11px
    }

.deletebtn {
    background-image: url('images/delete.png'), url('images/btnbg_blue.png');
    background-position: left center, center;
    background-repeat: no-repeat, repeat;
    border-radius: 5px;
    padding: 5px;
    padding-left: 20px;
    border: 1px solid rgba(119, 119, 119, 0.3);
    width: 100px;
    color: white;
    font-weight: bold;
    font-size: 11px
}

    .deletebtn:hover {
        background-image: url('images/delete.png'), url('images/btnbghover_blue.png');
        background-position: left center, center;
        border: 1px solid #c0d6fe;
        cursor: pointer;
        color: white;
        font-weight: bold;
        font-size: 11px
    }

.addbtn {
    background-image: url('images/add.png'), url('images/btnbg_blue.png');
    background-position: left center, center;
    background-repeat: no-repeat, repeat;
    border-radius: 5px;
    padding: 5px;
    padding-left: 25px;
    border: 1px solid rgba(119, 119, 119, 0.3);
    color: white;
    font-weight: bold;
    font-size: 11px;
}

    .addbtn:hover {
        background-image: url('images/add.png'), url('images/btnbghover_blue.png');
        background-position: left center, center;
        border: 1px solid #c0d6fe;
        cursor: pointer;
        color: white;
        font-weight: bold;
        font-size: 11px
    }


.listheader {
    height: 30px;
    background-image: url('images/btnbghover.png');
    background-size: 100% 100%;
    white-space: nowrap;
    color: #515151
}

    .listheader th {
        padding: 2px
    }
/*.listheader th:nth-child(2)  {
   visibility:hidden ;display :none  
}*/

.listitem:nth-of-type(2n+1) {
    min-height: 20px;
    background-color: #fffdde;
}

.listitem {
    min-height: 20px;
    background-color: #f8f8f8;
    overflow: hidden;
    white-space: normal;
}

    .listitem:hover {
        background-color: #d1e1ed;
        overflow: hidden;
    }

    .listitem td {
        padding: 5px;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

img {
    border: none;
}

.loginbtn {
    background-image: url('images/iconlogin.png'), url('images/btnbg_blue.png');
    background-position: left center, center;
    background-repeat: no-repeat, repeat;
    padding: 5px;
    padding-left: 30px;
    border-radius: 5px;
    border: 1px solid rgba(119, 119, 119, 0.3);
}

    .loginbtn:hover {
        background-image: url('images/iconlogin.png'), url('images/btnbghover_Blue.png');
        background-position: left center, center;
        border: 1px solid #c0d6fe;
        cursor: pointer;
    }

.resetbtn {
    background-image: url('images/reset.png'), url('images/btnbg_blue.png');
    background-position: left center, center;
    background-repeat: no-repeat, repeat;
    border-radius: 5px;
    padding: 5px;
    padding-left: 30px;
    border: 1px solid rgba(119, 119, 119, 0.3);
    color: #000;
}

    .resetbtn:hover {
        background-image: url('images/reset.png'), url('images/btnbghover_Blue.png');
        background-position: left center, center;
        border: 1px solid #c0d6fe;
        cursor: pointer;
    }

.strokeme {
    color: #1074d4;
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.textbanner1 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
.textbanner2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
}
.headermenu {
    text-decoration: none;
    color: #0b3a7d;
}

    .headermenu:hover {
        text-decoration: underline;
    }

div {
    float: left;
    position: relative;
}

.tabcap {
    background-color: #c0d6fe;
    padding: 5px;
    border-left: 1px solid #759be1;
    border-right: 1px solid #759be1;
    border-top: 1px solid #759be1;
    color: #234f8d;
    margin-left: 1px;
    cursor: pointer;
}

    .tabcap:hover {
        background-color: #95b7f5;
        color: #fff;
    }

.tabcap_activate {
    background-color: #759be1;
    padding: 5px;
    border-left: 1px solid #759be1;
    border-right: 1px solid #759be1;
    border-top: 1px solid #759be1;
    color: #fff;
    margin-left: 1px;
}

.tabcontent {
    width: 100%;
    position: relative;
    float: left;
}


/*Background modal*/
.BackgroundModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* 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 */
}

.BackgroundModalLoadding {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* 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 */
}

.right {
    float: right;
}

.left {
    float: left
}

.Close_Icon {
    height: 15px;
    width: 15px;
    background-image: url('images/Cancel_15px.png');
    cursor: pointer;
}

.button_white_25px {
    background-color: transparent;
    color: #759be1;
    border: 1px solid #c0d6fe;
    height: 25px;
    padding: 2px 10px 2px 10px;
    border-radius: 5px;
    cursor: pointer;
}

    .button_white_25px:hover {
        background-color: #95b7f5;
        color: #fff;
        border: 1px solid #2461ad;
    }

.div_full_w_padding_left_right_5px {
    padding-left: 5px;
    padding-right: 5px;
    width: calc(100% - 10px);
}

.div_full_w_padding_left_right_top_bottom_5px {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: calc(100% - 10px);
}

.ContainerMessage {
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 5px;
    width: 300px;
}

    .ContainerMessage .title {
        background-color: #f4f4f4;
        font-weight: bold;
        border-radius: 5px 5px 0px 0px;
    }

.tabcontent {
    width: 100%;
}

.widthfull_SearchPanel {
    width: calc(100% - 10px);
    float: left;
    position: relative;
}

.widthfull_PagePanel {
    width: 100%;
    float: left;
    position: relative;
}

body > div:nth-child(1) {
    display: none;
}

.MenuNgang {
    width: calc(100% - 0px);
}

.huongdan {
    color: #fff;
    text-decoration: none;
}

    .huongdan:hover {
        text-decoration: underline;
    }
.touchfield {
    overflow:auto ;position :relative ;float :left;width:calc(100% - 200px); margin-top:5px;  
}
.touchfield_list{
    position :relative ;float :left ;width :calc(100% - 160px);padding-right :10px;
}
.touchfield_control {
    position: relative;
    float: left;
    width: 150px;
}
.touchfield_contai {
    position: relative;
    float: left;
    width: 100%;
}
    .touchfield_contai:nth-child(2), .touchfield_contai:nth-child(3), .touchfield_contai:nth-child(4) {
         margin-top :2px;
    }

.contaimenu_ngang {
    visibility: hidden;
    display: none;
    width: 100%;
}
.contaimenu_mobile {
    visibility: visible;
    display: block;

    width: 100%;
}

/*Login new style*/
.loginmain {
    position: relative;
    float: left;
    width: 400px;
    padding: 20px;
    border: 1px solid #2461ad;
    background-color: rgba(138, 178, 234, 0.65);
    border-radius: 20px;
    height: 400px;
    margin-top: calc((100vh - 450px)/2);
    margin-left: calc((100% - 490px)/2);
}



.txtinfo {
    position: relative;
    float: left;
    width: calc(100% - 3px);
    height: 25px;
}

.txtsubmit {
    position: relative;
    float: right;
    width: 180px;
    height: 30px;
    font-size: 16px;
    background-color: #2461ad;
    border-radius: 5px;
    border: 1px solid #2461ad;
    color: #fff;
    cursor: pointer;
}

.txtloginreset {
    position: relative;
    float: left;
    width: 180px;
    height: 30px;
    font-size: 16px;
    background-color: #24ad48;
    border-radius: 5px;
    border: 1px solid #2461ad;
    color: #fff;
    cursor: pointer;
}

    .txtloginreset:hover {
        border: 1px solid #28ad01;
    }

.txtsubmit:hover {
    background-color: #307ad5;
}

.fullwidth {
    position: relative;
    float: left;
    padding: 5px;
    width: calc(100% - 10px);
}

.headertextcenter {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
/*Login new style*/


@media only screen and (max-width: 767px) {
    .menu {
        display:none ;
        visibility: hidden ;
    }

    .content {
        width: calc(100% - 20px);
    }
    .contaimenu_ngang {
        visibility: visible;
        display: block;
    }
    .contaimenu_mobile {
        visibility: hidden;
        display: none;

    }
    .textbanner1{
        font-size:16px; 
    }
    .textbanner2 {
        font-size: 16px;
    }
}

