@charset "utf-8";

/*---------------------*/
@media screen and (min-width: 768px) {
.issue {
	background-image: url("/image/sol/accounting/issue/h2_bg.jpg") ;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
      }
.input {
	background-image: url("/image/sol/accounting/input/h2_bg.jpg") ;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
      }
}
.finance-issue {
	background-image: url("/image/sol/finance/issue/h2_bg.jpg") ;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
      }





.collection {
    margin: .5rem 0 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.btn-sm-full:hover, .btn-sm:hover, .z-depth-2 {
    box-shadow: 0 2px 9px 0 rgba(0,0,0,.2),0 0px 0px 0 rgba(0,0,0,.19);
}
.collection a.collection-item {
    display: block;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    color: #4285F4;
}
.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.active {
    background-color: #4285F4;
    color: #fff;
}
.blue {
    background-color: #2196F3!important;
}
.white-text {
    color: #FFF!important;
				margin: 0 !important;
}
