﻿body {
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
}

* {
    box-sizing: border-box;
}


/*chỉnh color # 299445*/
.btn-success {
    background-color: #299445 !important;
}

.green-background {
    background-color: #299445 !important;
}

header .container {
    width: 1024px;
}

header .navbar {
    height: 124px;
    background: #FFFFFF;/*chỉnh color # 013d94*/
    min-width: 1024px;
}

    header .navbar .navbar-brand .logo {
        display: block;
    }

.banner {
    background: transparent url(../images/khuevancac1.png) no-repeat bottom right;
    height: 124px;
}

.header-sub {
    background: #49bf67;
    height: 40px;
    width: 100%;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 5px;
    min-width: 1024px;
}

.header-title h1 {
    margin: 0;
    margin-left: 285px;
    margin-top: 13px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #c4151c;
}

.header-welcome {
    padding-top: 5px;
    margin-right: 15px;
    padding-left: 5px;
    border-left: solid 2px #fff;
    height: 40px;
    color: #fff;
}

    .header-welcome span {
        padding-right: 10px;
        padding-left: 10px;
    }

/*Chỉnh main nav*/
#main-nav-bg, #main-nav {
    top: 170px;
}

#main-nav-bg {
    background: #64b1ff;
}

#main-nav {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

    #main-nav .navigation > .nav {
        border-bottom: none;
    }

        #main-nav .navigation > .nav > li > a {
            border-bottom: solid 2px #64b1ff;
            border-top: solid 1px #64b1ff;
        }

.page-header {
    background: none;
    min-height: 35px;
}

    .page-header h1.pull-left {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .page-header h1 {
        font-size: 16px;
        font-weight: bold;
        font-family: Arial;
        text-transform: uppercase;
        /*color: #ff6a00;*/
    }

.select2-container--default .select2-selection--single {
    border-radius: 2px;
}

.tblDataList input[type="text"] {
    height: 25px;
    border: solid 1px #C5C5C5;
    margin-bottom: 3px;
}

.toolbar {
    width: 100%;
    margin: 3px 0px;
}

.divDataList {
    width: 100%;
}

h2.listTitle {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ff6a00;
}

.tblDataList {
    width: 100%;
    border: solid 1px #ccc;
    margin-top: 5px;
}


    .tblDataList TD, .tblDataList th {
        border: none;
        border-right: solid 1px #C6CFDE !important;
        border-bottom: dotted 1px #ccc !important;
        padding: 1px 3px;
        height: 22px;
    }

    .tblDataList TR:hover {
        cursor: pointer;
        background-color: #FFF1A8 !important;
    }

tr.highlightRow {
    background-color: #FFF1A8 !important;
}

.tblDataList th {
    font-weight: bold;
    background: #eee;
    text-align: center;
    height: 30px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #49BF67;
}


.has-error {
    color: #cc0000;
}

/*huydq:    Responsive
*/
#content
{
    /*min-width:1024px !important;*/
}
@media (max-width: 1100px) {
    .header-title h1 {
        margin-left: 4px;
        font-size: 20px;
    }
}

@media (max-width: 991px) {


    #main-nav,#main-nav-bg {
         width: 250px;
    }
    #main-nav .navigation>.nav>li span, #main-nav .navigation>.nav>li i.angle-down
    {
        display:inline-block !important;
    }
    #content 
    {
        margin-left:250px;
    }
    #wrapper 
    {
        width:1024px;
        overflow:initial;
    }
    #content .container{
        min-width:774px;
        width:774px;
    }
    .page-header>.pull-left
    {
        float:left !important;
    }
  
}
@media (max-width: 1024px){
     .tblDataList input[type="text"]
   {
       width:60px;
   }
}