body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	min-width: 340px;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	outline: none;
}

select{
	background-color: #ffffff;
	border: none;
	box-shadow: 0 1px 4px #B5B5B5 !important;
	border-radius: 50px;
}

input[type="file"] *{
	border: none;
	background-color: #FFFFFF;
}

input,
select,
textarea{
	background-color: #FFFFFF;
}

.inputError{
	box-shadow: 0 0 4px #FF0303 !important;
}

#credit-card-component{
	width:100% !important;
	display: block;
}

.modal-input-group  input{
	margin-bottom:15px !important;
	line-height:15px;
}

.adder{
	border-radius:100%;
	position: fixed;
	width: 60px;
	height:60px;
	top: 90%;
	left: 90%;
	color:white;
}

.adder-main{
	background-color: #42A5F5;
	top: 90%;
	left: 90%;
	color:white;
}

.adder > i{
	font-size: 40px;
	margin:13px 15px;
}

.shadow{
	box-shadow: 0 0 4px #7F7F7F;
}

.usd-custom{
	font-size:14px;
}

#new-item-row-quantity, #new-tax-row-quantity{
	width:70px;
}

#tax-row{
	padding:5px;
}

#tax-row button{
	height:36px;
	margin-top:-3px;
}

.remove-row, .btn{
	box-shadow:0 1px 5px #babdb6;
}

.remove-row > i{
	color: #FAFAFA;
}

#create-invoice-container{
	max-width: 1600px !important;
	width: 100% !important;
}

#create-invoice-container table{
	border:none;
}

#create-invoice-container input{
	border:none;
	box-shadow:0 0 2px #babdb6;
	line-height:32px;
	width:150px;
}

#create-invoice-container input[type=checkbox]{
	width: 0;
}

.yi-presentation{
	border-bottom: 1px solid #555753;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}
.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
}


/*MEDIDAS*/
#modal-profile-picture > .modal-dialog {
	width:50%;
}

#modal-profile-picture > .modal-dialog > .modal-content > .modal-body {
	background-color: #000000;
	padding: 0;
}

#modal-profile-picture > .modal-dialog > .modal-content > .modal-body img {
	width:60%;
}

#modal-profile-picture > .modal-dialog .image-preview-row {
	padding:10px;
}

#modal-profile-picture #user_pic_dialog {
	width:50%;
}

#profile-picture-card {
	max-width: 240px;
	max-height: 180px;
	border: none;
	border-radius:10px;
	background-color:rgba(0,0,0,0);
	margin:0 auto; 
}

#profile-picture-card * {
	max-width: inherit;
	max-height: inherit;
}

#logo-chooser {
	visibility: hidden;
}

#logo-placeholder {
	color:#aaaaaa;
	font-size: 30px;
	line-height: 140px;
}

#logo-preview {
	box-shadow: 0 0 10px #757575;
}

#global-actions-container {
	z-index: 999999;
}

#new-invoice-button {
	visibility: hidden;
}

.crypto-container {
	width: 200px;
	height: 230px;
}

.crypto-preview {
	box-shadow: 0 1px 4px #B5B5B5;
}

@media screen and (max-width: 720px){
	#create-invoice-container{
		width: 100%;
	}
}

.separate-from-navbar{
	margin-top: 22px;
}

.card-table-overflow-x{
    overflow-x: auto;
}

.card-table-overflow-y{
    overflow-y: auto;
}

.input-error {
	border: 1px solid rgba(255,0,0,1);
}

#main {
	background-image: url("../img/maintenance.png");
	background-position: center !important;
	background-repeat: no-repeat;
	background-blend-mode: luminosity;
	margin-top: 75px !important;
}

.vh-75 {
	height: 75vh !important;
}

h1 {
	font-size: 5rem !important;
}

#msg {
	font-size: 2rem !important;
}