h1{
	color:#343a40;
}

h2{
	color:#343a40;
}

.header{
    padding: 50px;
}
.buttonSave{
    margin-top: 50px;
}

.add-new{
    margin-left: 20px;
}
.trash{
    background: none;
    	color: inherit;
    	border: none;
    	padding: 0;
    	font: inherit;
    	cursor: pointer;
    	outline: inherit;
}
.list-costCenter{
    margin-top: 10px;
}
body {
    padding-bottom: 70px;
}
footer {
    color: aliceblue;
}
a{
    display: block;
    text-decoration: none;
    color: black;
}
a:focus, a:hover {
     text-decoration: none;
     color: black;
}

.scrollList{
    overflow-y: auto;
}

.clickable{
    cursor: pointer;
    vertical-align: top !important;
}

.padding-div{
    padding-top: 10px;
}

.format-label {
    font-weight: bold;
}

.btn-max-height {
    max-height: 38px !important;
}

.edit-element
    .btn-light {
        background-color: white !important;
}

.attachment_section
{
    display: inline-block;
    max-width: none;
    text-overflow: initial;
    white-space: normal;
    overflow: auto;
    position: relative;
    word-wrap: break-word;

}

.page-link-active{
    color: #fff;
    background: #007bff;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #dee2e6;
}

.costCenterSelector {
  min-width: 100px;
  max-width: 200px;
}

.btn.btn-secondary-new {
    margin-top: 50px;
    color: #fff;
    border-color: #e2c275;
    background: #e2c275;
}

.edit-company {
    background-color: white;
    color: #937e4c;
}

.btn.btn-outline-quarternary {
    color: #b96b9f;
    border-color: #b96b9f;
}

.btn.btn-quarternary {
    color: #fff;
    border-color: #b96b9f;
    background: #b96b9f;
}

.btn.btn-quar {
    color: #fff;
    border-color: #583a4e;
    background: #583a4e;
}

.btn.btn-quarternary:hover, .btn.btn-quarternary:focus {
    border-color: #a44d87 !important;
    background: #a44d87 !important;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none !important;
}

.btn.btn-tertiary {
    color: #fff;
    background: #e2c275;
    border-color: #e2c275;
}
