/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

pre {
    color: #666;
}

li.breadcrumb-item a {
    color: #30c39e;
}
h3.inner-heading,h3.media-heading {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 24px;
}
h3.component-heading {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    background: #e1e1e1;
    padding: 12px 10px;
    background: rgba(225, 225, 225, 0.5);
}
.components-info {
    padding: 0 0 10px 0px;
}
.modal-button-sytle button.btn {
    background: #ff725a;
    padding: 11px 30px;
    border-radius: 0px;
    letter-spacing: .5px;
	text-transform: capitalize;
    font-size: 15px;
    color: #fff;
    border: none;
}
.components {
    height: 100%;
}
.modal-footer button.btn-primary {
    background: #ff725a;
    border: none;
    border-radius: 0px;
    padding: 9px 20px;
}
.modal-footer button.btn-secondary {
    background: #30c39e;
    border: none;
    border-radius: 0px;
    padding: 9px 20px;
}
.modal-body {
    color: #797979;
    line-height: 25px;
}

.media-body h5 {
    font-weight: 600;
    font-size: 20px;
    color: #555;
}


.code {
    background: #f8f9fa;
    padding: 20px 30px;
    margin-top: 10px;
}

.na {
    color: #4f9fcf;
}

.s {
    color: #d44950;
}

.c {
    color: #999;
}
