* {
    border-radius: 0 !important;
}
/* ------------------------------------
  1. HTML Element 
---------------------------------------*/
html,body {
    padding:0;
    margin:0;
    height:100%;
    font-size: 13px;
    position: relative;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol !important;
}
/* ------------------------------------
  kebutuhan projek IPODA
---------------------------------------*/
.pagination{
    position: relative!important;
}
ul{
    padding-left:0;
    padding-right:0;
}
td{
    vertical-align: middle!important;
}
a {text-decoration:none !important;}
a img {border:0;}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px!important;
    margin-bottom: 10px!important;
}
table{
    font-size: 12px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 0 !important;
    padding-right: 10px !important;
    position: relative;
}
.ahm .btn{
    border-color: transparent !important;
    box-shadow: 0 0 transparent !important;
    font-weight: 600;
    height: 28px;
    padding: 0 10px;
    text-shadow: 0 0 transparent !important;
    color: #fff;
}


.fixed-table-container thead th .th-inner {
    overflow: visible !important;
    padding: 2px 5px;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}


.title {
    background-color: #efefef;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding-right: 15px;
}

.has-feedback .form-control {
    padding-right: 3px !important;
}

.title .title-apps {
    cursor: pointer;
    padding: 15px;
}
.title:hover {
    background-color: #cccfff;
}
.title .title-desc {
    font-size: 12px;
    font-weight: bold;
    color: red;
}
.title .title-code {
    font-size: 12px;
    font-weight: bold;
    color: red;
}
.title .title-unpin {
    font-size: 16px;
    color: red;
    position: absolute;
    right: 20px;
    top: 5px;
}

div.page-footer {
    clear: both;
    font-size: 0.8em;
    color: #666;
    border-top: 1px solid #CCC;
    text-align: right;
    margin: 20px 0px 10px;
    padding: 10px 0px;
    font-style: italic;
}


.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ahm .mainmenu {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    width:250px;
    background:#373737;
    overflow:auto;
    z-index: 999;

}

.panel-control .monitoring-panel {
    position:relative;
    width:18%;
    float: left;
    z-index: 3;
}
.panel-control.collapsed .monitoring-panel {
    left: -20%;
    width: 0;
    height: 0;
    z-index: -1;
}
.panel-control .form-panel {
    float: right;
    position: relative;
    width: 80%;
}
.panel-control.collapsed .form-panel {
    width: 100%;
}

.panel-control a.panel-control-button {
    font-size: 18px;
}

.app-info .breadcrumb {
    padding: 0px;
    background-color: transparent;
}

.app-info .app-button {
    float: right;
    position: relative;
    top: 0;
}

.app-info .app-button .btn {
    min-width: 44px;
    min-height: 32px;
    /*//background: lightseagreen;*/
    margin-left: 2px;
    margin-right: 0px;

    outline: none;
    outline: 0 none;
    outline-offset: 0;
}

.app-info .app-button .btn.dislike {
    /*//background: lightcoral;*/
}

.app-info .app-button .btn .glyphicon {
    font-size: 1.4rem;
    color: white;
}

.app-info .app-button .btn.dislike .glyphicon {
    transform: rotate(-45deg);
}

.tablink span.glyphicon{
    margin-right: 2px;
}

.tile {
    width: 70px;
    height: 70px;
    margin: 0 10px 10px 0;

    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    -moz-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
}

.tile:hover {
    background-color: #ddd !important;
    color: #fff;

}

.tile .tile-content {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.tile .tile-content .glyphicon {
    font-size: 20px;
    left: 60%;
    line-height: 50px;
    margin-left: -40px;
    margin-top: -45px;
    position: absolute;
    top: 50%;
    width: 56px;
}
.tile .tile-status {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    min-height: 29px;
    margin: 0;
    padding: 0 4px 0;
}

.tile .tile-status .name{
    color: #444;
    font-size: 9pt;
    width: 100%;
    word-break: break-word;
}

.tile .link-unbookmark-tile {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    font-size: 14px;
    padding: 0px 5px 4px 6px;
    color: white;
    display: block;
    background: coral;
    width: 25px;
    height: 25px;
}
.tile .link-unbookmark-tile .glyphicon {
    position: absolute;
    left: 6px;
    top: 4px;
    z-index: 2;
    transform: rotate(-45deg);
}

.icon-apps {
    padding: 10px 5px 5px 1px;
    vertical-align: middle !important;
    background-color: #337ab7;
    border: 1px transparent solid;
    color: #222222;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    line-height: 16px;
    height: 80px;
    width: 80px;
    text-align: center;
    font-size: 60px;
    border: 0;
    border-bottom: 2px solid transparent;
    display: inline-block;
    position: relative;
    margin: 5px;
}

.icon-apps.preview {
    margin: 0px;
    cursor: auto;
}

/*
.ahm .mainmenu .brand {
        height: 40px;
        vertical-align: middle;
        text-align: center;
        background-color: #367fa9;
        left: auto;
        right: auto;
        top: auto;
        z-index: 9999;
}
*/

.ahm .toptoolbar .username {
    line-height: 26px;
    /*min-height: 36px;*/
    color: white;
    /*width: 100px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ahm .toptoolbar .dropdown-menu{
    right:0;
    left:initial;
}
/*
.ahm .toptoolbar .nav-tabs-container .nav.nav-tabs.with-username {
    margin-right: 110px;
}

.ahm .toptoolbar .nav-tabs-container .nav.nav-tabs {
    margin-right: 0px;
}

.ahm .toptoolbar .nav-tabs-container .nav-tabs-scroller.with-username {
    margin-right: 70px;
}
.ahm .toptoolbar .nav-tabs-container .nav-tabs-scroller {
    margin-right: 0px;
}*/

.ahm .login-outer{
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
}

.ahm .mainmenu .brand {
    vertical-align: middle;
    text-align: center;
    background-color: #2c2727;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 3px 8px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.ahm .mainmenu .brand .appname{

    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.ahm .mainmenu .brand .appname img {
    height: 30px;
    width: auto;
    margin: 5px;
}
.ahm .mainmenu .mainmenu-search{
    padding: 5px;
}

.ahm .mainmenu .mainmenu-search .input-group .input-group-btn button{
    font-size: 20px;
}

.ahm .maincontent {
    background:#fff;
    margin-left: 250px;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
}
.toptoolbar {
    position: fixed;
    top: 0;
    left: 250px;
    padding: 0;
    background: #e92030;
    /*border-bottom: 2px solid #af1c26;*/
    right: 0;
    min-height: 40px;
    z-index: 9999;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 3px 8px rgba(0, 0, 0, 0.2);*/
}
.toptoolbar .expandMainMenu {
    display:inline-block;
    padding: 5px 11px 5px 9px;
    /*border-right: 1px dotted #91CCEF;*/
    margin: 8px;
    cursor: pointer;
}
.toptoolbar .expandMainMenu .glyphicon {
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0px;
}
.toptoolbar a.logout-button {
    display: inline-block;
    float: right;
    padding: 5px 7px 5px 11px;
    border-left: 1px dotted #91CCEF;
    margin: 2px;
}
.toptoolbar a.logout-button .glyphicon {
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0px;
    color:#FDCDCD;
}
.ahm.collapsed .mainmenu {
    left:-250px; height:inherit;
}
.ahm.collapsed .maincontent {margin-left: 0px;}
.ahm.collapsed .toptoolbar {left:0;}

.icon-toolbar {
    color: #fff;
    font-size: 18px;
}



.btn .glyphicon {
    color: #000;
    font-size: 11px;
}

.mainmenu .btn .glyphicon {
    color: #000;
    font-size: 15px;
}


.mainmenu > ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0px solid #fff;
    border-bottom: 1px solid #242424;
    border-top: 1px solid #535353;
}
li.treeview .glyphicon {
    margin-right: 2px;
}

.mainmenu>ul>li>a{
    padding:12px 5px 12px 5px;
    display:block;
    text-decoration: none;
    color: #cccccc;
    margin-left: 5px;
}

.mainmenu>ul>li:hover{
    background-color: #242424;
    /*border-left:3px solid #B8C7CE;*/
    color: #fff;
}
.mainmenu>ul>li.active {
    background-color: #242424;
    /*    border-left:solid;
        border-left-color:#B8C7CE;*/
    color: #fff;
}

.mainmenu>ul>li.active>a {
    border-left:3px solid #e92030;
}

li.menu>a {
    padding:8px 5px 8px 5px;
    display:block;
    color: #fff;
}

li.menu {
    list-style-type: none;
    background-color: #191919;
    border-top: 1px solid #282828;
    /*border-bottom: 1px solid #121212;*/
    border-left: 0 none;
    /*border-top: 1px solid #272727;*/
    list-style-type: none;
    /*padding-left: 20px;*/
}

li.menu>a {
    padding: 10px 10px 10px 20px;
    border-left:0px;
}

li.treeview>a>span {
    padding: 5px;
    border-left:0px;
}

.treeview-menu li .menu > a > span {
    padding: 0 25px;
    border-left:0px;
}

li.menu :hover{
    background-color: darkred;
    border-left:0px;
    color: #fff;
}
.nav-tabs>li {
    position: relative;margin-bottom:0;
}
.nav-tabs>li>a.closetablink {
    position: absolute !important;
    right: 5px !important;
    top: 10px !important;
    width: 15px !important;
    padding: 0 !important;
    margin: 0px !important;
    line-height: 0px !important;
    color: #900 !important;
    border: 0 !important;
    cursor:pointer !important;
}
.nav-tabs>li>a.closetablink:hover  {
    border:0;
    background:transparent;
}

.mainmenu-search input.form-control, .mainmenu-search button.btn {
    padding: 8px;
}
.maincontent_containers.tab-content {
    padding: 0 10px;
    margin-bottom: 25px;
}

.ahm .maincontent .row{
    margin-right: 0;
    margin-left: 0;
}

.ahm .breadcrumb>.active {
    color:black;
}
.ahm .breadcrumb>li+li:before {
    content:"";
    padding: 0;
}

.breadcrumb li{
    background: #ddd;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;


}
.breadcrumb li:nth-of-type(1) {
    position:relative;
}

.breadcrumb li:nth-of-type(1):after {
    content:"";
    position:absolute;
    background: #ddd;
    top:0;
    bottom: 0;
    width: 10px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}


.breadcrumb li:not(:first-child){
    margin-left: 2px;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    margin-right: 0px;
}

.breadcrumb li span,.breadcrumb li a{
    display: inline-block;
    font-size:16px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 1px;
}

.breadcrumb li a{
    color:grey;
}

.breadcrumb li:not(:first-child) span,.breadcrumb li:not(:first-child) a{
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}

.breadcrumb>li+li:before{
    background-color: transparent;
}

.btn-lookup.large-button {
    width: 45px!important;
    min-width: 45px!important;
}

.btn-lookup.normal-button {
    width: 35px!important;
    min-width: 35px!important;
}

.btn-lookup.small-button {
    width: 25px!important;
    min-width: 25px!important;
}

.btn-lookup.large-button {
    width: 45px!important;
    min-width: 45px!important;
}

.btn-lookup .glyphicon {
    color: white;
}

.lookup-form {
    position: absolute;
    display: none;
    box-shadow: rgb(211, 211, 211) 2px 2px 5px 2px;
    z-index: 9999;
    background-color: #fff;
    overflow: auto;
}

.subpage.subpage-default{
    display: block;
}
.subpage{
    display: none;
}

.normal-button{
    min-width: 60px;
    min-height: 20px;
}
.small-button{
    min-width: 40px;
    min-height: 20px;
}
.large-button{
    min-width: 80px;
    min-height: 25px;
    font-size: 13px!important;
}
.input-group-btn .large-button{
    min-width: 80px;
    /*min-height: 32px;*/
    font-size: 13px!important;
    margin-bottom: 1px;
}

.input-group-btn .small-button{
    min-width: 40px;
    min-height: 19px;

}

.dz-default.dz-message{
    margin:0!important;
}

.form-group.small-font{
    font-size: 11px;
}
.form-group.small-font .dropzone{
    padding: 2px;
    min-height: 19px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.form-group.small-font .inline-combobox{
    height: 19px;
}
.form-group.normal-font{
    font-size: 11px;
}
.form-group.normal-font .inline-combobox{
    height: 23px;
}
.form-group.large-font{
    font-size: 12px;
}
.form-group.large-font .inline-combobox{
    height: 29px;
}
.form-group.small-font .form-control{
    font-size: 11px;
    padding: 1px 4px;
}
.form-group.small-font .input-group-addon{
    font-size: 11px;
    padding: 1px 5px;
    min-height: 20px;
}
.form-group.normal-font .form-control{
    font-size: 13px;
    padding: 3px 8px;
}
.form-group.normal-font .input-group-addon{
    font-size: 11px;
    padding: 1px 5px;
    min-height: 20px;
}
.form-group.large-font .form-control{
    font-size: 13px;
    /*padding: 6px 10px;*/
}
.form-group.large-font .input-group-addon{
    font-size: 12px!important;
    padding: 1px 15px;
    min-height: 29px;
    background: #536270 none repeat scroll 0 0 !important;
    color: #fff !important;
}
.form-horizontal .form-group{
    margin-right: 0!important;
    margin-left: 0!important;
}
.form-group-button {
    margin-bottom: 5px;
    margin-top: 7px;
}

.form-entry-button{
    margin-bottom: 10px;
    margin-top: 15px;
    padding-top: 10px;
}

.form-horizontal .form-group-button{


}
.form-group.has-feedback label~.form-control-feedback {
    top: 37%!important;
}
.form-group.has-feedback form-control-feedback{
    height:auto;
    line-height: 0;
}

.form-filter-panel{
    background-color: #f1f1f1; 
    padding: 10px;
    box-shadow: 0 0 0 1px #f8f8f8 inset, 0 0 0 1px #cccccc;
    border-left: 3px solid #e92030;
    margin-bottom: 10px;
    margin-top: 5px;
}

.form-filter-panel .filter-link-collapse {
    border-radius: 50%;
    color: grey;
    float: right;
    font-size: 20px;
    margin: 0 0 10px;
    position: relative;
    right: 0;
    top: 5px;
}

#global_message .alert{
    padding: 5px 30px;
    margin-bottom: 0;

}

.alert {
    padding: 5px 35px 5px 5px !important;
}

.nav-tabs>li>a {
    padding: 8px 25px 8px 10px !important;color: #FFF;
}
.div-app .nav-tabs>li>a {
    padding: 1px 25px 1px 10px !important;color: #000;
}
.div-app .nav-tabs>li.active>a {
    top: 1px;
}

.div-app .nav-tabs{
    margin-bottom: 5px!important;
    position: relative;
}

.nav-tabs>li>a:hover {
    color:#000;
}
.nav-tabs>li.homeLink>a {
    padding: 8px 13px 8px 10px !important;
}

.th-inner {
    padding: 5px !important;
    vertical-align: middle;
}
.th-inner .caret {margin:5px !important;}
thead tr {
    background: #E9F3F9;
}

.app_title { border-bottom: 1px solid #E9F3F9; padding-bottom: 10px; color: #0EA9C8;}
.flipX {-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}

.nav-tabs>li {margin-bottom: 0px !important;}
.nav-tabs-container {display:inline-block;vertical-align: bottom;padding-top: 9px;  position: absolute;bottom: 0;left: 45px;right: 370px;overflow: hidden;}
.nav-tabs-container ul {white-space:nowrap;overflow:auto;}
.nav-tabs-container .nav-tabs>li {float: none;margin-bottom: 0px;display: inline-block;}
.nav-tabs-container ul li, .nav-tabs-container ul li a {border:0 !important;}
.nav-tabs-container .nav-tabs {border:0;white-space: nowrap !important;overflow: auto;margin-bottom: -17px; min-height: 48px; }
.nav-tabs-scroller {float: right}
.nav-tabs-scroller > a, .nav-tabs-scroller > a:active {color:#fff;font-size: 14px;padding: 15px 10px;display: inline-block;}
.nav-tabs-scroller > a:hover{background:#900; color:#fff;}

@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

    .ahm .maincontent .row{
        margin-right: 0;
        margin-left: 0;
    }
    .form-horizontal .form-group-button{
        padding-left: 0px;


    }
    .ahm .mainmenu {
        position:relative;
        top:auto;
        bottom:auto;
        left:auto;
        width:100%;
        background:#333;
        overflow:visible;
        padding-top: 40px;
    }
    /*
    .ahm .mainmenu .brand {
            height: 40px;
            vertical-align: middle;
            text-align: center;
            background-color: #367fa9;
            position: fixed;
            left: 0;
            right: 0;
            top: 40px;
    }
    */
    .ahm .maincontent {
        background:#fff;
        margin-left: 0;
        padding-top: 0;
        z-index: 0;
    }
    .toptoolbar {
        position: fixed;
        top: 0;
        left: 0;
        background: #e92030 none repeat scroll 0 0;
        right: 0;
        z-index: 9999;
        min-height: 40px;
    }		
    .ahm.collapsed .mainmenu {
        left:0;
        height:0;
        overflow:hidden;
        padding-top:0;
    }
    .ahm.collapsed .maincontent {
        margin-left: 0px;
        margin-top:50px;
    }
    /*
    .ahm.collapsed .mainmenu .brand {
            position: relative;
    }
    */

    .toptoolbar .expandMainMenu .glyphicon {
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .toptoolbar .expandMainMenu .glyphicon.flipX {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 0!important;
        padding-left: 0!important;
    }


    /*        .ahm .toptoolbar .nav-tabs-container .nav.nav-tabs.with-username {
                margin-right: 65px;
            }
    
            .ahm .toptoolbar .nav-tabs-container .nav-tabs-scroller.with-username {
               margin-right: 0px
            }
            
            .ahm .toptoolbar .nav-tabs-container .nav.nav-tabs {
                margin-right: 65px;
            }
    
            .ahm .toptoolbar .nav-tabs-container .nav-tabs-scroller {
               margin-right: 0px
            }*/

    .title .title-unpin {
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .panel-control .monitoring-panel {
        position:relative;
        width:100%;
        left:0;
        display:block;
    }
    .panel-control.collapsed .monitoring-panel {
        height:0;
        top: -100%;
        left: 0;
        width:100%;
        display: none;
    }
    .panel-control .form-panel {
        width: 100%;
    }
    .panel-control.collapsed .form-panel {
        width: 100%;
    }
    a.panel-control-button .glyphicon{
        ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    a.panel-control-button .glyphicon.flipX{
        ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .btn-back{
        /*display: block!important;*/
    }
    .nav-step{
        display: none!important;
    }
    #fw_clock{
        display: none!important;
    }
    .nav-tabs-container{
        right: 194px!important;
    }
    .app-info{
        display: block;
    }
    .app-info-title{
        display: block!important;
        font-size: 12pt;
        font-weight: 600;
        border-bottom: 1px solid #f5f5f5;
    }
}

.login {
    /*display: block;*/
    position: relative;
    margin: auto;
    top: 15%;
    width: 100%;
    max-width: 350px;
    /*background: #e4e5e7;*/
    /*zoom: 1;*/
    filter: alpha(opacity=100);
    opacity: 1;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* overriding */
}
.login .login-head {
    display: block;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    background-color: #fff;
    padding: 10px;
}
.login .login-head .logo {
    display: block;
    position: relative;
    margin: auto;
    width: 143px;
}
.login .login-head .logo .site-name {
    display: block;
}
.login .login-head .logo .site-description {
    display: block;
    margin-top: 8px;
    padding-left: 40px;
    font-size: 12px;
    font-family: 'Interstate';
    font-weight: bold;
    line-height: 13px;
    word-spacing: 3px;
}
.login .login-body {
    /*display: block;*/
    position: relative;
    padding: 20px 40px;
    background-color: #ddd;
}
.login .btn-login{
    height: 40px;
    width: 100%;
    background-color: #bd221e;
    border-color: #640e0d;
}

.login .btn-login:hover{
    width: 100%;
    background-color: #a4201e;
    border-color: #640e0d
}

.login .login-footer {
    display: block;
    position: relative;
    background: #fff;
    border-top: 1px solid #eee;
}
.login .login-footer .item {
    display: block;
    padding: 7px 20px;
    font-size: 11px;
    color: #5e5e5e;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #c9c9c9;
}
.login .login-footer .item:first-child {
    border-top: 0;
}
.btn-username {
    bottom: 0;
    color: #ccc;
    font-size: 18px;
    height: 18px;
    position: relative !important;
    right: -240px;
    top: -30px !important;
    z-index: 999;
}

.btn-password {
    bottom: 0;
    color: #ccc;
    font-size: 18px;
    height: 18px;
    position: relative !important;
    right: -240px;
    top: -30px !important;
    z-index: 999;
}

/*relogin*/
.login-inner {
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 350px;
    background: #e4e5e7;
    border: 1px solid #c9c9c9;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    /* overriding */
}
.login-inner .login-head {
    display: block;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    background-color: #fff;
}
.login-inner .login-head .logo {
    display: block;
    position: relative;
    padding: 10px;
    margin: auto;
    width: 143px;
}
.login-inner .login-head .logo .site-name {
    display: block;
}
.login-inner .login-head .logo .site-description {
    display: block;
    margin-top: 8px;
    padding-left: 40px;
    font-size: 12px;
    font-family: 'Interstate';
    font-weight: bold;
    line-height: 13px;
    word-spacing: 3px;
}
.login-inner .login-body {
    display: block;
    position: relative;
    padding: 40px 40px 40px;
}
.login-inner .btn-login{
    height: 30px;
    width: 100%;
    background-color: #bd221e;
    border-color: #640e0d
}

.login-inner .btn-login:hover{
    height: 30px;
    width: 100%;
    background-color: #a4201e;
    border-color: #640e0d
}

.login-inner .login-footer {
    display: block;
    position: relative;
    background: #fff;
    border-top: 1px solid #c9c9c9;
}
.login-inner .login-footer .item {
    display: block;
    padding: 10px 20px;
    font-size: 11px;
    color: #5e5e5e;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #c9c9c9;
}
.login-inner .login-footer .item:first-child {
    border-top: 0;
}

.table > thead > tr > th{
    background-color: #fbfbfb;
    border-bottom: 1px solid #ccc !important;
    padding: 5px !important;
}

.table > tbody > tr {
    height: 25px;
}

.table > tbody > tr > td{
    border-bottom: 1px solid #ccc !important; 
    padding: 5px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #536270 !important;
    border-color: #536270 !important;
    color: #fff !important;
    cursor: default;
    z-index: 2;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #536270 !important;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.page-list button{
    background-color: #536270 !important;
    border-radius: 3px !important;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #fff !important;
}

.btn-lookup{
    background-color: #536270 !important;
}

.alert-danger {
    background-image: none !important;
    background-color: #ffd7d7 !important;
    border-color: #ebccd1;
    color: #a94442;
}

.bg-orange{
    background-color: orange !important;
}

.bg-purple{
    background-color: purple !important;
}

.bg-grey{
    background-color: #536270 !important;
}

.bg-red{
    background-color: #e92030 !important;
    border-color: #640e0d;
}

.bg-red:hover{
    background-color: #bd221e !important;
}

.bg-blue{
    background-color: #337ab7 !important;
    border-color: #2e6da4;
    color: #fff;
}

.bg-blue:hover{
    background-color: #286090 !important;
    border-color: #204d74;
    color: #fff;
}

.bg-green{
    background-color: #26b99a !important;
    border-color: #640e0d;
}

.bg-green:hover{
    background-color: #169f85 !important;
}

.fg-white{
    color: white !important;
}

.fg-red{
    color: #bd221e !important;
}

.ahm .btn:hover {
    color: #fff;
}

.input_text_table.form-control.text-right.has-error {
    border-color: #e92030 !important;
}

.has-error .form-control {
    border-color: #e92030 !important;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #e92030 !important;
}

.errorList > li{
    list-style: outside none none;
    /*padding: 3px;*/
}

.table a > i {
    color: #e92030;
}

.btn-clear {
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 14px;
    margin: auto;
    position: absolute !important;
    top: 0;
    z-index: 999;
    /*display: none !important;*/
    right: 20px;
}

.input-group > .btn-clear{
    right: 85px !important;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left !important;
}

label{
    font-weight: 400 !important;
    font-size: 13px;
}

/*profile*/
.user-wrapper{
    padding: 15px 0;
}

.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:160px;
    padding:0px 0 !important;
    margin:2px 10px 0 !important;
    font-size:14px;
    text-align:left;
    list-style:none;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.15);
    border-radius:4px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175)
}

.profile-btn-wrap {
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: table;
    padding: 10px 0;
    width: 100%;
}

.profile-btn-wrap > div:first-child {
    text-align: left;
}
.profile-btn-wrap > div {
    display: table-cell;
    text-align: right;
}

.profile-btn {
    color: #666;
    cursor: pointer;
    text-decoration: none;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    display: inline-block;
    line-height: 28px;
    padding: 0 12px;
    margin: 0 20px;
}

.profile-info-wrap {
    margin: 20px;
}

/*breadcrumb new*/
.nav-step {
    list-style: outside none none;
    margin: 10px 0 5px;
    padding: 0;
}
.nav-step::before, .nav-step::after {
    content: " ";
    display: table;
}
.nav-step::after {
    clear: both;
}
.nav-step::before, .nav-step::after {
    content: " ";
    display: table;
}
.nav-step::after {
    clear: both;
}
.nav-step::before, .nav-step::after {
    content: " ";
    display: table;
}
.nav-step::after {
    clear: both;
}
.nav-step::before, .nav-step::after {
    content: " ";
    display: table;
}
.nav-step::after {
    clear: both;
}
.nav-step li {
    color: #ffffff;
    display: block;
    float: left;
    position: relative;
}
.nav-step li::after {
    background: #ffffff none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 32px;
    position: absolute;
    right: -1px;
    top: 0;
    width: 2px;
    z-index: 95;
}
.nav-step li span {
    background: #bfced6 none repeat scroll 0 0;
    display: inline-block;
    padding: 5px 10px 5px 25px;
    position: relative;
    text-align: center;
}
.nav-step li span::before, .nav-step li span::after {
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 99;
}
.nav-step li span::before {
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
    border-top: 14px solid transparent;
    right: -15px;
    z-index: 92;
}
.nav-step li span::after {
    border-bottom: 14px solid transparent;
    border-left: 14px solid #bfced6;
    border-top: 14px solid transparent;
    right: -13px;
    z-index: 99;
}
.nav-step li.last::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.nav-step li.last span::before {
    border: medium none;
}
.nav-step li.last span::after {
    right: -14px;
}
.nav-step li.first span {
    padding-left: 35px;
    width: 100px;
}
.nav-step li.active span {
    background: gray none repeat scroll 0 0;
}
.nav-step li.active span::after {
    border-left-color: gray;
}

.form-control{
    min-height: 28px ;
    border-radius: 2px !important;
    border-color: #9aafba  !important;
    padding: 3px 4px !important;
    color: #5c6873 !important;
}

.fixed-table-pagination .pagination a {
    line-height: 1.42857;
    padding: 5px 15px !important;
}

.filter-buttons{
    border-top: 1px solid #ccc;
    padding: 0 5px !important;
    position: relative;
    top: 10px;
}

.input_text_table{
    border: 1px solid #ccc;
    border-radius: 4px;
    width:90%;
    color: #405467;
    font-weight: 500;
}
.filtered-table thead:first-child th {
    padding-right: 5px !important;
    text-align: center;
} 
.filtered-table thead:first-child th:last-child {
    width:7% !important;
    text-align: center;
}
.filtered-table .th-inner {
    overflow: visible;  
}
.filtered-table .fixed-table-body {
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
}
.filtered-table thead:first-child th {
    text-align: center;
}
.filtered-table .th-inner {
    overflow: visible;  
}
.filtered-table .fixed-table-body {
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
}

.filtered-table.tr-filter.th-inner{
    padding: 0 !important;
}

.fixed-table-container thead th .th-inner
{
    text-overflow: none;
}     
.container_panel_date{
    display: block;
    position: relative;
    top:-5px;float: left;
    width: 40%;        
    margin-right: 8%;
}
.container_panel_date input{
    border:none;width:110%;padding: 1px 1px;
}
 
.modal-dialog{width:600px;margin:70px auto !important;}

iframe {
    border: 0 none;
    display: block;
    height: 40px;
    overflow: hidden;
    width: 100%;
}

.file-info {
    border: 1px solid #ccc;
    min-height: 38px;
    padding: 7px;
}

.uppercase {
    text-transform: uppercase;
}

.responsiveTableScroller {
    overflow: auto;
}

.fixedLCol, .fixedRCol {
    display: block;
    position: absolute;
    border-right: 1px solid #ddd;
}

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

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

.bootstrap-datetimepicker-widget thead th{
    background-color: #ddd;
}

/*kebutuhan breadcrumb dalam tab*/
.ahm-breadcrumb .active > span, .ahm-breadcrumb .active > span:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #555;
}
.ahm-breadcrumb li span {
    background: rgba(0, 0, 0, 0) url("../image/crumbs_arrow.png") no-repeat scroll 100% 14px;
    color: #555;
    display: block;
    font-size: 11px;
    line-height: 21px;
    padding: 6px 16px 5px 12px;
}
 
.app-info {
    /*background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 0%, #f0f0f0 100%) repeat scroll 0 0;*/
    /*border-bottom: 1px solid #c7c7c7;*/
    height: 32px;
    margin-top: 8px;
    /*margin-bottom: 6px;*/
}
 
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol, ul {
    list-style: outside none none !important;
}
 
.ahm-breadcrumb li {
    float: left;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.menu-title {
    margin: 0 0 0 28px;
}

.fixed-table-container .both::after {
    font-family: FontAwesome !important;
    content: '\f0dc' !important;
    margin-left: 5px;
}

.fixed-table-container .desc::after {
    font-family: FontAwesome !important;
    content: '\f0dd' !important;
    margin-left: 5px;
}

.fixed-table-container .asc::after {
    font-family: FontAwesome !important;
    content: '\f0de' !important;
    margin-left: 5px;
}

.dropdown-item {
    display: block;
    width: 100%;
    font-weight: 400;
    white-space: nowrap;
    padding: 7px 10px !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-menu a.closetabLink {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    padding: 0px;
}

.dropdown-menu li{
    position: relative;
}

.announcement ul {
  padding: 0;
  margin: 0;
}
.announcement ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.announcement .news-post>li {
  background: #ffffff;
  border: 1px solid #ddd;
  margin-top: 25px;
}
.announcement .news-post li img {
  transition: all 0.5s ease 0s;
}
.announcement .news-post li:hover img {
  filter: grayscale(100%);
  opacity: .8;
}
.announcement .news-post li:hover h4 a {
  color: #d32f2f;
}
.announcement .news-post .content h4 {
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  padding: 18px 0 2px;
  line-height: 25px;
}
.announcement .news-post .content h4 a {
  color: #101010;
}
.announcement .news-post .content p {
  margin: 12px 0 0;
  color: #434343;
  padding-right: 20px;
}
.announcement .news-post .content a {
  color: #434343;
}
.announcement .news-post .content a:hover {
  color: #d32f2f;
}
.announcement .news-post .content .author {
  color: #434343;
  margin-right: 8px;
}
.announcement .news-post .content .date {
  color: #434343;
}
.announcement .news-post2 li {
  background: transparent !important;
  border: 0;
  margin: 25px 0 0;
}
.announcement .news-post2 li:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.announcement .news-post2 li:hover .content a {
  color: #101010;
}
.announcement .news-post2 li .item-post:hover .content a {
  color: #d32f2f;
}
.announcement .news-post2 li .item-post:hover img {
  filter: grayscale(100%);
  opacity: .8;
}
.announcement .news-post2 .item-post {
  background: #ffffff;
}
.announcement .news-post2 .item-post .content {
  padding: 20px 20px;
  border: 1px solid #ccc;
}
.announcement .news-post2 .item-post .content h4 {
  padding: 12px 0 0;
}
.announcement .related h4 {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #101010;
  padding: 11px 0 6px !important;
}
.announcement .related h4 a {
  color: #101010;
}
.announcement .related h4 a:hover {
  color: #d32f2f !important;
}
.announcement .related .item-post {
  border: 1px solid #ccc;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.according .card {
	margin-bottom: 20px
}

.according .card:last-child {
	margin-bottom: 0
}

.according .card-header {
	padding: 0;
	border: none
}

.according .card-header a {
	display: block;
	background: #eff3f6;
	padding: 10px;
	border-radius: 3px;
	color: #444;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: 500
}

.according .card-body {
	padding: 10px;
	border: 1px solid #eff3f6;
	font-size: 14px;
	letter-spacing: 0;
	color: #444;
	line-height: 27px;
	font-weight: 400
}

.according .card-header a {
	position: relative
}

.accordion-s2 .card-header a.collapsed:before {
	content: "\f107"
}

.accordion-s2 .card-header a:before {
	content: "\f106";
	font-family: fontawesome;
	position: absolute;
	right: 13px;
	color: #444;
	font-size: 26px
}

.accordion-s3 .card-header a.collapsed:before {
	content: "\e61a"
}

.accordion-s3 .card-header a:before {
	content: "\e622";
	font-family: themify;
	position: absolute;
	right: 13px;
	color: #444;
	font-size: 15px
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-primary {
    color: #4796ea;
    background-color: #c8e1fb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.btn-rounded {
    border-radius: 50px !important;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-light {
    color: #212529!important;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-xl {
    padding: 19px 24px!important;
}

.btn{
	font-size: 13px!important;
}

.progress-bar{
	background-image: none!important;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;
    background-size: 1rem 1rem!important;
	background-repeat: initial!important;
}
.progress.active .bar {
    animation: 1s linear 0s normal none infinite running progress-bar-stripes;
}
.progress .bar {
    background-repeat: repeat-x;
    box-sizing: border-box;
    color: #ffffff;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress-striped .bar {
    background-color: #149bdf;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 20px 20px;
}
.progress .bar {
    background-color: #0e90d2;
    /* background-image: linear-gradient(to bottom, #149bdf, #0480be); */
    background-repeat: repeat-x;
    box-sizing: border-box;
    color: #ffffff;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    transition: width 0.6s ease 0s;
}
.progress-bar-animated {
    animation: 1s linear 0s normal none infinite running progress-bar-stripes;
}

/* NAV TAB */
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
	color: #404e67!important;
	font-size: 13px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}
.nav-tabs .nav-item:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd;
}

/*tab left*/
.tabs-left, .tabs-left-content, .tabs-right, .tabs-right-content {
    display: table-cell;
}
.tabs-left, .tabs-right {
    min-width: 120px;
    vertical-align: top;
    width: 150px;
}
.md-tabs.tabs-left .nav-item, .md-tabs.tabs-right .nav-item, .tabs-left .nav-item, .tabs-right .nav-item {
    width: 100%;
    position: relative;
}
.md-tabs .nav-item.open .nav-link, .md-tabs .nav-item.open .nav-item:focus, .md-tabs .nav-item.open .nav-link:hover, .md-tabs .nav-item.active, .md-tabs .nav-item.active:focus, .md-tabs .nav-item.active:hover {
    color: #01a9ac;
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}
.md-tabs .nav-link {
    border: none;
    color: #404e67;
}
.md-tabs .nav-item.active .slide {
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.md-tabs .nav-item .slide {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.nav-tabs.tabs-left .slide {
    height: 35px;
    width: 4px;
}
.nav-tabs .slide {
    background: #01a9ac;
    width: calc(100%/4);
    height: 4px;
    position: absolute;
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out;
    bottom: 0;
}
.md-tabs .nav-item.active a {
    border:none;
}
.tabs-left .nav-item:focus, .tabs-left .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd;
}
.md-tabs .nav-item {
    width: calc(100%/4);
    text-align: center;
}

/*form*/
.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.btn-back{
    display: none!important;
}