@import url(https://fonts.googleapis.com/css?family=Muli);
body {
	font-family: 'Muli', sans-serif;
}

#iimenutop {
    border-bottom: 3px solid #F56509; /* #0A73F6; */
}

#iimenutop ul.nav li:hover {
    border-bottom: 3px solid #0C54AD;
    margin-bottom: -3px;
}

.container {
    margin-bottom: 20px;
}

.nav > .navbar-nav {
    height: 28px
}

.feedback {
    color:red
}

.nodisplay {
    display:none
}

.noborder {
    border:none !important;
}

.orange {
    border: 1px solid #F0660C !important;
}

.cms-table-container {
    border-left: 1px solid #ccc;
    margin-left: 15px;
    padding-left:10px;
}

.content-textarea {
    width: 100%;
    height: 250px;
}

.rmarg {
    margin-right: 3px
}

.rmarg-large {
    margin-right: 20px
}

.lmarg {
    margin-left: 3px
}

.lmarg-large {
    margin-left: 20px
}

.tmarg {
    margin-top: 10px
}

.tmarg-large {
    margin-top: 40px
}

.bmarg {
    margin-bottom: 10px
}

.bmarg-large {
    margin-bottom: 40px
}

.img-left {
    float:left;
    margin:5px 5px 5px 0;
}

.img-right {
    float:right;
    margin:5px 0 5px 5px;
}

.del-marked {
    margin: -8px 0 10px 0;
}

.checkbox-list {
    list-style-type: none;
}

.checkbox-list input[type='checkbox'] {
    margin-right: 10px;
}

.has-error {
    color:red;
    margin:5px 0;
}
