nav.logo {
    margin-bottom: -10px !important;
    border: 0 !important;
    background: #fff;
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 15px !important;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default {
    background-color: #f3f3f3;
    color: #333;
    border-bottom: 2px solid #C41529;
    /* border-bottom: 2px solid #C41529; */
    margin-bottom: 60px !important;
}

.navbar-default .navbar-nav>li>a {
    color: #333 !important;
    margin-top: -10px;
}

.navbar-default .navbar-nav li a:hover {
    background: #E1E0DE;
}

.navbar-default .navbar-nav>li.dropdown>a {
    position: relative;
}

.navbar-default .navbar-nav>li.dropdown:hover>a:after {
    /*	background: #E1E0DE;
    content: " ";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 100%;
	margin-top:-2px;
    width: 100%;
	z-index:10001;*/
}

/*.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > li > a:hover{background:#333;color:#fff;text-decoration:underline;}*/

/*Untuk warna aktive navbar*/
.navbar-default .navbar-nav>.active>a {
    background: #C41529 !important;
    /* background: #C41529 !important; */
    color: #fafafa !important;
}

.navbar-default .navbar-nav>li.active>a:hover {
    background: #C41529 !important;
    /* background: #d50000 !important; */
    color: #fafafa !important;
}

.nav>li {
    position: inherit;
}

.nav>li.active>a>span.badge {
    color: #C41529;
    /* color: #d50000; */
    background: #fff;
}

/*.navbar-nav>li>.dropdown-menu {
    margin-top: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/
.navbar-nav>li.active>.dropdown-menu,
.navbar-nav>li.active>.dropdown-menu>li>a {
    background: #C41529 !important;
    /* background: #C41529 !important; */
    color: #fafafa !important;
}

.topnav.dropdown-menu {
    left: 0;
    min-width: 100% !important;
    position: absolute !important;
    right: 0;
    background: #E1E0DE;
    padding: 10px 0px;
}

.topnav.dropdown-menu>li {
    display: inline-block;
}

.topnav.dropdown-menu {
    padding-left: 12px;
}

/*--dropdown item style--*/
.dropdown-menu {
    padding: 5px;
    margin: 1px 0 0;
}

.navbar-right {
    float: right !important;
    margin-right: 0px !important;
}

.navbar-nav>li.active.open>.dropdown-menu>li>a:hover,
.navbar-nav>li.active>.dropdown-menu>li>a:hover,
.navbar-nav>li.active.open>.dropdown-menu>li.selected>a,
.navbar-nav>li.active>.dropdown-menu>li.selected>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>.selected>a {
    /*text-decoration: underline;*/
    border-radius: 16px;
    background: #555657 !important;
    color: #ffffff !important;
}

ul.nav li:hover>ul.dropdown-menu {
    display: block;
}


/*Panel Title Size*/

.panel-title {
    font-size: 18px;
}

/*panel body */
.panel-body {

    padding-left: 0;
    padding-right: 0;
}

/*panel img */
.panel-img {
    padding: 0px;
    position: relative;
    background: none;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .3s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.panel-img:hover .image {
    opacity: 0.5;
}

.panel-img:hover .middle {
    opacity: 1;
}

.text-image {
    color: #ffffff !important;
    font-size: 12px;
    padding: 4px 10px;
    background-color: #4CAF50;
    margin-bottom: 5px;
}

.panel-body>.col-md-12>hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.border-right {
    border-right: 2px solid #C41529;
    /* border-right: 2px solid #C41529; */
}


/*Radio Button*/
/* The container */
label.radio-container {
    margin-top: 10px;
    font-weight: 200;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 10px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
    background-color: #C41529;
    /* background-color: #C41529; */
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

/*Select Menu*/
/*Input Color*/
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #555657;
    border-radius: 16px;
    outline: 0;
}

/*Datepicker css color*/
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #fff;
    background-color: #555657;
    border-color: #555657;
}

/*Datepicker css color hover*/
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #C41529;
    /* background-color: #C41529; */
    border-color: #C41529;
    /* border-color: #C41529; */
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

/*colum table*/
.col-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.col-table>table.table>thead>tr>th {
    color: #fff;
    background-color: #C41529;
    /* background-color: #C41529; */
    border-color: #fff;
    border-left: 1px solid #fff;
}

.list-group {
    background-color: #C41529;
    /* background-color: #C41529; */
    padding: 10px;
    border-radius: 4px;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item {
    padding: 5px 12px;
    margin-bottom: 5px;
    background-color: #C41529;
    /* background-color: #C41529; */
    color: #fff;
}

.list-group-item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #C41529;
    /* border-bottom: 1px solid #C41529; */
}

a.list-group-item:hover {
    z-index: 2;
    color: #fff;
    background-color: #C41529;
    /* background-color: #d50000; */
    border-radius: 5px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #C41529;
    /* background-color: #d50000; */
    border-color: #C41529;
    /* border-color: #d50000; */
    border-radius: 5px;
}

/*DATA TABLE*/
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-color: #C41529;
    /* background-color: #C41529; */
    color: #fff;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    display: none;
}

table.dataTable.no-footer {
    border-bottom: none;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    /* color: white !important; */
    /* border: 1px solid #111; */
    /* background-color: #585858; */
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); */
    /* background: -webkit-linear-gradient(top, #585858 0%, #111 100%); */
    background: none;
    background: none;
    background: none;
    /* background: linear-gradient(to bottom, #585858 0%, #111 100%); */
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    /* color: #333 !important; */
    border: none !important;
}

/*table.table > tbody > tr > td > a {
    padding-left: 3px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 8px;
}*/

/*input*/
.required {
    color: red;
}

/* MODAL */

.modal-header {
    background: #C41529;
    /* background: #C41529; */
    padding: 15px;
}

.modal-header,
h4.modal-title,
p.modal-title {
    color: #fff;
}

.modal-footer {
    padding: 15px;
    text-align: left;
    /*border-top: 1px solid #e18234;*/
    background: white;
}

/*MODAL TERMINATE */
body .modal-terminate {
    /* new custom width */
    width: 400px;
    /* must be half of the width, minus scrollbar on the left (30px) */

}



/*BUTTON */
.btn-terminate {
    color: #fff;
    background-color: #707070;
    border-color: #555657;
}

#btnTerminate.btn.focus,
#btnTerminate.btn:focus,
#btnTerminate.btn:hover {
    background-color: #555657;
    color: #fff;
}

.btn-orange {
    color: #fff;
    background-color: #C41529;
    /* background-color: #C41529; */
}

.btn-orange-inline {
    color: #C41529;
    /* color: #C41529; */
    border: 1px solid #C41529;
    /* border: 1px solid #C41529; */
}

.btn.btn-orange-inline:focus,
.btn.btn-orange-inline:hover {
    color: #000;
    background-color: #C41529;
    /* background-color: #C41529; */
    border: 1px solid black;
}

.btn.btn-orange.focus,
.btn.btn-orange:focus,
.btn.btn-orange:hover {
    background-color: #C41529;
    /* background-color: #d50000; */
    color: #fff;
}

/* TABLE INPUT */
table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: left;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

/*image photo*/
label.label-upload {
    cursor: pointer;
    /* Style as you please, it will become the visible UI component. */
}

#upload_image {
    opacity: 0 !important;
    position: absolute;
    z-index: -1;
}

/*label*/
.label {
    margin: 2px;
}


/*nav tabs*/
.nav-tabs {
    border-bottom: 1px solid #C41529;
    /* border-bottom: 1px solid #C41529; */
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fbfbfb;
    cursor: default;
    background-color: #C41529;
    border-color: #C41529;
    /* background-color: #C41529; */
    /* border-color: #C41529 #C41529 #C41529;
    border-color: #C41529 #C41529; */
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #C41529;
    /* background-color: #C41529; */
}

.nav-tabs>li>a:hover {
    border-color: #C41529;
    /* border-color: #C41529 #C41529 #C41529;
    border-color: #f443#C415293#C41529  border-color: #C41529 #C41529 #C41529; */
}

a:focus,
a:hover {
    color: #fbfbfb;
    text-decoration: underline;
}


/*profile*/
@media screen and (max-width: 768px) {
    div.col-img {
        display: none;
    }
}

/* Separate */
.only_separate,
.currency_format {
    text-align: right;
}

/* DATATABLE PAGINATION */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0em !important;
    margin-left: 0px !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    cursor: hand;
    color: #333 !important;
    border: none !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #C41529;
    /* background-color: #C41529; */
    border-color: #C41529;
    /* border-color: #d50000; */
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


/* nestable */

.dd-item>button {
    display: none !important;
}

.dd-item>button:before {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0
}

.dd-item>button.dd-expand:before {
    content: '+'
}

.dd-item>button.dd-collapse:before {
    content: '-'
}

.dd-expand {
    display: none
}

.dd-collapsed .dd-collapse,
.dd-collapsed .dd-list {
    display: none
}

.treeview {
    border-left: 4px solid #dddddd;
}

.treeview .dd3-content {
    margin: 8px 0 0 16px !important
}

.treeview .dd3-handle {
    margin: 0 0 0 16px !important
}

.treeview .treeview-ln {
    background: none repeat scroll 0 0 #DDDDDD;
    content: " ";
    display: inline-block;
    height: 4px;
    position: absolute;
    top: 14px;
    width: 30px;
}

/**
         * Nestable Extras
         */

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%);
}

#nestable2 .dd-handle:hover {
    background: #bbb;
}

#nestable2 .dd-item>button:before {
    color: #fff;
}

@media only screen and (min-width: 700px) {

    .dd {
        float: left;
        width: 48%;
    }

    .dd+.dd {
        margin-left: 2%;
    }

}

.dd-hover>.dd-handle {
    background: #2ea8e5 !important;
}

/**
         * Nestable Draggable Handles
         */

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd3-content:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0;
}

.dd3-item>button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 30px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.dd3-handle:hover {
    background: #ddd;
}


/* end nestable */