﻿/* 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;
}

/*Validation unobtrusive*/
span.field-validation-error {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
}

.form-control.input-validation-error {
    border: 1px dotted #cc5965;
}

.validation-summary-errors {
    font-weight: 700;
    color: #cc5965;
}

.validation-summary-errors > ul {
    list-style-type: none;
    padding: 10px;
}

.inspinia-notify {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    border: none;
    margin-top: 30px;
}

.inspinia-notify.alert-warning {
    border-left: 6px solid #f8ac59;
}

.inspinia-notify.alert-success {
    border-left: 6px solid #1c84c6;
}

.inspinia-notify.alert-danger {
    border-left: 6px solid #ed5565;
}

.inspinia-notify.alert-info {
    border-left: 6px solid #1ab394;
}

.md-skin .page-heading {
    padding: 0 10px 10px 10px;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

/* pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 0px;
    border-radius: 0px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: inherit;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1ab394;
    border-color: #1ab394;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/* Select2 custom styles */
.select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap .select2-selection--multiple {
    border-color: #e7eaec;
}

.select2-container--bootstrap.select2-container--focus .select2-selection--single,
.select2-container--bootstrap.select2-container--focus .select2-selection--multiple {
    border-color: #1ab394;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #1ab394;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-color: #e7eaec;
}

.select2-container--bootstrap.select2-dropdown {

    border-radius: 0px;
}

.select2-container--bootstrap .select2-dropdown input:focus {
    outline: none;
}

.select2-container--bootstrap .select2-selection {
    border-color: #e7eaec;    
    border: 1px solid #e5e6e7;
    border-radius:1px;
    outline: none;
}

.select2-container--bootstrap--open {
    z-index: 3000;
}

.select2-container--open {
    z-index: 3000;
}

/*Library item selected tag*/
.tag-list li.selected a {
    font-size: 10px;
    background-color: #1ab394;
    padding: 5px 12px;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #1ab394;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}

/*library item selected category*/
.folder-list li a {
    color:inherit;
}

.project-detail .ibox-content {
    padding: 30px 15px 30px 15px;
}

.asset-delete {
    border-radius:0;
    padding: 6px 12px;
    position: absolute;
    top: -200px;
    right:0px;
}

.intro {
    font-size:160%;
}

.img-fluid {
    max-width:100%;
    width: 100%;
    height: auto;
    object-fit:fill;
}

img {
    vertical-align: middle;
    border-style: none;
}

.project-list-badge {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    /*background-color: #1ab394;*/
    padding: 6px;
    position: absolute;
    top: -100px;
    left: 0;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}