/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 17, 2015, 2:21:21 PM
    Author     : trong
*/
a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

.cd-side-nav ul li {
    position: relative;
}

    .cd-side-nav ul li i {
        position: absolute;
        top: 16px;
        left: 15px;
        color: #59595A;
        font-size: 13px;
    }

    .cd-side-nav ul li .fa-home {
        font-size: 15px;
        left: 14px;
    }

    .cd-side-nav ul li:hover i, .cd-side-nav ul li.active i {
        color: #000;
    }

.cd-logo:hover {
    color: #fff;
}

.cd-side-nav ul li.active a {
    color: #000;
}

@media (min-width: 768px) {
    .vbox {
        display: table;
        border-spacing: 0;
        position: relative;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .vbox {
        display: table;
        border-spacing: 0;
        position: relative;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1169px) {
    .cd-side-nav ul li i {
        left: 50% !important;
        top: 50%;
        margin-top: -23px;
        margin-left: -6px;
    }
}

@media only screen and (max-width: 767px) {
    .cd-side-nav ul li.has-children i {
        float: right;
        position: static !important;
    }
}

@media only screen and (max-width: 767px) {
    .cd-side-nav ul li i {
        float: right;
        position: static;
    }
}

.tilte_l {
    font-size: 13px;
    color: #333;
    background: #F5F5F5;
    padding: 12px 15px;
    box-shadow: 0px 0px 0px 0.0625rem rgba(0, 0, 0, 0.015), 0px 0.0625rem 0.125rem rgba(0, 0, 0, 0.015);
    font-weight: 700;
    color: #59595A;
    font-family: "Open Sans", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
}

    .form-control:focus {
        border: 1px solid #97B8DE;
        box-shadow: none;
    }

.panel-default > .panel-heading {
    background: #F5F5F5;
}

.panel-default > .panel-heading {
    font-weight: 700;
}

.btn-default {
    background: #e0e0e0;
}

.radio label, .checkbox label, .radio-inline, .checkbox-inline {
    line-height: 19px;
}

.control-label {
    margin-bottom: 5px;
}

.form-horizontal .control-label {
    padding-top: 9px;
}

.help-block {
    font-size: 11px;
    color: #c9302c;
    line-height: 18px;
}

.has-success .form-control:focus, .has-warning .form-control:focus, .has-error .form-control:focus {
    box-shadow: none;
}

.input-group-addon {
    border-radius: 2px;
}

.input-group-addon {
    background-color: #FCFCFD;
}

.input-group {
    margin-bottom: 5px;
}

.btn {
    border-radius: 0;
    font-size: 13px;
    padding: 5px 11px;
}

/*.input-s {
  width: 200px; }*/

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 13px;
    /* 20px */
    font-weight: 400 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 9px 20px;
    border-radius: 0;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* style 1 */
.inputfile-1 + label {
    color: #fff;
    background-color: #6164C1;
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        background-color: #5356A0;
    }

.btn-primary-me {
    color: #fff;
    background: #606060;
    border: 1px solid #606060;
    text-shadow: none;
    box-shadow: none;
}

    .btn-primary-me:hover, .btn-primary-me:focus, .btn-primary-me:active {
        background: #5356A0;
        border: 1px solid #5356A0;
        color: #fff !important;
    }

.btn-default-me {
    border: 1px solid #B9C6D0;
}

.title_main {
    font-size: 16px;
    margin: 4px 0 18px;
}

@media (max-width: 767px) {
    .title_main {
        margin: 12px 0;
    }

    .p_bottom {
        margin-bottom: 15px;
    }

    .form-horizontal .control-label {
        padding-top: 0;
    }

    .location_seach {
        float: none !important;
        margin-top: 15px;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.m-t {
    margin-top: 15px;
}

.v-middle {
    vertical-align: middle !important;
}

.inline {
    display: inline-block !important;
}

.input-s-sm {
    width: 120px;
}

.table_basic {
    color: #788288;
    font-size: 13px;
    padding: 14px 0px 7px;
    margin: 0px;
}

.location_seach {
    float: right;
}

.box_search input {
    border: 1px solid #EAEEF1;
}

    .box_search button.btn-seach,
    .box_search input.btn-seach {
        text-indent: -9999px;
        background: url("../img/cd-search.svg") no-repeat top 7px center #F0F0F0;
        display: block;
        width: 30px;
    }

.table {
    font-size: 13px;
}

    .table thead tr th {
        padding: 10px 18px;
        background: #F5F5F5;
        border-bottom: 1px solid #EAEEF1;
        font-weight: bold;
    }

    .table tbody tr.odd {
        background-color: #F9F9F9;
    }

    .table tr td {
        border-top: 1px solid #EAEEF1 !important;
        box-shadow: none;
    }

    .table tbody tr:hover > .sorting_1 {
        background-color: #EAEAEA;
    }

    .table tbody tr:hover {
        background-color: #F6F6F6;
    }

    .table tr.odd .sorting_1 {
        background-color: #F1F1F1;
    }

.text-violet {
    color: #6164C1;
}

.text-danger {
    color: #932323;
}
.btn-export {
    background: #6164C1;
    color: #fff;
    border-color: #6164C1;
}

    .btn-export i {
        margin-right: 5px;
    }

/*# sourceMappingURL=app.css.map */

/*@media only screen and (min-width: 768px) {
    .cd-side-nav > ul {
        padding-bottom: 400px !important;
    }
}*/
