﻿body {
    padding: 0px;
    margin: 0px;
    background-color: #fcfcfc;
    font-size: 16px;
    font-family: 'Times New Roman',Arial,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*min-width: 450px;*/
    /* width: 100%;*/
    color: rgb(35 35 35);
}
.tableEntry {
    border-collapse: collapse;
    border: thin solid #c0c0c0;
    width:100%
}
.tableEntry th{
    padding:3px;
    background-color:#e8f3ff;
    border:1px solid #dad9d9
}
.tableEntry td{
    
    border:1px solid #dad9d9
}

.size1{
font-size:1.1em;
}
.size2{
font-size:1.2em;
}
.gotoTop {
    position: fixed;
    bottom: 10px;
    float: right;
    right: 10px;
    /* background-image:url('Images/ScrolTop.png');
    background-size:25px;*/
    z-index: 99;
    color: #ffad58;
    font-size: 25px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.gotoTop:hover{
    color:#ff8200
}
.toolbarAction {
    position: relative;
    float: left;
    width: calc(100% - 10px);
    padding: 0px;
    background-color: #edf6ff;
    margin-left: 5px;
    margin-right: 5px;
    border: thin solid #a4d0ff;
    border-radius: 5px;
}
.fixPositionTop {
    position: fixed;
    top: 0;
    display: block;
    z-index: 99;
    width: calc(100% - 3px);
    margin-left: -5px;
    margin-right: 0px;
    border: unset;
    border-bottom: thin solid #a4d0ff;
    border-radius: unset;
}
.nhaptin{
    position:relative;
    float:left;
    width:calc(100% - 315px);
    padding:5px; 
}
.logic {
    position: relative;
    float: left;
    width: 300px;
    margin-left: 5px;
    
    z-index: 1;
  
}
.nhaptin_full {
    width: calc(100% - 10px);
}
 
.Logic_Title{
    position:relative;
    float:left;
    width:calc(100% - 10px);
    background-color:#4087d1;
    color:#fff;
    padding:8px 5px 8px 5px;
    cursor:pointer;
    border-radius:3px 3px 0px 0px;
     
}
.Logic_Title:hover {
color:#fff9a6;
}
.hideLogic {
    transform: rotate(-90deg);
    width: unset;
    display: block;
    position: fixed;
    right: -70px;
    float: right;
    border-radius: unset;

}
    .hideLogic .Logic_Title {
        background-color: rgb(225 119 9 / 0.50)
    }
    .hideLogic .Logic_Title:hover {
        background-color: #ffad58;
        color:#fff;
    }


    .fontMenu {
        font-size: 15px !important;
        letter-spacing: -1px !important;
        word-spacing: -0.1px !important;
        word-wrap: break-word;
        font-family: 'Times New Roman',Arial,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        /*background:#5092d8 !important;*/
        /*border-bottom:thin rgb(221 221 221) solid*/
    }
        .fontMenu .dx-treeview-node {
            /* font-size: 15px !important;
        letter-spacing: -1px !important;
        word-spacing: -0.1px !important;
        word-wrap: break-word;
        font-family: 'Times New Roman',Arial,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
            /*background:#5092d8 !important;*/
            /*border-bottom:thin rgb(221 221 221) solid*/
            color: #616161 !important
        }

    .fontMenu .dx-button-content{
        /*border:thin solid #5092d8 !important;*/
        padding:2px;
        /*border-radius:5px;background-color:#fff!important;*/
    }
        
        .fontMenu .dx-button-content .dx-icon {
            color: #a0a0a0 !important;
            
        }
        .fontMenu .dx-menu-item-wrapper .dx-menu-item-content {
            color: #616161 !important;
            font-weight: 100 !important
        }
    .fontMenuSub {
        font-size: 14px !important;
        /* letter-spacing: -1px !important;
    word-spacing: -3px !important;*/
        word-wrap: break-word;
        color: #5092d8;
    }

.fontThirtySub {
    font-size: 14px !important;
   /* letter-spacing: -1px !important;
    word-spacing: -3px !important;*/
    word-wrap: break-word;
    color:#ff7f35;
}


fieldset {
    border: thin solid rgb(220 220 220);
    width:calc(100% - 25px);
    border-radius: 4px;
    background-color: #f8f8f8;
   /* display: inline-block;*/
}
    fieldset legend {
        border: none;
        font-weight: 400;
        color: rgb(63 63 63)
    }
    .contentfullPadding5px {
        position: relative;
        float: left;
        width: calc(100% - 10px);
        padding: 5px;
    }
.contentfull{
    position:relative;
    float:left;
    width:100%;
}
.content50{
    position:relative;
    float:left;
    width:50%; 
}

.content50Padding5px{
    position:relative;
    float:left;
    width:calc(50% - 10px);
    padding:5px;
}
.content30{
    position:relative;
    float:left;
    width:30%; 
}

.content30Padding5px{
    position:relative;
    float:left;
    width:calc(30% - 10px);
    padding:5px;
}
.content33{
    position:relative;
    float:left;
    width:33%; 
}

.content33Padding5px{
    position:relative;
    float:left;
    width:calc(33% - 10px);
    padding:5px;
}
.content20{
    position:relative;
    float:left;
    width:20%; 
}

.content20Padding5px{
    position:relative;
    float:left;
    width:calc(20% - 10px);
    padding:5px;
}
.content25{
    position:relative;
    float:left;
    width:25%; 
}

.content25Padding5px{
    position:relative;
    float:left;
    width:calc(25% - 10px);
    padding:5px;
}
.content40{
    position:relative;
    float:left;
    width:40%; 
}

.content40Padding5px{
    position:relative;
    float:left;
    width:calc(40% - 10px);
    padding:5px;
}
.content80{
    position:relative;
    float:left;
    width:80%; 
}

.content80Padding5px{
    position:relative;
    float:left;
    width:calc(80% - 10px);
    padding:5px;
}
.content70{
    position:relative;
    float:left;
    width:70%; 
}

.content70Padding5px{
    position:relative;
    float:left;
    width:calc(70% - 10px);
    padding:5px;
}
.content60{
    position:relative;
    float:left;
    width:60%; 
}

.content60Padding5px{
    position:relative;
    float:left;
    width:calc(60% - 10px);
    padding:5px;
}
content15 {
    position: relative;
    float: left;
    width: 15%;
}

.content15Padding5px {
    position: relative;
    float: left;
    width: calc(15% - 10px);
    padding: 5px;
}
content75 {
    position: relative;
    float: left;
    width: 75%;
}

.content75Padding5px {
    position: relative;
    float: left;
    width: calc(75% - 10px);
    padding: 5px;
}
.label {
    position: relative;
    float: left;
    width: 100px;
    margin-top: 11px;
    text-align: right;
}

.control {
    position: relative;
    float: left;
    width: calc(100% - 115px);
    margin-left: 10px;
    margin-top: 2px;
}


 .backgroundFocus {
    background-color: #ffece4;
    border-radius:5px;
}

 .backgroundOver {
    background-color: #fffcd7;
    border-radius:5px;
}

 .labeltext {
    width: 200px;
    position: relative;
    float: left;
}

 .labeltextMarginLeft15px {
    width: 185px;
    position: relative;
    float: left;
    margin-left: 15px;
}

.LabelTextBox {
    position: relative;
    float: left;
    border: thin dotted #aeaeae;
    padding: 2px;
    min-height: 18px;
    width: calc(100% - 210px);
}

.LabelBox {
    border: thin dotted #aeaeae;
    padding: 2px;
    min-height: 18px;
}
/*
 .sublabel {
    position: relative;
    float: left;
    width: 100px;
    margin-top: 5px;
    margin-left: 15px;
}

 .subcontrol {
    position: relative;
    float: left;
    width: calc(100% - 130px);
    margin-left: 10px;
    margin-top: 2px;
}
*/

    ._label100px {
        position: relative;
        float: left;
        width: calc(100% - 125px);
        margin-top: 10px;
        text-align: left;
    }

    ._labelsub100px {
        position: relative;
        float: left;
        width: calc(100% - 140px);
        margin-top: 10px;
        text-align: left;
        margin-left: 15px;
    }

    ._control100px {
        position: relative;
        float: right;
        width: 100px;
        margin-top: 0px;
        margin-right: 7px;
    }

    ._label800px {
        position: relative;
        float: left;
        width: calc(100% - 815px);
        margin-top: 10px;
        text-align: left;
    }

    ._labelsub800px {
        position: relative;
        float: left;
        width: calc(100% - 830px);
        margin-top: 10px;
        text-align: left;
        margin-left: 15px;
    }

    ._control800px {
        position: relative;
        float: right;
        width: 800px;
        margin-top: 0px;
        margin-right: 7px;
    }

    ._label700px {
        position: relative;
        float: left;
        width: calc(100% - 715px);
        margin-top: 10px;
        text-align: left;
    }

    ._labelsub700px {
        position: relative;
        float: left;
        width: calc(100% - 730px);
        margin-top: 10px;
        text-align: left;
        margin-left: 15px;
    }

    ._control700px {
        position: relative;
        float: right;
        width: 700px;
        margin-top: 0px;
        margin-right: 7px;
    }


    ._label600px {
        position: relative;
        float: left;
        width: calc(100% - 615px);
        margin-top: 10px;
        text-align: left;
    }

    ._labelsub600px {
        position: relative;
        float: left;
        width: calc(100% - 630px);
        margin-top: 10px;
        text-align: left;
        margin-left: 15px;
    }

    ._control600px {
        position: relative;
        float: right;
        width: 600px;
        margin-top: 0px;
        margin-right: 7px;
    }

    ._label500px {
        position: relative;
        float: left;
        width: calc(100% - 515px);
        margin-top: 10px;
        text-align: left;
    }

    ._labelsub500px {
        position: relative;
        float: left;
        width: calc(100% - 530px);
        margin-top: 10px;
        text-align: left;
        margin-left: 15px;
    }

    ._control500px {
        position: relative;
        float: right;
        width: 500px;
        margin-top: 0px;
        margin-right: 7px;
    }

    ._label400px {
        position: relative;
        float: left;
        width: calc(100% - 415px);
        margin-top: 10px;
        text-align: left;
    }

    ._labelsub400px {
        position: relative;
        float: left;
        width: calc(100% - 430px);
        margin-top: 10px;
        text-align: left;
        margin-left: 15px;
    }

    ._control400px {
        position: relative;
        float: right;
        width: 400px;
        margin-top: 0px;
        margin-right: 7px;
    }

    ._label300px {
        position: relative;
        float: left;
        width: calc(100% - 315px);
        margin-top: 10px;
        text-align: left;
    }

    ._labelsub300px {
        position: relative;
        float: left;
        width: calc(100% - 330px);
        margin-top: 10px;
        text-align: left;
        margin-left: 15px;
    }

    ._control300px {
        position: relative;
        float: right;
        width: 300px;
        margin-top: 0px;
        margin-right: 7px;
    }

    ._label200px {
        position: relative;
        float: left;
        width: calc(100% - 215px);
        margin-top: 10px;
        text-align: left;
    }

    ._labelsub200px {
        position: relative;
        float: left;
        width: calc(100% - 230px);
        margin-top: 10px;
        text-align: left;
        margin-left: 15px;
    }

    ._control200px {
        position: relative;
        float: right;
        width: 200px;
        margin-top: 0px;
        margin-right: 7px;
    }

    .subtitle{
          text-indent:30px;
    }
    .subtitle1 {
        text-indent: 60px;
    }
    .subtitle2 {
        text-indent: 90px;
    }




.topcontainer {
    position: relative;
    float: left;
    background-image: linear-gradient(90deg, #20acd4, #5092d8, #4087d1);
    width: 100%;
}
.logocontainer{
    width:70%;
    padding:3px;
    position:relative;
    float:left;
}
    .logocontainer .logoimage {
        position: relative;
        float: left;
        width: 60px;
    }
        .logocontainer .logoimage img {
            width: 60px;top:15px;
        }
    .logocontainer .logotext {
        position: relative;
        float: left;
        width: calc(100% - 100px);
        text-align: justify;
        margin-top: 6px;
        margin-left: 10px;
        color: #fcfcfc;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 26px;
        text-shadow: -1px 0 rgb(115 115 115), 0 1px rgb(115 115 115), 1px 0 rgb(115 115 115), 0 -1px rgb(115 115 115);
    }

.buttonMenu {
    position: relative;
    float: right;
    font-size: 1.5em;
    color: #e0e0e0;
    margin-top:10px;
    display:block;z-index:99;
    cursor:pointer;
    /*transform: rotate(-90deg);*/
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    /*-webkit-transform: rotate(90deg);*/
    /* Firefox */
    /*-moz-transform: rotate(90deg);*/
    /* IE */
    /*-ms-transform: rotate(90deg);*/
    /* Opera */
    /*-o-transform: rotate(90deg);*/
    /* Internet Explorer */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/

}
.buttonMenu:hover{
    color:#fff
}
.topinfoLogin {
    position: relative;
    float: left;
    text-align: right;
    width: calc(100% - 10px);
    padding: 5px 5px 5px 5px;
    color: #ffef00;
    text-shadow: -1px 0 rgb(115 115 115), 0 1px rgb(115 115 115), 1px 0 rgb(115 115 115), 0 -1px rgb(115 115 115);
}

    .topinfoLogin a {
        color: #f5f5f5;
        font-weight: normal;
        text-decoration: none;
        text-shadow: -1px 0 rgb(255 0 0), 0 1px rgb(255 0 0), 1px 0 rgb(255 0 0), 0 -1px rgb(255 0 0);
    }

        .topinfoLogin a:hover {
            text-decoration: underline;
            color: #fff;
            text-shadow: -1px 0 rgb(115 115 115), 0 1px rgb(115 115 115), 1px 0 rgb(115 115 115), 0 -1px rgb(115 115 115);
        }
    .menucontainer {
    position: relative;
    float: right;
    width: 300px;
}
    .menucontainer .itemmenu{
        height:40px;
        padding:15px 10px 15px 40px;
        position:relative;
        float:left;
        /*border-right:thin solid #74b7ff;*/
        font-size:1.0em;
        color:#fff;
        
        /*text-transform:uppercase;*/
        text-decoration:none;
    }
    .menucontainer .itemmenu:hover {
        background-color:rgb(255 255 255 / 0.10);
    }
       /* .menucontainer .itemmenu:first-child {
            border-left: thin solid #74b7ff;
        }*/

.tracuuIco{
    background-image:url('/StaticFiles/Images/tracuuIco.png');
    background-size:30px;
    background-repeat:no-repeat;
    background-position:5px 15px
}
.xinykienIco{
    background-image:url('/StaticFiles/Images/xinykienIco.png');
    background-size:30px;
    background-repeat:no-repeat;
    background-position:5px 15px
}


.menubar {
    position: relative;
    float: left;
    width: 100%;
    padding:5px 0px 5px 0px;
    background-image: linear-gradient(90deg, #fcfcfc, #f5f5f5, #fcfcfc);
    border-bottom: 1px solid rgb(199 199 199)
}
    /*.menubar .menubaright {
        position: relative;
        float: right;*/
       /* margin-top: 8px;*/
    /*}*/
    .menubar .menubaritem {
        position: relative;
        float: left;
        /* height: 25px;*/
        padding: 3px 1px 5px 1px;
        font-size: 1em;
        margin-left: 5px;
        margin-right: 10px;
        cursor: pointer;
        color: rgb(63 63 63);
        letter-spacing: -1px !important;
        word-spacing: -3px !important;
        word-wrap: break-word
    }
            .menubar .menubaritem:hover{
               color:#4087d1
            }
            .menubar .menubaritem:first-child {
                margin-left: 0px;
            }
    .menubar .menubaritemClick {
        background-color: #5092d823;
        color: #4087d1;
        border-radius: 5px;
    }
            .menubar .menubaritemClick:hover{
               color:#4087d1
            }


.submenubar {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0px 5px 0px;
    /*  background-image: linear-gradient(90deg, #fcfcfc, #f5f5f5, #fcfcfc);*/
    border-bottom: 1px solid rgb(226 226 226);
    background-color: #f7f4eb;display:none;
    
}
    .submenubar .submenubaritem {
        position: relative;
        float: left;
        /* height: 25px;*/
        /*  padding: 1px 1px 1px 1px;*/
        font-size: 1em;
        /*  margin-left: 5px;
                margin-right: 10px;*/
        cursor: pointer;
        color: rgb(63 63 63);
        text-align: justify;
        letter-spacing: -1px;
        word-spacing: -3px;
        word-wrap: anywhere
    }
            .submenubar .submenubaritem:hover{
               color:#4087d1
            }
            .submenubar .submenubaritem:first-child {
                margin-left: 0px;
            }

    .submenubar .submenubaritemClick {
        background-color: #5092d823;
        color: #4087d1;
        border-radius: 5px;
        /*  border: thin solid #b0c5db;*/
     /*   border--style: solid;
        border-block-color: #b0c5db;*/
    }
        .submenubar .submenubaritemClick:hover {
            color: #4087d1;
        }

.SubmenuMinimize{
    position:relative;
    float:left;
    padding:3px;
    width:calc(100% - 6px);
  
}

    .SubmenuMinimize span{
        float:right;
        color:rgb(159 159 159);
        font-size:16px;
        cursor:pointer;
         
    }
        .SubmenuMinimize span:hover {
            color: #4087d1;
        }

    .content {
        position: relative;
        float: left;
        width: calc(100% - 12px);
        border: 1px solid #dad9d9;
        border-radius: 5px;
        background-color: #fefefe;
        margin-top: 7px;
        margin-left: 5px;
        padding-bottom: 60px;
        bottom: 80px;
        top: 0px;
    } 
.contenttitle {
    position: relative;
    float: left;
    padding: 10px;
    width: calc( 100% - 20px);

} 

.footer {
    float: left;
    position: relative;
    padding: 7px;
    width: calc( 100% - 14px);
    background-color: #4087d1;
    color: #fff;
    margin-top:20px;
 
}
.footeradr {
    float: left;
    position: relative;
    margin-top: 3px;
}

.footermenu {
    float: right;
    position: relative;
}

.footermenuitem {
    position: relative;
    float: left;
    /* height: 25px;*/
    padding: 5px;
    font-size: 1em;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

    .footermenuitem:hover {
        color: #ffef00;
    }
.containermenuTracuu{
    position:relative;
    float:left;
    width:250px;
    margin-left:5px;
    margin-top:5px;
    border:thin solid #74b7ff;
    border-radius:5px;
}
.topmenuTracuu {
    position: relative;
    float: left;
    padding: 8px 5px 8px 5px;
    background-image: linear-gradient(90deg, #20acd4, #5092d8, #4087d1);
    width:calc(100% - 10px);
    color:#fff;
}
.menuTracuu {
    position: relative;
    float: left;
    padding: 8px 5px 8px 5px;
    /*background-image: linear-gradient(90deg, #daf0f6, #b8d4f1, #4087d1);*/
    width: calc(100% - 10px);
    color: rgb(35 35 35);
    border-bottom: thin solid #dad9d9;
    cursor: pointer;
    text-decoration: none;
}
.menuTracuu:hover {
    background-image: linear-gradient(90deg, #f8f8f8, #e5f2ff, #c7d7e8);
}
    .containerTracuu {
    position: relative;
    float: left;
    width:calc(100% - 270px);
    padding:5px;
}
    .floatRight{
        position:relative;
        float:right;
        
    }
.padding5px {
    padding: 5px;
}

.paddingTop5px {
    padding-top: 5px;
}

.paddingLeft5px {
    padding-left: 5px;
}

.paddingRight5px {
    padding-right: 5px;
}

.paddingBottom5px {
    padding-bottom: 5px;
}

.marginTop5px {
    margin-top: 5px;
}
.marginTop10px {
    margin-top: 10px;
}
.marginTop15px {
    margin-top: 15px;
}
.marginTop_20px {
    margin-top: -20px;
}
.marginTop_25px {
    margin-top: -25px;
}

.marginLeft5px {
    margin-left: 5px;
}

.marginRight5px {
    margin-right: 5px;
}

.marginBottom5px {
    margin-bottom: 5px;
}


.paddingTop-5px {
    padding-top: -5px;
}

.paddingLeft-5px {
    padding-left: -5px;
}

.paddingRight-5px {
    padding-right: -5px;
}

.paddingBottom-5px {
    padding-bottom: -5px;
}

.marginTop-5px {
    margin-top: -5px;
}

.marginLeft-5px {
    margin-left: -5px;
}

.marginRight-5px {
    margin-right: -5px;
}

.marginBottom-5px {
    margin-bottom: -5px;
}

.marginTop10px {
    margin-top: 10px;
}

.marginLeft10px {
    margin-left: 10px;
}

.marginRight10px {
    margin-right: 10px;
}

.marginBottom10px {
    margin-bottom: 10px;
}

.marginTop20px {
    margin-top: 20px;
}

.marginLeft20px {
    margin-left: 20px;
}

.marginRight20px {
    margin-right: 20px;
}

.marginBottom20px {
    margin-bottom: 20px;
}

.Top-5px {
    top: -5px;
}

.Left-5px {
    left: -5px;
}

.Right-5px {
    right: -5px;
}

.Bottom-5px {
    bottom: -5px;
}


.paddingTop0px {
    padding-top: 0px;
}

.paddingLeft0px {
    padding-left: 0px;
}

.paddingRight0px {
    padding-right: 0px;
}

.paddingBottom0px {
    padding-bottom: 0px;
}

.marginTop0px {
    margin-top: 0px;
}

.marginLeft0px {
    margin-left: 0px;
}

.marginRight0px {
    margin-right: 0px;
}

.marginBottom0px {
    margin-bottom: 0px;
}


.centerText {
    text-align: center;
}

.textCam {
    color: #ff6d00 !important;
}

.textXanhDatroi {
    color: #4087d1 !important;
}

.textXanhla {
    color: #1c9f28 !important;
}

.textDo {
    color: #e40000 !important;
}

.textTim {
    color: #8b0091 !important;
}

.textHover {
    padding: 3px;
    border-radius: 3px;
}

    .textHover:hover {
        border: thin solid #dad9d9;
        background-color: #f5f5f5;
    }

.textbold {
    font-weight: bold;
}


.default_Img {
    width: 48px;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.default_a {
    text-align: center;
    text-decoration: none;
    color: rgb(63 63 63);
    width: 100%;
}

    .default_a:hover {
        color: #5092d8;
    }
.ViewIco{
    width:20px;
    cursor:pointer
}
.ViewIco:hover{
    background-color:#fcfcfc;
     
}
 
.downloadfile img {
  cursor:pointer;
  width:30px;
}

.t-icon-like {
    background-image: url('/StaticFiles/Images/likeIco.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.t-icon-backup {
    background-image: url('/StaticFiles/Images/BackupIco.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.quantrititle{
    text-align:center;
    font-weight:bold;
    color:#4087d1;
    margin-top:10px;
    margin-bottom:10px;
    position:relative;
    float:left;
    width:100%;
}
.Functiontitle{
    text-align:center;
    font-weight:bold;
    color:#4087d1;
    margin-top:10px;
    margin-bottom:10px;
    position:relative;
    float:left;
    width:100%;
} 

    .HomeLeft{
        position:relative;float:left;
        width:calc(100% - 260px);
        padding:5px;
    }
.HomeRight {
    position: relative;
    float: left;
    width: calc(250px - 10px);
    padding: 5px;background-color:#daeafb;
    margin-top:5px;

   
}
.HomeRightTitle{
    position:relative;
    float:left;
    padding:5px;
    width:calc(100% - 10px);
    font-weight:bold;
    background-color:#4aa5f0;
    color:#fff;
    text-align:center;

} 
 
        .HomeContent {
        cursor: pointer;
        text-align: justify;
    }
.HomeContent:hover{

}
.HomeContent .HomeContentImage {
    position: relative;
    float: left;
    width: 60px;
    text-align: left;
    padding-right: 5px;
}
    .HomeContent .HomeContentImage:hover {
        /*background-color: rgb(80 146 216 / 0.09)*/

    }
    .HomeContent .HomeContentImage img{
      width:calc(100% - 4px);
      max-height:125px;
      border:2px solid rgb(176 200 226 / 0.35);
      border-radius:3px;
    }
    .HomeContent .HomeContentImage img:hover{
      
      border:2px solid rgb(176 200 226 / 0.85);
 
    }
        .HomeContent .HomeContentText{
            position:relative;
            float:left;
            text-align:justify;
            width:calc(100% - 65px);
         }
            .HomeContent .HomeContentText:hover {
                background-color: rgb(80 146 216/ 0.09  )
            }
 
.dx-data-row{
    cursor:pointer;
}
.ContentTracuuHome {
    position: relative;
    float: left;
    width: calc(100% - 6px);
    padding: 3px;
}

.dx-datagrid-export-button .dx-icon-xlsxfile:before {
    font-size: 25px !important;
    font-weight: normal !important;
    margin-left: -4px;
    color: #1cb419;
    background-color: #d4ffd8
}
.dx-icon-spinnext::before{
  /*font-size:200px;*/
  margin:0px!important;
  padding:0px!important;padding-top:100px!important; 
}
.login {
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}

.login_Left {
    position: relative;
    float: left;
    height: 100vh;
    width: 50%;
    background-image: linear-gradient(90deg, #20acd4, #5092d8, #4087d1);
}

.login_Right {
    position: relative;
    float: left;
    height: 100vh;
    width: 50%;
}



.login_Left_Title {
    /* min-width: 350px;*/
    width: calc(100% + 10px);
    margin-top: -10px;
    margin-left: -10px;
    /*max-width: 700px;*/
    position: relative;
    float: left;
    padding: 5px;
    /* border: 2px solid #dad9d9;*/
    text-align: center;
    /*color: rgb(255 120 0);*/
    color: #ffffff;
    font-weight: bold;
    /*margin-top:-45px;*/
    /*   top: 50% ;
    left: 50%;
    transform: translate(-50%, -55%));*/
    /*border-radius: 5px;
    background-color: #fff;*/
    /* line-height: 1.2em;*/
    font-size: 1.1em;
    background-color: #4aa5f0;
    /*background-color:#ffe0001f;*/
    /*border-bottom:1px solid #ffcc96*/
    /*background-image: linear-gradient(180deg, #fff,  #e4f8ff);*/
    border-bottom: 1px solid rgb(231 231 231);
    border-radius: 10px 10px 0px 0px;
}
.login_Left_Content {
    min-width: 350px;
    width: 70%;
    max-width: 700px;
    position: relative;
    float: left;
    padding: 10px;
    border: 2px solid #dad9d9;
    text-align: justify;
    color: rgb(63 63 63);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #fff;
    line-height: 1.2em;
}

.login_Right_Content {
    width: calc(100% - 20px);
    position: relative;
    float: left;
    padding: 10px;
    text-align: center;
    color: #18418f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2em;
    line-height: 1.6em;
}

    .login_Right_Content img {
        width: 150px;
    }

.login_title {
    /*color: rgb(254 102 22);*/
    color: #7ca3ec;
    font-weight: bold;
    text-align: center;
    font-size: 1.0em;
    margin-top:10px;
}
/*.tenphanmem {
    color: rgb(22 136 254);
    font-weight: bold;
    font-size:1.1em;
}*/
.Button {
    border: thin solid #c1d3e6;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
    color: #4087d1;
}

    .Button:hover {
        background-color: #d4e2f1;
        color: rgb(63 63 63);
        border: thin solid #6287ae;
    }

.ButtonLogin {
    border: thin solid #c1d3e6 !important;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff !important;
    font-weight: bold;
    background-color: #5092d8 !important;
    text-align: left;
}

    .ButtonLogin:hover {
        background-color: #5f9fe3 !important;
        color: #ffef00 !important;
        border: thin solid #6287ae;
    }

.ButtonReset {
    border: thin solid #c1d3e6 !important;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff !important;
    font-weight: bold;
    background-color: #f17b11 !important;
    text-align: left;
}

    .ButtonReset:hover {
        background-color: #ff8b23 !important;
        color: #ffef00 !important;
        border: thin solid #6287ae;
    }


.dx-datagrid-headers {
    background-color: #fbfbfb83
}

    .dx-datagrid-headers td[role="columnheader"] {
        text-align: center !important;
    }

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic !important;
}

.boldItalic {
    font-weight: bold !important;
    font-style: italic !important;
}


    @media screen and (max-width: 800px) {
        .logocontainer {
            width: calc(100% - 6px);
        }

            .logocontainer .logoimage {
                width: 100%;
            }

                .logocontainer .logoimage img {
                    width: 60px;
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                }

            .logocontainer .logotext {
                text-align: center;
                width: calc(100% - 10px);
                margin-left: 0px;
                padding: 5px;
            }

        .topcontainer {
            width: 100%;
        }

       

        .container50 {
            width: 100%;
        }

        .content50Padding5px {
            width: calc(100% - 10px);
            padding: 5px;
        }

        .Tcontrollabel {
            visibility: hidden;
            display: none;
        }

        .Tcontrol {
            width: 100%
        }


        .login {
            background-image: linear-gradient(180deg, #20acd4, #5092d8, #4087d1);
        }

        .login_Left {
            float: left;
            width: 100%;
            height: unset;
            background-image: unset;
        }

        .login_Right {
            float: left;
            width: 100%;
            height: unset;
            background-image: unset;
        }

        .login_Left_Content {
            position: relative;
            float: left;
            top: 10px;
            left: 50%;
            transform: translate(-50%, 0px);
        }

        .login_Right_Content {
            position: relative;
            float: left;
            top: 10px;
            left: 50%;
            transform: translate(-50%, 0px);
            font-size: 1em;
            line-height: 1.2em;
            color: #fff;
        }

            .login_Right_Content img {
                width: 80px;
            }

        .userInfo {
            width: calc(100% - 9px);
        }

        .menubarsub {
            width: calc(100% - 6px);
        }

        .menubarsub {
            position: relative;
            float: right;
            max-width: calc(100% - 0px);
            padding: 5px 0px 5px 0px;
        }
    }
.imgCaptcha {
    width: 85px;
    height: 33px
}
@media screen and (max-width: 500px) {
    .HomeRight {
            width: calc(100% - 10px);
        }

        .HomeLeft {
            width: calc(100% - 10px);
        }

        .content25 {
            width: 100%;
        }

        .content25Padding5px {
            width: calc(100% - 10px);
        }

        .content33 {
            width: 100%;
        }

        .content33Padding5px {
            width: calc(100% - 10px);
        }
    }