body {
	background: #e8e4e4;
    background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #e8e4e4 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, #e8e4e4 100%);
    background: radial-gradient(ellipse at center, #fff 0%, #e8e4e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );
min-height: 100vh;
min-width: 100%;
}

a {
   color: #a90329;
    text-decoration: none;
}

.nav-menu-left-sticky {
    width: 300px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
    text-align: center;
    border-right: 1px solid #e0dede;
	background: #fefdfb; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fefdfb 0%, #e5e0dd 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #fefdfb 0%,#e5e0dd 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #fefdfb 0%,#e5e0dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefdfb', endColorstr='#e5e0dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-top: 40px;
	-webkit-box-shadow: inset -4px 0px 5px 0px rgba(0,0,0,0.01);
-moz-box-shadow: inset -4px 0px 5px 0px rgba(0,0,0,0.01);
box-shadow: inset -4px 0px 5px 0px rgba(0,0,0,0.01);
}

.nav-icon-top {
    color: #cac9c9;
    font-size: 170px;
    line-height: 150px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    border-radius: 5px;
}

.byteline-logo-branding {
	display:block;
    margin:auto;
    width: 150px;
}

.nav-menu-left-options {
	text-decoration: none;
	list-style: none;
	padding-left: 0;
	margin-top: 40px;

}

.nav-menu-left-options li {
	width: 100%;
	height:60px;
	text-align: center;
	
}

.nav-menu-left-options li a {
	display: inline-block;
	height: 100%;
	width: 100%;
	line-height: 60px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;    
	text-decoration: none;
	color: #a90329;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 6px;
}

.nav-menu-left-options li a:hover {
	background: rgba(0,0,0,0.03);
}

.page-content-wrap {
	margin-left: 300px;
	position: relative;
}

.payment-section-box-payment {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 20px;
    background: #fdfdfd;
    padding: 15px;
    margin-top: 2%;
}

.payment-section-box-header {
	border: 1px solid #ddd;
	border-radius: 10px;
    background: #fdfdfd;
    padding: 15px;
}

.payment-section-box-refund {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 20px;
    background: #fdfdfd;
    padding: 15px;
}


.page-section-box-left {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 30px;
    background: #fdfdfd;
    padding: 15px;
}

.section-box-title {
	text-transform: uppercase;
	color: #888;
	letter-spacing: 4px;
    margin-top: 0px;
}

.section-box-balance {
	color: #333;
	font-size: 35px;
	letter-spacing: 2px;
	font-weight: 300;
    margin-bottom: 0px;
}

.graph-area-styling {
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
}

.section-box-pending {
	color: #666;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 300;
    margin-bottom: 0px;
}

.bank-account-text {
	letter-spacing: 2px;
	color: #666;
}

.section-left-info-text {
	font-size: 12px;
	color: #888;
}

.sub-section-title {
	text-transform: uppercase;
	color: #888;
	letter-spacing: 4px;
}

.refund-transaction-title-head {
    font-size: 17px;
	font-weight: 300;
    margin: 0px;
	color: #a90329;
    text-align: center;
}

.transaction-title-head {
    font-size: 17px;
	font-weight: 300;
    margin: 0px;
	color: #a90329;
    text-align: center;
}

.transaction-date {
	font-size: 17px;
	font-weight: 300;
    margin: 0px;
	color: #555;
    text-align: center;
}

.transaction-time {
	font-size: 17px;
	font-weight: 300;
    margin: 0px;
	color: #555;
    text-align: center;
}

.transaction-id {
	font-size: 17px;
	font-weight: 300;
	color: #555;
    margin: 0px;
    text-align: center;
	text-transform: uppercase;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.transaction-type {
	font-size: 17px;
	font-weight: 300;
	color: #555;
    margin: 0px;
    text-align: center;
	text-transform: uppercase;
}

.transaction-list-scroll {
    height: 100%;
}

.transaction-amount {
	font-size: 17px;
	font-weight: 300;
	color: #555;
    text-align: center;
    margin: 0px;
}

.refund-transaction-amount {
	font-size: 17px;
	font-weight: 300;
	color: #555;
    text-align: center;
    margin: 0px;
}

.refund-transaction-date {
	font-size: 17px;
	font-weight: 300;
    margin: 0px;
	color: #555;
    text-align: center;
}

.refund-transaction-time {
	font-size: 17px;
	font-weight: 300;
    margin: 0px;
	color: #555;
    text-align: center;
}

.refund-transaction-id {
	font-size: 17px;
	font-weight: 300;
	color: #555;
    margin: 0px;
    text-align: center;
	text-transform: uppercase;
}

.refund-transaction-refund {
	font-size: 17px;
	font-weight: 300;
	color: #555;
    margin: 0px;
    text-align: center;
	text-transform: uppercase;
}

.custom-button-new {
   width: 100%;
    font-size: 15px;
    letter-spacing: 3px;
    color: #fff !important;
    background: #d8d8d8;
    font-weight: 400;
    box-shadow: none !important;
    margin-top: 10px;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

.custom-button-new:hover {
    background: #ccc;
    box-shadow: none !important;
    outline: none;
}

.custom-button-new:focus {
    box-shadow: none !important;
    outline: none;
}

.custom-button-new:active {
    box-shadow: none !important;
    outline: none;
}

.toggle-button-option {
    text-align: center;
    background: none;
    outline: none;
    letter-spacing: 2px;
    border: 1px solid #a90329;
    color: #a90329;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.toggle-button-option:hover {
    background: rgba(169, 3, 41,0.05);
    color: #a90329;
    outline: none;
}

.toggle-button-option.active {
    text-align: center;
    background: #a90329;
    outline: none;
    border: 1px solid #8a0306;
    color: #fff;
    text-transform: uppercase;
        -moz-box-shadow: inset 0 0 10px #8a0306;
    -webkit-box-shadow: inset 0 0 10px #8a0306;
    box-shadow: inset 0 0 10px #8a0306;
}

.payment-box-area-styling {
    height: 100%
}

.active-nav-opt {
    background: rgba(0,0,0,0.05);
}

.transaction-row {
        border-top: 1px solid #ddd;
    width: 100%;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.transaction-header-bar {
        border:none;
    width: 100%;
    margin:0px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.payments-search-input {
	width: 100%;
	height: 50px;
	font-size: 20px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 300;
	text-align: center;
	border: 1px solid #ddd;
	background: #ddd;
	box-shadow: none;
	outline: none;

}

.refund-button-new {
   width: 100%;
    font-size: 15px;
    letter-spacing: 3px;
    color: #676767 !important;
    background: #d8d8d8;
    font-weight: 400;
    box-shadow: none !important;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

.refund-button-new:hover {
    background: #ccc;
    box-shadow: none !important;
    outline: none;
}

.refund-button-new:focus {
    box-shadow: none !important;
    outline: none;
}

.refund-button-new:active {
    box-shadow: none !important;
    outline: none;
}

.refund-text-input {
	width: 100%;
	font-size: 15px;
    padding: 6px 12px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 0pxpx;
	font-weight: 300;
	text-align: center;
	border: 1px solid #d8d8d8;
	background: #d8d8d8;
	box-shadow: none;
	outline: none;

}

.overview-title-text {
	color: #fff; 
	letter-spacing: 5px;
	font-size: 50px;
}

.overview-subtitle-text {
	color: rgba(255,255,255,0.6); 
	letter-spacing: 5px;
	font-size: 18px;
}

.head-tile-style {
    padding: 0px;
    width: 31%;
}

.head-tile-divider-style {
    width: 3.5%;
}


.section-category {
    margin-top: 10px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fdfdfd;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.panel:hover {
    background: #f9f9f9;
}

.tray-left a p {
    position: absolute;
    left: 30%;
    top: 16px;
}

a:focus, a:hover {
    color: #a90329;
    text-decoration: none;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

.tray-left a {
    color: #666 !important;
}

.tray-icon {
    color: #666 !important;
}

.tray-title {
    color: #666 !important;
}

.tray-sub-text {
    color: #666 !important;
}

* {
    outline: none !important;
}

* {
	font-family: 'Lato', sans-serif;
}


        .background-custom {
    padding-left: 0px; 
    padding-right: 0px; 
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
}
        
        .bank-section-border {
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    background: #ededed; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #ededed 0%, #f6f6f6 53%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
        
      .bank-section-header-layer {
    padding-left:0px !important; 
    padding-right:0px !important; 
    text-align:center;
}  
        
        .bank-section-header {
    color: #848484; 
    line-height: 10px;
    font-size: 20px; 
    letter-spacing: 3px;
}

        .margin-2-per {
    margin: 2% !important;
}
        
        .margin-bank-row {
    margin-left: 0px;
    margin-right: 0px;
}
        
        .icon-help-bank {
    color:#9c9c9c;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.icon-help-bank:hover {
    color:#868686;
}
        
        .padding-555 {
padding: 5px;
}

.owner-tile {
    padding: 15px;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
}
        
        .check-box-extra {
    margin-top: 0px;
    margin-bottom: 0px;
        width: 100%;
    padding: 6px;
    font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    height: 33px;
    border: 1px solid #b9b9b9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 900;
    color: #3e3e3e;
    background: none;
    box-shadow: none;
}
        
        .box-styling-check-2 {
        float: right !important;
    position: static !important;
    margin: 5px !important;
}
        
        .form-control {
	    font-family: 'Lato';
	text-transform: none;
	letter-spacing: 0.1em;
	font-size: 11px;
	height: 33px;
	border: 1px solid #b9b9b9;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
    font-weight:900;
    color:#3e3e3e;
    background: none;
box-shadow: none;
}

.form-control:focus {
	    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 3px 0px #a90329;
-moz-box-shadow: 0px 0px 3px 0px #a90329;
box-shadow: 0px 0px 3px 0px #a90329;
}

.form-control:focus ~ .input-group-addon {
	border-color: #ffb347 !important;
}

.form-control-2 {
	   font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    width: 100%;
    height: 43px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 900;
    color: #000;
    background: none;
    box-shadow: none;
}

.form-control-2:focus {
	    
}

.btn-default-bank {
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-default-bank span {
    color: #fff;
}

.btn-default-bank:focus {
    background-color: #fff;
}

.btn-default-bank:hover {
    background-color: #fff;
}

.btn-default-bank:active {
    background-color: #fff;
}

.button-ting {
    width: 100% !important; 
}

.button-ting.active {
    background-color: #a90329 !important;
    color: #fff !important;
    
}

.btn-default-bank:hover {
    background-color: #f9f9f9;
    
}

.btn-default-bank:hover span {
    color: #f9f9f9;
    
}

.searchable-container{margin:20px 0 0 0}
.searchable-container label.btn-default.active{background-color:#a90329;color:#FFF}
.searchable-container label.btn-default{width:90%; border:1px solid #dddddd; margin:5px; box-shadow:0px 0px 5px 0 #f3f3f3; border-radius: 8px;}
.searchable-container label .bizcontent{width:100%;}
.searchable-container .btn-group{width:90%}
.searchable-container .btn span.glyphicon{
    opacity: 0;
}
.searchable-container .btn.active span.glyphicon {
    opacity: 1;
}     

.selector-frame.active a {
    background-color: #eee !important;
    border-radius: 5px;

}

.selector-frame a {
        -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;

}
        
        .bank-apply-button {
    width:100%; 
        font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    height: 33px;
    border: 1px solid #b9b9b9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 900;
    color: #3e3e3e;
    background: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-shadow: none;
    padding: 0px;
}

.bank-apply-button:hover {
    color: #656565;
    background: rgba(0,0,0,0.1);
}

.bank-owner-button:hover {
    color: #fff;
    background: #a90329;
}
    
.bank-owner-button-2:hover {
    color: #fff;
    background: #b9b9b9;
}
    

        .btn {
	padding: 8px 37px;
	font-family: 'Lato' !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
    font-weight:900;
}
        
      .bank-item-row {
        border-bottom: 1px solid #dfdfdf;
}

.bank-item-text {
        line-height: 30px;
}

.bank-bottom-item-row {
    border: none;
}

.bank-image-item {
    height: 30px;
    border-radius: 5px;
}

.bank-image-item-section{
    text-align: center;
}

.bank-item-border {
   border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    border-radius: 5px;
}
        
        .padding-0-0 {
    padding: 0px !important;
}
        
    .form-control-quantity {
	font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    text-align: center;
    height: 30px;
    width: 50px;
    border: 1px solid #b9b9b9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 900;
    color: #3e3e3e;
    background: #ffffff;
    box-shadow: none;
}    
        
        .price-font-bank {
    font-weight: 900;
    font-size: 20px;
}
        
        .bank-confirm-button {
    background: none; 
    color: #3e3e3e; 
    border: 1px solid #3e3e3e; 
    font-size: 15px;
    font-weight: 900;
    width: 100%;
    padding: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.bank-confirm-button:hover {
    background: rgba(0,0,0,0.1); 
    color: #656565;
    border: 1px solid #b9b9b9;
}
        
        .price-font-bank-first-section {
    background: none; 
    color: #3e3e3e; 
    border: 1px solid #3e3e3e; 
    border-right: none; 
    font-size: 15px;
    font-weight: 900;
}

        select:required:invalid {
  color: #999999;
}
        
        .input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 43px;
	font-size: 13px;
}
        
        .price-font-bank-second-section {
    font-size: 15px;
    font-weight: 900;
    border: 1px solid #3e3e3e;
    border-left: none;
}
   
       
 .well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}       
        
        
    .modal-dialog {
  position: relative;
  top: 50%;
  transform: translateY(-50%) !important;
    margin-top: 0;
}    
     

.required-but-empty {
    border: 1px solid #ff0000;
} 
    

    .alert-text-negative {
        color: rgb(255,0,0);
    }  

    .alert-text-positive {
        color: rgb(0,255,0);
    } 


.btn-default:focus {
    background-color: #fff;
}

.btn-default.focus {
    background-color: #fff;
}
