/*green: #27e80e, blue: #0b85d6*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    color: #000;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    background-color: #128c7E
}
#wrapper {
    width: 100%;
    overflow-x: auto;
}

#side-bar {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 100vh;
    overflow: auto;
    background-color: transparent;
	position:absolute;
	width: 250px;
	overflow-y:auto;
	color:#fff;
}
#side-bar >li {
	list-style: none !important;
    display: block !important;
	line-height:30px;
	padding:2px 5px 2px 10px
}
#side-bar >li#nav-header {
	padding:25px 0px 0px 0px;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#side-bar >li#nav-header > div.logo {
	margin:0 auto 10px auto;
	background-size: 100% 100%;
	background-image: url(/images/logo.png);;
	width:100%;
	max-width:200px;
	height:50px;
}
#side-bar >li#nav-header > small.title {
	display:block;
	text-align:center;
	margin:0 0 10px 0;
}
#side-bar.collapsed >li#nav-header {
	padding:2px;
}
#side-bar.collapsed >li#nav-header > div.logo {
	background-image: none;
	width:40px;
	height:40px;	
	margin:2px;
}
#side-bar.collapsed >li#nav-header > small.title {
	display:none
}

#side-bar >li:not(#nav-header):hover {
    background: rgba(0, 0, 0, 0.2);
    opacity: 0.9;
}
#side-bar >li span {
	margin-left:20px
}
#side-bar li.active {
    border-left: 6px solid #e10033;
}
#side-bar li a {
	display:block;
	text-decoration:none;
	color:inherit;
}
#side-bar li a i {
	width:20px;
}
#side-bar li:not(.active) a {
	cursor:pointer
}

#side-bar ul.nav-second-level {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#side-bar ul.nav-second-level> li {
	list-style: none !important;
    display: block !important;
	line-height:25px;
	width:100%;
	padding:2px 5px 5px 30px
}
#side-bar ul.nav-second-level> li:hover {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.9;
}

#side-bar >li span.arrow {
	float:right;
}
#page-wrapper {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	margin: 0 0 0 250px;
	background: #fff;
	min-height:100vh;    
	position: relative !important;
}
#page-wrapper.expanded {
	margin: 0 0 0 50px;
}
#page-nav {
	border-bottom: 1px solid #128c7E !important;
}
#page-nav #btn-toggle-sidebar {
	padding:0;
	border:none;
	cursor:pointer;
	background:none;
    outline:none;
}
#page-nav > div:not(:first-child) {
	margin-left:20px
}
#page-nav > div span {
	margin-left:5px
}
#page-container {
	min-height:100vh;
}
#page-title {
	border-top: 0;
    padding: 15px 10px 1px 10px;
	border-bottom:1px solid #128c7E
}
#page-title .description {
	margin-left:10px;
}
#page-title #result-message {
	margin:0;
	padding:0;
}
#page-title #result-message > span {
	margin-left:5px;
}
#page-content {
	padding:10px;
}
#page-content .content-box {
	background:#fff;
	border: 1px solid #F08101;
	border-radius:5px;
	padding:20px	
}
#page-content .small-box {
	padding:5px;
	margin-left: 10px
}
#page-content .small-box label.title {
	margin-top: 5px;
	border-bottom:2px solid #fff;
	width:100%;
	padding-bottom:5px
}
#page-content .small-box td.title {
	border-bottom:2px solid #fff;
}

#page-content .small-box.scrollable {
	overflow-x: scroll;
    overflow-y: hidden;
    max-height: 300px;
    white-space:nowrap
}
#page-content .small-box.scrollable .box {
	width:300px;
	display:inline-block;
	margin-right: 20px
}
#page-content .small-box.scrollable .box .ellipsed-text{
	overflow:hidden;
	width:270px;
	white-space: nowrap; 
	text-overflow: ellipsis;
}
 
#page-content .box-main .title {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	background:#fff;
	padding:15px
}
#page-content .box-main .title.orange {
	border-top: 2px solid #FF8C00;
}
#page-content .box-main .title.yellow {
	border-top: 2px solid yellow;
}
#page-content .box-main .content {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	background:#fff;
	border-top: 1px solid #ececec;
	padding:20px 15px
}
#page-content .box-main .txn-box {
	margin:10px;
	border-left:1px solid #ededed;
	border-bottom:1px solid #ededed
}
#page-content .box-main .txn-box .border-gray {
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede
}
#page-content .box-main .txn-box .name {	
font-size:1.1em;font-weight:bold
}
#page-content .box-main .txn-box .time{	
	font-size:0.8em;font-weight:bold
}
#page-content .box-main .txn {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	background:#fff;
	border-top: 1px solid #ececec;
	padding:10
}
#page-content .box.tab-content {
	background:#fff;
	border-top:1px solid #fff;
	border-left:1px solid #e7eaec;
	border-right:1px solid #e7eaec;
	border-bottom:1px solid #e7eaec;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	padding:20px	
}
#page-content .content-buttons {
	padding: 5px 0 20px 0
}
#page-content .content-buttons button {
	margin-right:10px
}
#page-content .content-buttons button> span {
	margin-left:5px
}
footer {	
	background:#F8F9F9;
	border-top: 1px solid #e7eaec;
	padding:5px
}
ul.pagination select {
	height:100%;
	border-left:none;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec
}
ul.pagination a.page-link,
ul.pagination a.page-link:hover {
	color:#FF8C00
}

#page-content .purchase-box{
	margin: 10px;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
#page-content .purchase-box .details{
	border-top:1px solid gray
}
#page-content .purchase-box .name{
	margin-top:3px;
	font-size: 1.1em;
	font-weight: 700;
}
#page-content .purchase-box .time {
	margin-top:3px;
	float:right;
	font-size: 0.9em;
	font-weight:600
}
/* ----------------------
    MISC
------------------------- */
label[required]::before {
  content: "* ";
  color: red;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}
form .input-group-prepend > .input-group-text.text {
	padding-top: 0px;
	padding-bottom: 0px
}
form .input-group-prepend > .input-group-text.bg-ok {
	background-color:green;
	color:white
}
form .input-group-prepend > .input-group-text.bg-normal {
	background-color:yellow;
	color:black
}
form .input-group-prepend > .input-group-text.bg-warning {
	background-color:orange;
	color:black
}
form .input-group-prepend > .input-group-text.bg-danger {
	background-color:red;
	color:white
}
.right {
	float:right
}
.left {
	float:right
}
.weight-600 {
	font-weight:600
}
.weight-500 {
	font-weight:500
}
.weight-400 {
	font-weight:400
}
.font-09 {
	font-size:0.9em
}
.font-10 {
	font-size:1.0em
}
.font-11 {
	font-size:1.1em
}.color-white {
    color:#fff
}
.color-blue {
    color:#2188cb
}
.color-red {
    color:#e10033
}
.color-green {
    color:#128c7E
}
.color-orange {
    color:#F08101
}
.bg-white {
    background-color:#fff
}
.bg-green {
    background-color:#128c7E
}
.bg-red {
    background-color:#e10033
}
.bg-blue {
    background-color:#2188cb
}
.bg-orange {
    background-color:#F08101
}
.btn-green {
    background-color:#128c7E
}
.btn-orange {
    background-color:#FF8C00
}
.btn-red {
    background-color:#e10033
}
.btn-blue {
    background-color:#2188cb
}
.btn-orange:hover,
.btn-green:hover,
.btn-blue:hover,
.btn-green:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.text-green {
	background-color:#128c7E;
	color:#fff;
	padding:2px 5px;
	border-radius:5px
}
.text-orange {
	background-color:FF8C00;
	color:#fff;
	padding:2px 5px;
	border-radius:5px
}
.text-blue {
	background-color:#2188cb;
	color:#fff;
	padding:2px 5px;
	border-radius:5px
}
.text-yellow {
	background-color:yellow;
	color:#fff;
	padding:2px 5px;
	border-radius:5px;
	color:#000
}
.text-red {
	background-color:#e10033;
	color:#fff;
	padding:2px 5px;
	border-radius:5px
}

label.error {
	color: white;
	background-color:red;
	width:100%
}
label.error::first-letter {
  padding-left: 5px;
}

img.img-logo {
	height: 100px;
}
/*
a, a:hover {
	text-decoration:none;
	color:inherit;
}*/

input[type=checkbox]
input[type=radio] {
	width:10px;
	height:10px
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=checkbox],
input[type=radio], 
textarea:disabled,
select:disabled,
option:disabled,
input[readonly],
select[readonly] {
background-color: #F8F8F8
}

form label {
	font-weight:500
}
.border-top-gray {
	border-top:1px solid #ececec;
	margin-top: 30px;
	padding-top: 20px
}
.border-top-blue {
	border-top:1px solid #2188cb;
	margin-top: 30px;
	padding-top: 20px
}
.border-bottom {
	border-bottom:1px solid #ececec;
}
.border-top {
	border-top:1px solid #ececec;
}

.margin-top-50 {
	margin-top: 50px
}
.margin-top-30 {
	margin-top: 30px
}
.margin-top-20 {
	margin-top: 20px
}
.template-preview-box {
	border:1px solid #ececec;
	width:100%;
	padding:20px
}
/* ----------------------
    FORMS, TABLES
------------------------- */
/*
#page-content form:not(:first-child) {
	border-top:1px solid #ECECEC;
	padding-top:20px;
	margin-top:10px
}*/
/*
form .form-row:not(:first-child) {
	border-top:1px solid #ECECEC;
	padding-top:20px
}*/
table thead th {
	background-color:none;
	vertical-align:top !important
}
table thead th > span.sort {
	margin-right:20px
}
table thead th a, table thead th a:hover {
	color:#000;
}
table tbody td a, table tbody td a:hover {
	text-decoration:underline;
}
table.overflow-x {
	display: block;
    overflow-x: auto;
    white-space: nowrap;
}
/* ----------------------
    SLIM SCROLL BAR
------------------------- */
::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #def9de;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #88d488
}

/* ----------------------
    SLIM SCROLL BAR
------------------------- */
#page_loading {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    position: absolute;
    top: 0;
    left: 0;
    display: none
}
.spinner-border{
	width:3rem;height:3rem;margin:30px 0
}

#loading_spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid rgba(0, 174, 239, .8);
    border-radius: 100%
}


/* ----------------------
    BILL DETAILS
------------------------- */
.bill-box .border {
	border:1px solid black;
	padding:10px
}
.bill-box .cp-mini-logo {
	width:50px;
	height:50px;
}
.bill-box .payee-box {
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	padding: 5px 5px 0 5px
}