body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #2f3946;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    border-bottom: 1px dotted;
    padding-bottom: 5px;
    width: 100%;
}

.progress {
    height: inherit;
    overflow: inherit;
    font-size: inherit;
    background-color: inherit;
    border-radius: inherit;
}

strong {
	font-weight: 700;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 9;
    border-bottom: 1px solid #ddd;
}

header a {
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
}

header a:hover {
    color: #666;
    text-decoration: underline;
}

header .logo {
    max-width: 200px;
}

.btn {
    padding: 12px 15px;
    border: 1px solid #aaa !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 14px !important;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.btn-color-b {
    background: #2f3946;
    color: #fff;
    border-color: #2f3946 !important;
}

.btn-color-v {
    background: #91c01f;
    color: #fff;
    border-color: #91c01f !important;
}

.btn:hover {
	opacity: .85;
	color: #fff;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="search"], input[type="number"], select, textarea {
    display: block;
    width: 100%;
    color: #666;
    background: #fff;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    font-size: 15px;
    padding: 0 15px;
    box-sizing: border-box;
    transition: .3s;
    margin-bottom: 15px;
}

.client-area-content h1 {
    font-size: 34px;
    font-weight: 800;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
}

.add-client-content,
.client-card-content {
    background: #f8f8f8;
    padding: 15px;
    padding-bottom: 0;
}

.client-card-content p {
    margin-bottom: 15px;
}

.client_advancement {
    background: #f8f8f8;
    padding: 15px;
}

.advancement .row {
	background: #fff;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.advancement .row .col {
	padding-top: 8px;
	padding-bottom: 8px;
}

.advancement .row.head {
  background: #2f3946 !important;
  color:  #fff;
  font-weight: 700;
}

.advancement .row:nth-child(odd) {
  background: #eee;
}

form .row.add-advancement {
    background: #ddd !important;
}

.advancement .row.finalized .col {
    background: rgba(209, 240, 206, .7);
}

.advancement .row.progress .col {
    background: rgba(237, 206, 132, .7);
}

.bt-edit,
.bt-delete,
.bt-add-advancement {
    line-height: 41px;
    width: 41px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.bt-edit:hover,
.bt-delete:hover,
.bt-add-advancement:hover {
	opacity: .85;
}

.bt-edit {
	background: #ffce5a;
}

.bt-delete {
	background: #ff6969;
	color: #fff;
	margin-left: 1px;
}

.bt-add-advancement {
	background: #91c01f;
	color: #fff;
	margin-left: 1px;
}

.bt-close-advancement {
    cursor: pointer;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}

.advancement .row input[type="text"], .advancement .row input[type="email"], .advancement .row input[type="password"], .advancement .row input[type="tel"], .advancement .row input[type="url"], .advancement .row input[type="search"], .advancement .row select {
	line-height: 40px;
    height: 25px;
	margin-bottom: 0;
	padding: 0 5px;
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.display-none {
    display: none;
}
.no-valid {
    border: 1px solid red !important;
}