.login_content {
    background: #F4F4F4;
    border: 1px dashed #D6D6D6;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-md .navbar.nav_title .logo-md {

}

.nav-sm .navbar.nav_title .logo-md {
    display: none;
}

.nav-md .navbar.nav_title .logo-xs {
    display: none;
}

.nav-sm .navbar.nav_title .logo-xs {
    display: block;
    margin-top: 10px;
}

.has-error .help-block {
    margin-top: 0 !important;
    margin-bottom: 3px !important;
}

.input-group-btn .btn {
    margin-right: 0 !important;
}

.thumbnail {
    height: auto !important;
}

.table-list {

}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}
.table.table-items > tbody > tr > td {
    vertical-align: top !important;
}
.table.table-items > tbody > tr > td.align-middle {
    vertical-align: middle !important;
}
.table.table-items .btn {
    margin: 0;
}
.table.table-items .form-group-sm .form-control {
    padding: 5px 3px;
}
.table .help-block{
    margin-top: 0 !important;
    margin-bottom: 3px !important;
}
.table .form-group-sm, .table .form-group{
    margin-bottom: 0 !important;
}
img.mini {
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 2px;
    padding: 2px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
}

.title_right .btn {
    margin-right: 0;
}

.footer-form .btn {
    margin-right: 0;
}

.dropdown-menu {
    font-size: 12px !important;
}
.dropdown-menu>li>a {
    padding: 3px 10px;
}
@media (max-width: 767px) {
    .table-responsive.table-dropdown .dropdown-menu {
        position: relative !important;
        overflow-x: auto;
        overflow-y: auto;
    }
    /*.table-responsive.table-dropdown.pull-right {
        left: 0;
        right: auto;
    }*/
}
@media (min-width: 768px) {
    .table-responsive.table-dropdown {
        overflow: inherit !important;
    }
}
.table-responsive.table-dropdown .dropdown-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-app, .footer-app a {
    color: #73879C !important;
    font-size: 11px !important;
}

.footer-app a {
    font-weight: bold !important;
}

/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.modal-icon{
    display: block;
    font-size: 80px;
    margin: 13px 0 30px 0;
    text-align: center;
}
span.required{
    color: red !important;
}
.mini{
    font-size: 90%;
}
.alert>ul {
    padding-left: 15px;
}
.ymchart{
    width:100%;
}
.ymlabel-1{
    border-radius: 3px;
    background: #2293af;
    padding: 0 5px;
}
.ymlabel-2{
    border-radius: 3px;
    background: #26B99A;
    padding: 0 5px;
}
.ymlabel-3{
    border-radius: 3px;
    background: #3498DB;
    padding: 0 5px;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-0,
.py-0 {
    padding-left: 0 !important;
}
.pl-1,
.py-1 {
    padding-left: 0.25rem !important;
}
.pl-2,
.py-2 {
    padding-left: 0.5rem !important;
}
.pl-3,
.py-3 {
    padding-left: 1rem !important;
}
.pl-4,
.py-4 {
    padding-left: 1.5rem !important;
}
.pl-5,
.py-5 {
    padding-left: 3rem !important;
}
.pr-0,
.py-0 {
    padding-right: 0 !important;
}
.pr-1,
.py-1 {
    padding-right: 0.25rem !important;
}
.pr-2,
.py-2 {
    padding-right: 0.5rem !important;
}
.pr-3,
.py-3 {
    padding-right: 1rem !important;
}
.pr-4,
.py-4 {
    padding-right: 1.5rem !important;
}
.pr-5,
.py-5 {
    padding-right: 3rem !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-0,
.my-0 {
    margin-left: 0 !important;
}
.ml-1,
.my-1 {
    margin-left: 0.25rem !important;
}
.ml-2,
.my-2 {
    margin-left: 0.5rem !important;
}
.ml-3,
.my-3 {
    margin-left: 1rem !important;
}
.ml-4,
.my-4 {
    margin-left: 1.5rem !important;
}
.ml-5,
.my-5 {
    margin-left: 3rem !important;
}
.mr-0,
.my-0 {
    margin-right: 0 !important;
}
.mr-1,
.my-1 {
    margin-right: 0.25rem !important;
}
.mr-2,
.my-2 {
    margin-right: 0.5rem !important;
}
.mr-3,
.my-3 {
    margin-right: 1rem !important;
}
.mr-4,
.my-4 {
    margin-right: 1.5rem !important;
}
.mr-5,
.my-5 {
    margin-right: 3rem !important;
}
.top_nav .navbar-right {
    width: 50%;
}
.ymwidget .x_panel{
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.info-number i {
    font-size: 20px !important;
}
.info-number .badge {
    top: 2px;
}
.ui-ribbon-container .ui-ribbon-wrapper {
    z-index: 100;
}
.env-local {
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 135px;
}
.env-local span{
    width: 150px;
    height: 25px;
    color: #ba8b00;
    display: table;
    background: rgba(255, 193, 7, 0.5);
    text-align: center;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    font-weight: bold;
    line-height: 25px;
}
.env-demo {
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 135px;
}
.env-demo span{
    width: 150px;
    height: 25px;
    color: #fff;
    display: table;
    background: rgba(220, 53, 69, 0.8);
    text-align: center;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    font-weight: bold;
    line-height: 25px;
}
.text-muted {
    color: #AAA;
}
.btn {
    font-weight: bold;
}
a.btn-excel {
    color: #fff
}
.btn-excel {
    background: #5cb85c;
    border: 1px solid #4cae4c;
    color: #fff
}
.btn-excel:hover,
.btn-excel:focus,
.btn-excel:active,
.btn-excel.active,
.open .dropdown-toggle.btn-excel {
    background: #449d44;
    color: #fff
}

.btn-primary {
    color: #E9EDEF;
    background-color: #164659;
    border-color: #103240;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #103240;
}

.btn-secondary {
    color: #E9EDEF;
    background-color: #11718d;
    border-color: #175c73;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active,
.open>.dropdown-toggle.btn-secondary {
    color: #E9EDEF;
    background-color: #175c73;
}

.btn-dark {
    color: #E9EDEF;
    background-color: #1D1D1D;
    border-color: #0D0D0D
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    background-color: #0D0D0D;
}

.btn-default {
    color: #333;
    background-color: #fafafa;
    border-color: #999;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-color: #f3f3f3;
    border-color: #888;
}



.label-dark {
    background-color: #294D5F;
}
.label-dark[href]:hover,
.label-dark[href]:focus {
    background-color: #394D5F;
}

.left_col {
    background: #143D54;
}
.nav_title {
    background: #143D54;
}

.img-form {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-width: 350px;
    display: block;
}
.img-form img{
    max-height: 130px;
    margin-left: auto;
    margin-right: auto;
}

.img-thumb img{
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.img-modal img{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

table.table-list th.w-selected{
    width: 30px;
}
table.table-list th.w-datetime{
    width: 100px;
}
table.table-list th.w-actions{
    width: 80px;
}
table.table-list input[type=checkbox],
table.table-list input[type=radio]{
    margin: 0;
}

table.table-form-items th.w-action-delete{
    width: 80px;
}
table.table-form-items .btn {
    margin: 0;
}
table.table-form-items .table-checkbox {
    padding-top: 5px;
}
table.table-form-items > tbody > tr > td {
    vertical-align: top;
}
.table.table-form-items .form-group-sm .form-control {
    padding: 5px 5px;
}

table.table-form-items > tbody > tr > td .text-item-cell {
    display: block;
    margin-top: 6px;
}

table.table-modal-list .btn {
    margin: 0;
}

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

table.table-form-totals tr:first-child td {
    border-top: 0 !important;
}
form .input-group {
    margin-bottom: 0 !important;
}
.link-alert{
    color: white;
    font-weight: bold;
    text-decoration: underline;
}