 .head{
    background: url('../img/bgpattern.png');
}
.head > img{
    margin: 10px 10px 10px 10px; 
    height:65px
}
header .head .header-right{
    margin-right: 15px;
    display: inline-block;
    float: right;
    vertical-align: bottom;
    line-height: 85px;
    color:#333 !important;
}
header .head .header-right [ripple]  {
    color:#333 !important;
}
.glyphicon.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon.glyphicon-chevron-down:before {
  content: "\e114";
}
[class*="icon-"].sli {
    font-family: 'Simple-Line-Icons';
    font-size: 15px;
}
.badge i[class*="icon-"]{
	vertical-align: middle;
}
.datepicker {
  margin: 0 5px;
}

.datepicker table tbody td,
.datepicker table thead th{
  padding: 2px 4px;
}

.datepicker .btn-default {
  border-width: 0;
  box-shadow: none;
  text-align: center;
  padding: 4px 6px;
  color: #58666e !important;
}
.datepicker .btn[disabled] {
  opacity: 0.4;
}

.datepicker .btn-info .text-info {
  color: #fff !important;
}
.rounded-fieldset {
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
	border-radius: 4px;
	padding: 16px;
	margin-top: 20px;
}
.rounded-fieldset > label {
    margin-bottom: 18px;
}

.w-full {
    width: 100%;
}
.btn > i.pull-left,
.btn > i.pull-right {
  line-height: 1.42857143;
}

.btn-block {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
}

.btn-addon i {
  position: relative;
  float: left;
  width: 34px;
  height: 34px;
  margin: -7px -12px;
  margin-right: 12px;
  line-height: 34px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px 0 0 2px;
}

.btn-addon i.pull-right {
  margin-right: -12px;
  margin-left: 12px;
  border-radius: 0 2px 2px 0;
}

.btn-addon.btn-sm i {
  width: 30px;
  height: 30px;
  margin: -6px -10px;
  margin-right: 10px;
  line-height: 30px;
}

.btn-addon.btn-sm i.pull-right {
  margin-right: -10px;
  margin-left: 10px;
}

.btn-addon.btn-lg i {
  width: 45px;
  height: 45px;
  margin: -11px -16px;
  margin-right: 16px;
  line-height: 45px;
}

.btn-addon.btn-lg i.pull-right {
  margin-right: -16px;
  margin-left: 16px;
}

.btn-addon.btn-default i {
  background-color: transparent;
  border-right: 1px solid #dee5e7;
}

.btn-groups .btn {
  margin-bottom: 5px;
}
.btn.btn-n {
    padding: 6px 12px;
}
.btn.btn-n > i.pull-right {
    line-height: 34px;
}
.btn-xs.btn-ns.btn-addon i {
    width: 22px;
    height: 22px;
    margin: -2px -6px;
    margin-right: 4px;
    line-height: 22px;
}
.btn-xs.btn-ns.btn-addon i {
    line-height: 22px;
}

.form-group .input-group .input-group-btn .btn {
    line-height: 1.45;
}
    
.bg-primary .head .nav > li > a {
    color: #2b387c;
}
.bg-primary .nav > li:hover > a, .bg-primary .nav > li.active > a {
    background-color: #F15922;
}
.topnavbar > .navbar-header > .navbar-brand img {
    margin-top: 15px;
   /*  width:65px; */
}
.topnavbar > .navbar-header > .navbar-brand {
    line-height: 70px;
}
/*.navbar-nav > li > a {
    padding-top: 33px;
    padding-bottom: 33px;
}*/
.app-container > aside {
    top: 70px;
    box-shadow: none;
}
aside .sidebar-wrapper {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 2px 4px 8px rgba(0, 0, 0, 0.28);
}
/*.sidebar-nav .nav li {
    border-bottom: solid 1px #F0F0F0;
}*/
.btn-decrease .btn{
    padding: 8px;
}
.btn:active, .btn.active, .btn:hover, .btn:focus {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23), 0 1px 3px rgba(0, 0, 0, 0.16);
}
.btn-xs .btn-label {
    padding: 1px 8px;
}

.bg-orange{
    background: #FB5013;
}

.aside-mini .app-container > footer,
.aside-mini .app-container > section{
    margin-left:40px
}
.aside-mini .app-container > aside {
    width: 40px;
    -webkit-transition:all .35s ease 0s;
    -o-transition:all .35s ease 0s;
    transition:all .35s ease 0s
}
.aside-mini .app-container > aside:hover{
    width:240px
}
.aside-mini .app-fh{
    left:0;
    margin-left:inherit
}
.aside-mini.aside-offscreen .app-container > footer,
.aside-mini.aside-offscreen .app-container > section{
    margin-left:0
}
.csstransforms3d .aside-mini.aside-offscreen .app-container > aside{
    margin:0;
    -webkit-transform:translate3d(-64px,0,0);
    transform:translate3d(-64px,0,0)
}

.aside-mini .sidebar .sidebar-nav .nav-heading span{
    display: none;
}
.toggle-menu{
    text-align: center;
    font-size: 30px;
    background: #DB5A06;
    color: #FFF;
    -webkit-transition:all .35s ease 0s;
    -o-transition:all .35s ease 0s;
    transition:all .35s ease 0s
}
.aside-mini .sidebar .sidebar-nav .toggle-menu{
    text-align: left;
}
.sidebar > .sidebar-nav > .nav .toggle-menu .sidebar-toggle {
    padding: 0px 15px;
    color: #FFF;
}
.sidebar > .sidebar-nav > .nav .toggle-menu .sidebar-toggle:hover {
    background-color: #FB5013;
}
.aside-mini .sidebar .sidebar-nav .toggle-menu .sidebar-toggle {
    padding-left: 6px;
}
.promise-logo{
    background: url('../img/promise-logo.png') no-repeat;
    display: inline-block;
    background-size: 90px;
    position: relative;
    height: 20px;
    top: 6px;
    background-position: 10px 1px;
}
.promise-logo.logo-text{
    width: 130px;
}
.promise-logo.logo-only{
    width: 26px;
    left: -10px;
}
.c-radio span::before {
    font-size: 14px;
    line-height: 17px;
}

/* START PANEL CUSTOM STYLE */
.panel-default .panel-heading {
    background-color: #f6f8f8;
    color: FFFFFF;
    border-color: #ddd;
}

.panel .panel-heading::after {
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.26);
}
.panel .panel-heading .panel-title {
    padding-top: 0px;
}

.btn-collapse{
    margin-left: 10px;
    font-size: 18px;
    line-height: 20px;
    color: #FFF !important;
    cursor: pointer;
}
.btn-collapse:hover{
    color: #e6e6e6;
}
.panel .panel-heading a  {
    z-index: 999;
    position: relative;
    top:-3px;
}
.panel > .table-responsive {
    width: 100%;
}
.panel .panel-heading h4{
    font-weight: bold;
    margin: 0px;
    font-size: 13px !important;
    color: #FFF;
}
.panel > .table-responsive table tr th:first-child,
.panel > .table-responsive table tr td:first-child{
    padding-left: 14px;
}
.panel > .table-responsive table tr th:last-child,
.panel > .table-responsive table tr td:last-child{
    padding-right: 14px;
}
/* END PANEL CUSTOM STYLE */

.action-col a.badge.bg-primary {
	background-color: #428BCA !important;
}
.action-col a.badge.bg-primary:hover {
	background-color: #1199c4 !important;
}
.action-col a.badge {
    line-height: 6px;
    padding: 8px;
    border-radius: 50%;
}
.btn.btn-addon:not(.btn-xs) {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.text-wysiwyg .btn-group .btn {
    padding: 0px 4px;
    font-size: 80%;
}
/* DATATABLE CUSTOM STYLE */

/* DATATABLE CUSTOM STYLE */
.app-view-header small{
    font-size: 50%;
}
.slider-banner{
    overflow: hidden;
    box-shadow: 1px 1px 2px #333;
    max-height: 400px;
    position: relative;
    left: 0px !important;
}
.slider-banner .rev_slider{
    max-height: 400px;
    min-height: 400px;
}
.nav-tabs.menu-tab > li {
    padding: 0px 3px;
    float: right;
}

.portal_wrapper .top-menu{
    padding: 15px 0px 0px;
}
.portal_wrapper div.row{
    max-width: 100%;
}

.top-menu .menu-tab {
    border-bottom: 4px solid #f05921;
    padding: 0px 20px;
    text-align: right;
}
.top-menu .menu-tab ul.nav {
    display: block;
    float: right;
}
.top-menu .menu-tab ul li {
    padding: 0px 4px;
}
.top-menu .menu-tab ul li a {
    padding: 14px 20px !important;
    background: #f05921 !important;
    color: #FFF !important;
    border: 1px solid #f05921 !important;
}


button.btn.btn-default-back {
  border-color: #c5c5c5;
  color: #7a7a7a;
  background-color: #fbfbfb;
} 

.icon_procurement{
 
	border: 0px solid #ddd;
	border-top: 0;
	background: url(sprites2.png);
	padding-left: 28px;
	padding-top: 3px;
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: -9px -6px;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	padding-bottom: 7px;

}

.icon_contract{
  border: 0px solid #ddd;
    border-top: 0;
    background: url(sprites2.png);
    padding-left: 30px;
    padding-top: 4px;
    background-repeat: no-repeat;
    background-position: -8px -8px center;
    font-weight: bold;
    background-position: -9px -107px;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

.icon_vendor{
  border: 0px solid #ddd;
    border-top: 0;
    background: url(sprites2.png);
    padding-left: 30px;
    padding-top: 4px;
    background-repeat: no-repeat;
    background-position: -8px -8px center;
    font-weight: bold;
    background-position: -9px -79px;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

.icon_catalog{
    border: 0px solid #ddd;
    border-top: 0;
    background: url(icon-catalog.png);
    padding-left: 22px;
    padding-top: 4px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: bold;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    
}

.text-right {
	text-align :right;
	background-color: #D3D3D3;
    color: #000;
}

.text-kriteria-teknis {
	background-color: #D3D3D3;
    color: #000;
}

blink {
   	animation: 2s linear infinite condemned_blink_effect;
}
@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

.btn-primary {
    color: #ffffff !important;
    background-color: #00677f;
    border-color: #00677f;
}

.btn-success {
    color: #ffffff !important;
    background-color: #4caf50;
    /* border-color: #4caf50; */
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #ffffff !important;
    background-color: #38783b;
    border-color: #38783b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff !important;
    background-color: #025467;
    border-color: #025467;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #024453;
    border-color: #024453;
}

