@import url('bootstrap-extended.min.css');
@import url('colors.min.css');
@import url('components.min.css');
#ChoosenThumnail
{
    position: relative;

    display: inline-block;
}
#ChoosenThumnail.hidden
{
    display: none !important;
}
#ChoosenThumnail:hover .RemoveChoosen
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
}
#ChoosenThumnail .RemoveChoosen
{
    position: absolute;
    top: -10px;
    left: 190px;

    display: none;

    width: 30px;
    height: 30px;

    cursor: pointer; 
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
       -moz-transition: all .3s cubic-bezier(.25, .8, .25, 1);
         -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
            transition: all .3s cubic-bezier(.25, .8, .25, 1);

    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.menu-logo
{
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    margin: 0 auto;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.menu-logo img
{
    margin: 15px 0;
}
.menu-logo a
{
    font-size: 12px; 

    color: #6f42c1;
}

.menu-collapsed .menu-logo
{
    display: none;
}

.color-badge
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin-right: 5px; 

    border-radius: 50%;
}

.nav.nav-tabs.nav-underline
{
    border-color: #753d9d !important;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link
{
    color: #753d9d !important;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link:before
{
    background: #753d9d !important;
}

.card.cardWithShadow
{
    margin-top: 30px; 

    -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06) !important;
            box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06) !important;
}

.pagination-col ul{
  justify-content: center;
}

.articleBody img{
  width: 100% !important;
}

.select2-container{
  width: 100% !important;
}

.hide{
  display: none;
}

.object_cover {
  object-fit: cover;
}

.pl-15{
  padding-left: 15px !important;
}