﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    min-width:100%;
}
*/

/*.blog-masthead {
    margin-bottom: 3rem;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
    box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
}*/

.nav-link {
    position: relative;
    padding: 1rem;
    font-weight: 500;
    color: #cdddeb;
}
.nav-link.active {
    color: #fff;
}

.nav-link 
{
    display: inline-block;
}
.container.header {
    background-color: #428bca;
    direction:ltr;
}
.container.body-content {
    /*direction:rtl;*/
}
.nav-item,.navbar-brand,.navbar-light .navbar-toggler {
    color:white !important;
}
    .nav-item.active {
        color:white !important;
        font-weight:800;

    }
.form-control {
    max-width:318px !important;
    /*width:318px !important;*/
}