/**
 * @author	José Lorente <jose.lorente.martin@gmail.com>
 * @copyright	José Lorente <jose.lorente.martin@gmail.com>
 * @version	1.0
 *//* 
    Created on : 14-jun-2017, 11:10:57
    Author     : pepe
*/

img.login-logo {
    max-width: 300px;
}

.error-view-container {
    color: #d2d2d2;
}

.skin-3 .panel.panel-default {
    border-color: #ecba52;
}

.skin-3 .panel.panel-default .panel-heading {
    background-color: #ecba52;
    color: #ffffff;
}

.ibox.token-sended .ibox-content {
    background-color: #d54200;
    color: #ffffff;
}

.ibox.token-sended .ibox-content h2 {
    background-color: #d54200;
    color: #ffffff;
}

.registry-wizzard {
    max-width: 970px;
}

.min-height-200 {
    min-height: 200px;
}

.max-width-sm {
    max-width: 768px;
}

.ibox-title.ibox-container {
    padding: 0;
    border-width: 0;
}

.ibox-title.ibox-container .ibox {
    margin-bottom: 0;
}

.ibox .ibox-tools > a {
    margin-left: 10px;
}

.content-box {
    max-width: 920px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.content-box .content-box-header {
    border-bottom: 1px solid #e7eaec;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-clear {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-40 {
    margin-top: 40px;
}

.p-clear {
    padding: 0;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.pl-10 {
    padding-left: 10px;
}

.pv-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pv-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.list-view .info-text {
    font-weight: 600;
    color: #676a6c;
}

.input-group {
    display: flex;
}

.input-group .input-group-prepend {
    display: flex;
    margin-right: -1px;
}

.input-group .input-group-addon {
    padding: 9px 12px 4px 12px;
    width: auto;
}

.input-group .input-group-addon:last-child {
    border-left: 1px solid #E5E6E7;
}

.input-group .form-control {
    flex: 1 1 auto;
    display: block;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-600 {
    max-width: 600px;
}

.file-input .input-group {
    display: table;
}

.file-preview-image {
    width: 100%;
}

.kv-file-content {
    height: auto !important;
}

@media (max-width: 768px) {
    .text-muted-xs {
        color: #888888;
    }
}

@media (min-width: 769px) {
    .text-white-sm {
        color: #ffffff;
    }
}

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

.toast-message {
    font-weight: bold;
}

.row-flex {
    display: flex;
}

.flex-fix {
    flex-grow: 1;
}

.mv-auto {
    margin: auto 0;
}

img.logo-main-screen {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
}

.slim-box {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fbfbfb;
}

form div.required label.control-label:before {
    content: " * ";
}

form div.required label.control-label.hide-asterisk:before {
    content: "";
}

.bulletin-board .bulletin-post .bulletin-post-title {
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bulletin-board .bulletin-post .bulletin-post-body .redactor-content {
    height: 315px;
    overflow: hidden;
}

.flex {
    display: flex;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

@media (min-width: 768px) {
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    .article .ibox-content {
        padding: 10px !important;
    }
}

.grid-view.mobile-grid-view .summary {
    margin-bottom: 10px;
}

.grid-view.mobile-grid-view table.table th a {
    display: flex;
}

.grid-view.mobile-grid-view table.table th a.desc::after {
    content: "\e156";
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
    margin-left: 5px;
}

.grid-view.mobile-grid-view table.table th a.asc::after {
    content: "\e155";
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
    margin-left: 5px;
}

.grid-view.mobile-grid-view .list-view > div:not(:last-child)::after {
    content: '';
    border-top: 1px solid #cfcfcf;
    display: block;
    margin-bottom: 20px;
}

.grid-view.mobile-grid-view .action-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.grid-view.mobile-grid-view .action-field a:not(:first-child) {
    margin-left: 5px;
}

span.i-outline {
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .wrapper.wrapper-content {
        padding: 20px 0 40px;
    }
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: inherit;
    justify-content: space-between;
}

.navbar::before {
    content: unset;
}

.navbar::after {
    content: unset;
}

.product-box .product-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-box .product-body {
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
    color: #676a6c;
}

.blog-post-view .article-title {
    display: flex;
    flex-direction: row;
    margin: 0 0 100px 0;
}

.blog-post-view .article-title .article-title-image {
    width: 33%;
}

.blog-post-view .article-title .article-title-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    flex-grow: 1;
}

@media (max-width: 1200px) {
    .blog-post-view .article-title {
        flex-direction: column;
        height: auto;
    }

    .blog-post-view .article-title .article-title-image {
        width: 100%;
    }
}

a[disabled] {
    color: #cacaca;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.dropdown-menu > li > a.btn-danger {
    color: #ffffff;
}

.dropdown-menu > li > a.btn-danger:hover {
    color: inherit;
}