
/*
|--------------------------------------------------------------------------
| Process
|--------------------------------------------------------------------------
*/

.process-3:before {
  border-left: 1px solid #ddd;
}

.process-3 a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;;
}

.process-3 li .process__body {
    width: 75%;
    float: right;
}

.process-3 li[disabled] .process__number {
    border: 2px solid #ccc;
}

.process-3 li[disabled] .process__number span {
    color: #ccc;
}

.process-3 li[disabled] .process__body h4 {
    color: #ccc;
}

.process-3 li[disabled] .process__body p {
    color: #ccc;
}

.process-3 li[active] .process__number {
    border: 2px solid #2cc990;
}

.process-3 li[active] .process__number span {
    color: #2cc990;
}

.process-3 li[active] .process__body h4 {
    font-weight: bold;
}

.process-3 li[active] .process__body p {
    font-weight: 600;
}

/*
|--------------------------------------------------------------------------
| Alert
|--------------------------------------------------------------------------
*/

.alert.bg--error {
    color: #e23636;
    font-weight: 400;
}

.alert.bg--success {
    color: #4ebf56;
    font-weight: 400;
}

.alert.bg--primary .alert__body > span {
    color: #4a90e2;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

/*
|--------------------------------------------------------------------------
| Margins and paddings
|--------------------------------------------------------------------------
*/

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.pr5 {
    padding-right: 5px;
}

.p5 {
    padding: : 5px;
}

.pb15 {
    padding-bottom: : 15px;
}

.pr10 {
    padding-right: 10px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/*
|--------------------------------------------------------------------------
| Features
|--------------------------------------------------------------------------
*/

.feature-1 a {
    text-decoration: none;
    color: inherit;
    font-weight: inherit;;
}

.feature-3 p {
    min-height: inherit;
}

.feature h4 + p {
    max-width: initial;
}

.feature-4 p:last-of-type {
    margin-bottom: inherit;
}

.feature-4 p {
    min-height: inherit;
}

.label {
    font-size: 10px;
    top: 10px;
    right: 25px;
}

.future {
    background: #4a90e2 !important;
}

.done {
    background: #2cc990 !important;
}

.loading {
    background: #e23636 !important;
}

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/

.bar__module .btn__text {
    font-weight: 400;
}

/*
|--------------------------------------------------------------------------
| Notification
|--------------------------------------------------------------------------
*/

.notification strong {
    color: #ffffff;
    font-size: 17px;
}

/*
|--------------------------------------------------------------------------
| Text
|--------------------------------------------------------------------------
*/

.flat-green-text {
    color: #2cc990;
}

.flat-red-text {
    color: #e23636;
}

.flat-gray-color {
    color: #bdc3c7;
}

.flat-blue-text {
    color: #4a90e2;
}

.line-through-text {
    text-decoration: line-through;
}

.underlined-text {
    text-decoration: underline;
}

.font-size-23-text {
    font-size: 23px !important;
}

.text-left {
    text-align: left !important;
}

.regular-font-left {
    font-weight: 400 !important;
    color: #666666;
}

/*
|--------------------------------------------------------------------------
| Logo
|--------------------------------------------------------------------------
*/

.bar .logo {
    max-height: 45px;
    margin-top: -7px;
}

footer .logo {
    margin-top: 10px;
    max-height: 40px;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/

.logout-block a {
    text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| Admin
|--------------------------------------------------------------------------
*/

.analytics-container, .site-footer-right {
    visibility: hidden;
}

/*
|--------------------------------------------------------------------------
| Placeholders
|--------------------------------------------------------------------------
*/

input[type]::-webkit-input-placeholder {
    font-size: 12px;
}

input[type]::-moz-placeholder {
    font-size: 12px;
}

input[type]::-ms-input-placeholder {
    font-size: 12px;
}

input[type]::-moz-placeholder {
    font-size: 12px;
}

textarea::-webkit-input-placeholder {
    font-size: 12px;
}

textarea::-moz-placeholder {
    font-size: 12px;
}

textarea::-ms-input-placeholder {
    font-size: 12px;
}

textarea::-moz-placeholder {
    font-size: 12px;
}

textarea {
    min-height: 200px !important;
}

/*
|--------------------------------------------------------------------------
| Select input
|--------------------------------------------------------------------------
*/

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.unchecked-radio-item {
    width: 1.85714286em;
    height: 1.85714286em;
    border-radius: 50%;
    position: relative;
    background: none;
    border: 1px solid #d3d3d3;
    margin-bottom: 0.92857143em;
}

.checked-radio-item {
    width: 1.85714286em;
    height: 1.85714286em;
    border-radius: 50%;
    position: relative;
    background: none;
    border: 1px solid #d3d3d3;
    border-color: #4a90e2;
    background-color: #4a90e2;
    margin-bottom: 0.92857143em;
}

.checked-radio-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #4a90e2;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    opacity: 0;
    left: 0;
}

.checked-radio-item:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 7px;
    top: 7px;
    background-color: #fff;
    border-radius: 50%;
}

#account-profile select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*
|--------------------------------------------------------------------------
| Input addon
|--------------------------------------------------------------------------
*/

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.inner-addon { 
    position: relative; 
}

.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.left-addon .fa  { left:  0px; top: 2px;}
.right-addon .fa { right: 0px;}

.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.accordion .accordion__title span {
    margin-bottom: 10px;
}

.accordion .accordion__title:before {
    font-size: 23px;
}

.accordion li.active .accordion__content {
    padding: 0 15px;
}

/*
|--------------------------------------------------------------------------
| Presentation
|--------------------------------------------------------------------------
*/

.presentation ul {
    margin-left: 40px;
}
