﻿.content-body {
    padding-top: 20px;
    padding-bottom: 50px;
}

button {
    font-family: 'sans-serif', sans-serif, serif;
    font-style: normal;
}

h1,
h2,
h3,
h4 {
    font-family: 'sans-serif', sans-serif, serif;
    font-style: normal;
    padding: 7px 10px 0 10px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

thead {
    background-color: #e4e4e4;
}

.modal-content-capnhatbaocao {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 1537px;
    overflow: hidden !important;
}

.headerAttributes {
    text-align: left;
    font-weight: bold;
}

.headerText {
    color: black;
    padding-bottom: 7px;
}

/* To Dropdown navbar dropdown on hover */
body {}

.row {
    padding: 8px 0px;
}

.well {
    background-color: #f9f9f9;
    border: #eee;
}

.navbar-nav>li:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar {
    min-height: 40px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#page-wrapper {
    margin: 0 auto !important;
    box-shadow: 0 11px 30px rgba(0, 0, 0, 0.5);
}

.well {
    margin-bottom: 15px;
    padding: 10px;
}

.table th,
s.table th a,
table th a:visited {
    color: #1996ce;
}

.table>thead>tr>th {
    vertical-align: middle;
    text-align: center;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.navbar-inverse {
    font-family: "sans-serif", sans-serif, serif;
    font-style: normal;
    font-size: 16px;
    position: fixed;
    width: 100%;
    background-color: #1a8cff;
    z-index: 500;
    top: 53px;
    left: 0;
}

.top-hd {
    position: fixed;
    width: 100%;
    z-index: 500;
    top: 0px;
}

#mainApp {
    margin-top: 110px;
}

.container {
    width: 100%;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.table th,
s.table th a,
table th a:visited,
table th a {
    color: #d13342 !important;
}

.modal-dialog {
    width: 800px;
    margin: 75px auto;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 310px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.app-modal-window .modal-dialog {
    width: 94%;
    margin-top: 0px;
    font-size: 12px;
}




.app-modal-window .modal-dialog .modal-content .modal-body {
    overflow: auto;
    /*height: 80vh;*/
}

.app-modal-window-1 .modal-dialog {
    width: 70%;
    margin-top: 0px;
    font-size: 12px;
}

.app-modal-window-2 .modal-dialog {
    width: 50%;
    margin-top: 0px;
    font-size: 12px;
}

.app-modal-settingReport .modal-dialog {
    width: 70%;
    margin-top: 0px;
    font-size: 12px;
}

.lg-style-input {
    width: 22%;
    padding-left: 10px;
    float: left;
}

.lg-3-style-input {
    width: 31%;
    padding-left: 10px;
    float: left;
}

.lg-4-style-input {
    width: 12%;
    padding-left: 10px;
    float: left;
}

.lg-6-style-input {
    width: 40%;
    padding-left: 10px;
    float: left;
}

.lg-7-style-input {
    width: 52%;
    padding-left: 10px;
    float: left;
}

.lg-8-style-input {
    width: 55%;
    padding-left: 10px;
    float: left;
}

.lg-12-style-input {
    width: 64%;
    padding-left: 10px;
    float: left;
}

.md-4-style-input {
    width: 65%;
    padding-left: 10px;
    float: left;
}

.md-6-style-input {
    width: 80%;
    padding-left: 10px;
    float: left;
}

.md-8-style-input {
    width: 83.5%;
    padding-left: 10px;
    float: left;
}

.md-12-style-input {
    width: 88%;
    padding-left: 10px;
    float: left;
}

.lg-style-label-input {
    width: 120px;
    float: left;
}

.style-label-input {
    width: 70px;
    float: left;
}

.sm-style-label-input {
    width: 100px;
    float: left;
}

.md-style-label-input {
    width: 110px;
    float: left;
}

.bg-style-label-input {
    width: 140px;
    float: left;
}

.hp-style-label-input {
    width: 200px;
    float: left;
}

.hp-mtk-style-label-input {
    width: 230px;
    float: left;
}

.final-style-label-input {
    width: 400px;
    float: left;
}

.date-style-label-input {
    width: 40px;
    float: left;
}


.button-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 100% 100% 100% 100%;
    background: #A52A2A;
}

.panel-heading {
    position: relative;
}

.x-close {
    left: 50%;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.1s ease-in;
}

.x-close:hover {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.94);
}

.add-input-zone {
    position: relative;
}

.button-calender {
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    text-align: center;
    z-index: 11;
    border-radius: 0 5px 5px 0;
    background: #931D23;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.button-calender:before {
    content: "\f133";
    font-family: FontAwesome;
    position: absolute;
    font-weight: 900;
    font-size: 15px;
    top: 45%;
    color: rgb(244, 255, 249);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 11;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.tdAction a {
    margin-right: 5px;
}

.numberInput {
    width: 100%;
    text-align: right;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.font-2style {
    font-weight: bold;
    font-style: italic;
}

.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.badge-error {
    background-color: #b94a48;
}

.badge-error:hover {
    background-color: #953b39;
}

.badge-warning {
    background-color: #f89406;
}

.badge-warning:hover {
    background-color: #c67605;
}

.badge-success {
    background-color: #468847;
}

.badge-success:hover {
    background-color: #356635;
}

.badge-info {
    background-color: #3a87ad;
}

.badge-info:hover {
    background-color: #2d6987;
}

.badge-inverse {
    background-color: #333333;
}

.badge-inverse:hover {
    background-color: #1a1a1a;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic !important;
}

.thongTu03_donvi {
    width: 6%;
    text-align: center;
}

.thongTu03_3_column {
    width: 6%;
    text-align: center;
}

.thongTu03_number {
    text-align: center;
}

.thongTu03_2_column {
    width: 4%;
    text-align: center;
}

.thongTu03_multiple_column {
    width: 10%;
    text-align: center;
}

.thongTu03_ghichu {
    width: 5%;
    text-align: center;
}

.header-text {
    text-align: center;
}

.input-data {
    padding: 0 0;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

input[type=text]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

th {
    text-align: center;
    vertical-align: middle;
}

.numberDisplay {
    text-align: right;
}

.dateDisplay {
    text-align: center;
}

.stt-display {
    text-align: center;
}

input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;
}

input[type="checkbox"].ios8-switch+label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}

input[type="checkbox"].ios8-switch+label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px;
    /* x*5 */
    height: 24px;
    /* x*3 */
    border-radius: 16px;
    /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch+label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px;
    /* x*3 */
    height: 24px;
    /* x*3 */
    border-radius: 16px;
    /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch+label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch:checked+label:after {
    margin-left: 16px;
}

input[type="checkbox"].ios8-switch:checked+label:before {
    background: #55D069;
}

/* SMALL */

input[type="checkbox"].ios8-switch-sm {
    margin: 5px 0 0 10px;
}

input[type="checkbox"].ios8-switch-sm+label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em;
}

input[type="checkbox"].ios8-switch-sm+label:before {
    width: 25px;
    /* x*5 */
    height: 15px;
    /* x*3 */
    border-radius: 10px;
    /* x*2 */
}

input[type="checkbox"].ios8-switch-sm+label:after {
    width: 15px;
    /* x*3 */
    height: 15px;
    /* x*3 */
    border-radius: 10px;
    /* x*2 */
}

input[type="checkbox"].ios8-switch-sm+label:hover:after {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch-sm:checked+label:after {
    margin-left: 10px;
    /* x*2 */
}

/* LARGE */

input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}

input[type="checkbox"].ios8-switch-lg+label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}

input[type="checkbox"].ios8-switch-lg+label:before {
    width: 50px;
    /* x*5 */
    height: 30px;
    /* x*3 */
    border-radius: 20px;
    /* x*2 */
}

input[type="checkbox"].ios8-switch-lg+label:after {
    width: 30px;
    /* x*3 */
    height: 30px;
    /* x*3 */
    border-radius: 20px;
    /* x*2 */
}

input[type="checkbox"].ios8-switch-lg+label:hover:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch-lg:checked+label:after {
    margin-left: 20px;
    /* x*2 */
}

.myinput {
    width: 100%;
    border: solid 1px lightgrey;
    font-size: 12px;
}

.myinput :focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}

input[awnum="number-int"] {
    text-align: right;
}

/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    padding-top: 60px !important;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #106CC8;
    background: linear-gradient(to right, rgb(52, 138, 199), rgb(116, 116, 191));
    overflow-x: hidden;
    padding-top: 20px;
    transition: 0.2s;
}

.sidenav::-webkit-scrollbar {
    display: none;
}

/* Style the sidenav links and the dropdown button */
.sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    /*font-size: 16px;*/
    color: white;
    display: block;
    border-bottom: solid 1px white;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover,
ul li:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Main content */
#main {
    transition: margin-left .2s;
}

/* Add an active class to the active dropdown button */
.active {
    background-color: green;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: rgba(255, 255, 255, 0.2);
    padding-left: 8px;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    /*float: right;*/
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 14px;
        font-weight: normal;
    }
}

div .dropdown-container ul {
    position: fixed;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    /*display: none;*/
    top: 246px;
    margin-left: 243px;
    background-color: #106CC8;
    background: linear-gradient(to right, rgb(52, 138, 199), rgb(116, 116, 191));
    /*-webkit-transition: opacity 0, visibility 0;*/
    /*transition: opacity 0, visibility 0;*/
}

div .dropdown-container ul li {
    border-top: solid 1px white;
    /*transition: opacity 200ms, visibility 200ms;*/
}

div .dropdown-container div:hover:not(:active) ul {
    /*display: block;*/
    visibility: visible !important;
    opacity: 1 !important;
}

/*div .dropdown-container li:active ul{
    opacity: 0;
    visibility: hidden;
}*/

.dropdown-menu {
    top: 148%;
    /*right: 100px;*/
    left: unset;
}

.k-webkit k-webkit81 {
    /*overflow-y: hidden !important;*/
}

.btn-info .badge {
    background: crimson;
    color: white;
}

.backList {
    cursor: pointer;
}

#backList {
    position: absolute;
    z-index: 499;
    left: 16px;
    top: 65px;
    transition: 0.2s;
    cursor: pointer;
}

.listBackMenu {
    position: fixed;
    list-style: none;
    opacity: 0;
    color: white;
    visibility: hidden;
    margin-left: inherit;
    z-index: 10;
    padding: 10px;
    background: white;
    border: 1px solid lightgray;
    border-radius: 2px;
    box-shadow: 0px 6px 10px #888888;
    -webkit-transition: opacity 20ms, visibility 20ms;
    transition: opacity 20ms, visibility 20ms;
}

.backList:not(:focus):hover .listBackMenu {
    visibility: visible;
    opacity: 1;
}

span.backList ul li a {
    color: black;
}

.listBackMenu li:hover {
    background: lightgray;
}

/*Fix màu cho icon*/
.fa-minus-circle {
    color: #F44336;
}

.fa-trash-alt {
    color: #F44336;
}

.fa-pencil-alt {
    color: #e6b113;
}

.fa-eye {
    color: cornflowerblue;
}

.fa-check-circle {
    color: green;
}

.fa-copy {
    color: #e6b113;
}

.fas {
    font-size: 16px !important;
}

.fa-get-pocket {
    color: green;
}

/*Style của tag-input*/
.tags {
    background-color: #fff;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tags.focused {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.tags .tag-item {
    background: #428bca;
    border: 1px solid #357ebd;
    border-radius: 4px;
    color: #fff;
}

.tags .tag-item.selected {
    background: #d9534f;
    border: 1px solid #d43f3a;
    border-radius: 4px;
    color: #fff;
}

.tags .tag-item button {
    background: transparent;
    color: #000;
    opacity: .4;
}

.autocomplete {
    border-radius: 4px;
}

.autocomplete .suggestion-item.selected {
    color: #262626;
    background-color: #e9e9e9;
}

.autocomplete .suggestion-item em {
    font-weight: normal;
    background-color: #ffff00;
}

.autocomplete .suggestion-item.selected em {
    color: #262626;
    background-color: #ffff00;
}

[uib-typeahead-popup].dropdown-menu {
    height: 120px;
    overflow-y: scroll;
}

tags-input[disabled] .tags .tag-item {
    background: black;
}

tags-input[disabled] .tags .input {
    display: none;
}

#loading-bar {
    pointer-events: all;
    z-index: 99999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: wait;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
}

.ng-hide.ng-hide-animate {
    display: none !important;
}

.modal-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-header {
    background-color: #87cefa;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid darkgrey;
}

.search-box {
    width: 50%;
    display: unset;
    margin-left: 30px;
    color: #333333;
    font-weight: normal;
    padding: 4px;
    border-radius: 4px;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.myTitle {
    width: fit-content;
    background-color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px darkgrey;
    /*border-bottom: none;*/
    padding: 5px;
}

.thisTab {
    border-bottom: none;
    background-color: #e4e4e4;
    padding: 10px;
}

.setTab {
    border-bottom: none;
    background-color: #e4e4e4;
    padding: 10px;
}

input[awnum] {
    text-align: right;
}

input[type="number"] {
    text-align: right;
}

.statusFalse {
    background: brown;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.statusTrue {
    background: green;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.copyright-title {
    font-size: 15pt;
    color: white;
    padding-top: 0;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif
}

.copyright-text {
    font-size: 12pt;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    padding-top: 0;
}

.title-guide {
    min-height: 120px;
}