html, body {
    height: 100%;
    font-family: 'Avenir-Light', sans-serif;
}
.navbar-top{
    background-color:rgba(31,72,127,1);
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    top:100px;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:rgba(31,72,127,1);
}

.alert{
    font-size:1.5em;
}
.table{
    font-size:1.1em;
}
.panel{
    border:3px solid lightgrey
}
.panel-heading{
    background-color:white!important;
}
.panel-title{
    color:grey;
    font-size:1.5em;
    text-align: center;
    font-weight: bold;
}
.panel-title-chat{
    color:rgba(12,77,162,1);
    font-size:1.1em;
}
.badge{
    font-size:1.1em;
}
a:hover {
    text-decoration: none!important;
}
.file-tender {
    border: 1px solid blue;
    border-radius: 3px;
    color: blue
}
.label-left {
    color: #999
}
.bi-checking-comment{
    display:none;
}
#login-vendor {
    display: none;
    margin-top: 25px;
}

#login-selain-vendor {
    display: none;
    margin-top: 25px;
    width: 750px;
    height: auto;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
}

.typeahead {
    background-color: #fff;
    padding-right: 30px;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.glyphicon {
    margin-left: -30px;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.box-blue {
    /*background-color: rgba(12,77,162,1);*/
    background-color:rgba(12,77,162,0.75);
    width: 500px;
    padding: 15px;
    border-radius: 10px;
}

.btn-login{
    width:100%;
}

.dashboard-menu-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.box-dashboard {
    height: 240px;
    width: 100%;
    background-color: #acb7bf;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}

.box-dashboard img {
    filter: brightness(1000%);
    -webkit-filter: brightness(1000%);
    -moz-filter: brightness(1000%);
    -o-filter: brightness(1000%);
    -ms-filter: brightness(1000%);
}

.green-hover:hover {
    background-color: rgba(67, 160, 71, 1);
}

.green {
    background-color: rgba(67, 160, 71, 1);
}

.green > span, .green > p {
    color: white;
}

.green > hr {
    border: 1px solid white;
}

.green > img {
    filter: brightness(1000%);
    -webkit-filter: brightness(1000%);
    -moz-filter: brightness(1000%);
    -o-filter: brightness(1000%);
    -ms-filter: brightness(1000%);
}

.green-hover:hover > span, .green-hover:hover > p {
    color: white;
}

.green-hover:hover > hr {
    border: 1px solid white;
}

.green-hover:hover > img {
    filter: brightness(1000%);
    -webkit-filter: brightness(1000%);
    -moz-filter: brightness(1000%);
    -o-filter: brightness(1000%);
    -ms-filter: brightness(1000%);
}

.yellow {
    background-color: rgba(248, 167, 37, 1)
}

.yellow > span, .yellow > p {
    color: white;
}

.yellow > hr {
    border: 1px solid white;
}

.yellow > img {
    filter: brightness(1000%);
    -webkit-filter: brightness(1000%);
    -moz-filter: brightness(1000%);
    -o-filter: brightness(1000%);
    -ms-filter: brightness(1000%);
}

.yellow-hover:hover {
    background-color: rgba(248, 167, 37, 1)
}

.yellow-hover:hover > span, .yellow-hover:hover > p {
    color: white;
}

.yellow-hover:hover > hr {
    border: 1px solid white;
}

.yellow-hover:hover > img {
    filter: brightness(1000%);
    -webkit-filter: brightness(1000%);
    -moz-filter: brightness(1000%);
    -o-filter: brightness(1000%);
    -ms-filter: brightness(1000%);
}

.blue {
    background-color: rgba(66, 164, 244, 1)
}

.red {
    background-color: rgba(211, 47, 47, 1)
}

.red > span, .red > p {
    color: white;
}

.blue > span, .blue > p {
    color: white;
}

.blue > hr {
    border: 1px solid white;
}

.blue > img {
    filter: brightness(1000%);
    -webkit-filter: brightness(1000%);
    -moz-filter: brightness(1000%);
    -o-filter: brightness(1000%);
    -ms-filter: brightness(1000%);
}

.blue-hover:hover {
    background-color: rgba(66, 164, 244, 1)
}

.blue-hover:hover > span, .blue-hover:hover > p {
    color: white;
}

.blue-hover:hover > hr {
    border: 1px solid white;
}

.blue-hover:hover > img {
    filter: brightness(1000%);
    -webkit-filter: brightness(1000%);
    -moz-filter: brightness(1000%);
    -o-filter: brightness(1000%);
    -ms-filter: brightness(1000%);
}

.hover-box {
    cursor: pointer;
}

.hover-box:hover {
    background-color: rgba(12,77,162,0.6);
}

.hover-box:hover > p {
    color: white;
}

.hover-box:hover > img {
    filter: grayscale(100%) brightness(2000%);
    -webkit-filter: grayscale(100%) brightness(2000%);
    -moz-filter: grayscale(100%) brightness(2000%);
    -o-filter: grayscale(100%) brightness(2000%);
    -ms-filter: grayscale(100%) brightness(2000%);
}
.error{
    color:red;
}
.hover-box-2 {
    cursor: pointer;
}

.hover-box-2:hover {
    background-color: rgba(12,77,162,0.8);
}

.hover-box-2:hover > p {
    color: white;
}



.active-box > img {
    filter: grayscale(100%) brightness(2000%);
    -webkit-filter: grayscale(100%) brightness(2000%);
    -moz-filter: grayscale(100%) brightness(2000%);
    -o-filter: grayscale(100%) brightness(2000%);
    -ms-filter: grayscale(100%) brightness(2000%);
}


.text-small {
    font-size: 1.3em;
}

.box-blue-big {
    background-color: rgba(12,77,162,1);
    width: 75%;
    height: 80%;
    padding: 45px;
}

.box-white {
    background-color: rgba(255,255,255,1);
    height: 100%;
    width: 100%;
    padding:15px 35px;
    border-radius: 10px;
}

.box-white-big {
    background-color: white;
    height: auto;
    width: 95%;
    padding: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.label-form {
    margin-top: 6px;
}

.text-regular {
    font-weight: 300;
    font-family: 'Avenir-Light', sans-serif;
}

.blue-border {
    border: 1px solid rgba(21, 101, 190, 1);
    width: 150px;
    margin-bottom: 5px;
}

.white-border {
    border: 1px solid white;
    width: 150px;
    margin-bottom: 5px;
}

.grey-border {
    border: 1px solid #fff;
    width: 150px;
    margin-bottom: 5px;
    float: left
}

.edit-btn {
    cursor: pointer;
}

.save-btn {
    display: none;
    cursor: pointer;
}

.cancel-btn {
    display: none;
    cursor: pointer;
    margin-right: 20px;
}

.text-blue {
    color: rgba(12,77,162,1);
}

.text-black {
    color: black;
    text-decoration: none;
}

.text-red {
    color: red;
    text-decoration: none;
}

.text-grey {
    color: rgba(152, 152, 152, 1);
}

.text-black:hover {
    text-decoration: none;
}

.text-red:hover {
    text-decoration: none;
    color: red
}

.text-huge {
    font-size: 7em;
}

.btn-accept {
    background-color: rgba(0, 145, 69, 1);
    border-radius: 5px 0 0 5px;
    height: 50px;
    color: white;
    border: 2px solid grey;
    width: 100px;
    margin: 0;
}

.btn-accept:hover, .btn-accept:focus, .btn-accept:active {
    color: white;
}

.btn-decline {
    background-color: white;
    border-radius: 0 5px 5px 0;
    height: 50px;
    color: grey;
    border: 2px solid grey;
    width: 100px;
    margin: 0;
    border-left: 0;
}

.btn-decline:hover {
    color: grey;
}

.icon-btn-active {
    margin-right: 10px;
    margin-top: -4px;
    filter: brightness(1150%);
    -webkit-filter: brightness(1150%);
    -moz-filter: brightness(1150%);
    -o-filter: brightness(1150%);
    -ms-filter: brightness(1150%);
}

.icon-btn-inactive {
    margin-right: 10px;
    margin-top: -4px;
}

.btn-blue {
    background-color: rgba(12,77,162,1);
    color: white;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

.btn-white {
    background-color: white;
    color: rgba(21, 101, 190, 1);
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

.btn-white-outline {
    background-color: white;
    color: grey;
    border: 2px solid grey;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

.btn-green {
    background-color: orange;
    color: white;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

.btn-darkgreen {
    background-color: rgba(0, 145, 69, 1);
    color: white;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

.btn-grey {
    background-color: rgba(203, 203, 203, 1);
    color: rgba(127, 127, 128, 1);
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

.btn-blue:hover, .btn-green:hover, .btn-blue:focus, .btn-green:focus, .btn-blue:active, .btn-green:active {
    color: white;
}

.text-big {
    font-size: 3em;
}

.text-medium {
    font-size: 2em;
}

.form-control-minimal {
    border: 0;
    border-bottom: 1px solid lightgrey;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    margin-top: 20px;
}

.form-control-minimal:focus, .form-control-minimal:active {
    box-shadow: none;
    text-shadow: none;
}

.nomargin {
    margin: 0;
    padding: 0;
}

.po-header {
    margin: 0 auto;
    background: rgba(17,32,65,1);
    height: 100px;
    padding: 30px 50px;
    border-bottom:1px solid black;
}
.c000001-phoenix-date{
    background-color:white!important;
}
.phoenix-bar-orange {
    color: white;
    background-color: rgba(229, 81, 1, 1);
    width: 100%;
    height: 90px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.phoenix-titlebar {
    color: white;
    background-color: rgba(0, 96, 100, 1);
    width: 100%;
    height: 90px;
    padding: 30px;
    padding-top: 18px;
    padding-bottom: 20px;
    margin-top: -10px;
}

.subtitle-bar {
    padding-bottom: 20px;
    width: 100%;
    height: 70px;
}

.subtitle {
    font-size: 2em;
    font-weight: 700;
    float: left;
    margin-left: 10px;
}

.subtilte-sub {
    margin-top: 11px;
    font-weight: 600;
    margin-left: 10px;
    float: left;
}

.phoenix-content {
    background-color: white;
    width: 100%;
    padding: 25px;
    padding-top: 10px;
}

.phoenix-tabs {
    width: 100%;
    height: 81px;
    background-color: rgba(51, 51, 51, 1);
    padding-right: 30px;
    padding-left: 30px;
}

.phoenix-tabs .active #tab {
    border-bottom: 5px solid rgba(182, 28, 28, 1);
    color: white;
}

.phoenix-tabs-2 {
    width: 100%;
    height: 60px;
    background-color: white;
    margin-top: 10px;
}

.phoenix-tabs-2 li #tab {
    height: 60px;
    padding-top: 0;
    color: white;
    background-color: rgba(178, 178, 178, 1);
    padding-right: 20px;
}

.phoenix-tabs-2 .active #tab {
    color: white;
    background-color: rgba(51, 51, 51, 1);
}

.phoenix-tabs-2 #tab img {
    margin-left: -14px;
    width: 15px;
}

.phoenix-tabs-2 .active #tab img {
    border-left: 5px solid rgba(182, 28, 28, 1);
    margin-left: -14px;
    width: 15px;
}

#tab {
    background: none;
    color: grey;
    border: 0;
    height: 80px;
    line-height: 55px;
    font-size: 1.1em;
}

.header-title {
    font-size: 2.1em;
    float: left;
    margin-top: 5px;
}

.collapse-button {
    cursor: pointer;
    margin-left: 55px;
    width: 48px;
}

.right-header-menu {

}

.username-text {
    float: left;
    margin-top: 15px;
}

.vertical-line {
    margin-left: 30px;
    margin-right: 30px;
    width: 1px; /* Line width */
    background-color: lightgrey; /* Line color */
    height: 50px; /* Override in-line if you want specific height. */
    float: left;
    /* Causes the line to float to left of content.
           You can instead use position:absolute or display:inline-block
           if this fits better with your design */
}

.icon-button {
    float: left;
    cursor: pointer;
    margin-top: 14px;
}

.icon-button-active {
    float: left;
    cursor: pointer;
    margin-top: 7px;
}

.profile-picture {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    background-color: white;
    margin-top: -8px;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

.row-offcanvas-left {
    display: table;
}

.column {
    display: table-cell;
}

.row-offcanvas-left .sidebar-offcanvas {
    padding-left: 0;
    float: left;
    min-height: 100%;
    background-color: rgba(51, 51, 51, 1);
    color: white;
    padding-right: 0;
    width: 100%
}

.row-offcanvas-left .right-content {
    width: 100%;
}

#sidebar .collapse.in {
    display: inline;
}

#sidebar > .nav > li > a {
    white-space: nowrap;
    overflow: hidden;
}

#sidebar #menu li a {
    height: 60px;
    color: white;
    font-size: 1.3em;
    padding-top: 15px;
}

.orange-background {
    background-color: rgba(229, 81, 1, 1)
}

#sidebar #menu li a span {
    margin-left: 14px;
}

#sidebar #menu li a:hover {
    background-color: rgba(77, 77, 77, 1)
}

#sidebar #menu .orange-background > a:hover {
    background-color: rgba(229, 81, 1, 1)
}

#sidebar #menu li a:active, #sidebar #menu li a:focus {
    background-color: rgba(26, 26, 26, 1)
}

.selected {
    background-color: rgba(26, 26, 26, 1);
}

.selected > a > img {
    border-left: 5px solid red;
    padding-left: 10px;
    margin-left: -14px;
}

.search-bar {
    width: 300px;
    height: 50px;
    border-radius: 50px;
    padding-right: 45px;
}

.green-btn {
    background-color: rgba(67, 159, 71, 1);
    color: white;
    height: 40px;
    font-weight: 600;
}

.orange-btn {
    background-color: rgba(246, 146, 30, 1);
    color: white;
    height: 40px;
    font-weight: 600;
}

.red-btn {
    background-color: rgba(192, 39, 45, 1);
    color: white;
    height: 40px;
    font-weight: 600;
}

.tambah_deposit_button {
    border-radius: 5px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.tambah_deposit_button:hover {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.agen-profile-picture-small {
    border-radius: 100%;
    width: 35px;
}

.red-line-left {
    border-left: 8px solid rgba(182, 28, 28, 1);
    height: 60px;
    position: absolute;
    left: 0;
    top: 25%;
}

.red-line-right {
    border-left: 8px solid rgba(182, 28, 28, 1);
    height: 60px;
    position: absolute;
    right: 0;
    top: 25%;
}

.grey-box {
    background-color: rgba(241, 241, 241, 1);
    padding: 25px;
    height: auto;
}

.text-bold {
    font-weight: 600
}

.text-bolder {
    font-weight: 700
}

.red-big-text {
    color: rgba(182, 28, 28, 1);
    font-size: 1.9em;
    font-weight: 700;
}

.text-size-small {
    font-size: 1.1em;
}

.text-size-medium {
    font-size: 1.4em;
}

.form-control-edgy {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
}

.padding-left {
    padding-left: 10px;
}

.directory-container {
    margin-bottom: 5px;
}

.directory-container span {
    font-weight: 600;
}

.small-btn {
    height: 15px;
    margin-top: 5px;
    cursor: pointer;
    margin-left: 20px;
}

.form-control-grey {
    background-color: rgba(127, 127, 128, 1);
    color: white;
}

.form-control-green {
    background-color: rgba(67, 159, 71, 1);
    border: none;
    color: white;
}

.status-green {
    color: rgba(67, 159, 71, 1);
    border: 3px solid rgba(67, 159, 71, 1);
    border-radius: 5px;
}

.status-red {
    color: rgba(192, 39, 45, 1);
    border: 3px solid rgba(192, 39, 45, 1);
    border-radius: 5px;
}

.status-blue {
    color: rgba(16, 158, 191, 1);
    border: 3px solid rgba(16, 158, 191, 1);
    border-radius: 5px;
}

.status-orange {
    color: rgba(229, 81, 1, 1);
    border: 3px solid rgba(229, 81, 1, 1);
    border-radius: 5px;
}

.status-grey {
    color: rgba(51, 51, 51, 1);
    border: 3px solid rgba(51, 51, 51, 1);
    border-radius: 5px;
}

.phoenix-checkbox {
    width: 15px;
    height: 15px;
    color: white;
}

.text-white {
    color: white;
}

.button-daftar{
    width:100%;
    height:35px;
    margin-bottom:20px;
}
.dark-grey-bar {
    height: 70px;
    width: 100%;
    background-color: rgba(51, 51, 51, 1);
    color: white;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.back-btn {
    float: left;
    width: 30px;
    margin-top: 4px;
}

.grey-row {
    background-color: rgba(241, 241, 241, 1);
    padding: 10px;
    padding-top: 15px;
}

.white-row {
    padding: 10px;
    padding-top: 15px;
}

.deletable-box {
    border: 3px solid lightgrey;
    border-radius: 3px;
    height: 40px;
    width: 120px;
    padding-top: 2px;
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.remove-box {
    position: absolute;
    right: -10px;
    cursor: pointer;
    top: 6px;
}

#countchar, #countchar-preview {
    color: rgba(27, 127, 27, 1)
}

.checkbox-label {
    font-size: 1.1em;
}

.phoenix-modal textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
}

.phoenix-modal .modal-content {
    background-color: rgba(51, 51, 51, 1);
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 30px;
}

.phoenix-modal .modal-dialog {
    width: 450px;
}

.modal-label {
    margin-bottom: 15px;
    color: white;
}

.form-transparent {
    background-color: transparent;
    border-color: transparent;
    color: white;
    box-shadow: none;
    width: auto;
}

.form-transparent-black {
    background-color: transparent;
    border-color: transparent;
    color: black;
    box-shadow: none;
    width: auto;
}

.btn-parameter {
    margin-top: 7px;
    margin-left: 4px;
}

.grey-btn {
    background-color: rgba(127, 127, 128, 1);
    color: white;
    height: 40px;
    font-weight: 600;
}

.btn-primary {
    background-color: rgba(12,77,162,1);
    padding-right: 20px;
    padding-left: 20px;
}

.darkgrey-btn {
    background-color: rgba(51, 51, 51, 1);
    color: white;
    height: 40px;
    font-weight: 600;
}

.darkgrey-btn:hover, .darkgrey-btn:active, .darkgrey-btn:focus, .green-btn:hover, .green-btn:active, .green-btn:focus, .grey-btn:hover,
.grey-btn:active, .grey-btn:focus {
    color: white;
}

.modal-text {
    color: white;
    margin-top: 20px;
}

.countchar-container {
    color: white;
}

.green-text {
    color: rgba(27, 127, 27, 1);
}

.red-text {
    color: red;
}

.orange-text {
    color: orange;
}

.white-box {
    padding: 20px;
    border-radius: 5px;
    border: 2px solid rgba(12,77,162,1);
    height: 170px;
    background-color: rgba(255, 255, 255, 0.7);
}


.active-box {
    background-color: rgba(12,77,162,0.75);
}

.active-box > p {
    color: white;
}

.active-box-2 {
    background-color: rgba(12,77,162,0.75);
}

.active-box-2 > p {
    color: white;
}
.bowheer-logo{
    width:100px
}
.footer2{
    width:200px;
    /* margin-top:50px; */
    position:absolute;
    right:0;
    left:0;
    margin:auto;
    bottom:40px;
    border-radius:5px 5px 5px 5px;
    height:40px;
    padding-top:8px;
    text-align:center;
    background-color: rgba(255,255,255,0.7);
    font-weight: 700;
    font-style: italic;
    color:black;

}
.footer{
    width:200px;
    /* margin-top:15px; */
    position:absolute;
    right:0;
    left:0;
    margin:auto;
    bottom:0;
    border-radius:5px 5px 5px 5px;
    height:35px;
    padding-top:8px;
    text-align:center;
    background-color: rgba(255,255,255,0.7);
    font-weight: 700;
    font-style: italic;
    color:black;

}
.blank-box {
    height: 40px;
    width: 100px;
    position: relative;
    display: inline-block;
}

.added-container-unabsolute {
    text-align: right;
}

#save-btn, #cancel-btn {
    display: none;
}

.temporary-form {
    display: none;
}

#cek_transaksi_table tr:hover {
    background-color: rgba(67, 159, 30, 1);
}

#cek_transaksi_table tr:hover > .sorting_1 {
    background-color: rgba(67, 159, 30, 1);
}

.toggle-status {
    cursor: pointer;
}

.toggle-on {
    background-color: rgba(12,77,162,1)
}

/*

 * off canvas sidebar
 * --------------------------------------------------
 */
@media only screen and (max-device-width: 991px) and (orientation: portrait) {

    .white-row {
        font-size: 2em;
    }

    .grey-row {
        font-size: 2em;
    }

    .phoenix-header {
        width: 108.3%;
    }

    #sidebar #menu li a {
        height: 75px;
        font-size: 2em;
    }

    .form-control-green {
        width: 200px;
    }

    .phoenix-modal .modal-text, .phoenix-modal .modal-label, .phoenix-modal select, .phoenix-modal input, .phoenix-modal textarea, .countchar-container {
        font-size: 1.8em;
    }

    .phoenix-checkbox {
        width: 20px;
        height: 20px;
    }

    .checkbox-label {
        font-size: 3em;
    }

    .phoenix-modal input, .phoenix-modal select {
        height: 60px;
    }

    .deletable-box {
        width: 200px;
        height: 60px;
        padding-top: 10px;
        margin-left: 30px;
    }

    .tambah_deposit_button {
        width: 50px;
        height: 41px;
        margin-top: -5px;
        border-radius: 5px;
    }

    .remove-box {
        width: 35px;
        right: -20px;
    }

    .right-view-content {
        width: 720px;
    }

    .row-offcanvas-left.active .right-view-content {
        width: 1013px;
    }

    .row-offcanvas-left.active div.dataTables_wrapper {
        width: 1003px;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        float: none;
    }

    .small-btn {
        height: 25px;
    }

    .directory-container span {
        font-size: 1.5em
    }

    .agen-profile-picture-title {
        width: 55px;
    }

    .subtitle {
        font-size: 2.5em;
    }

    .subtilte-sub {
        font-size: 1.5em;
    }

    .phoenix-tabs li {
        font-size: 1.45em;
    }

    .grey-box {
        margin-bottom: 20px;
    }

    .grey-box label {
        font-size: 1.8em;
    }

    .grey-box input,
    .grey-box select {
        font-size: 1.8em;
        height: 50px;
        width: 100%;
    }

    .grey-box p {
        font-size: 2em;
    }

    .padding-left {
        padding-left: 0;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        width: 100%;
    }

    .btn-parameter {
        height: 50px;
        font-size: 1.7em;
    }

    .green-btn, .orange-btn, .red-btn, .grey-btn {
        height: 60px;
        width: 100%;
        font-size: 2em;
    }

    .phoenix-content {
        padding: 5px;
    }
}

@media only screen and (max-device-width: 1025px) and (orientation: landscape) {
    .phoenix-modal .modal-text, .phoenix-modal .modal-label, .phoenix-modal select, .phoenix-modal input, .phoenix-modal textarea, .countchar-container {
        font-size: 1.8em;
    }

    .phoenix-checkbox {
        width: 20px;
        height: 20px;
    }

    .checkbox-label {
        font-size: 3em;
    }

    .phoenix-modal input, .phoenix-modal select {
        height: 60px;
    }

    .deletable-box {
        width: 150px;
    }

    .right-view-content {
        width: 730px;
    }

    .row-offcanvas-left.active .right-view-content {
        width: 935px;
    }

    .row-offcanvas-left.active div.dataTables_wrapper {
        width: 960px;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        float: none;
    }

    .small-btn {
        height: 25px;
    }

    .directory-container span {
        font-size: 1.5em
    }

    .agen-profile-picture-title {
        width: 55px;
    }

    .subtitle {
        font-size: 2.5em;
    }

    .subtilte-sub {
        font-size: 1.5em;
    }

    .phoenix-tabs li {
        font-size: 1.45em;
    }

    .grey-box {
        margin-bottom: 20px;
    }

    .grey-box label {
        font-size: 1.8em;
    }

    .grey-box input,
    .grey-box select {
        font-size: 1.8em;
        height: 50px;
        width: 100%;
    }

    .grey-box p {
        font-size: 2em;
    }

    .padding-left {
        padding-left: 0;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        width: 100%;
    }

    .green-btn, .orange-btn, .red-btn {
        height: 50px;
        width: 100%;
        font-size: 1.7em;
    }

    .phoenix-content {
        padding: 5px;
    }
}

.row-offcanvas-left.active .left-submenu img {
    display: none;
}

@media screen and (min-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left.active .sidebar-offcanvas {
        width: 50px;
    }

    #main {
        left: 0;
        width: 100%;
    }
}

.default-bg {
    background-color: #acb7bf;
}

.c000001-added-container {
    padding-right: 20px;
}

/*
 * Icon Aksi
 */
.icon-aksi-tender {
    border: 1px solid rgba(12,77,162,1);
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
    color: rgba(12,77,162,1);

}

.txtGreen {
    color: green;
}

.icon-aksi-tender:hover, .icon-aksi-tender:active {

    border: 1px solid rgba(12,77,162,1);
    background: rgba(12,77,162,1);
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
    color: #fff;

}

.icon-aksi {

    border: 1px solid #acb7bf;
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
    color: #acb7bf;

}

.icon-aksi:hover, .icon-aksi:active {

    border: 1px solid #acb7bf;
    background: #acb7bf;
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
    color: #fff;

}

/* SIDE BAR */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

#wrapper.toggled {
    padding-left: 250px;
    overflow: scroll;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    top: 100px;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(12, 77, 162, 1)
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;
    overflow-x: hidden;
}

.xyz {
    min-width: 360px;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
}

.fixed-brand {
    /* 	width: auto; */
}

/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 60px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

.sidebar-nav li {
    text-indent: 15px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: white;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-left: rgba(0, 104, 55, 1) 2px solid;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.no-margin {
    margin: 0;
}

@media (min-width :768px) {
    #wrapper {
        padding-left: 250px;
    }

    .fixed-brand {
        /* 		width: 250px; */
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }

    #wrapper.toggled-2 #sidebar-wrapper:hover {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 250px;
    }

    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -200px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }
}
table tbody tr:hover {
    /* cursor: pointer */
}
.entry:not(:first-of-type) {
    margin-top: 10px;
}

.glyphicon {
    font-size: 12px;
}

.icon-stack {
    /* 	background:red; */
    display: inline-block;
    height: 5em;
    /*     line-height: 2em; */
    position: absolute;
    bottom: 45px;
    right: 25px;
    width: 4em;
}

.icon-stack .icon-pencils {
    font-size: 2.5em;
    font-weight: 10;
    bottom: -50px;
    right: -25px;
}

.icon-stack .icon-pencils-shadow {
    color: rgba(67, 160, 71, 1);
    font-size: 4.5em;
    font-weight: 9000;
    bottom: -35px;
    right: -20px;
}

.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
    display: block;
    /*     font-size: 1em; */
    height: 100%;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 100%;
}

.icon-stack .fa-file-text-o {
    font-size: 5em;
    font-weight: 10;
    color: #fff
}

.glyphicon-ban-circle {
    color: red;
}

.icon-stack .icon-magnify {
    font-size: 2.5em;
    font-weight: 10;
    bottom: -50px;
    right: -25px;
}

.icon-stack .icon-magnify-shadow {
    color: rgba(248, 167, 37, 1);
    /* 	font-weight:9000;	 */
    width: 3em;
    height: 3em;
    /*     font-size: 2.5em;	 */
    border-radius: 3em;
    bottom: -27px;
    right: -17px;
    background: rgba(248, 167, 37, 1);
}

.icon-stack .icon-check {
    font-size: 2.5em;
    font-weight: 10;
    bottom: -50px;
    right: -25px;
}

.icon-stack .icon-check-shadow {
    color: rgba(66, 164, 244, 1);
    /* 	font-weight:9000;	 */
    width: 3em;
    height: 3em;
    /*     font-size: 2.5em;	 */
    border-radius: 3em;
    bottom: -27px;
    right: -17px;
    background: rgba(66, 164, 244, 1);
}

.icon-stack .icon-usd {
    padding-top: 5px;
    font-size: 1.2em;
    font-weight: bold;
    width: 2.1em;
    height: 2.1em;
    border-radius: 3em;
    bottom: -25px;
    right: -15px;
    color: rgba(172, 183, 191, 1);
    background: #fff;
    /* 	border:1px solid #fff; */
}

.icon-stack .icon-usd-shadow {
    color: rgba(172, 183, 191, 1);
    /* 	font-weight:9000;	 */
    width: 3.1em;
    height: 3.1em;
    /*     font-size: 2.5em;	 */
    border-radius: 3em;
    bottom: -27px;
    right: -17px;
    background: rgba(172, 183, 191, 1);
}

.search .glyphicon-search {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 15px;
}

label.valid {
    width: 24px;
    height: 24px;
    background: url(../assets/images/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

#noty-holder {
    width: 100%;
    top: 0;
    font-weight: bold;
    z-index: 1031;
    /* Max Z-Index in Fixed Nav Menu is 1030*/
    text-align: center;
    /*                         position: fixed; */
}

.alert {
    margin-bottom: 2px;
    border-radius: 0;
}