.padding10{
    padding: 10px;
}

.margintop10{
    margin-top: 10px;
}

.brand-logo{
    margin-left: 10px;
}

nav{
    background-color: #0074D9;
    color: #b3dbff;
}
nav .brand-logo,
nav i{
    color: #b3dbff;
}

.card-title{
    background: rgba(57, 204, 204, 0.8);
    color: #000013 !important;
    width: 100%;
}

.wrapper_recipe .badge {
    float: none !important;
}

.tabs .tab a:hover, .tabs .tab a.active{
    color: #004966 !important;
}
.tabs .indicator{
    background-color: #004966 !important;
}

.tabs .tab a{
    color: #b3dbff !important;
}

.tabs .tab a:focus, .tabs .tab a:focus.active{
    background-color: rgba(127, 219, 255, 0.8);
}

.tabs i{
    vertical-align: middle;
}

ul.wrapper_ingredients li,
ul.wrapper_links li
{
    list-style-type: disc !important;
}

.slider .slides {
    background-color: white;
}
.slider .slides li img{
    background-size: contain;
    background-repeat: no-repeat;
}

.stars{
    cursor: pointer;
}

.wrapper_step_media{
    position: relative;
}
.btn_media_delete{
    position: absolute;
    right: 0px;
    top: 0px;
}

#steps .row{
    padding-bottom: 20px;
    border-bottom: 1px dashed grey;
}

.text-right{
    text-align: right;
}

ul.wrapper_ingredients li.no-bullet, ul.wrapper_links li.no-bullet
{
    list-style-type: none !important;
}


h1{
    font-size: 26px;
    line-height: 22px;
    font-weight: bold;
}

h2{
    font-size: 18px;
    line-height: 20px;
}

h3{
    font-size: 14px;
    line-height: 14px;
    margin: 1px;
}

h4{
    font-size: 12px;
    line-height: 12px;
}

.mb30{
    margin-bottom: 30px;
 }

.wrapper_tags span,
.wrapper_authors span{
    cursor: pointer;
}

.wrapper_tags span.active,
.wrapper_authors span.active {
    background-color: #2ECC40 !important;
}
