/* vietnamese */
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: local('Anton Regular'), local('Anton-Regular'), url("google_fonts/9Yb_jZb3zvMIiuTm_VeFqA.woff2") format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: local('Anton Regular'), local('Anton-Regular'), url("google_fonts/KgPSGrLwjoSLN4ZBWvXSfQ.woff2") format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: local('Anton Regular'), local('Anton-Regular'), url("google_fonts/o-91-t7-bPc7W26HmS2N4Q.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.btn {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #f8f8f8;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.nav-pills > li > a {
    border-radius: 0;
}

.tab-content {
    border: 1px solid #e7e7e7;
    margin-top: -1px;
}

.table-hover > tbody > tr:hover {
    background-color: #FFFFFF;
}

a {
    color: #333;
}

.modal-dialog > .modal-content > .modal-header {
    background-color: #337ab7;
    color: white;
}

.modal-dialog > .modal-content > .modal-header > .close {
    font-weight: bold;
    color: black;
    border: 1px solid black;
    padding: 1px;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
}

.panel-primary > .panel-heading {
    margin: -1px
}

.well {
    background-color: rgba(255, 255, 255, 0.8);
}

.panel {
    background-color: rgba(255, 255, 255, 0.8);
}

.jumbotron {
    background-color: rgba(247, 247, 247, 0.8);
    border: 1px solid #c5c5c5;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.form-control {
    border: 1px solid #e0e0e0 !important;
    border-width: 1px !important;
    padding: 7px !important;
}

h4, .h4 {
    font-size: 17px;
}

.table-hover > tbody > tr:hover {
    color: black;
}

.navbar-default {
    background-color: rgba(255, 255, 255, 0.71);
}

/*.well {*/
/*background-color: rgba(207, 255, 198, 0.19);*/
/*border: 1px solid rgba(148, 148, 148, 0.45);*/
/*}*/

/*pre {*/
/*background-color: rgb(55, 164, 167);*/
/*border: 1px solid #247577;*/
/*}*/