/*** -------- Typography Css ---------- ***/
textarea.text-nowrap {
    white-space: nowrap;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: scroll;
    overflow: -moz-scrollbars-horizontal;
    width: 100%;
}
/*** -------- //Typography Css End ---------- ***/
/*** --------- Advanced Features Css ---------- ***/
.switchery {
    margin-left: 2%;
}

.bs-example {
    border: 1px solid #ccc;
    padding: 15px;
}

.tabpan {
    margin-top: 25px;
}

.nav-tabs {
    border-bottom: none;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
}
blockquote p {
    font-size: 14px;
}

/*** --------- //Advanced Features Css End ---------- ***/
/*** --------- Grid System Css ---------- ***/
.grid .form-control {
    box-shadow: none;
    padding-top: 5px;
}
.grid .form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0);
}
.bar-primary {
    padding: 13px 0;
    background-color: #d9edf7;
    border: 1px solid #a0def2;
    border-radius: 1px;
}

.bar-success {
    padding: 13px 0;
    background-color: #dff0d8;
    border: 1px solid #a3e69e;
    border-radius: 1px;
}

.bar-danger {
    padding: 13px 0;
    background-color: #f5dff7;
    border: 1px solid #f0c9f5;
    border-radius: 1px;
}
.lg-grid {
    padding: 18px 0;
}
/*** --------- //Grid System End ---------- ***/

#typo_title {
    margin-left: 20px;
}
#heading_title {
    margin-left: -13px;
}
/*#horizontal_description_title{*/
/*margin-left: 60px;*/
/*}*/
#text_transformation_title {
    padding: 0 !important;
}
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-tabs > .nav-item > .nav-link:hover {
    background-color: #eee !important;
}
